# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" "true" # Added on advice in http://forums.debian.net/viewtopic.p...r=asc&start=15 to keep mouse cursor from disappearing EndSection Section "Device" Identifier "MGA G200 Output 1" Driver "mga" BusID "PCI:2:0:0" # G200 card has its two outputs appearing as separate devices, each with their own PCI address VideoRam 16384 # Card does not detect its RAM correctly. This card has 16MB of RAM per output Option "HWCursor" "off" # Added on advice in http://ubuntuforums.org/showthread.php?t=469891 and http://forums.debian.net/viewtopic.p...r=asc&start=15 to keep mouse cursor from disappearing EndSection Section "Device" Identifier "MGA G200 Output 2" Driver "mga" BusID "PCI:2:4:0" # G200 card has its two outputs appearing as separate devices, each with their own PCI address VideoRam 16384 # Card does not detect its RAM correctly. This card has 16MB of RAM per output Option "HWCursor" "off" # Added on advice in http://ubuntuforums.org/showthread.php?t=469891 and http://forums.debian.net/viewtopic.p...r=asc&start=15 to keep mouse cursor from disappearing EndSection Section "Monitor" Identifier "Samtron 94V" Option "DPMS" HorizSync 60-70 # You may not need to specify these as the card will attempt to read the available graphics modes VertRefresh 58-65 # from the monitor when the card starts up. If you need them, get the figures from your monitor manual. EndSection Section "Monitor" Identifier "Hewlett Packard L1800" Option "DPMS" HorizSync 60-70 # You may not need to specify these as the card will attempt to read the available graphics modes VertRefresh 58-65 # from the monitor when the card starts up. If you need them, get the figures from your monitor manual. EndSection Section "Screen" Identifier "Left Screen" Device "MGA G200 Output 1" Monitor "Hewlett Packard L1800" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Right Screen" Device "MGA G200 Output 2" Monitor "Samtron 94V" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Left Screen" Screen "Right Screen" RightOf "Left Screen" EndSection Section "ServerFlags" Option "IgnoreABI" "True" # This is a workaround to tell the X server to ignore the Module ABI version mismatches introduced by the unoffical MGA driver from http://forum.tuxx-home.at/viewtopic.php?f=11&t=153 Option "Xinerama" "True" # Turn on twin screens display using the Xinerama option EndSection