Installing GNU/Linux on a 2014 Lenovo Thinkpad X1 Carbon

I recently bought a new Lenovo X1 Carbon. It is the new second-generation, type “20A7” laptop, based on Intel’s Haswell microarchiteture with the adaptive keyboard. It is the version released in 2014. I also ordered the Thinkpad OneLink Dock which I have returned for the OneLink Pro Dock which I have not yet received.

The system is still very new, challenging, and different, but seems to support GNU/Linux reasonably well if you are willing to run a bleeding edge version and/or patch your kernel and if you are not afraid to spend an afternoon or two tweaking things. What follows are my installation notes for Debian testing (jessie) when I installed it in early May 2014. My general impressions about the laptop as a GNU/Linux system — and overall — are at the end of this write-up.

System Description

The X1 Carbon I ordered included the 512GB SSD, the 14.0 inch WQHD (2560×1440) 260 nit touchscreen, and the maximum 8GB of memory. I believe the rest is not particularly negotiable but includes a 720p HD Camera, a 45.2Wh battery, and an Intel Dual Band Wireless 7260AC with Bluetooth 4.0.

For those that are curious Here is the output of lspci on the system:

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
00:16.3 Serial controller: Intel Corporation Lynx Point-LP HECI KT (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-LM (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 6 (rev e4)
00:1c.1 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 (rev e4)
00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)

BIOS/Firmware

The BIOS firmware is non-free and proprietary as it the case with all ThinkPads and nearly all laptops. According to this thread there is a bug in the default BIOS that means that suspend to RAM is broken in GNU/Linux.

You can get updated BIOS at the Lenovo’s ThinkPad X1 Carbon (Type 20A7, 20A8) Drivers and software page by looking in the the “BIOS” section. Honestly, the easiest approach is probably to download the Windows BIOS Update utility (documentation is here) which you can use to run the BIOS update from within Windows before you install GNU/Linux.

If that’s not an option (e.g., if you’ve already installed GNU/Linux) the best method is to download the bootable CD ISO from the same page. Of course, since the X1 Carbon has no optical media, you have to find another way to boot the CD image. I struggled to get the ISO to boot from USB using the usually reliable dd method. This message suggest that the issue had to do with the El Torito wrapper:

“I had to dump the eltorito image from the ISO they provide, after that I was able to dd the resulting image to a flash drive and the bios update went well, no cdrom needed.”

I updated to version 1.13 of the BIOS which fixes the suspend/resume bug. By the time you read this, there may be newer versions that fix other things so check the Lenovo website.

Installing Debian

I installed Debian testing using the March 19, 2014 “Alpha 1” release of the Debian Installer for Jessie (currently testing). I installed in graphical mode. With the WQHD screen, everything was extremely tiny but it worked flawlessly.

I downloaded the amd64 net install image from the normal place and installed the rest of the system using the built-in Ethernet port which required no firmware or extra drivers. I did the normal dd if=FILENAME.iso of=/dev/sdX method of getting the installer onto the a USB stick to boot. I turned off restricted boot in BIOS first. In general, the latest version of the Debian installation guide is always a good source of guidance on installing Debian.

I used the Debian installer wizard to partition and selected “Use entire disk and partition it for LVM and encrypted data” which kept the UEFI partitions around. The system installed with no errors or issues and booted up normally afterward. The grub menu is hilariously narrow on the WQHD screen.

If you want to use the built-in wireless and/or Bluetooth, you will need to install the non-free iwlwifi firmware package. It is very lame that we still have to do this to use hardware we have purchased.

What Works and Doesn’t

The following stuff works the first time I booted into the GNOME 3 desktop and logged in:

  • The WQHD 2560×1440 screen
  • The touchscreen
  • Both the TrackPoint and the touchpad
  • Built-in e1000e Ethernet using the dongle
  • The keyboard plus the “adaptive” row of F1-F12 keys.
  • External monitor using the full HDMI or mini-DisplayPort connectors
  • Audio (both speakers and microphone)
  • The camera/webcam

The following stuff works if you install non-free firmware:

  • Internal Wireless
  • Bluetooth 4.0

The following stuff works with qualifications:

  • Suspend to RAM — Works once you have updated the firmware.
  • The adaptive keyboard — The F1-F12 keys work but the “button” that theoretically lets you switch to different sets of function buttons (e.g., volume, brightness) does nothing.
  • Disabling the touchpad — There is a BIOS option to disable the touchpad. It works in Windows and does nothing at all in GNU/Linux.

I have not tried:

  • The fingerprint reader

Disabling the touchpad

As a long-term ThinkPad user, I love the TrackPoint pointing stick. If you plan on using this, the built-in touchpad is incredibly aggravating because it is very easy to brush against it while using the TrackPoint.

In BIOS, there is an option to disable the touchpad. Although this works in Windows, it does absolutely nothing in GNU/Linux. Part of the issue is that, unlike the older X1 Carbon and other ThinkPads, there are no TrackPoint buttons. Instead of buttons, there are regions at the top of the touchpad which are configured, in software, to act like buttons. If you want to be able to click, the touchpad can never be truly turned off.

This is not problem unique to the Haswell X1 Carbon and a number of people have been struggling with this issue on other Lenovo laptops. Essentially, what you need to do is configure your touchpad so that the buttons are where you want them and so that it ignores any input for the purposes of cursor movement.

There are a few ways of doing this but this answer from an askubuntu.com question has the solution I ended up using:

Open file /etc/X11/xorg.conf.

Add a section “InputClass” with identifier “Default clickpad buttons”.

Create an option for SoftButtonAreas to values 70% 0 1 42% 36% 70% 1 42%, this is size of the right and middle button.

Enable option AreaBottomEdge and change value to 1, this will disable touchpad movement.

If everything done right, your class should looks like:

Section "InputClass"
     Identifier "Default clickpad buttons"
     MatchDriver "synaptics"
     Option "SoftButtonAreas" "70% 0 1 42% 36% 70% 1 42%"
     Option "AreaBottomEdge" "1"
EndSection

Essentially, the first Option line will create a middle button that is 36% of the width and 42% of the height, and a right button that is 34% of the width and 42% of the height. The synaptics manpage (man synpatics) will give you more detail on the general way this works.

Fixing the Adaptive Keyboard

The most wild feature of the laptop is the adaptive keyboard strip. The strip is a back-lit LCD that looks almost like E Ink screen and acts as a touchscreen keyboard. The default mode gives you the F1-F12 keys. If you “press” the keys (since they aren’t buttons, you just put your finger on top of them) they act like normal F-keys. You can Ctrl-Alt-F1, etc., to switch to virtual terminals out of the box. There are four modes: “Function” (i.e., normal F-keys), Home, Web, and Chat. The last three overlap quite a bit (e.g., they all have brightness and volume). You can play with an example on the Lenovo homepage.

In Windows, switching programs will apparently change these “keys” so that an appropriate set of buttons is shown for the application you are using. You can also change these keys manually with a big “Fn” button at the far left of the adaptive keyboard strip.

As I write this this, released kernels do not support the adaptive keyboard Fn button which means you cannot use anything other than the F-keys out of the box. I believe it also means that resuming from suspend to RAM breaks these keys.

That said, Shuduo Sang from Canonical has released several versions of a patch to to the thinkpad_acpi kernel module which adds support for the Home mode. The other modes (web and chat) do not seem to be supported. The latest version of the patch is on on the Linux Kernel Mailing List and the relevant commits are:

330947b save and restore adaptive keyboard mode for suspend and,resume
3a9d20b support Thinkpad X1 Carbon 2nd generation's adaptive keyboard

Although this is not supported in Debian testing at the time of writing, a bug was filed in Debian and quickly fixed by Ben Hutchings in Debian kernel version 3.14.2-1 which is currently in sid/unstable. As a result, if you install the latest version kernel from Debian unstable (3.14.2-1 or later), the adaptive keyboard just works.

If you aren’t using Debian and if kernel you are using does not have support, you might be patching your kernel.

General Impressions

As I have described in my interview with The Setup, I have been a user of ThinkPad X-series laptops for many years. This is my sixth X-series ThinkPad.

Overall, I quite like the hardware! Once things mature a little bit, I think that this will be a great laptop for running GNU/Linux. That said, I ordered the laptop without realizing that the X1 Carbon had gone through a major revision! The keyboard was quite a suprise. I think that changing a system so radically without changing the model name/number is a very bad move on Lenovo’s part.

There are two remaining issues with the system I’m still struggling with: (1) the keyboard layout is freaky and weird, and (2) the super high resolution screen breaks many things.

The quality of the keyboard itself is great and worthy of the ThinkPad name. That said, there are two ways in which it is strange. The first is the adaptive keyboard strip. Overall, it works surprisingly well and I think it is a clever idea. My sense is that the strip is more annoying in Windows because it changes out from under you all the time. In GNU/Linux, only manual changing of modes is supported. This, in my opinion, is a feature. I do miss the real feedback you get from pressing keys but for F-keys and volume-keys that I don’t use often this isn’t too important. On the downside, I have realized several times that I had been holding down a “button” for several seconds and not noticed.

The more annoying issue with the keyboard is the way that the other keys have moved around. Getting rid of the CapsLock is wonderful! How has this taken so long? Replacing it with a split Home and End keys is nuts. I’ve remapped the Home and End to put Control back where it should be. My right Control to now Home but I still don’t have an End key. The split Backspace and Delete is not a problem for me. The tilde/apostrophe is in a very bad place. There is no Insert, Print Screen/SysRq, Scroll Lock, Pause/Break or NumLock. They are all just gone. Surprisingly, I haven’t missed any of them.

The second issue is the 2560×1440 resolution on the 14 inch screen. I use a 27 inch external monitor with the same native resolution laptop but, by my arithmetic, the pixel density on the laptop is 210 DPI instead 109 DPI on the external monitor. The result is “the scaling problem” and it’s a huge pain that seems mostly unsolved on any operating system.

Fonts and widgets that look good on the laptop look huge on my external monitor. Stuff that looks good on my external monitor looks minuscule on the laptop. I routinely move windows between my laptop screen and my large monitor. Until I find a display system that can handle this kind of scaling effectively, this requires changing font size and zooming all the time. At the moment, I’m shrinking and expanding my font size using the built in hot keys in Emacs, Gnome Terminal, and Firefox/Iceweasel. I love the high resolution screen but the current situation is crazy-making.

Finally, this setup will not get you into the Church of Emacs and it’s not about to find its way onto the FSF’s list of endorsed hardware. For one, I paid the Windows tax. Beyond that, there is the non-free BIOS and the need for non-free firmware to use the wireless and Bluetooth. This is standard for ThinkPads but it isn’t getting any easier to swallow. There are alternatives in the form of Gluglug’s X60 laptops running CoreBoot, Lemote Yeelong laptops, Bunnie Huang’s Novena and others that are better in these regards. I am very excited for these projects but, for a number of reasons, these just weren’t an option for the laptop I use for my research computing.

Update: I’ve changed he configuration option for the synaptics touchpad to match what I’m now actually doing.

57 Replies to “Installing GNU/Linux on a 2014 Lenovo Thinkpad X1 Carbon”

  1. Thanks for this guide! I was actually quite impressed with the system description until you got to the keyboard. The lack of an Insert key would drive me mad, since that means no more copying and pasting. (For decades I’ve been using the standard Shift+Del, Ctrl+Ins, and Shift+Ins shortcuts to cut, copy, and paste, respectively. The Ctrl+X/C/V variants are rather QWERTY-centric, and moreover have completely different semantics in command shells and many text applications.)

  2. Because I feel your pain about modifying files in /usr/share, this is what I found in the synaptics man page in a Debian Wheezy:


    Option "SoftButtonAreas" "RBL RBR RBT RBB MBL MBR MBT MBB"
    This option is only available on ClickPad devices. Enable soft
    button click area support on ClickPad devices. The first four
    parameters are the left, right, top, bottom edge of the right
    button, respectively, the second four parameters are the left,
    right, top, bottom edge of the middle button, respectively. Any
    of the values may be given as percentage of the touchpad width
    or height, whichever applies. If any edge is set to 0, the but‐
    ton is assumed to extend to infinity in the given direction.
    Setting all values to 0 disables soft button areas. Property:
    "Synaptics Soft Button Areas"

    Please do update the post if this works.

    1. Just at the BIOS update step. I think the solution of converting the official iso to a bootable iso is:

      dd if=/home/sven/Downloads/g6uj19us.iso of=/home/sven/Downloads/g6uj19us.mod.iso skip=2048

      It makes sense. If you dont hear something like “didnt work”, it probably works. Rebooting. Have fun!

  3. And by that I meant editing xorg.conf and adding those configurations there instead of editing a file in /usr/share ;)

  4. In Germany there is some kind of students and research offer by Lenovo where you can avoid the Windows tax. Unfortunately all Carbon X1 models are including Windows but I’ve got a T440S without operating system. There are also X models without OS.

    1. We were able to get some of these new X1 without Windows .. although we did have to make a commitment to buy 10 of them. We had to do the same to the previous version as well (which was a bit more Linux friendly).

      1. Wow. That’s fantastic. This is something that I will keep in mind in the future. Is there a particular office or person you contacted in Lenovo to get this? How much cheaper was the computer?

        1. Sorry, missed your reply completely. A colleague pointed me to your reply as they were researching getting one of our standard X1s to replacing their failing laptop.

          We went through Silicon Systems in Wellington NZ. I assume they’ve been dealing with the local NZ suppliers. I’ll make a note to get a comparison of the Windows vs No Windows cost.

          When we had been getting HP laptops without Windows they had been fairly co-operative for a while, but then something changed at their end and we could no longer get the “any business model without Windows for less”. They’d only do them as a special build and more often than not they’d cost more with no OS (or FreeDOS) than with Windows preinstalled.

          In a way, taking a hit for buying a machine without Windows has some additional value as it should be being recorded in the supplier’s sales sheets as a sale without Windows, we want to see those numbers increase so that it is a more common option .. .. preferably without a “those open source zealots will pay more for a machine without Windows that for one with .. suckers” attitude from suppliers.

  5. This is standard for ThinkPads but it isn’t getting any easier to swallow. There are alternatives in the form of Gluglug’s X60 laptops running CoreBoot

    You know that those X60s are Thinkpads (albeit old ones), right?

    …Lemote Yeelong laptops, Bunnie Huang’s Novena and others that are better in these regards.

    Google Chromebooks, most of which run coreboot out of the box, are also worth adding to this list.

    I am very excited for these projects but, for a number of reasons, these just weren’t an option for the laptop I use for my research computing.

    Aren’t you a social scientist? Do they have such demanding hardware needs? My Thinkpad x60 serves me perfectly for computer science. (Of course, its your prerogative to buy whatever hardware you see fit…)

  6. The “dd method” is only implemented by major Linuxes, AFAIK. The big linux players distribute polyglot boot images which simultaneouslly conform to

    MBR hard drive with BIOS boot
    GPT hard drive with EFI secure boot
    ISO9660 optical disc with El Torito images for both BIOS and EFI secure boot
    legacy Apple Partition Map disc with bootable HFS+ filesystem

    because Matthew Garrett.

    http://mjg59.dreamwidth.org/4957.html

  7. This is interesting but I would really appreciate a longer review of the island keyboard. I have never used one that is anywhere near as good as the old X series keyboard for touch typists. As a long time X series user I would appreciate your views.

    1. I like the keyboard. I prefer the old-style keyboard and this one does take some getting used to. That said, I primarily use an external keyboard anyway. It is really a very good keyboard and I don’t feel limited by it.

  8. What version of Debian did you install?
    What version of GNOME?

    I recall Alex Larsson said different scaling on monitors with different resolutions is incredably hard to do with X, but should be possible with Wayland (in the future…).

        1. Can you point me to a link? I was under the impression that (a) this required Wayland which is not included by default in any distribution and (b) this did not address the problem I currently have which is having two different screens being used at the same time with different pixel densities.

          I want to be able to move a window from a 100dpi screen to a 200dpi screen and have it resize elements and fonts dynamically. I have never seen this work on any platform. If GNOME does this, that’s amazing!

  9. Thanks for the post! This motivated me to finally figure out how to create a bootable USB stick from the ISO on Lenovo’s site, since I had already installed Linux before thinking to check for such things.

    I’ve posted my findings in case someone else finds them useful.

    1. Thank for posting how to create a bootable USB to update the BIOS. Your efforts saved me lots of searching.

      Cheers,

      Martin

  10. Did you consider the Chromebook Pixel? Like you, I hate the whole drive towards widescreen in screens, and it has a much nicer 3:2 ratio, with similar DPI (2560×1770). It works quite well with Debian; I added info to the Debian wiki at https://wiki.debian.org/InstallingDebianOn/ChromebookPixel .

    It also doesn’t need any nonfree firmware for wifi, and it and runs coreboot, which is nice, and I’m planning to reflash (to remove an annoying “unsecure press ctrl-l to continue” thing that happens on cold boot if you’re not using chromeos (but only when I feel brave enough; it’s rather expensive to brick). The only really bad thing for software freedom is it has some proprietary Intel AMT firmware in it, which apparently could be used as a horribly low-level backdoor.

  11. Dear Mako,
    Going all this pain to still end up with a system with non-free and non Verifiable firmare in critical hw components, severely underverified free software relative to complexity and using processors that most likely have remotely – activateable controlling malware. And therefore have not even a remote assurance of not being totally controlled and snooped by NSA and who knows how many other actors.

    Maybe the best way is to split our computing: (a) a commercial mostly free software device for everyday computing, and (b) another for VERY minimal but truly privacy & security assured computing device (pre-configured for use by normal humans) .
    We are trying (b) at User Verified Social Telematics, come help :-)!

  12. On the subject of the trackpad and nipple mouse buttons:

    Version 1.8.0 of the synaptics xorg input driver has some features added for this generation of thinkpads, as documented here:

    http://who-t.blogspot.com.au/2014/03/xorg-synaptics-support-for-lenovo-t440.html

    That version of the synaptics driver is in Debian experimental, but weirdly I’ve actually found it a bit harder to configure into a liveable state than the previous driver.

    One thing I’m really grumpy about in this laptop is the markedly decreased quality of the nipple mouse. It’s physically different, and nowhere near as good as all previous thinkpad trackpoints. It’s also way slower than the nipple mouse on my external thinkpad USB keyboard. So if I want to use it I’m going to have to figure out how to write a xorg input conf that can tell the difference between the two nipple mice, and sets some crazy acceleration settings for the built-in one :(

    1. The best (ie, closest to the behaviour of previous thinkpads) settings I’ve been able to construct for the nipple mouse / trackpoint are as follows:

      # obtain touchpad id from xinput list. I get 15, YMMV
      export TP_ID=15
      # obtain properties from xinput list-props $TP_ID
      xinput set-prop $TP_ID 261 40 # quadruple accel velocity scaling
      xinput set-prop $TP_ID 259 0.5 # halve constant deceleration
      xset m 2 0 # set accleration to double speed at 0 offset

      Unfortunately, the nipple mouse remains markedly inferior to those on previous thinkpads. The problem appears to be the reduced smoothness and physical responsiveness of the touchpoint at low force levels. As a result, fingers have to work harder to move the mouse around, which is basically a disaster.

      Would love to know what the hell happened at Lenovo to cause this mess.

  13. Hi all,

    First off – thank you for the excellent guide. My only complaint is that you do not show all commands (but do provide links).

    I got mine not too long ago. I think it came with an updated BIOS (>=1.13). However, I still had trouble with resume after suspend.

    First off, I opted for “sid” rather than testing (well, testing install image, and then new apt source lines).

    The problem was as follows:

    A: Run on DC (battery)
    B: Close lid and wait for it to suspend.
    C: Open lid.
    D: The screen would flick the lock screen and then turn black (off)
    E: Type in password blindly, 1 of 2 things would happen
    1: The screen would turn on an everything is dandy.
    2: The screen would stay off

    The only out of that conundrum would be to plug in AC (main power), in which case the screen would turn on. Also, if I resumed while connected to AC.

    So I did a simultaneous upgrade of GNOME to 3.12, the 3.14-2 kernel, and the BIOS to 1.15, and lo and behold – suspend/resume cycle seems to work also on DC.

    The upgrade to GNOME 3.12 also brought “support” for HiDPI displays. Since the X1 packs an impressive 2560×1440 display on a physical screen size of 12.2″x6.9″ it means we have DPI of ~210 in either direction. Since this larger than 2 times 96, GNOME decides that it should apply an overall scaling factor of 2 to _all_ elements (fonts, icons, …). That means the effective screen resolution becomes half that of the display: 1280×720 which is kinda ridiculous for this type of machine. To “fix” it so that GNOME does not apply an overall scaling factor execute *dconf-editor* and change the value of the key org/gnome/desktop/interface/scaling-factor to 1 (unfortunately gnome-tweak-tool doesn’t seem to do the right thing).

    I would love to get the finger print reader to work, and it seems that there’s a patch for fprintd that would allow it – see https://github.com/ars3niy/fprint_vfs5011/pull/8

    Just a few a impression on this device.

  14. Just a quick update. Everything works just fine with the ThinkPad OneLink Pro dock.

    That said, I’ve found that if you want to run the video at the highest possible resolutions (2560×1440) you will need a very recent kernel (>3.14). I run the latest Debian kernel in Experimental and everything with the dock runs perfectly fine.

    If you run with a lower resolution, everything should work with the latest 3.14 kernels in Debian testing/unstable.

    1. Strangely, using a recent kernel (3.16.1) from Ubuntu devs (I use Ubuntu 14.04) didn’t fix the low resolution issue for me with the OneLink Pro dock. I did check that the 3.16 kernel was booted when I tried. Do you have any idea why this could be or suggestions where I should start digging?

      1. It’s possible that there are patches in the Debian 3.16 kernels that are not in Ubuntu. You might want to try running a kernel from Debian if that is possible. I know this used to be possible but the projects may have diverged enough this that it is not any more.

    2. When you say “everything is working” regarding the ThinkPad OneLink Pro dock, does that include using 2 external monitors at once?

      Thanks for the wonderful writeup.

      1. I’ve only tried one external monitor. Given my previous experience, I think two will work but that you can only have two screen on at the same time (i.e., the laptop screen itself would need to be turned off).

      2. Two external monitors (2×1920×1080) works fine with 3.17 and Intel 2.99.916+ drivers for xorg. Earlier versions are not able to drive two monitors (no support for DP MST hub).

  15. I had a X1 Carbon this year and the type is 3443-8HC and install a Ubuntu on it. I found the power management is not as good as Windows. Is there any suitable adapter for battery management?

    and as to the touchpad, I use the command ‘synclient TouchpadOff=1’ to turn off it, but you have to try several times to really turn it off.

  16. Good post.

    I recently got my 1st ThinkPad (X1 20A7-006KAU), as I expected this ThinkPad to live up to the other models in the range wrt. Linux compatibility (considering Fedora as my 1st choice, Ubuntu/Debian as 2nd).

    Unfortunately I’m out of luck for anything more than the most elementary of functionality, such as no NFC, fingerprint-reader, backlight, extra-function keys, etc, and I’m wondering what the power-management will be like.

    I’ve contacted IBM/Lenovo, and they seem disinterested to actually do something about this, even though there are some indications that this machine will get certified for some distro’s.

    I still think this could be an excellent machine – certainly feels nice – but it just bugs me that I’m not able to make the most of this machine, as I might’ve been able to with a MBA.

  17. I now have one of these with the touchscreen to play with .. or at least it is supposed to have a touchscreen, it was ordered with it. But I can’t seem to get it to ‘just work’ and can’t recognise what would be the screen with lspci, lsusb, lshw, xinput, dmidecode.

    I’m hoping that I haven’t wasted a day trying to get it working with Ubuntu because it wasn’t actually delivered with the touchscreen. Do you have some details about the touchscreen hardware and what would actually show me that it really was there?

    1. I use Xmodmap with the following configuration (which also maps Home and End to the right control key (normal/shift):

      clear control
      keycode 110 = Control_L
      keycode 115 = Control_L
      keycode 37 = Control_R
      keycode 105 = Home End
      add control = Control_R Control_L

  18. Hi,

    I am considering switching my awesome X230 for a lighter laptop. And like you I am very fond of Lenovo. Could you please tell me a bit about the battery life you get ? Also what about Wi-fi performances ?
    You write about an e1000 ethernet dongle, is it provided with the laptop ?
    Many thanks for your answers !

    1. Apparently, Lenovo has released a new X1 Carbon. The keyboard is back to a more normal version which is a huge imporvement, in my opinion. I do not know how the other things have changed.

      Battery life varies enormously based on how hard I am using the computer (I often run computationally intense research jobs) but usually lasts for 3-4 hours. The wifi is good but I’m not sure how to quantify it. The Ethernet dongle is provided with the laptop.

        1. I have no idea what the max is. It’s plenty fast. In the rare connection I’m not limited by the speed of my connection to the Internet or the remote server, I will plug into Ethernet so that I can get full gigabit.

  19. Hi, thanks for these indications! I just installed Debian Jessie on a 3rd Gen and seems like the graphics (Broadwell-U Integrated Graphics) are rather slow. As there’s no xorg.conf I was wondering if anyone has a hint at hand on how this could be configured?

  20. Hi Mako, thanks for the lengthy post. I’m pretty sold. My concern is that I’m few magnitudes less proficient than you, in Linux. I’ve used it for years (Debian and Ubuntu), and all my laptops had always some problems. I can live without hibernation, but my beloved Sony Vaio died this evening after 4 years of fierce loyalty, and even with him Ubuntu couldn’t tap the whole capacity of the battery. So, my question: I’m willing to spend some afternoons tweaking and googling, but I don’t think I will mess around with the kernel. Is the X1 still the right choice?

    1. All of the things I mentioned have been address and should work out of the box on my machine.

      The big concerns is that I hear that IBM has released a new version of the X1 Carbon! I have no idea how much has changed and what from this this writeup would need to be tweaked. I know other people have GNU/Linux up and running on these machines but I just don’t know the details.

      Generally speaking, Thinkpads have very good GNU/Linux support.

      1. Just started playing with the new 3rd-gen Lenovo (not IBM btw) X1 Carbon. Looks like the main differences from yours are the trackpad and the video board. The trackpad requires a kernel patch, which I’ve now accomplished. But I’m still struggling with getting 3D support for the Broadwell-U (8086:1604) Rev 09 onboard video.

  21. i have x1c3, it has trackpoint buttons but disabling the trackpad in the bios doesn’t disabled it in linux. Cannot get it to work even after te latest bios update.

  22. I just got a 2014 lenovo x1 carbon, installed 14.04 ubuntu (trusty) on it, and the wifi worked “out-of-the-box”. However, it kept dropping unexpectedly from wifi — the big clue was that

    $ sudo restart network-manager

    would let me reconnect to wifi. Running

    $ dmesg | tail

    led me to

    [ 8062.548447] audit: type=1400 audit(1431033345.103:88): apparmor=”DENIED” operation=”file_inherit”

    which led me to

    https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1417658

    I think I’ve fixed my issues with the one-liner below, fingers crossed:

    $ sudo apt-get install isc-dhcp-client isc-dhcp-common

    tl;dr fix wifi with one-liner after installing ubuntu on your gen 2 x1

  23. Have you made any progress on the scaling issue. I also have a rather large secondary display (a 30 inch hp monitor at 2560X1600) When I dock the carbon (2015 model) the scaling is all wonky when I drag a window from one side to the other. I can get it to work with this dance of closing the window and reopening it to render first on the secondary display instead of being drug over from the laptop display.

    I’m curious if this bug is actually the bug that will fix it: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1307623

Leave a Reply

Your email address will not be published. Required fields are marked *