Wow. I just installed the NVidia drivers and it was _very_ easy. Thank you sixforty.
Now, how do I get it to display a higher resolution?
xrandr:
Screen 0: minimum 320 x 175, current 1280 x 800, maximum 1280 x 800
default connected 1280x800+0+0 0mm x 0mm
1280x800 50.0*
1024x768 51.0 55.0
800x600 52.0 57.0 58.0 59.0 60.0
640x480 53.0 66.0 67.0 68.0 69.0
1152x768 54.0
832x624 56.0
800x512 61.0
720x400 62.0
700x525 63.0
640x512 64.0 65.0
640x400 70.0
640x350 71.0
576x432 72.0
576x384 73.0
512x384 74.0 75.0 76.0 77.0 78.0
416x312 79.0
400x300 80.0 81.0 82.0 83.0 84.0
360x200 85.0
320x240 86.0 87.0 88.0 89.0
320x200 90.0
320x175 91.0
xorg.conf ("Screen" section):
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "USEdidDPI" "false"
Option "DPI" "96 x 96"
### Available Driver options are:-
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "on"
EndSection
Thanks again.
Gus