Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ati driver ? [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
soujirou
Apprentice
Apprentice


Joined: 22 Jun 2004
Posts: 205
Location: sweden

PostPosted: Tue Aug 10, 2004 3:17 pm    Post subject: ati driver ? [solved] Reply with quote

what should i emerge to get the right ati driver.. i got an ibook G3 800mhz 12,1..

is there a way to check what card i got besides lspci ? hum lspci worked in the livcd.. but not now when im done installing.. hee

and does it work with 3d support in DRI ? ati 7500

emerge xfree or emerge xfree-drm ?

8)
_________________
ibook 12" G3 800mhz 30gb 384ram


Last edited by soujirou on Wed Aug 11, 2004 7:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
HighOnBonsai
Apprentice
Apprentice


Joined: 05 Jan 2004
Posts: 260

PostPosted: Tue Aug 10, 2004 5:40 pm    Post subject: Reply with quote

For lspci:
Code:
# emerge pciutils


For ATI 7500 and X look here:
https://forums.gentoo.org/viewtopic.php?t=59731&highlight=ati+7500+dri+ppc

I hope this helps.

You need to emerge xfree-drm with a 2.4.x kernel. If you have a 2.6.x kernel activate the suitable "direct rendering manager" in your kernel (also a lot of information in this forum! Use the search function!)


Christopher
_________________
Are YOU high - on bonsai?
Back to top
View user's profile Send private message
soujirou
Apprentice
Apprentice


Joined: 22 Jun 2004
Posts: 205
Location: sweden

PostPosted: Wed Aug 11, 2004 8:24 am    Post subject: Reply with quote

where can i find this direct rendering manager in the kernel ? is there anything else that i have to add in the kernel to get 3d support for the ati 7500 card ? i have check the search funktion and i find that somewhere i have to add agpart/dri and stuff somewhere...

should i run emerge ati-drivers ? [masked] though

thnx
_________________
ibook 12" G3 800mhz 30gb 384ram
Back to top
View user's profile Send private message
HighOnBonsai
Apprentice
Apprentice


Joined: 05 Jan 2004
Posts: 260

PostPosted: Thu Aug 12, 2004 12:31 pm    Post subject: Reply with quote

Code:
/usr/src/linux # make menuconfig


Menu:
Code:
Device Drivers --->
  Character Devices --->
    <M> /dev/agpgart support (AGP support)
      <M> proper chipset driver (for your Mac)
    <*> Direct Rendering Manager (...)
      <M> ATI Radeon


Activate DRI support in in you xorg.conf/XF86Config:
Code:
Section "Module"
  ...
  Module "dri"
  ...
EndSection

Section "dri"
  # Set permissions
  Mode 0666
EndSection


But there is a lot of information in this forum about this topic (I have to say again to you...:!:)

emerge ati-drivers will not work: ATI drivers are binaries for x86 and you have a PPC arch. and unless ATI releases open-source drivers or binary drivers for PPC the driver won't work.


Christopher

PS: Search the forums ;-)
_________________
Are YOU high - on bonsai?
Back to top
View user's profile Send private message
soujirou
Apprentice
Apprentice


Joined: 22 Jun 2004
Posts: 205
Location: sweden

PostPosted: Thu Aug 12, 2004 1:57 pm    Post subject: Reply with quote

yah thnx.. 8)
_________________
ibook 12" G3 800mhz 30gb 384ram
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum