Last modified 2012-Oct-06
My experiences with other thinkpads and older versions of RedHat are available here.
Component | Status | Notes |
---|---|---|
Graphics: ATI Radeon Mobility 7500 and 1024x768 LCD panel | Works | |
Hard drive | Works | |
USB 2.0 port | Works | |
Hibernation via software command | Works | |
Sound: Intel 82801 AC'97 Audio Controller | Works | |
Wireless: onboard Atheros chipset | Works | |
Software issues: Xfce instead of Gnome 3, Emacs, Kino | See below |
In Fedora 17, the option (setq epa-file-cache-passphrase-for-symmetric-encryption t) in .emacs stopped working. When saving a symmetrically encrypted file, emacs prompted for the passphrase (twice) using a "pinentry gtk-2" window, instead of using the one typed in when the file was opened.
One workaround (see the EasyPG entry in the emacs wiki) is to add the following additional line to .emacs:
(setenv "GPG_AGENT_INFO" nil)