Downloading Xubuntu 14.04 LTS and creative LiveCD
- Get the 34 bit iso from xubuntu website
- My Thinkpad came with XP, so I used LiveUSB Install to create a bootable USB with the iso.
Running the Live environment
- With the LiveUSB in the usb port, I restarted the computer and entered BIOS where it can the boot order to check for usb boot drives before my hard drive. Restart again.
- The boot failed because my IBM T42 does not have PAE enabled. The get boot to work use these instructions (see summary).
- Play around with the Live environment to make sure that the keyboard, trackpad and track point work.
Install Xubuntu
- Double click on Install Xubuntu to install the operating system.
- From my 60GB HD, I create swap (2GB), root / (20GB) and home (rest of drive) partitions.
- After installing, restart computer and remove the LiveUSB. You may also want to change to boot order so that the hard drive boots first but this is optional as it only add a few seconds to the boot each time.
Xubuntu is awesome on the T42p. It's fast and all my hardware is recognized without any issues. There were only three issues I had to deal with.
The default screen locker has a nasty bug, which prevents the display from powering up after sleep. When this happens, you will have to force logout or restart and lose all unsaved documents or edits. To remedy this, I uninstalled light-locker (sudo apt-get purge light-locker light-locker-settings) and install xscreensaver (sudo apt-get install xscreensaver).
UPDATE 1:
The problem with light locker has been fixed. xscreensaver is no longer required. I've moved back to light locker and it works great.UPDATE 2:
There are still lingering issues with light locker in Xubuntu. To get the system to work properly, set light locker to lock session "When the screensaver is deactivated." See screenshot below.Light locker settings |
Fix for on-screen display for volume and brightness changes
The volume, mute and display brightness buttons worked but there was no on-screen display when the buttons were pressed. I fixed that by:
sudo -i
cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask
gedit /etc/rc.local
Add Line: cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask
Fix to unlock keyring on login
cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask
gedit /etc/rc.local
Add Line: cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask
UPDATE 1:
Systemd is disabled on newer Xubuntu release. For the above to work systemd has to be activated. See this page to instructions.Fix to unlock keyring on login
The login keyring not opening after logging in. This can be fixed by:
Thank you so much!
ReplyDeleteThank you, I changed my OS to Xubuntu 16.04 LTS release. The one thing is that my IBM works little bit slow in Internet. But I think that the machine is very old.
ReplyDeleteThank you, I was really lost because of that pae stuff. Good to added for people with less bright mind: Here is no need of DVD with Lubuntu (as is written in the noticed summary), all you need is to follow this instruction:
ReplyDelete"When the image of a keyboard and a little man in a circle appears, hit the tab key.
At the boot menu screen the options are:
Install
Command-line options
Advanced options
Help
With the cursor on the top choice press F6.
A menu with a number of options appear. The option 'forcepae' is not there, so press Escape to close the list.
Now a string of options is visible, often with 'quiet' or 'quiet splash --' at the end. Add 'forcepae' to the string before and after the two dashes ("forcepae -- forcepae"). Than enter and instalation begins."
will a t42 run Xubuntu 16.04 LTS?
ReplyDelete