Jan's Linux Log
This blog started out as an install log of RedHat 9 on a Compaq Presario 2538cl laptop (linuxpresario.blogspot.com) . However, I soon started to include little logs to myself when I made configuration changes to software, etc. So, I've moved it over to our domain, and changed its name to Linux Log. Here you will find some tips & tricks related to Linux configuration on a laptop, as well as software related things that I run into. I log here things that worked for me, of course, your mileage may vary.
Any questions/comments? E-mail me at linux_atsign_boshoff|za|net.
Drivers for 2D
July 12, 2003
Found drivers today for the video card! The performance is no doubt a lot better than with the VESA driver. It seems to provide 2D acceleration, which makes a big difference in your interaction with Gnome! Sylvestre Ledru has a site in which he documented installation of Linux on his Presario 2500. He also has a link to the driver, with installation instructions. If his site is down for some reason. Here's my copy of it. Basically, you just untar and run ./install. Also, edit /etc/X11/XF86Config to contain the following:
Section "Device"
Identifier "ATI"
Driver "radeon"
VendorName "ATI Radeon"
BoardName "Mobility U1"
VideoRam 65536
EndSection
And remember to point the "Screen" section to this device.