Gentoo Archives: gentoo-user

From: felix@×××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Xorg 1.9.2 and wrong display size
Date: Mon, 03 Jan 2011 01:23:32
Message-Id: 20110103012146.GD5710@crowfix.com
In Reply to: Re: [gentoo-user] Re: Xorg 1.9.2 and wrong display size by Mick
1 On Mon, Jan 03, 2011 at 12:33:18AM +0000, Mick wrote:
2 > On Sunday 02 January 2011 21:18:14 felix@×××××××.com wrote:
3 > > On Sun, Jan 02, 2011 at 01:07:40PM -0800, walt wrote:
4 > > > On 01/02/2011 11:25 AM, felix@×××××××.com wrote:
5 > > > > My 1.9.2 upgrade didn't lose the keys, but it thinks the screen has
6 > > > > fewer pixels than before, and what it does use is pushed off to the
7 > > > > right (there is a column down the left side, roughly 10-20% of the
8 > > > > screen, which is inaccessible).
9 > > > >
10 > > > > I've included 3 logs -- the working 1.8.2, the failing 1.9.2, and the
11 > > > > failing /var/log/Xorg.0.log...
12 > > >
13 > > > The 'failing' log shows that the new Xorg-server is using the MACH64
14 > > > driver, but your 'working' 1.8.2 log is truncated, so it doesn't tell us
15 > > > which video driver it was using successfully.
16 > >
17 > > I'm about 99% certain that it has always used the mach64 driver. I
18 > > wish I had an old enough backup to recover an old log, but this
19 > > current size screwup has been in effect for a while. It's mostly a
20 > > server, so X isn't vital, but I do want to get it working again.
21 > >
22 > > > Given only 8MB of video memory, maybe the vesa driver would work better?
23 > > > Dunno. Does your BIOS have a setting for the video "aperture"?
24 >
25 > You may get better results if you enable KMS in your kernel.
26
27 Hmmm ... I hadn't remembered KMS until I googled it, so I tried this ...
28
29 # grep KMS /usr/src/linux/.config
30 CONFIG_DRM_KMS_HELPER=m
31 CONFIG_DRM_RADEON_KMS=y
32 # CONFIG_DRM_I915_KMS is not set
33
34 Is that good enough? I gather I915 is the Intel graphics.
35
36 I modprobe'd drm_kms_helper and the resultant Xorg log was exactly the
37 same except for one date/time stamp and all those [nnnnnn.nnn] times
38 at the beginning of each line.
39
40 I bit of googling found several old web pages, but they seemed somehow
41 not very useful. One said I have to disable the framebuffers, not
42 because they are dangerous, but because they don't support KMS. Since
43 X unloads the framebuffer module, I won't worry about that.
44
45 --
46 ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
47 Felix Finch: scarecrow repairman & rocket surgeon / felix@×××××××.com
48 GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
49 I've found a solution to Fermat's Last Theorem but I see I've run out of room o

Replies

Subject Author
Re: [gentoo-user] Re: Xorg 1.9.2 and wrong display size Mick <michaelkintzios@×××××.com>