You are not logged in.

#1 2009-03-27 09:38:13

arnfred
Member
Registered: 2009-03-27
Posts: 8

[Solved] X insists that I have two monitors (thinkpad x200)

I've just installed Arch linux and am mighty proud of that feat. However there is a problem with my monitor that I'm wondering if anybody would know how to fix.

My screen is working pretty decently colorwise and so forth, but X insists on loading the wrong resolution. My screen is natively 1280x800, but x configures it to be 1380x800, and all my programs pretends that I have yet another 100 pixel to the right side of the screen, even though my monitor oviously can't show them.

I tried to run "xrandr -q" to see what was going on. This is the result:

Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Screen 0: minimum 320 x 200, current 1360 x 800, maximum 1360 x 1360
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm
   1280x800       60.0*+   50.0
   1024x768       60.0
   800x600        60.3     56.2
   640x480        59.9
HDMI-1 connected (normal left inverted right x axis y axis)
   1360x768       59.8
   1152x864       60.0
   1024x768       60.0
   800x600        60.3
   640x480        59.9
HDMI-2 connected 1360x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1360x768       59.8*
   1152x864       60.0
   1024x768       60.0
   800x600        60.3
   640x480        59.9

So it seems X sees another screen than the one I've been trying to configure in the xorg.conf file, and furthermore gets the resolution wrong. Does anybody know how I could potentially solve this problem?

SOLVED: I added the following lines to the xorg.conf file:

Section "Monitor"
       Identifier      "HDMI-1"
       Option          "Ignore" "True"
EndSection
Section "Monitor"
       Identifier      "HDMI-2"
       Option          "Ignore" "True"
EndSection

Last edited by arnfred (2009-03-27 12:22:14)

Offline

#2 2009-03-27 09:55:55

deej
Member
Registered: 2008-02-08
Posts: 395

Re: [Solved] X insists that I have two monitors (thinkpad x200)

Try , as root in a konsole window, running:

X -configure :1

Then:

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.original

...this will save your configuration as a safeguard !

Then:

mv /root/xorg.conf.new /etc/X11/xorg.conf

Reboot and see if you are now OK.

Deej

Offline

#3 2009-03-27 11:32:22

arnfred
Member
Registered: 2009-03-27
Posts: 8

Re: [Solved] X insists that I have two monitors (thinkpad x200)

Thanks for your answer. It doesn't solve the problem though. The new xorg.conf file gives me a resolution of something around 800x600 and when I run "xrandr -q"  it says that it can't open display. furthermore plasma crashes on startup for some reason.

Offline

#4 2009-03-27 12:21:57

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: [Solved] X insists that I have two monitors (thinkpad x200)

Try adding this to the Monitor section in xorg.conf:

Option "PreferredMode" "1280x800"

1000

Offline

#5 2009-03-27 12:23:41

arnfred
Member
Registered: 2009-03-27
Posts: 8

Re: [Solved] X insists that I have two monitors (thinkpad x200)

Thanks for the help. I have solved the problem by adding

Section "Monitor"
       Identifier      "HDMI-1"
       Option          "Ignore" "True"
EndSection
Section "Monitor"
       Identifier      "HDMI-2"
       Option          "Ignore" "True"
EndSection

to xorg.conf

Now I just need wifi running consitently and I'm golden big_smile

Offline

Board footer

Powered by FluxBB