* [gentoo-user] lsmod and startx don't agree
@ 2006-10-09 3:56 maxim wexler
2006-10-09 4:20 ` Hemmann, Volker Armin
2006-10-09 4:54 ` Bo Ørsted Andresen
0 siblings, 2 replies; 6+ messages in thread
From: maxim wexler @ 2006-10-09 3:56 UTC (permalink / raw
To: gentoo-user
Hello group,
I don't remember the exact details but I noticed that
any attempt to upgrade x11 revealed that everything
under xorg-x11 was blocked. So I did emerge -C
xorg-x11 then emerge xorg-x11. So far so good. I ran
xorgconfig and passed it the same values as before
since the hardware hasn't changed. Now when I run
startx it gives:
<...>
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 8
21:34:33 2006
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "radeon" (module does not
exist, 0)
(EE) No drivers available.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on
X server ":0.0"
after 0 requests (0 known processed) with 0
events remaining.
heathen@localhost ~ $
not true:
heathen@localhost ~ $ lsmod
Module Size Used by
radeon 105216 0
drm 68884 1 radeon
agpgart 33904 1 drm
<...>
The modules are there under
../kernel/drivers/char/drm/ just as always.
So I'm stumped.
-Maxim
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lsmod and startx don't agree
2006-10-09 3:56 [gentoo-user] lsmod and startx don't agree maxim wexler
@ 2006-10-09 4:20 ` Hemmann, Volker Armin
2006-10-09 4:54 ` Bo Ørsted Andresen
1 sibling, 0 replies; 6+ messages in thread
From: Hemmann, Volker Armin @ 2006-10-09 4:20 UTC (permalink / raw
To: gentoo-user
On Monday 09 October 2006 05:56, maxim wexler wrote:
> Hello group,
>
> I don't remember the exact details but I noticed that
> any attempt to upgrade x11 revealed that everything
> under xorg-x11 was blocked. So I did emerge -C
> xorg-x11 then emerge xorg-x11. So far so good. I ran
> xorgconfig and passed it the same values as before
> since the hardware hasn't changed. Now when I run
> startx it gives:
>
> <...>
> (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 8
> 21:34:33 2006
> (==) Using config file: "/etc/X11/xorg.conf"
>
> (EE) Failed to load module "radeon" (module does not
> exist, 0)
> (EE) No drivers available.
>
> Fatal server error:
> no screens found
> XIO: fatal IO error 104 (Connection reset by peer) on
> X server ":0.0"
> after 0 requests (0 known processed) with 0
> events remaining.
> heathen@localhost ~ $
>
> not true:
>
> heathen@localhost ~ $ lsmod
> Module Size Used by
> radeon 105216 0
> drm 68884 1 radeon
> agpgart 33904 1 drm
> <...>
>
> The modules are there under
> ../kernel/drivers/char/drm/ just as always.
>
> So I'm stumped.
>
I don't have an ATI card, but I am pretty sure, that X complains about the
missing radeon driver, not the missing kernel module
X driver module =/= kernel module
you need both.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lsmod and startx don't agree
2006-10-09 3:56 [gentoo-user] lsmod and startx don't agree maxim wexler
2006-10-09 4:20 ` Hemmann, Volker Armin
@ 2006-10-09 4:54 ` Bo Ørsted Andresen
2006-10-09 5:07 ` Bo Ørsted Andresen
1 sibling, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-09 4:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 784 bytes --]
On Monday 09 October 2006 05:56, maxim wexler wrote:
> I don't remember the exact details but I noticed that
> any attempt to upgrade x11 revealed that everything
> under xorg-x11 was blocked.
At that point you were supposed to follow the migration to modular X guide
[1]. The important bits you've missed is setting the VIDEO_CARDS and
INPUT_DEVICES variables in /etc/make.conf.
[SNIP]
> (EE) Failed to load module "radeon" (module does not
> exist, 0)
> (EE) No drivers available.
That means /usr/lib/xorg/modules/drivers/radeon_drv.so from
x11-drivers/xf86-video-ati is missing. That will be pulled in by
x11-base/xorg-x11 if VIDEO_CARDS includes radeon. So set those two variables
and run:
# emerge -va1 --newuse x11-base/xorg-x11
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lsmod and startx don't agree
2006-10-09 4:54 ` Bo Ørsted Andresen
@ 2006-10-09 5:07 ` Bo Ørsted Andresen
2006-10-10 4:25 ` [gentoo-user] lsmod and startx don't agreeRESOLVED maxim wexler
0 siblings, 1 reply; 6+ messages in thread
From: Bo Ørsted Andresen @ 2006-10-09 5:07 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
On Monday 09 October 2006 06:54, Bo Ørsted Andresen wrote:
> At that point you were supposed to follow the migration to modular X guide
> [1].
Heh, forgot the reference..
[1] http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lsmod and startx don't agreeRESOLVED
2006-10-09 5:07 ` Bo Ørsted Andresen
@ 2006-10-10 4:25 ` maxim wexler
2006-10-10 7:08 ` Alan McKinnon
0 siblings, 1 reply; 6+ messages in thread
From: maxim wexler @ 2006-10-10 4:25 UTC (permalink / raw
To: gentoo-user
--- Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Monday 09 October 2006 06:54, Bo Ørsted Andresen
> wrote:
> > At that point you were supposed to follow the
> migration to modular X guide
> > [1].
>
> Heh, forgot the reference..
>
> [1]
>
http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml
That was the answer. Interesting, I googled high and
low and never came across it.
One more thing -- in the Howto it says to
#emerge -Ca xorg-x11 virtual/x11.
What's this "virtual/x11"? Portage said it couldn't
find it.
Thanks Bo.
-Maxim
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] lsmod and startx don't agreeRESOLVED
2006-10-10 4:25 ` [gentoo-user] lsmod and startx don't agreeRESOLVED maxim wexler
@ 2006-10-10 7:08 ` Alan McKinnon
0 siblings, 0 replies; 6+ messages in thread
From: Alan McKinnon @ 2006-10-10 7:08 UTC (permalink / raw
To: gentoo-user
On Tuesday 10 October 2006 06:25, maxim wexler wrote:
> One more thing -- in the Howto it says to
>
> #emerge -Ca xorg-x11 virtual/x11.
>
> What's this "virtual/x11"? Portage said it couldn't
> find it.
It's a virtual package, which can be satisfied by any one of several X
server ebuilds. It means that apps can depend on a virtual x11 package,
rather than being tied to say Xorg specifically. Don't worry about it,
if you typed the name right and portage didn't find it, it's not a
problem and the right thin will happen when you emerge modular X
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-10-10 7:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-09 3:56 [gentoo-user] lsmod and startx don't agree maxim wexler
2006-10-09 4:20 ` Hemmann, Volker Armin
2006-10-09 4:54 ` Bo Ørsted Andresen
2006-10-09 5:07 ` Bo Ørsted Andresen
2006-10-10 4:25 ` [gentoo-user] lsmod and startx don't agreeRESOLVED maxim wexler
2006-10-10 7:08 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox