raphaelqs
(usa Ubuntu)
Enviado em 31/03/2009 - 04:40h
Olá,
Meu problema é o seguinte, tenho duas placas de video, uma Radeon X1600 e uma Voodoo 4.
Queria usar dois monitores, sei que é possivel, fiz a seguinte configuração e não deu certo, o monitor dois não da sinal de vida, a placa ta funcionando cem por cento, não sei mais oque faço, alguem poderia me ajudar?
Segue meu xorg.conf:
Section "ServerLayout"
Identifier "Default Layout"
Screen 1 "Screen1" 0 0
Screen 0 "Screen0" RightOf "Screen1"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Configured Monitor2"
EndSection
Section "Device"
Identifier "Radeon X1200 512MB"
Driver "fglrx"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
Option "TexturedVideo" "off"
Option "EnableMonitor" "crt1,tv"
Option "DesktopSetup" "DualView"
BusID "PCI:6:0:0"
#pci@0000:06:00.0
EndSection
Section "Device"
Identifier "Voodoo"
Driver "voodoo"
BusID "PCI:1:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon X1200 512MB"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1400x1050@60"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Voodoo"
Monitor "Configured Monitor2"
DefaultDepth 16
SubSection "Display"
Modes "1024x768@60"
EndSubSection
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection