public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Met a brick wall migrating to Modular X
@ 2006-09-16 16:36 Kevin O'Gorman
  2006-09-16 16:53 ` Mick
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin O'Gorman @ 2006-09-16 16:36 UTC (permalink / raw
  To: gentoo-user

I'm trying to follow the HOWTO, but I've got a problem with ATI.
I put 'ati' in VIDEO_CARDS in /etc/make.conf, but it was not picked
up in the actual emerge, and now the driver does not exist, as
reported by startx.

Startx also complains of a missing "speedo" module, but I don't
even know what that is.

In addition, after the build and the revdep-rebuild, an emerge -u
wants to build virtual-x11-7.0-r2, as mentioned in the writeup.
What it didn't mention was that a huge number of KDE packages
are calling for it.  What do I do about this?  Recompile all of KDE
too (presumably by making them all ~x86)?  Something else?

Summary:
   - how do I make an ATI driver
   - how do I make a speedo driver
   - how to get KDE working

-- 
Kevin O'Gorman, PhD
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Met a brick wall migrating to Modular X
  2006-09-16 16:36 [gentoo-user] Met a brick wall migrating to Modular X Kevin O'Gorman
@ 2006-09-16 16:53 ` Mick
  2006-09-16 17:04   ` Kevin O'Gorman
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2006-09-16 16:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

On Saturday 16 September 2006 17:36, Kevin O'Gorman wrote:
> I'm trying to follow the HOWTO, but I've got a problem with ATI.
> I put 'ati' in VIDEO_CARDS in /etc/make.conf, but it was not picked
> up in the actual emerge, and now the driver does not exist, as
> reported by startx.

Try VIDEO_CARDS="radeon"

-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Met a brick wall migrating to Modular X
  2006-09-16 16:53 ` Mick
@ 2006-09-16 17:04   ` Kevin O'Gorman
  2006-09-16 17:19     ` Richard Fish
                       ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kevin O'Gorman @ 2006-09-16 17:04 UTC (permalink / raw
  To: gentoo-user

On 9/16/06, Mick <michaelkintzios@gmail.com> wrote:
> On Saturday 16 September 2006 17:36, Kevin O'Gorman wrote:
> > I'm trying to follow the HOWTO, but I've got a problem with ATI.
> > I put 'ati' in VIDEO_CARDS in /etc/make.conf, but it was not picked
> > up in the actual emerge, and now the driver does not exist, as
> > reported by startx.
>
> Try VIDEO_CARDS="radeon"

Can't try it for the next hour or so, but I have my doubts anyway.
/etc/X11/xorg.conf has, in part

Section "Device"
    Identifier  "ati-internal"
    Driver      "ati"
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "ati-internal"
    Monitor     "Westinghouse"
   ...

And that's the only Device section.  Accordingly, I expect startx is going
to continue to expect a driver named "ati".  Which is good, because that's
the kind of video I have on my motherboard.

++ kevin


-- 
Kevin O'Gorman, PhD
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Met a brick wall migrating to Modular X
  2006-09-16 17:04   ` Kevin O'Gorman
@ 2006-09-16 17:19     ` Richard Fish
  2006-09-16 17:30     ` Mick
       [not found]     ` <200609171443.08415.bo.andresen@zlin.dk>
  2 siblings, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-09-16 17:19 UTC (permalink / raw
  To: gentoo-user

On 9/16/06, Kevin O'Gorman <kogorman@gmail.com> wrote:
> On 9/16/06, Mick <michaelkintzios@gmail.com> wrote:
> > On Saturday 16 September 2006 17:36, Kevin O'Gorman wrote:
> > > I'm trying to follow the HOWTO, but I've got a problem with ATI.
> > > I put 'ati' in VIDEO_CARDS in /etc/make.conf, but it was not picked
> > > up in the actual emerge, and now the driver does not exist, as
> > > reported by startx.
> >
> > Try VIDEO_CARDS="radeon"
>
> Can't try it for the next hour or so, but I have my doubts anyway.
> /etc/X11/xorg.conf has, in part

VIDEO_CARDS="ati" is not a valid option.  Check "emerge -pv xorg-x11",
it will list the valid options.  You can use "radeon", "mach64", or
"r128", to bring in xf86-video-ati, aka the open-source "ati" and
"radeon" drivers.  Or you can use "fglrx" to bring in the proprietary
ATI drivers.

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Met a brick wall migrating to Modular X
  2006-09-16 17:04   ` Kevin O'Gorman
  2006-09-16 17:19     ` Richard Fish
@ 2006-09-16 17:30     ` Mick
       [not found]     ` <200609171443.08415.bo.andresen@zlin.dk>
  2 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2006-09-16 17:30 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1379 bytes --]

On Saturday 16 September 2006 18:04, Kevin O'Gorman wrote:
> On 9/16/06, Mick <michaelkintzios@gmail.com> wrote:
> > On Saturday 16 September 2006 17:36, Kevin O'Gorman wrote:
> > > I'm trying to follow the HOWTO, but I've got a problem with ATI.
> > > I put 'ati' in VIDEO_CARDS in /etc/make.conf, but it was not picked
> > > up in the actual emerge, and now the driver does not exist, as
> > > reported by startx.
> >
> > Try VIDEO_CARDS="radeon"
>
> Can't try it for the next hour or so, but I have my doubts anyway.
> /etc/X11/xorg.conf has, in part
>
> Section "Device"
>     Identifier  "ati-internal"
>     Driver      "ati"
> EndSection
>
> Section "Screen"
>     Identifier  "Screen1"
>     Device      "ati-internal"
>     Monitor     "Westinghouse"
>    ...
>
> And that's the only Device section.  Accordingly, I expect startx is going
> to continue to expect a driver named "ati".  Which is good, because that's
> the kind of video I have on my motherboard.

The xorg-x11 requires radeon_drv.so, which will only be built if you somehow 
tell it to do so.  Thereafter you may want the kernel ATI modules (select 
them when you build your kernel) or the fglrx module in which case run emerge 
ati-drivers.  That's how I understand it to be; not sure if things have 
changed since I set up one of my boxen.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Met a brick wall migrating to Modular X
       [not found]     ` <200609171443.08415.bo.andresen@zlin.dk>
@ 2006-09-17 15:30       ` Richard Fish
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Fish @ 2006-09-17 15:30 UTC (permalink / raw
  To: gentoo-user

On 9/17/06, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> Well, I guess that means your xorg.conf is obsolete.
> x11-drivers/xf86-video-ati provides a radeon driver rather than an ati
> driver. So the Driver should be set to radeon also...

Actually, xf86-video-ati will provide ati, r128, and radeon video
drivers.  So ati is probably correct here for that very old chip.

-Richard

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-17 15:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-16 16:36 [gentoo-user] Met a brick wall migrating to Modular X Kevin O'Gorman
2006-09-16 16:53 ` Mick
2006-09-16 17:04   ` Kevin O'Gorman
2006-09-16 17:19     ` Richard Fish
2006-09-16 17:30     ` Mick
     [not found]     ` <200609171443.08415.bo.andresen@zlin.dk>
2006-09-17 15:30       ` Richard Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox