Difference between revisions of "Category:X250"
SunCatalyst (Talk | contribs) |
Petermolnar (Talk | contribs) (adding "Known linux issues & fixes" section to X250) |
||
Line 72: | Line 72: | ||
[[Category:X Series]] | [[Category:X Series]] | ||
+ | |||
+ | === Known linux issues & fixes === | ||
+ | |||
+ | ==== Complete lockup with nothing in logs on Debian ==== | ||
+ | |||
+ | * [https://www.reddit.com/r/thinkpad/comments/5lapud/thinkpad_x250_and_t450s_completely_freezes_on/ Reddit: Thinkpad X250 and T450s completely freezes on Debian] | ||
+ | * [https://artodeto.bazzline.net/archives/924-X11-freezes-and-system-total-hang-up-on-an-Lenovo-X250-i7-5600U-since-kernel-4.6.2-arch-linux.html X11 freezes and system total hang up on an Lenovo X250 i7-5600U since kernel 4.6.2 (arch linux)] | ||
+ | |||
+ | The solution that worked for most: | ||
+ | |||
+ | create a file named `/etc/X11/xorg.conf.d/20-intel.conf`, add the following and reboot: | ||
+ | |||
+ | Section "Device" | ||
+ | Identifier "Intel Graphics" | ||
+ | Driver "intel" | ||
+ | Option "DRI" "false" | ||
+ | Option "AccelMethod" "uxa" | ||
+ | Option "NoAccel" "True" |
Revision as of 08:46, 2 May 2017
ThinkPad X250This page gives an overview of the ThinkPad X250. Standard Features
|
Resources
RAM upgradability
This model has a single SODIMM socket, which officially supports up to 8GB of RAM (PC3-12800 DDR3L SDRAM 1600MHz SODIMM).
In practice, some 16GB DRAM modules work in this machine. In particular, the 16GB DDR3L 1333MHz SODIMM DRAM module from Intelligent Memory, model IMM2G64D3LSOD8AG-B15E, is reported to work well by multiple users.
Key mapping
This model has a 6-row keyboard, where the F1 through F12 share the same top-row physical keys with special functions keys (volume, brightness, etc.). By default, the top-row keys invoke the special functions, and require Fn keypress to invoke the usual F1 through F12 functions. To switch the role and have the top-row keys default to F1 through F12, enable Fn-Lock mode (by pressing Fn+Esc).
Known linux issues & fixes
Complete lockup with nothing in logs on Debian
- Reddit: Thinkpad X250 and T450s completely freezes on Debian
- X11 freezes and system total hang up on an Lenovo X250 i7-5600U since kernel 4.6.2 (arch linux)
The solution that worked for most:
create a file named `/etc/X11/xorg.conf.d/20-intel.conf`, add the following and reboot:
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "DRI" "false" Option "AccelMethod" "uxa" Option "NoAccel" "True"
Pages in category "X250"
The following 21 pages are in this category, out of 21 total.