Here's the X .conf file that defines the two seats: /usr/share/X11/xorg.conf.d/ 20-radeon.conf
Section "ServerFlags" Option "AutoAddDevices" "Off" Option "AutoEnableDevices" "Off" Option "RandR" "On" Option "DontZap" "On" #Option "NoTrapSignals" "On" #Option "DontVTSwitch" "On" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Device" "/dev/input/by-path/pci-0000:00:13.2-usb-0:2.5:1.0-event-kbd" Option "Floating" "Off" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Device" "/dev/input/by-path/pci-0000:00:13.2-usb-0:2.6:1.0-event-mouse" Option "Floating" "Off" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "evdev" Option "Device" "/dev/input/by-path/pci-0000:00:13.2-usb-0:3.1:1.0-event-kbd" Option "Floating" "Off" EndSection Section "InputDevice" Identifier "Mouse1" Driver "evdev" Option "Device" "/dev/input/by-path/pci-0000:00:13.2-usb-0:3.2:1.0-event-mouse" Option "Floating" "Off" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Acer" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Acer" EndSection Section "Device" # Radeon HD 5430 - DVI output Identifier "VideoOutput0" Driver "radeon" Screen 0 Option "ZaphodHeads" "DVI-0" Option "SingleCard" "Yes" BusID "PCI:04:00:00" Option "SWCursor" "Off" EndSection Section "Device" # Radeon HD 5450 - DVI output Identifier "VideoOutput1" Driver "radeon" Screen 0 Option "ZaphodHeads" "DVI-1" Option "SingleCard" "Yes" BusID "PCI:01:00:00" Option "SWCursor" "Off" EndSection Section "Screen" Identifier "Screen0" Device "VideoOutput0" Option "NoInt10" "On" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "VideoOutput1" Option "NoInt10" "On" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection #Section "ServerFlags" # Option "RandR" "false" #EndSection Section "ServerLayout" Identifier "Seat0" Screen 0 "Screen0" Option "Xinerama" "Off" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "ServerLayout" Identifier "Seat1" Screen 0 "Screen1" Option "Xinerama" "Off" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" EndSection -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org