видеокарта с двумя выходами (nvidia fx 5200)
полез настраивать - выход 0 - аналог, выход 1 - DVI
при манипуляции с xorg.cong - не смог сделать чтоб моник включенный в DVI стал главным. -------- Вопрос: хотелось бы знать как это сделать.
Решил проблему подключением основного моника по аналоговому проводу.
Работает - все довольны. Ощущение такое что у меня теперь не два моника а два разных компа.
На втором монике загрузились те же кеды, со своей панелью, с пустым рабочим столом, со своими виртуальными столами и с дефолтными настройками.
Все отлично.... но помнится когда то я видел оффтопик подключенный к монитору и телевизору. Так вот можно было открыть окно на мониторе , утащить его мышой на телик и там раскрыть на весь экран.
У меня так не получилось - мышь нормально летает с экрана на экран, но до тех пор пока она не несет с собой окно.
В общем , чтобы включить на втором монике фильм нужно его там и открывать, что не есть удобно, т.к другой моник обычно отвернут от меня.
Вопрос2 - как таскать окна на второй моник, почему кеды (или иксы?) не дают таскать? что я упустил?
Приложение 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 "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "microsoftpro"
# Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
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 "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection