Hi Tero,
   I put this off for a long time.

   I'm a bit confused about exactly what driver is getting loaded here
and how it got built. When I set VIDEO_CARDS="mach64" I did not get a
driver called 'ati' but I did get a driver called 'mach64'. I am
currently loading the following drivers:

godzilla ~ # lsmod
Module                  Size  Used by
<SNIP>
mach64                 53952  0
drm                    65304  1 mach64
agpgart                29384  2 via_agp,drm
godzilla ~ #
This gets me to the point where I have no errors in
=/var/log/Xorg.0.log, but I do have warnings. I think that doesn't
matter until I get the drivers straightened up though.

   I presume this is the ATI driver that normally comes with xorg-x11
is it not? If so how do I get both it and the mach64 driver built?

   I hope I'm not totally missing your point. Sorry if I'm being dense.

With best regards,
Mark

On 7/15/05, Tero Grundström <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I also have this video card.
> 
> 
> On Fri, 15 Jul 2005, Mark Knecht wrote:
> 
> > Converting my last FC machine to Gentoo since it didn't survive an FC2
> > to FC4 upgrade.
> >
> > Questions:
> >
> > 1) Is the VIDEO_CARDS= setting in /etc/make.conf still considered the
> > right way to configure a new machine for a specific card?
> 
> Yes it is the right way but only used by the x11-drm package.
> 
> If you want dri to work you also have to emerge xorg with the
> 'insecure-drivers' USE flag. That's right, the dri drivers for this video
> card are considered insecure...
> 
> 
> > 2) If the answer to #1 is yes then what's the right setting for a 3D
> > Rage Pro? (I.e. - where's the list of legal names?)
> 
> The 3D Rage Pro has uses a mach64 chip so the right setting is
> VIDEO_CARDS="mach64".
> 
> Finally, here is my video card section in xorg.conf:
> 
> Section "Device"
>          Identifier      "Card0"
>          Driver          "ati"
>          VendorName      "ATI"
>          BoardName       "3D Rage Pro 215GP"
>          ChipSet         "ati"
>          ChipId          0x4750
>          ChipRev         0x5c
>          Option          "backingstore"
> EndSection
> 
> 
> HTH
> --
> T.G.
> --
> [email protected] mailing list
> 
>

-- 
[email protected] mailing list

Reply via email to