Tuesday November 22, 2005 at 12:22
Subject: 3D Accelerated Driver for ThinkPad T42p (ATI FireGL Mobility T2)
Keywords:
Posted by: Sean Reifschneider
Last week Kevin pointed out that ATI has finally released a 3D
accelerated driver (their binary-only driver) which doesn't completely
break when you suspend. The stock xorg driver is ok, but at 1600x1200
display resolution even on 2D work it can be kind of slow. However, I
suspend usually twice a day or more (it's a laptop, duh!) so a driver that
didn't work with suspend wasn't very useful. After only 9 months, ATI has
fixed the suspend issue.
The livna.org site has RPMs of the drivers available. See their configuration page
(http://rpm.livna.org/configuration.html) for documentation on how to
set it up. Basically you just do:
(Post Reply)
-
Get the yum repository file:
rpm -ivh http://rpm.livna.org/fedora/4/i386/RPMS.lvn/livna-release-4-0.lvn.5.4.noarch.rpm
Get their key: rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
Get the kernel module: yum install kernel-module-fglrx-$(uname -r)
You should be able to reboot now to get the new driver in X. I was
able to do it without rebooting, by going to init level 3, removing the old
ATI driver and loading the new one, then going back to init level 5.
Rebooting is probably the better option though.
(Post Reply)
| Comment |
Author:
Scott Kleihege Subject: Suspend in FC4 kernel |
My laptop's not running a ATI card, and has been able to suspend for a while, but it hasn't been very reliable. They must have fixed up some of these issues in the 2.6.14-1.1637_FC4 kernel, because it's been working much more reliably since my last upgrade.