* [gentoo-user] New install - startx not starting
@ 2006-11-07 12:56 Greg Morin
2006-11-07 14:00 ` Mick
2006-11-07 16:56 ` Andrey
0 siblings, 2 replies; 9+ messages in thread
From: Greg Morin @ 2006-11-07 12:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx fails
complaining about:
(EE) Failed to load module "radeon" (module does not exist, 0)
(EE) No drivers available.
My question - how do I get/build this module?
--
Gpm
The Morins of Plantsville
[-- Attachment #2: Type: text/html, Size: 338 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-07 12:56 [gentoo-user] New install - startx not starting Greg Morin
@ 2006-11-07 14:00 ` Mick
2006-11-07 14:06 ` Bo Ørsted Andresen
2006-11-07 16:56 ` Andrey
1 sibling, 1 reply; 9+ messages in thread
From: Mick @ 2006-11-07 14:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
On Tuesday 07 November 2006 12:56, Greg Morin wrote:
> The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx fails
> complaining about:
> (EE) Failed to load module "radeon" (module does not exist, 0)
> (EE) No drivers available.
>
> My question - how do I get/build this module?
Add radeon in your /etc/make.conf under VIDEO_CARDS="radeon"
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-07 14:00 ` Mick
@ 2006-11-07 14:06 ` Bo Ørsted Andresen
2006-11-07 19:01 ` Alan McKinnon
2006-11-08 1:32 ` Greg Morin
0 siblings, 2 replies; 9+ messages in thread
From: Bo Ørsted Andresen @ 2006-11-07 14:06 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
On Tuesday 07 November 2006 15:00, Mick wrote:
> > The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx fails
> > complaining about:
> > (EE) Failed to load module "radeon" (module does not exist, 0)
> > (EE) No drivers available.
> >
> > My question - how do I get/build this module?
>
> Add radeon in your /etc/make.conf under VIDEO_CARDS="radeon"
And then run:
# emerge --newuse -va x11-base/xorg-server
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-07 14:06 ` Bo Ørsted Andresen
@ 2006-11-07 19:01 ` Alan McKinnon
2006-11-08 10:42 ` Greg Morin
2006-11-08 1:32 ` Greg Morin
1 sibling, 1 reply; 9+ messages in thread
From: Alan McKinnon @ 2006-11-07 19:01 UTC (permalink / raw
To: gentoo-user
On Tuesday 07 November 2006 16:06, Bo Ørsted Andresen wrote:
> On Tuesday 07 November 2006 15:00, Mick wrote:
> > > The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx
> > > fails complaining about:
> > > (EE) Failed to load module "radeon" (module does not exist, 0)
> > > (EE) No drivers available.
> > >
> > > My question - how do I get/build this module?
> >
> > Add radeon in your /etc/make.conf under VIDEO_CARDS="radeon"
>
> And then run:
>
> # emerge --newuse -va x11-base/xorg-server
Hang on a sec, if VIDEO_CARDS is empty or non-existent, doesn't the
ebuild default to building all drivers, like 6.8 did? I never tried
this myself, but I read it in a wiki HOWTO.
If true, surely Greg's problem would never have happened?
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-07 19:01 ` Alan McKinnon
@ 2006-11-08 10:42 ` Greg Morin
2006-11-08 15:03 ` Alan McKinnon
0 siblings, 1 reply; 9+ messages in thread
From: Greg Morin @ 2006-11-08 10:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
VIDEO_CARDS was/is set. The tweaking was in USE - 'png' was necessary before
'emerge cario'.
Gpm
On 11/7/06, Alan McKinnon <alan@linuxholdings.co.za> wrote:
>
> On Tuesday 07 November 2006 16:06, Bo Ørsted Andresen wrote:
> > On Tuesday 07 November 2006 15:00, Mick wrote:
> > > > The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx
> > > > fails complaining about:
> > > > (EE) Failed to load module "radeon" (module does not exist, 0)
> > > > (EE) No drivers available.
> > > >
> > > > My question - how do I get/build this module?
> > >
> > > Add radeon in your /etc/make.conf under VIDEO_CARDS="radeon"
> >
> > And then run:
> >
> > # emerge --newuse -va x11-base/xorg-server
>
> Hang on a sec, if VIDEO_CARDS is empty or non-existent, doesn't the
> ebuild default to building all drivers, like 6.8 did? I never tried
> this myself, but I read it in a wiki HOWTO.
>
> If true, surely Greg's problem would never have happened?
>
> alan
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Gpm
The Morins of Plantsville
[-- Attachment #2: Type: text/html, Size: 1542 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-08 10:42 ` Greg Morin
@ 2006-11-08 15:03 ` Alan McKinnon
2006-11-14 1:35 ` Greg Morin
0 siblings, 1 reply; 9+ messages in thread
From: Alan McKinnon @ 2006-11-08 15:03 UTC (permalink / raw
To: gentoo-user
On Wednesday 08 November 2006 12:42, Greg Morin wrote:
> VIDEO_CARDS was/is set. The tweaking was in USE - 'png' was necessary
> before 'emerge cario'.
Oh good, all's well that ends well.
But I'm curious to know how the lack of the png USE flag to cairo caused
X to not load your video driver per the original error message. Or was
cairo just the last of several somewhat related things that had to be
remerged?
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-07 14:06 ` Bo Ørsted Andresen
2006-11-07 19:01 ` Alan McKinnon
@ 2006-11-08 1:32 ` Greg Morin
1 sibling, 0 replies; 9+ messages in thread
From: Greg Morin @ 2006-11-08 1:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 774 bytes --]
All - thanx for the pointers. I had to 'emerge ati-drivers', then 'emerge
cario', then emerge 'xorg-x11'. Also had to tweak /etc/make.conf a bit.
All is good now.
Gpm
On 11/7/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
>
> On Tuesday 07 November 2006 15:00, Mick wrote:
> > > The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx fails
> > > complaining about:
> > > (EE) Failed to load module "radeon" (module does not exist, 0)
> > > (EE) No drivers available.
> > >
> > > My question - how do I get/build this module?
> >
> > Add radeon in your /etc/make.conf under VIDEO_CARDS="radeon"
>
> And then run:
>
> # emerge --newuse -va x11-base/xorg-server
>
> --
> Bo Andresen
>
>
>
--
Gpm
The Morins of Plantsville
[-- Attachment #2: Type: text/html, Size: 1143 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] New install - startx not starting
2006-11-07 12:56 [gentoo-user] New install - startx not starting Greg Morin
2006-11-07 14:00 ` Mick
@ 2006-11-07 16:56 ` Andrey
1 sibling, 0 replies; 9+ messages in thread
From: Andrey @ 2006-11-07 16:56 UTC (permalink / raw
To: gentoo-user
On Tuesday 07 November 2006 12:56, Greg Morin wrote:
> The kernel seems good, I've added 'gpm', and 'xorg-x11'. startx fails
> complaining about:
> (EE) Failed to load module "radeon" (module does not exist, 0)
> (EE) No drivers available.
>
> My question - how do I get/build this module?
Try to add VIDEO_CARDS="radeon" into /etc/make.conf
But I consider it is better to use fglrx driver...
(x11-drivers/ati-drivers)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-11-14 1:39 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-07 12:56 [gentoo-user] New install - startx not starting Greg Morin
2006-11-07 14:00 ` Mick
2006-11-07 14:06 ` Bo Ørsted Andresen
2006-11-07 19:01 ` Alan McKinnon
2006-11-08 10:42 ` Greg Morin
2006-11-08 15:03 ` Alan McKinnon
2006-11-14 1:35 ` Greg Morin
2006-11-08 1:32 ` Greg Morin
2006-11-07 16:56 ` Andrey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox