Difference between revisions of "ThinkPad X200 UltraBase"
m (→Features) |
(→Pros & Cons) |
||
Line 21: | Line 21: | ||
===Pros & Cons=== | ===Pros & Cons=== | ||
− | + | Positives: | |
− | + | * eases up portability of laptop | |
+ | * provides digital video output | ||
+ | * provides option for optical drive | ||
+ | * allows effective use of second battery | ||
+ | * allows to connect 2 external monitors (one via DisplayPort, second via VGA) | ||
+ | Negatives: | ||
+ | * reduces cooling capabilities a bit (mainly HDD) | ||
+ | * introduces some noise to VGA signal. This is something you should pat attention at when purchasing: we've got many of these ultrabases at my company and some of them introduce only a bit of it while others much more. | ||
===DisplayPort support in Linux=== | ===DisplayPort support in Linux=== |
Revision as of 18:50, 24 November 2009
Lenovo X200 UltraBaseHere is some basic info about X200 UltraBase: portable dock for the X200-series ThinkPads (X200, X200s, X200 Tablet) providing extra ports (notably DisplayPort), Ultrabay Slim slot and an additional battery slot. Features
Pros & ConsPositives:
Negatives:
DisplayPort support in LinuxKernel support for DisplayPort in intel graphic chips using KMS (Kernel Mode Setting) was added by Keith Packard in version 2.6.31. On the userspace side driver version 2.7 or newer is required to use KMS. In order to activate it you need to pass NOTE!
When passing module parameter at boot time you need to precede it's name by module name followed by a dot so in this case you would need to add
i915.modeset=1 to your boot command line.Hint:
To pass module parameter in initramfs simply add it to your modprobe configuration and update your initramfs with
update-initramfs command.
|