Go here for more information about Xubuntu.
The entire installation process was very simple, (first I backed up everything I needed on my existing XP install, see this blog post for some nice hints on how to make that go smoothly) I downloaded the CD image, burned it, went into my laptop's BIOS and made sure the CD-Rom was set in the boot order before the HD and followed the steps in the Xubuntu install. After going through all the wizards I was up and running with my new linux laptop!
The biggest problem after the install was done was that the screen resolution was only 800x600 and I couldn't increase the resolution to 1024x768 and there was about two inches of the screen that wasn't being used in the O/S.
After lots of searching I was able to determine that the system seemed to need a file called xorg.conf in the /etc/X11 directory.
Here is my xorg.conf file:
Section "Device"
Identifier "Trident Microsystems CyberBlade XP"
Driver "trident"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Generic Monitor"
Device "Trident Microsystems CyberBlade XP"
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection
To find out your model of video card as ubuntu detects it, issue the following command:
lspci | grep VGA
Which you should use in the device and identifier lines in the xorg.conf file above where I have "Trident Microsystems CyberBlade XP"
NOTE: If you cannot save the xorg.conf file to the /etc/X11 directory, you may have to issue a sudo chown command to take ownership of the path.
Here are a couple of posts that helped me get this working:
Display problem with Trident Cyberblade Ai1
8.10 Nvidia unable to save xorg.conf.backup
I am now really enjoying my newly reborn old laptop running Xubuntu, after getting this problem of not being able to change the screen resolution figured out I did have some problems finding the right plugings and libraries to be able to play MP3s and DVDs, but using the Synaptic package manager and google it wasn't too difficult to find out what patches I needed to apply. Now I have a pretty sweet media player machine that would have gone to the electronic recycling otherwise!



