Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ati Radeon IGP and Xorg R6.8
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Macguyvok
n00b
n00b


Joined: 09 Mar 2004
Posts: 54
Location: ....right behind you....

PostPosted: Fri Sep 10, 2004 6:09 am    Post subject: Ati Radeon IGP and Xorg R6.8 Reply with quote

Well, It's official. Getting working 3D on the IGP chipset is now trivial...nay.. almost inescapable with the new Xorg R6.8 release. Here's the rundown of what I did to get DRI working:

1) emerged Xorg R6.8
2) configured my 2.6.7 kernel to include ATI chipset drivers for the DRI (I orrignally had ALI, which is my laptop's motherboard chipset, but the IGP has a ATI chipset...)
3) opengl-update xorg-x11

There you have it folks, working 3D on a IGP chipset in 3 easy steps. Took me 20 minutes (since I used a precompiled packed of Xorg R6.8 that I'd compiled on my desktop while I was in class)

Now, I must note: I've NEVER had 3D on this laptop before.. even after trying everything I could think of and follow walkthrough after walkthrough.... and finally it works. I love Xorg!!!


:D :D :D :D :D :D :D :D Yaaay!
_________________
--Mac

"The DM is GOD!" No.... God's just my little NPC :-D

Coconut falls from sky... Take 2 points damage!
Back to top
View user's profile Send private message
alexander-m
n00b
n00b


Joined: 13 Aug 2004
Posts: 31

PostPosted: Fri Sep 10, 2004 5:05 pm    Post subject: Reply with quote

:) Hi everybody :)
I've got the same graphic card (Ati radeon IGP 320) and followed your steps.
I got the DRI working in a real easy way (compared to all patching and cvs one had to go thru before)8) .

BUT wait!!!
Would't Direct Rendering mean a performance improvement?

Ok we check this :)

before I had :
SOFTWARE Rendering (leeds to 99% CPU usage): 330 FPS (glxgears)

know width:
HARDWARE Rendering (or shall I call it "acceleration") : 200 FPS (glxgears)

This is even slower as width SW-Rendering . What has gone wrong ? :roll: How is your performace Macguyvok ?



PS: what I also find not logical is that glxgears with HW-rendering (DRI)
always results in 1000 FPS in 5 secs = 200.000 FPS
all the time (there is no 200.001 or 199.999). Could there possible be a reason for that? And would the actual performace be higher?

Well would be gratefull if someone with a similar graphic card could post its glxgears FPS!!

BTW : If someone with a IGP 320 Radeon Ati Card reads this:
I would really like to see your xorg.conf file maybe I made some performance costing mistakes here (or the card is just crap :roll: )

Aleaxnder
Back to top
View user's profile Send private message
ilikeyoureyes
n00b
n00b


Joined: 04 Jun 2004
Posts: 52

PostPosted: Sun Sep 12, 2004 1:07 am    Post subject: Reply with quote

I unmerged xfree, emerged xorg 6.8, and ran the opengl update. When I run glxgears all I get is a segmentation fault. Here is the relevant part when I run lsmod if that is of any help
Code:
radeon                117412  2
ati_agp                 6540  1
agpgart                26408  2 ati_agp


Any ideas?
_________________
small hassle mini mac
Back to top
View user's profile Send private message
silentdav
n00b
n00b


Joined: 24 Oct 2003
Posts: 56

PostPosted: Sun Sep 12, 2004 1:22 pm    Post subject: Reply with quote

alexander-m wrote:
(or the card is just crap :roll: )

I think you got it :cry:

my igp 320 with dri ( Xorg 6.8 )
Code:
glxgears
869 frames in 5.0 seconds = 173.800 FPS
933 frames in 5.0 seconds = 186.600 FPS
866 frames in 5.0 seconds = 173.200 FPS


I got more fps without dri but 100% cpu usage
Back to top
View user's profile Send private message
alexander-m
n00b
n00b


Joined: 13 Aug 2004
Posts: 31

PostPosted: Sun Sep 12, 2004 2:04 pm    Post subject: Reply with quote

Hmm well then it is conformed , my graphic card is a crapy ati (probably she could do better when there where some ati support here :-( )

Hmm your framerates are even a bit lower then mine and what I realy wonder is why my framerate (with DRI) seems to be very constant

Code:

glxgears
1000 frames in 5.0 seconds = 200.000 FPS
1000 frames in 5.0 seconds = 200.000 FPS
1000 frames in 5.0 seconds = 200.000 FPS
1000 frames in 5.0 seconds = 200.000 FPS
1000 frames in 5.0 seconds = 200.000 FPS
......


and yours is differing all the time
Another thing is why your FPS is lower then mine since you have same xorg and same Card?
Maybe I post you my xorg .conf perhaps this improves your fps to 200 at least , whatta you think?
Back to top
View user's profile Send private message
gen-kris
n00b
n00b


Joined: 09 Sep 2004
Posts: 29
Location: NRW Germany

PostPosted: Sun Sep 12, 2004 2:32 pm    Post subject: Reply with quote

ok, i have the same problem, but not only on my laptop with a radeon 9000 m on a xorg also with a geforce2mx200 whith xfree...
whith the radeon i get around 100fps, whenn i start knoppix from cd i get around 2000fps so the card is fine

so i think there must be something terrible wrong in some configurationfiles.

I hope i can help whith that

kris
Back to top
View user's profile Send private message
silentdav
n00b
n00b


Joined: 24 Oct 2003
Posts: 56

PostPosted: Sun Sep 12, 2004 3:08 pm    Post subject: Reply with quote

Yes I would like to see your conf
and you're right , strange constant glxgears
Back to top
View user's profile Send private message
gen-kris
n00b
n00b


Joined: 09 Sep 2004
Posts: 29
Location: NRW Germany

PostPosted: Sun Sep 12, 2004 3:20 pm    Post subject: Reply with quote

Code:

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
     Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection
Back to top
View user's profile Send private message
blixtra
n00b
n00b


Joined: 24 Apr 2003
Posts: 7
Location: Berlin

PostPosted: Sun Sep 12, 2004 9:02 pm    Post subject: Reply with quote

ilikeyoureyes wrote:
I unmerged xfree, emerged xorg 6.8, and ran the opengl update. When I run glxgears all I get is a segmentation fault. Here is the relevant part when I run lsmod if that is of any help


I'm also getting a seg fault when I try to run glxgears.

Anybody have a fix or know why this is happening?
Back to top
View user's profile Send private message
QuaffAPint
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jan 2003
Posts: 82
Location: Downingtown, PA

PostPosted: Mon Sep 13, 2004 2:44 am    Post subject: Reply with quote

Not trying to thread steal - but how did you get your ATI drivers to install with xorg 6.8 ? Everytime I try to emerge 'ati-drivers', I get an error saying that they are not compatible with xorg 6.8.

What am I missing?
Back to top
View user's profile Send private message
ilikeyoureyes
n00b
n00b


Joined: 04 Jun 2004
Posts: 52

PostPosted: Mon Sep 13, 2004 7:35 pm    Post subject: Reply with quote

Quote:
Everytime I try to emerge 'ati-drivers', I get an error saying that they are not compatible with xorg 6.8.


Well, I emerged ati-drivers back when I was on xfree, and haven't done so since, I wonder if that is my problem.
_________________
small hassle mini mac
Back to top
View user's profile Send private message
truekaiser
l33t
l33t


Joined: 05 Mar 2004
Posts: 801

PostPosted: Mon Sep 13, 2004 8:58 pm    Post subject: Reply with quote

just a quick question to other radeon owners here that use the dri drivers. do you guys experence slowdown's in your card the longer your machine is on?
Back to top
View user's profile Send private message
Mythos
l33t
l33t


Joined: 02 May 2004
Posts: 953
Location: Portugal

PostPosted: Tue Sep 14, 2004 12:18 am    Post subject: Reply with quote

well i have the same problem if you comment #dri xorg became very stable

but i need 3d acc :P

when i uncooment dri, it's a mess!

There are new drivers at ati homepage, any one solved xorg / ati problem ?

xorg >=6.7.99 are the reaseon of the problems versions above i don't have any problem
_________________
Best Regards,
Sérgio Henrique
Linux dune 3.0.6-gentoo #1 SMP Thu Oct 27 16:47:29 WEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux
Back to top
View user's profile Send private message
incabolocabus
Apprentice
Apprentice


Joined: 24 Nov 2003
Posts: 232
Location: Fort Collins, CO

PostPosted: Wed Sep 15, 2004 5:05 am    Post subject: Reply with quote

On hp ze5300 - full success

Code:

[drm] Initialized radeon 1.11.0 20020828 on minor 1: ATI Technologies Inc Radeon IGP 340M


glxgears
w/6.7 - ~215 fps
w/6.8 - ~450 fps
Back to top
View user's profile Send private message
Henry78
Apprentice
Apprentice


Joined: 12 Jul 2004
Posts: 186
Location: Austria

PostPosted: Wed Sep 15, 2004 9:06 am    Post subject: Reply with quote

refering to the x.org release notes, the radeon drivers only word for 2d, that means no 3d acceleration is available.

on the other hand, there are the drivers from ati (found as 'ati-drivers' in portage), wich are not working with x.org 8.6

so you can stick to the 3d acc, and use an older x-version, or you get the new 8.6 without the 3d acc. then you have to change your driver to 'radeon' (from 'fglrx')
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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