Last modified 2012-Aug-02
My experiences with other thinkpads and older versions of Fedora/RedHat are available here.
Component | Status | Notes |
---|---|---|
Graphics: S3 SuperSavage and 1024x768 LCD panel | Driver broken | Savage Driver needs reconfiguration |
USB 1.0 port | Works | |
Hibernation via command | Works | |
Sound: Intel 82801CA/CAM AC'97 Audio Controller | Works | Remove PulseAudio. May need to reload modules after waking from hibernation |
Wireless: TP-Link TL-WN510G CardBus card | Works | |
Video playback | flash-plugin broken for Firefox and Chrome | Use older flash-plugin |
Misc. software issues: Xfce instead of Gnome 3, Emacs, Kino | See Fedora 17 on a Thinkpad T42 |
yum install xorg-x11-drv-savage
Xorg :1 -configure # ignore Configuration Failed message cp xorg.conf.new /etc/X11/xorg.confEdit the /etc/X11/xorg.conf file: uncomment Option "DisableTile" in the Section "Device" that contains the Savage driver options.
xdpyinfo | grep "of root"and it should say the root window is 16 planes deep.
yum remove pulseaudio
unzip fp_11.1.102.63_archive.zip cd fp_11.1.102.63_archive/11_1r102_63_32bit tar zxf flashplayer11_1r102_63_linux.i386.tar.gzThis gives you the plugin binary libflashplayer.so (local copy available here).
cp libflashplayer.so /usr/lib/flash-plugin/ cp libflashplayer.so /opt/google/chrome/PepperFlash/libpepflashplayer.so