# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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 commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "v4l" Load "vbe" Load "synaptics" Load "dbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection ########################## GRAPHIC ######################################### Section "Device" Identifier "dvi" VendorName "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller" Driver "intel" BusID "0:2:0" Screen 0 Option "MonitorLayout" "CRT, CRT+LFP" Option "ConnectedMonitor" "LCD" EndSection Section "Device" Identifier "svideo" VendorName "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller" Driver "intel" BusID "0:2:0" Screen 1 Option "MonitorLayout" "TV,LFP" Option "TVStandard" "PAL-B" Option "TVOutFormat" "SVIDEO" Option "ConnectedMonitor" "TV" EndSection Section "Monitor" Identifier "LCD" VendorName "Samsung" ModelName "Syncmaster 226BW" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Monitor" Identifier "TV" VendorName "Phillips" ModelName "TV-0" HorizSync 30 - 50 VertRefresh 60 EndSection Section "Screen" Identifier "SLCD" Device "dvi" Monitor "LCD" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1680x1050" EndSubSection SubSection "Display" Depth 4 Modes "1680x1050" EndSubSection SubSection "Display" Depth 8 Modes "1680x1050" EndSubSection SubSection "Display" Depth 15 Modes "1680x1050" EndSubSection SubSection "Display" Depth 16 Modes "1680x1050" EndSubSection SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection Section "Screen" Identifier "STV" Device "svideo" Monitor "TV" DefaultDepth 24 SubSection "Display" Depth 1 Modes "320x240" EndSubSection SubSection "Display" Depth 4 Modes "320x240" EndSubSection SubSection "Display" Depth 8 Modes "320x240" EndSubSection SubSection "Display" Depth 15 Modes "320x240" EndSubSection SubSection "Display" Depth 16 Modes "320x240" EndSubSection SubSection "Display" Depth 24 Modes "320x240" EndSubSection EndSection ########################## END GRAPHIC ################################ Section "ServerLayout" Identifier "LCDandTV" Screen 0 "SLCD" Screen 1 "STV" RightOf "SLCD" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" Option "Xinerama" "true" EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" Option "DefaultServerLayout" "LCDandTV" EndSection