Установлено и настроено два монитора. Карта 8800 GT, дрова проприетарные 290.10, Debian Sid, Openbox, Xorg 1.7.6, kernel 3.2.0-1-amd64
TwinView и Xinerama отключены, режим «Separate X screen»
DISPLAY=:0.1 xterm &
Работает без проблем.
Хочется научиться перемещать окна с первого экрана на второй и наоборот.
Кусок xorg.conf
Section "ServerLayout"
Identifier "Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 1920 0
InputDevice "evdev mouse"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "DFP-0: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "Coolbits" "1"
Option "TwinViewXineramaInfoOrder" "DFP-1"
Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection