Gentoo Archives: gentoo-user

From: dhk <dhkuhl@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] X fails after new install
Date: Tue, 08 Dec 2009 10:42:36
Message-Id: 4B1E2D75.8020807@optonline.net
In Reply to: Re: [gentoo-user] X fails after new install by Walter Dnes
1 Walter Dnes wrote:
2 > On Fri, Dec 04, 2009 at 06:36:25PM -0500, dhk wrote
3 >
4 >> I started hald and rebuilt the drivers: startx still fails.
5 >
6 > I've hard-masked hal and dbus (and pam) in /etc/portage/package.mask
7 > and X runs OK.
8 >
9 > From your messages, I assume you've got some ATI card. What exactly
10 > is it? As root, can you run... "lspci -v > xyz.txt", and find the
11 > section in xyz.txt relating to your video card? If your system doesn't
12 > have lspci, "emerge pciutils". It's been my experience with ATI that
13 > you may find 2 "cards" listed, so look carefully. Here's what my Dell
14 > D530 shows...
15 >
16 > 00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
17 > Subsystem: Dell Device 020d
18 > Flags: bus master, fast devsel, latency 0, IRQ 5
19 > Memory at fdf00000 (32-bit, non-prefetchable) [size=512K]
20 > I/O ports at ff00 [size=8]
21 > Memory at d0000000 (32-bit, prefetchable) [size=256M]
22 > Memory at fdc00000 (32-bit, non-prefetchable) [size=1M]
23 > Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Count=1/1 Enable-
24 > Capabilities: [d0] Power Management version 2
25 >
26
27 Problem Solved. I needed another driver. Below are the three drivers I
28 now have installed. Before, when startx failed, I only had the first
29 two. An "emerge x11-drivers/xf86-video-fbdev" fixed the problem.
30
31 x11-drivers/ati-drivers-9.9-r2
32 x11-drivers/xf86-input-evdev-2.2.5
33 x11-drivers/xf86-video-fbdev-0.4.1
34
35 This should probably be added to the installation documentation. I've
36 followed the documentation many times before the new Xorg came out and
37 didn't have this problem.
38
39 Thanks all,
40
41 dhk