You are not logged in.

#1 2012-07-09 21:03:33

starruler
Member
Registered: 2011-01-11
Posts: 4

Lenovo X201 external monitor resolution issue

Hi,

I'm having issues connecting my Lenovo X201 through the docking station -> display port -> Dell 3011.  The native resolution for the monitor is 2560x1600.  However, I currently can only set the resolution to 1920x1080 (ugly!) as any high resolution results in the monitor entering power save mode.

I'm using xrandr to set the video mode in my .xinitrc (running dwm).  This creates a good Xinerama config for dwm.

I'm currently using the line

xrandr --output DP1 --mode 1920x1080 --above LVDS1

to set my resolution.  When I change to --auto or --mode 2560x1600, or 1920x1200 etc I get the blank screen on the external monitor.  I'm using the xf86-video-intel-sna driver package (I tried the -uxa as well to no avail).

Any hints?

Offline

#2 2012-07-09 21:07:35

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Lenovo X201 external monitor resolution issue

does your video card support resolutions greater than 1920x1080??

lspci | grep VGA

Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2012-07-10 00:06:49

starruler
Member
Registered: 2011-01-11
Posts: 4

Re: Lenovo X201 external monitor resolution issue

Yes, it will do the 2560x1600 + laptop monitor in Windows 7 just fine.

Offline

#4 2012-07-10 17:49:26

starruler
Member
Registered: 2011-01-11
Posts: 4

Re: Lenovo X201 external monitor resolution issue

I was able to get it by having arandr help generate the config, here's the solution that worked for me:

xrandr --output HDMI1 --off --output LVDS1 --auto --right-of DP1 --output DP1 --pos 0x0 --rotate normal --auto --output VGA1 --off

Offline

#5 2012-07-18 18:05:29

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: Lenovo X201 external monitor resolution issue

[Solved pls]

Offline

Board footer

Powered by FluxBB