Имеется видюа Nvidia 6800LE
2 монитора, LCD Samsung подключённый через DVI и CRT монитор подключённый через VGA
Настроил через nvidia-settings так что бы каждый монитор имел свой рабочий стол
Ребутаю комп, иксы стартуют, запускается CRT монитор, который по дефолту главнй, работает и LCD, но там просто пустой чёрный экран. Курсор перемещается и его видно на обоих мониторах.
Подскажите плз что делать? Перекопал инет, много чего пробовал, но всё равно на LCD пустой чёрный экран
Вот привожу xorg.conf
Код:
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "us,ru"
Option "XkbModel" "microsoftpro"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
Option "XkbRules" "xfree86"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Logitech Explorer Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "0 nVidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "1 nVidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default"
Device "0 nVidia"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Addition"
Device "1 nVidia"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default"
Screen "Addition" RightOf "Default"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
EndSection
Section "DRI"
Mode 0666
EndSection