+ Reply to Thread
Results 71 to 80 of 421
Thread: Linux on the X220
-
20th May 2011, 09:37 AM #71Notebook Consultant
- Join Date
- Oct 2007
- Posts
- 103
- Rep Power
- 14
Re: Linux on the X220
archlinux
Just finished installing archlinux on my x220. using xfce4 with Simple Login Manager. I had some problems at the start because the official archlinux iso contained an outdated kernel that did not recognize my NIC or the wireless adapter, but I got it fixed. I still can't get the x220 to boot from a USB flash drive, even though it can boot from USB external cd/dvd drives just fine. (totally unrelated to linux)
Just a heads up to all you people using thinkpad_acpi. It should no longer be used as of kernel 2.6.27, according to thinkwiki. use the standard acpi.
thinkpad-acpi
Using the standard acpi, calling acpi -t I only get 1 temperature sensor: Thermal 0. Mine's at 35C, so not too hot.
-
20th May 2011, 09:53 AM #72Notebook Deity
- Join Date
- Jul 2010
- Location
- Chapel Hill, NC, USA
- Posts
- 1,342
- Rep Power
- 13
-
20th May 2011, 10:12 AM #73Notebook Consultant
- Join Date
- Oct 2007
- Posts
- 103
- Rep Power
- 14
-
20th May 2011, 04:11 PM #74Notebook Consultant
- Join Date
- Dec 2009
- Posts
- 112
- Rep Power
- 9
Re: Linux on the X220
-
22nd May 2011, 11:41 AM #75Notebook Consultant
- Join Date
- Oct 2008
- Posts
- 137
- Rep Power
- 12
Re: Linux on the X220
Has anyone with an X220T tried running Linux on it?
Lenovo X220T
42962ZU - Outdoor Display, i7, 8Gb RAM, 300GB Intel 320 Series SSD.
Linux Mint 11, 3.0 kernel
-
22nd May 2011, 01:29 PM #76Notebook Consultant
- Join Date
- May 2008
- Posts
- 232
- Rep Power
- 13
Re: Linux on the X220
Good job debugging this. There is a closely related possibility, the TV output. Even though there may not be a connector (not sure about x201), the chip has the internal circuitry and its often an issue. Try xrandr --output TV --off. Can be permanently disabled in the xorg.conf
-
22nd May 2011, 02:28 PM #77Notebook Consultant
- Join Date
- Dec 2009
- Posts
- 112
- Rep Power
- 9
Re: Linux on the X220
xrandr doesn't find any TV (or TV1) output, so that can't be it. Anyway, I filed bug #37394. Would be nice if they fixed it soon, though frankly, I'm not overly optimistic. To a casual observer, the pace of fixing some critical bugs on Intel hardware has been glacial (like fullscreen flash with compositing crashing the X server -- reported five months ago and still not fixed).
-
22nd May 2011, 02:31 PM #78Notebook Guru
- Join Date
- Apr 2011
- Posts
- 70
- Rep Power
- 6
Re: Linux on the X220
Ubuntu Natty is one hell of a buggy release.
I can't get it to work (Classic / no effect) with external monitor and laptop display turned off. Every single time I try to do that through System-> Preferences -> Monitor, the entire system will just freeze up.
Here's the only trick I know to make it happen :
1 - Boot up without external monitor attached.
2 - Once you're logged in, connect external monitor
3 - "xrandr" -- to see all video ports
4 - "xrandr --output VGA1 --primary" -- to make external monitor primary
5 - "xrandr --output LVDS1 --off" -- to turn off laptop display*
* at this step, your external display might go blank. don't panic, just hit ctrl-alt-f2 to switch to terminal, then ctrl-alt-f7 to switch back to X and you'll get your desktop back.
-
22nd May 2011, 09:19 PM #79
Re: Linux on the X220
do you guys use the console? how do I setup grub2 to set console font size. killing my eyes.
-
23rd May 2011, 07:05 AM #80Newbie
- Join Date
- May 2011
- Posts
- 1
- Rep Power
- 0
Re: Linux on the X220
@nomad9:
Thanks for the advice. I managed my external monitor settings with a launcher that is doing this:
#!/bin/sh
xrandr --output DP1 --off --output DP2 --off --output DP3 --off --output HDMI1 --off --output HDMI3 --off --output LVDS1 --off --output VGA1 --off --output HDMI2 --primary --mode 1920x1080 --pos 0x0 --rotate normal
unity --replace
I have to start this script whenever my external monitor is plugged in.
Maybe this will help anyone.



LinkBack URL




Reply With Quote


I`m upgrading, are you? (GTX 780M...
Today, 12:06 AM in Gaming (Software and Graphics Cards)