Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: 2 ATI videokaarten en 3 TFT monitoren, hoe werkend te krijgen?  (gelezen 1232 keer)

Offline B3rt

  • Lid
Ik heb vandaag unbuntu 7.04 geinstalleerd.
Nu dit werkt prima echter ik zit met het volgende probleem:

In windows gebruik ik 2 videokaarten en 3 monitoren, dit wil ik eigenlijk ook in Ubuntu maar Ubuntu herkend maar 1 monitor/video kaart.

Ik heb de volgende hardware:
1 Radeo 9800 in de AGP slot met daaraan via DVI een 17" TFT
Deze werkt in Ubuntu!

1 Radeon 9250 in een PCI slot met daarin via DVI een 2de 17" en via sub-D een 3de 17" TFT monitor.
Deze doen niets, alleen tijdens het booten werken ze (net als in Windows) echter zodra het grafische gedeelte aanspringt worden beide schermen zwart en springt de AGP aan.
Dit gebeurd in Windows ook echter zodra de drivers geladen zijn springen de andere 2 weer aan en heb ik 1 grote desktop versrpeid over 3 monitoren. Elke monitor moet op 1280x1024 draaien op 75mhz.

Ik kan in heel Ubuntu nergens een optie vinden deze 2 aan te zetten, de monitoren blijven zwart beeld geven maar ze zijn wel AAN! Dus ze springen niet in standby.

Kan iemand me op weg helpen hoe ik dit werkend kan krijgen?

kthijs

  • Gast
2 ATI videokaarten en 3 TFT monitoren, hoe werkend te krijgen?
« Reactie #1 Gepost op: 2007/05/15, 00:12:23 »
Wellicht is het de moeite even te proberen of je met radeontool wat bereikt. Het zit geloof ik standaard bij de Ati drivers. Sudo radeontool geeft uit:
sudo radeontool
usage: radeontool [options] [command]
         --debug            - show a little debug info
         --skip=1           - use the second radeon card
         dac [on|off]       - power down the external video outputs (off)
         light [on|off]     - power down the backlight (on)
         stretch [on|off|vert|horiz|auto|manual]   - stretching for resolution mismatch
         regs               - show a listing of some random registers
Wellicht met --skip=1 dus de instellingen voor de 2e kaart zetten maar ik weet niet zeker of de 1e kaart in dit geval nog wel uitgestuurd word. Zoja is het nog uitproberen met aticonfig of je de juiste instellingen kan vinden.

Offline B3rt

  • Lid
2 ATI videokaarten en 3 TFT monitoren, hoe werkend te krijgen?
« Reactie #2 Gepost op: 2007/05/15, 00:30:59 »
Ik heb de 3 schermen werkend echter niet geheel zoals het hoort.
Nu heb ik 2 schermen welke clonen van elkaar zijn en het derde scherm is een uitbreiding. Ik krijg het nu niet voor elkaar om alle3 de schermen samen als 1 desktop te laten werken, dit is mijn xorg.conf:

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]"
        Driver          "ati"
        Busid           "PCI:1:0:0"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary)"
        Driver          "ati"
        Busid           "PCI:1:0:1"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)"
        Driver          "ati"
        Busid           "PCI:2:2:0"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)"
        Driver          "ati"
        Busid           "PCI:2:2:1"
EndSection

Section "Monitor"
        Identifier      "screen 2"
        Option          "DPMS"
        ModelName       "CML174SXW"
        Horizsync       28-64
        Vertrefresh     43-70
EndSection

Section "Monitor"
        Identifier      "screen 0"
        Option          "DPMS"
        ModelName       "CML174SXW"
        Horizsync       28-64
        Vertrefresh     43-70
EndSection

Section "Monitor"
        Identifier      "screen 1"
        Option          "DPMS"
        ModelName       "170C"
        Horizsync       28-64
        Vertrefresh     43-70
EndSection

Section "Screen"
        Identifier      "screen 2"
        Device          "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]"
        Monitor         "screen 2"
        Defaultdepth    24
        SubSection "Display"
                Depth   1
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "screen 0"
        Device          "ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)"
        Monitor         "screen 0"
        Defaultdepth    24
        SubSection "Display"
                Depth   1
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "screen 1"
        Device          "ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)"
        Monitor         "screen 1"
        Defaultdepth    24
        SubSection "Display"
                Depth   1
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes           "1280x1024"     "1024x768"      "832x624"       "800x600"       "720x400"       "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        screen "screen 2"
        screen "screen 0" LeftOf "screen 2"
        Option "Clone""false"
        Option "Xinerama""true"
        screen "screen 1" RightOf "screen 2"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        Inputdevice     "stylus"        "SendCoreEvents"
        Inputdevice     "cursor"        "SendCoreEvents"
        Inputdevice     "eraser"        "SendCoreEvents"
EndSection

kthijs

  • Gast
2 ATI videokaarten en 3 TFT monitoren, hoe werkend te krijgen?
« Reactie #3 Gepost op: 2007/05/15, 23:33:18 »
Ik denk eigenlijk dat de Ati drivers daar nog niet aan toe zijn, maar wat je kunt proberen is misschien:

radeontool --skip=0
aticonfig --enable-monitor=crt1,crt2 (wellicht moet je deze twee omdraaien) (hierbij moet de aangesloten monitor de 2e zijn)(misschien geeft dit een foutmelding omdat er maar 1 aangesloten is, in dat geval kun je het met force-monitor proberen)
aticonfig --dtop=horizontal,reverse (zet de 2e (aanwezige) monitor links van de 1e(niet bestaande) monitor)
of voor de laatste regel, aticonfig --screen-layout=left

dan radeontool --skip=1
aticonfig --enable-monitor=crt1,crt2 (Weet niet zeker of dit de juiste zijn, maar denk het wel)
aticonfig --dtop=horizontal

Hierbij ga je dus eerste de 1e kaart configureren in een setup waarbij 1 nepmonitor aangestuurd wordt als normaal en de echte monitor als uitbreiding links daarvan wordt aangestuurd. Daarna schakel je naar de 2e kaart en zet die als een desktop met 1 normaal scherm en 1 scherm rechts daarvan.

Wel moet ik zeggen dat dit een gok is aangezien ik het zelf niet kan testen, dus ik zou het in elk geval niet met sudo doen de eerste keer zodat de instellingen in elk geval niet opgeslagen worden. Als het dan werkt gewoon alles een keer met sudo herhalen, dan slaat aticonfig de instelling op in xorg.conf. Ook betwijfel ik of het wel kan werken. De Ati-drivers zijn nog vrij nieuw voor Linux en ook nog niet heel uitgebreid, maar je kan het altijd proberen.

Hoop dat je er wat aan hebt. Voor meer informatie over aticonfig kun je in de terminal ook gewoon aticonfig ingeven, daar staan alle opties kort uitgelegd. Misschien door hier wat mee te spelen dat je uiteindelijk bereikt wat je wil hebben.