||<
><>|| Lenovo ThinkPad X120e ## try to use a title for the page which uses capitalization and spaces between words, as above This is a stub to list documentation for proper installation of tools and utilities for the Lenovo ThinkPad X120e lapbook. There is much good information in this forum thread: http://ubuntuforums.org/showthread.php?t=1699238 = Installation = Perhaps the easiest way to install K/X/Ubuntu on this machine is to make a bootable USB drive. This entails downloading the iso image for the installation CD and using USB-Creator to turn a USB flash drive or SD card into a bootable disk. For more information see [[https://help.ubuntu.com/community/Installation/FromUSBStick|Installation From a USB Stick]]. Either the 64-bit version of Ubuntu or the PAE kernel is required if you want to use more than 4GB of memory in your machine. To install Ubuntu, first insert the boot medium into the computer. Next, reboot and press F12 when the ThinkPad logo appears. You should be presented with a temporary boot menu. Select your device and hit enter. (Note: you may have to power off the computer and try this a few times for the boot medium to be recognized). From here, Ubuntu may be used or installed as on a live cd. Main Ubuntu 11.04 installation disk locks up in random places during installation, use alternate Ubuntu install disk image. === problems with EFI grub === Some problems with EFI boot in BIOS are possible when trying to boot after otherwise successful installation. It happens because installer tries to install grub-efi, but EFI boot does not work. Possible solution, assuming you have installed Ubuntu, but can't boot: * set BIOS to allow non-EFI boot * boot to Live CD * make directiry /mnt/1 , mount installed partition to /mnt/1 * mount --bind /dev /mnt/1/dev ,same to /proc, /sys * chroot /mnt/1 * aptitude update; aptitude purge grub-efi ; aptitude install grub-pc = 11.10 Oneiric Ocelot = == VAAPI Video Acceleration == To enable GPU video acceleration, install the [[apt:fglrx,fglrx-amdcccle|fglrx]] drivers. Then you need to install the latest xvba-video package from [[http://www.splitted-desktop.com/static/libva/xvba-video/|Splitted Desktop]]. Then enable video acceleration in your video player apps. For the version of VLC in the repositories, go to Tools > Preferences, and then under Video, select accelerated video output. Note, the above was adapted from the [[http://forum.xbmc.org/showthread.php?t=99154|instructions here]] which also include instructions for setting up mplayer with VAAPI which may or may not be relevant to Oneiric. == TP-SMAPI == Thinkpads have an accelerometer that can sense if you drop your laptop and make the hard drive brace for impact. To enable this, install the [[apt:tp-smapi-dkms,hdapsd|tp-smapi-dkms and hdapsd]] packages. Then load the tp-smapi kernel module {{{ sudo modprobe tp-smapi }}} Then restart hdapsd {{{ sudo /etc/init.d/hdapsd restart }}} = 11.04 Natty Narwal = == AMD Video Drivers == To enable the proprietary video drivers, install fglrx. Note there is a bios update to increase reserved video memory from 64MB to 384MB. It is available from Lenovo in two forms: as a [[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-74392|bootable CD version]] and a [[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-76666|Windows executable file]]. If you purchased your laptop after a certain date, your video memory may already be 384MB. == Wireless == The stock b/g/n wireless card works out of the box on mixed AP devices. Cannot connect if AP is configured to be pure wireless n. Loses connection with some AP (based on linux hostapd) with default driver. Proprietary driver from Realtek solves this problem. == Power Management == Suspend / Resume works. Hibernate works with editing configuration. To fix hibernation, create file in {{{/etc/pm/config.d}}} containing {{{ HIBERNATE_MODE="shutdown" }}} Source: http://ubuntuforums.org/showpost.php?p=10584171&postcount=124 == Webcam == Works out of the box. Tested with cheese == Microphone == The internal microphone works out of the box with the latest ALSA drivers. Be sure to unmute it with the sound mixer before use. == Fn Buttons == * Mute - Works * Volume - up/down work * Mic - Requires configuration edit * Sleep - Works, suspends and resumes properly * Wireless toggle - works * Camera / headset - Unknown, will take a picture if cheese is open * Display switcher - Untested * Touchpad toggle - Works * Prev track - Works. Mapped to Amarok by default in Kubuntu * Play / pause - Works. Mapped to Amarok by default in Kubuntu * Next track - Works. Mapped to Amarok by default in Kubuntu * Hibernate - Sends command to hibernate, but hibernate does not work * PrtScr - Works, captures a screenshot * Brightness down - Works * Brightness up - Works * Battery - Works, displays power information, remaining power == TrackPoint == Install gpointing-device-settings to set up TrackPoint scrolling and buttons == Applications == * Skype - Works with default installation through Software Center (including 64 bit) = 10.10 Maverick Meerkat = == Wireless == The stock B/G/N wireless card does not work out of the box for Maverick. This requires compilation of the Realtek RTL8192SE driver: 1. Download the RTL8192SE Unix driver from [[http://www.realtek.com/Downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true&SortByDesc=1|this page]]. 1. Open a Terminal and extract the driver source: {{{#!sh tar -xvzf NAME_OF_DRIVER_FILE.tar.gz cd NAME_OF_DRIVER_FILE}}} Where NAME_OF_DRIVER_FILE is the name of the file you downloaded in step 1. 1. Compile Driver: {{{#!sh sudo apt-get install build-essential linux-headers-`uname -r` make sudo make install}}} At this point, the driver is installed and will load automatically at boot time. 1. Reboot. a. Alternatively, you can load the driver from the command line without rebooting:{{{#!sh sudo stop network-manager sudo modprobe rtl8192ce_pci sudo ip link set wlan0 up sudo start network-manager}}} a. If you are having trouble with Network Manager, you may configure wireless from a terminal:{{{#!sh sudo ip link set wlan0 up sudo iwconfig wlan0 essid NETWORK key KEY sudo dhclient wlan0}}} Where NETWORK is the name of your router and KEY is a 40-bit hex key (if you don't use wep, you can omit this option). == Video == By default, Maverick uses an old version of the open-source Radeon driver that does not have proper support for the AMD-E series APU. If you want full support for 3D graphics and 2D video acceleration, you will have to use the official AMD catalyst driver. Install the latest version from the AMD website (or any version after 11.2) as per the instructions at [[https://help.ubuntu.com/community/BinaryDriverHowto/ATI|BinaryDriverHowto/ATI]]. '''Do not install the version in the Maverick repositories with the Additional Drivers Manager, it will not work properly.''' = Additional Utilities = == thinkfan == thinkfan can be installed to control the fan speeds. TODO: list working fan profiles and installation instructions here. == gpointing-device-settings == Allows setting up the TrackPoint and TouchPad = External Links = * http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-76666#version - Current bios update. As with all bios issues, proceed at your own risk. * http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=21&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true - Realtek 8188CE proprietary drivers ---- CategoryWireless