# 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 # This whole section added by afc from the old xorg.conf Section "Module" Load "bitmap" Load "dbe" # Load "ddc" # Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" # Option "CoreKeyboard" # this was in old file Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection # The mouse devices (trackpoint and pad) seem to work find, so left as is Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Card0a" Driver "nvidia" BusID "PCI:1:0:0" Option "UseFBDev" "true" Option "NoLogo" "true" Option "FlatPanelProperties" "aspect-scaled" Option "UseEdidFreqs" "on" EndSection Section "Device" Identifier "Card0b" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Secondary-TV" Device "Card0b" Monitor "TV-Out" Option "ConnectedMonitor" "TV" Option "TVStandard" "NTSC-M" Option "TVOverScan" "1.0" Subsection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "Monitor" Identifier "Dell Panel WUXGA" DisplaySize 332 210 HorizSync 28-110 VertRefresh 43-90 Option "DPMS" # 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz # Modeline "1920x1200" 282.74 1920 2072 2280 2640 1200 1201 1204 1260 EndSection #TV Entry Section "Monitor" Identifier "TV-Out" HorizSync 30-50 VertRefresh 60 EndSection Section "Screen" Identifier "Primary" Device "Card0a" Monitor "Dell Panel WUXGA" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "WUXGA + TV out" Screen 0 "Primary" 0 0 Screen 1 "Secondary-TV" Below "Primary" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection