pelelademadera l33t

Joined: 14 Jul 2008 Posts: 990 Location: La Plata, Argentina
|
Posted: Sun Sep 30, 2012 4:55 pm Post subject: [VIDEO] 2 gpu ati y tamaño de pantalla (SOLUCIONADO) |
|
|
buenas, ando con el siguiente problema
tengo 2 ati 6950 en la pc, en crossfire, realmente no se si esta funcionando el crossfire como tal en linux pero no me afecta, una sola gpu me sobra para esto, mi consulta viene por otro lado
uso un moni fullhd, conectado por dvi a la 1º vga, la segunda esta sin monitor, el tema es que las X es como si pensaran que las 2 vga tienen monitor y el mouse se va de pantalla al lado derecho, como si siguiera en la segunda pantalla que no existe...
probe de enhufar por hdmi en la segunda gpu el moni por hdmi, y efectivamente, el mouse sigue a la 2º pantalla,
desde el panel de control de catalyst, desactive la 2º pantalla, solo como root, con un kdesu, como usuario no me permite modificar pantallas multiples, reinicie, y sigo en la misma, linux cree q tengo 2 monitores....
adjunto el xorg.conf y espero alguna manito....
gracias muchachos
| Quote: | pelo@pelo-pc ~ $ cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
Screen "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "AllowEmptyInput" "false"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]-0"
Driver "fglrx"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]-0"
Device "aticonfig-Device[1]-0"
Monitor "aticonfig-Monitor[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection |
_________________ el pelado de la gente
Last edited by pelelademadera on Sun Sep 30, 2012 4:59 pm; edited 1 time in total |
|