Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] lsmod and startx don't agree
Date: Mon, 09 Oct 2006 04:04:26
Message-Id: 20061009035658.21155.qmail@web31702.mail.mud.yahoo.com
1 Hello group,
2
3 I don't remember the exact details but I noticed that
4 any attempt to upgrade x11 revealed that everything
5 under xorg-x11 was blocked. So I did emerge -C
6 xorg-x11 then emerge xorg-x11. So far so good. I ran
7 xorgconfig and passed it the same values as before
8 since the hardware hasn't changed. Now when I run
9 startx it gives:
10
11 <...>
12 (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 8
13 21:34:33 2006
14 (==) Using config file: "/etc/X11/xorg.conf"
15
16 (EE) Failed to load module "radeon" (module does not
17 exist, 0)
18 (EE) No drivers available.
19
20 Fatal server error:
21 no screens found
22 XIO: fatal IO error 104 (Connection reset by peer) on
23 X server ":0.0"
24 after 0 requests (0 known processed) with 0
25 events remaining.
26 heathen@localhost ~ $
27
28 not true:
29
30 heathen@localhost ~ $ lsmod
31 Module Size Used by
32 radeon 105216 0
33 drm 68884 1 radeon
34 agpgart 33904 1 drm
35 <...>
36
37 The modules are there under
38 ../kernel/drivers/char/drm/ just as always.
39
40 So I'm stumped.
41
42 -Maxim
43
44 __________________________________________________
45 Do You Yahoo!?
46 Tired of spam? Yahoo! Mail has the best spam protection around
47 http://mail.yahoo.com
48 --
49 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] lsmod and startx don't agree "Hemmann
Re: [gentoo-user] lsmod and startx don't agree "Bo Ørsted Andresen" <bo.andresen@××××.dk>