Gentoo Archives: gentoo-user

From: "W.Kenworthy" <billk@×××××××××.au>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] xorg resolution problem
Date: Tue, 30 Jun 2009 08:11:08
Message-Id: 1246349457.22878.10.camel@bunyip.localdomain
1 Since moving from xorg-server 1.5.3 (?) to 1.6, xorg has gone back to an
2 old behaviour of refusing the resolution I need (I switch using xrandr).
3
4 Video chipset is i915 in a sony vaio with a 1366x768 screen. I am
5 trying to use an external LCD monitor with 1280x1024 native resolution.
6
7 Problem is xorg see's that 768 is the maximum on the laptop LCD, and
8 wont see the higher resolution(s) on the external monitor, which now
9 looks exceptionally crappy (I am not concerned with what the laptop
10 screen is doing when I am using the external - it used to overscan when
11 on 1280x768)
12
13 Ive removed the xorg.conf, but had to put back the driver stanza (only)
14 as it kept trying to load the i810 instead of intel driver.
15
16 wdk@bunyip ~/Desktop $ xrandr
17 Screen 0: minimum 320 x 200, current 1024 x 768, maximum 2048 x 2048
18 VGA connected 1024x768+0+0 (normal left inverted right x axis y axis)
19 0mm x 0mm
20 1024x768 60.0*
21 800x600 60.3
22 640x480 59.9
23 LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis)
24 0mm x 0mm
25 1366x768 59.8 +
26 1024x768 85.0 75.0 70.1 60.0*
27 832x624 74.6
28 800x600 85.1 72.2 75.0 60.3 56.2
29 640x480 85.0 72.8 75.0 59.9
30 720x400 85.0
31 640x400 85.1
32 640x350 85.1
33 TV disconnected (normal left inverted right x axis y axis)
34 wdk@bunyip ~/Desktop $
35
36 How to get 1280x1024 back?
37 BillK