Installing OpenSUSE 10.0 on a ThinkPad X41

From ThinkWiki
Revision as of 18:35, 12 February 2006 by Nettings (Talk | contribs) (add suspend-to-ram to "just works")
Jump to: navigation, search

Installing OpenSUSE 10.0 on your X41 is straightforward.

SUSE uses a patched 2.6.13 kernel, so most of the things described here should also work on other distros if you're prepared to roll your own kernel, but the amount of integration the SUSE folks did (nice GUI tools, YaST configurator) is what makes it so painless and fun.

Installation

You might want to shrink the existing Windows partition in case you would later want to revert back to Windows in order to find out about hardware peculiarities and maybe get firmware installed, but since things just work under OpenSUSE 10.0, you might as well nuke it.

During the SUSE installation process, be sure to check "Mobile Computing" in addition to your usual choice of packages.

The following things Just Work(tm):

  • suspend to disk
  • suspend to RAM works with the current (Feb. 2006) SuSE kernel updates
  • mute, volume up and down buttons (but that's probably a hardware thing since it does not affect the ALSA mixer)
  • FnPgUp switches on the light (again, probably done in hardware)
  • acpid gets events from the lid, power button and FnF1 to Fn12, some of which you can assign to suspend, poweroff etc. in the yast power management configurator
  • Battery and AC status
  • Bluetooth enable/disable via FnF5
  • Bluetooth
  • WLAN
  • Audio playback/recording.
  • 3D graphics acceleration (enabled via YaST->Graphics Card and Monitor). Works, but causes the fan to stay on almost all the time, although at low rpm.
  • External VGA works in Clone mode after activating Dual Head support in YaST. For some reason, Xinerama didn't work so far, it stays greyed out. The external VGA on/off button FnF7 does not do anything.
  • UltraBase X4 docking station (UltraBay Slim drive not tested)

These things work, but require extra configuration

Modem

Numlock and Browse keys

To get numlock and browse keys to work, please add the following lines to $HOME/.Xmodmap:

keycode  77 = Num_Lock
keycode 233 = XF86Forward
keycode 234 = XF86Back

Getting suspend-to-ram to work...

I checked it only on Ubuntu Breezy Badger, but it seems, that if you compile kernel 2.6.15 with SATA suspend patch http://linux.spiney.org/system/files?file=02_libata_passthru.fixed.patch and also add patch ata_idle_wait after Andrew Morton's advice at http://lkml.org/lkml/2005/11/16/403, then you should have working suspend-to-RAM.

You may also want to use 2.6.15 because it has a driver to Harddisk Protection System built-in.

The first patch fixes problem with screen not being switched on, the second fixes cryptic error message: "ata: abnormal status 0x80 on port 0x1F7".

Getting Dual head Xinerama to work on X41

On Ubuntu, you can use advice from http://eko.one.pl/index.php?page=Xinerama to configure two devices and two screens and omit Option "Xinerama" "On" line to get xinerama working on X.org 6.8.

Question: Did anyone get 1280x1024 on external flat panel and 1024x768 on internal monitor on the same desktop with DRI? I happen to succeed with Xinerama, but not with cloning.

The following things don't work yet:

  • Suspend to RAM. You will have to add acpi_sleep=s3_bios to /boot/grub/menu.lst, otherwise your display will stay black after resume. It does work ok when on the text console, but it sometimes crashes the machine when I invoke suspend while in X. People using Ubuntu have reported complete success with Suspend-to-RAM, so it *is* possible.
  • Dual Head in Xinerama mode.

Not tested yet:

  • serious bluetooth usage

Oddities:

  • In order to get into the BIOS, you can either hit F1 or press the weird blue Access IBM Button, and then choose "BIOS" in IBM's pre-boot environment. There is no message on bootup about the F1 option, but it works.

Open Issues:

  • How can one disable the WLAN hardware in order to save battery power? Setting the WLAN interface to "Radio Off" in the BIOS requires a reboot in order to use WLAN. Bluetooth can be switched on and off at runtime by using FnF5, I'm looking for something similar for the WLAN radio transmitter.
  • Try manual X11 config to enable Xinerama.
  • Try making use of the special keys.
  • Try to understand TrackPoint configuration.

see also

Additional hints about OpenSuSE 10 (although on different hardware) can be found here: Installing SUSE 10 on a ThinkPad TransNote