UPDATE:SOLVED
Thanks for the replies guys. I was kind of forced to dump Ubuntu 6.10 Edgy Eft (finally) because none of the official repo's were alive anymore.
I liked Edgy because for the computer in question, I used Xine a lot on it and Edgy had the best version of Xine I have seen to date. All later versions of Xine kind of suck due to usability problems when
not running Compiz (Xine GUI cannot be summonsed whilst in fullscreen for example).
So I did the following:
1) Installed Ubuntu 8.10 Intrepid from the CD-ROM.
2) Downloaded the driver install script for GeForce2 - MX420 card from Nvidia:
NVIDIA-Linux-x86-96.43.09-pkg0.run
3) Downloaded using synaptic manager linux-headers-generic and linux-source-2.6.27
Or
Code:
sudo apt-get install linux-headers-generic linux-source-2.6.27
4) Switched to TTY1 (eg CTRL+ALT+F1)
5) stopped GDM
Code:
sudo /etc/init.d/gdm stop
6) Ran the Nvidia driver install script
Code:
sudo sh NVIDIA-Linux-x86-96.43.09-pkg0.run
The Nvidia script mentioned something about some missing source code (I didnt quite read it all because I was in a hurry), but it offered to download whatever it was that it needed, so I just permitted it to do what it needed by answering 'Yes' to the prompts (which is lame not to read, I know, but it worked for me).
7) Edited and added the "1920 x 1200" and "1680 x 1050" modes into the 'Screen' section of xorg.conf so the video related stuff looks like this:
Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200" "1680x1050" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
8) Started GDM again
Code:
sudo /etc/init.d/gdm start
9) Changed screen resolution to "1920 x 1200", which initially did not work properly (black columns at left and right of the screen obscuring things such as the applications menu and the clock/calender, hence looks like 4:3 ratio)
10) Changed screen resolution to "1680 x 1050" which gave me full widescreen (but not native resolution)
11) Changed screen resolution back to "1920 x 1200" and the Ubuntu desktop was now displayed at full 16:10 wide screen (not sure why second time it decided to work properly, I'd love to understand why though).
So now computer and Samsung 2443BW happily working in harmony again, user now has to put up with dodgy version of Xine though.