Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Screen resolution problem
Date: Mon, 14 Sep 2009 11:56:32
Message-Id: 200909141354.50518.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Screen resolution problem by David Relson
1 On Monday 14 September 2009 13:36:39 David Relson wrote:
2 > On Mon, 14 Sep 2009 11:23:38 +0200
3 >
4 > Alan McKinnon wrote:
5 > > On Monday 14 September 2009 02:59:28 David Relson wrote:
6 > > > G'day,
7 > > >
8 > > > I'm running Xorg with a minimal config file (only 15 lines - which
9 > > > provide font paths and set the AllowMouseOpenFail option).
10 > > >
11 > > > When I last restarted my computer (about 3 months ago), X came up in
12 > > > 1280x1024 mode. Today I restarted X (because the shift and control
13 > > > keys were non-responsive) and my computer is in 1024x768 mode. I
14 > > > much prefer the higher resolution.
15 > > >
16 > > > I have the Xorg.0.log files from the reboot 3 months ago and
17 > > > today's X restart. What should I be looking at in them to diagnose
18 > > > what has happened differently?
19 > > >
20 > > > Several obvious questions arise:
21 > > >
22 > > > _Why_ did X select a different resolution today?
23 > > > _How_ can I get to the higher resolution?
24 > > > _What_ can I do to prevent a recurrence of this problem?
25 > > >
26 > > > I'm running a 2.6.28-gentoo-r5 kernel with the following packages:
27 > > >
28 > > > x11-base/xorg-x11-7.2
29 > > > x11-drivers/ati-drivers-8.552-r2
30 > > > x11-drivers/xf86-video-ati-6.12.1-r1
31 > >
32 > > Recent Xorg interrogates the hardware to find what resolutions it
33 > > supports and can pick one of those to use. The user can also specify
34 > > their preference, so I reckon you likely didn't specify a preference;
35 > > and what Xorg thinks you want isn't what you want.
36 > >
37 > > Look for the string "EDID" in both logs and make comparisons in that
38 > > area.
39 > >
40 > > Before you do that, run "genlop -l" or examine emerge.log to find
41 > > what upgrades and merges were done in the last three months that
42 > > affect resolution.
43 >
44 > H'lo Alan,
45 >
46 > Here's what genlop found for "x11.*" since June 1:
47 >
48 > Mon Jun 15 00:20:36 2009 >>> x11-libs/openmotif-2.3.2
49 > Sun Jun 21 11:58:51 2009 >>> x11-drivers/ati-drivers-8.552-r2
50 > Sun Jun 21 17:59:39 2009 >>> x11-drivers/ati-drivers-8.552-r2
51 > Sun Jun 21 19:48:37 2009 >>> x11-drivers/ati-drivers-8.552-r2
52 >
53 > *** GOOD REBOOT
54 >
55 > Fri Jul 10 23:28:06 2009 >>> x11-libs/qt-test-4.5.1
56 > Sat Jul 11 07:12:12 2009 >>>
57 > x11-themes/gtk-engines-ubuntulooks-0.9.12-r3 Sat Jul 25 13:02:56 2009
58 >
59 > >>> x11-drivers/ati-drivers-8.552-r2 Sun Jul 26 08:24:12 2009 >>>
60 > >>> x11-libs/libgksu-2.0.9
61 >
62 > Sun Jul 26 08:30:31 2009 >>> x11-libs/gksu-2.0.2
63 > Tue Jul 28 07:24:07 2009 >>> x11-drivers/ati-drivers-8.552-r2
64 > Fri Aug 7 18:25:05 2009 >>> x11-libs/fltk-2.0_pre6786-r1
65 >
66 > ati-drivers-8.552-r2 package was present at the reboot and has been
67 > reinstalled since. None of these x11 packages seem relevant.
68 >
69 > Grepping for EDID finds no hits in the old log and multiple occurrences
70 > of RADEON in the new log. Comparing the logs shows VESA in old, but
71 > not new. Here are grep counts:
72 >
73 > root@osage log # grep -c VESA Xorg.0.old.log Xorg.0.new.log
74 > Xorg.0.old.log:79
75 > Xorg.0.new.log:4
76 > root@osage log # grep -c RADEON Xorg.0.old.log Xorg.0.new.log
77 > Xorg.0.old.log:0
78 > Xorg.0.new.log:385
79 >
80 > Perhaps I need to specify VESA in xorg.conf somehow ???
81
82 It's been a while since I looked into the X logs on my spare machine (which
83 has an ati card). Obviously my memories of what I used to do are now obsolete
84 :-) There's also this new quirk called hal ...
85
86 I recommend you post the current and previous logs as attachments, together
87 with the output of eix for xorg-server and your drivers. Many eyeballs might
88 get to the bottom of it.
89
90 --
91 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Screen resolution problem David Relson <relson@×××××××××××××.com>