Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.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 09:39:14
Message-Id: 201101030937.34841.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: Xorg 1.9.2 and wrong display size by felix@crowfix.com
1 On Monday 03 January 2011 01:21:46 felix@×××××××.com wrote:
2 > On Mon, Jan 03, 2011 at 12:33:18AM +0000, Mick wrote:
3 > > On Sunday 02 January 2011 21:18:14 felix@×××××××.com wrote:
4 > > > On Sun, Jan 02, 2011 at 01:07:40PM -0800, walt wrote:
5 > > > > On 01/02/2011 11:25 AM, felix@×××××××.com wrote:
6 > > > > > My 1.9.2 upgrade didn't lose the keys, but it thinks the screen has
7 > > > > > fewer pixels than before, and what it does use is pushed off to the
8 > > > > > right (there is a column down the left side, roughly 10-20% of the
9 > > > > > screen, which is inaccessible).
10 > > > > >
11 > > > > > I've included 3 logs -- the working 1.8.2, the failing 1.9.2, and
12 > > > > > the failing /var/log/Xorg.0.log...
13 > > > >
14 > > > > The 'failing' log shows that the new Xorg-server is using the MACH64
15 > > > > driver, but your 'working' 1.8.2 log is truncated, so it doesn't tell
16 > > > > us which video driver it was using successfully.
17 > > >
18 > > > I'm about 99% certain that it has always used the mach64 driver. I
19 > > > wish I had an old enough backup to recover an old log, but this
20 > > > current size screwup has been in effect for a while. It's mostly a
21 > > > server, so X isn't vital, but I do want to get it working again.
22 > > >
23 > > > > Given only 8MB of video memory, maybe the vesa driver would work
24 > > > > better? Dunno. Does your BIOS have a setting for the video
25 > > > > "aperture"?
26 > >
27 > > You may get better results if you enable KMS in your kernel.
28 >
29 > Hmmm ... I hadn't remembered KMS until I googled it, so I tried this ...
30 >
31 > # grep KMS /usr/src/linux/.config
32 > CONFIG_DRM_KMS_HELPER=m
33 > CONFIG_DRM_RADEON_KMS=y
34 > # CONFIG_DRM_I915_KMS is not set
35 >
36 > Is that good enough? I gather I915 is the Intel graphics.
37 >
38 > I modprobe'd drm_kms_helper and the resultant Xorg log was exactly the
39 > same except for one date/time stamp and all those [nnnnnn.nnn] times
40 > at the beginning of each line.
41 >
42 > I bit of googling found several old web pages, but they seemed somehow
43 > not very useful. One said I have to disable the framebuffers, not
44 > because they are dangerous, but because they don't support KMS. Since
45 > X unloads the framebuffer module, I won't worry about that.
46
47 KMS won't work with framebuffer modules like vesa/uvesa/radeonfb/etc. unless
48 you also add nomodeset at the kernel line in GRUB.
49
50 Instead of me repeating it all, I suggest you have look at:
51
52 http://www.gentoo.org/doc/en/xorg-config.xm
53
54 (but ignore what it says about HAL and its .fdi configuration files, because
55 it is out of date with xorg-server-1.9.2)
56
57 and also read:
58
59 http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml
60 --
61 Regards,
62 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: Xorg 1.9.2 and wrong display size felix@×××××××.com