<div style="text-align: left;">Sorry, should have just copypasted like you suggested. Here is the text.<br><br>Note that I removed options "dri" and "GLCore" as the nvidia readme instructs, changed "nv" to "nvidia", and added "1280x1024_60" in the options for Depth 24 only.<br><br>Looks good now! I don't have any interest in twin screen stuff and I don't need to run games or whatever, so I will count my blessings and enjoy the crisp new resolution.<br><br>Les<br><br><br># /etc/X11/xorg.conf (xorg X Window System server configuration file)<br>#<br># This file was generated by dexconf, the Debian X Configuration tool, using<br># values from the debconf database.<br>#<br># Edit this file with caution, and see the xorg.conf(5) manual page.<br># (Type "man xorg.conf" at the shell prompt.)<br>#<br># This file is automatically updated on xserver-xorg package upgrades *only*<br># if it has not been modified since the last upgrade of the xserver-xorg<br># package.<br>#<br># If you
have edited this file but would like it to be automatically updated<br># again, run the following command:<br># sudo dpkg-reconfigure -phigh xserver-xorg<br><br>Section "Files"<br> FontPath "/usr/share/fonts/X11/misc"<br> FontPath "/usr/share/fonts/X11/cyrillic"<br> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"<br> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"<br> FontPath "/usr/share/fonts/X11/Type1"<br> FontPath "/usr/share/fonts/X11/100dpi"<br> FontPath "/usr/share/fonts/X11/75dpi"<br> # path to defoma fonts<br> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"<br>EndSection<br><br>Section "Module"<br> Load
"i2c"<br> Load "bitmap"<br> Load "ddc"<br> Load "extmod"<br> Load "freetype"<br> Load "glx"<br> Load "int10"<br> Load "vbe"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Generic Keyboard"<br> Driver "kbd"<br> Option "CoreKeyboard"<br> Option "XkbRules" "xorg"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout"
"us"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Configured Mouse"<br> Driver "mouse"<br> Option "CorePointer"<br> Option "Device" "/dev/input/mice"<br> Option "Protocol" "ImPS/2"<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "true"<br>EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br> Identifier "stylus"<br> Option
"Device" "/dev/input/wacom"<br> Option "Type" "stylus"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "InputDevice"<br> Driver "wacom"<br> Identifier "eraser"<br> Option "Device" "/dev/input/wacom"<br> Option "Type" "eraser"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "InputDevice"<br>
Driver "wacom"<br> Identifier "cursor"<br> Option "Device" "/dev/input/wacom"<br> Option "Type" "cursor"<br> Option "ForceDevice" "ISDV4" # Tablet PC ONLY<br>EndSection<br><br>Section "Device"<br> Identifier "nVidia Corporation NV18 [GeForce4 MX - nForce GPU]"<br> Driver "nvidia"<br> BusID "PCI:2:0:0"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Generic Monitor"<br> Option
"DPMS"<br> HorizSync 28-51<br> VertRefresh 43-60<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Device "nVidia Corporation NV18 [GeForce4 MX - nForce GPU]"<br> Monitor "Generic Monitor"<br> DefaultDepth 24<br> SubSection "Display"<br> Depth 1<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 4<br> Modes
"1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 8<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 15<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Depth 16<br> Modes "1024x768" "800x600" "640x480"<br> EndSubSection<br> SubSection "Display"<br>
Depth 24<br> Modes "1280x1024_60" "1024x768" "800x600" "640x480"<br> EndSubSection<br>EndSection<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen "Default Screen"<br> InputDevice "Generic Keyboard"<br> InputDevice "Configured Mouse"<br> InputDevice "stylus" "SendCoreEvents"<br> InputDevice "cursor" "SendCoreEvents"<br> InputDevice "eraser" "SendCoreEvents"<br>EndSection<br><br>Section "DRI"<br> Mode 0666<br>EndSection<br></div>