Lenovo ThinkVision L201p

From Hardware-wiki

(Redirected from IBM ThinkVision L201p)
Jump to: navigation, search

The Lenovo ThinkVision L201p is a TFT display from Lenovo.

Contents

[edit] Specs

  • 20.1" viewable display.
  • 1600x1200 native resolution.
  • Can be flipped to vertical.

[edit] Operating system compatibility

[edit] Windows

It does work, the Lenovo website says support for Windows XP and Windows 2000. However, for some reason there is a long pause during bootup where the system just sits there, the monitor displaying "input signal out of range".

[edit] Linux

The manual says Linux is not supported, but of course it works anyway. Unlike Windows, it even works well.

Using the output from the X server, I was able to create the following xorg.conf Monitor and Screen sections:

Section "Monitor"
  Identifier	"l201p"
  DisplaySize	400 300
  HorizSync	30-80
  ModelName	"l201p"
  Option	"DPMS"
  VendorName	"IBM"
  VertRefresh	55-85
  Modeline	"1600x1200@60" 162.00 1600 1664 1856 2160 1200 1201 1204 1250
EndSection


Section "Screen"
	Identifier	"external screen"
	Device		"i910GML"
	Monitor		"l201p"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200"
	EndSubSection
EndSection

[edit] Files

[edit] External links

Personal tools