Gentoo Forums
Gentoo Forums
Quick Search: in
Radeon x600 3d Acceleration woes
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Cornflake
n00b
n00b


Joined: 28 Dec 2002
Posts: 15

PostPosted: Sat May 27, 2006 11:55 pm    Post subject: Radeon x600 3d Acceleration woes Reply with quote

Ive been trying to get my 3d hardware acceleration by following the gentoo.org docs and the wiki docs. Niether of them seems to be working. The problem is, with a xorg.conf file, I get errors, and without one, x starts up but with no acceleration.

I am currently using:

Gentoo 2.6.16-r7
x11-base/xorg-x11-6.8.2-r7
x11-drivers/ati-drivers-8.21.7-r1
Radeon x600 PCI Express

When I try to use radeon drivers, I get this message: http://pastebin.com/742315

When I try to use fglrx drivers, I get this message: http://pastebin.com/742325

Here is my kernel config: http://pastebin.com/742328

Any help would be appreciated.
Back to top
View user's profile Send private message
Notavi
n00b
n00b


Joined: 26 May 2006
Posts: 8
Location: Darwin, NT, Austrlia

PostPosted: Sun May 28, 2006 12:55 am    Post subject: Reply with quote

Two things.

1) Try upgrading to the latest ATi drivers, it may help. (You may need to unmask them first)

2) Please copy/paste the device section of your xorg.conf file. It'll make it easier for people to determine what is wrong.
Back to top
View user's profile Send private message
Cornflake
n00b
n00b


Joined: 28 Dec 2002
Posts: 15

PostPosted: Sun May 28, 2006 1:33 am    Post subject: Reply with quote

Same result with the new drivers.


Section "Monitor"

Identifier "My Monitor"



HorizSync 31.5 - 82.0

VertRefresh 50-100

EndSection



Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"



Driver "vga"


EndSection


Section "Device"
Identifier "** ATI Radeon (generic) [radeon]"
Driver "fglrx"
EndSection
Back to top
View user's profile Send private message
Katphish
Apprentice
Apprentice


Joined: 05 Dec 2005
Posts: 155

PostPosted: Sun May 28, 2006 3:50 am    Post subject: Reply with quote

Hi,

do you have:

Code:
Section "DRI"
        Mode 0666
EndSection


in your /etc/X11/xorg.conf?

You need it for either setup. I know the 2.6.16 kernel DRM (which you have as disabled) supports the Radeon x600 but I have only used it with Xorg 7. I would lose the VGA Device Section. Also, as per your radeon driver Xorg log, fix the mouse section to use /dev/input/mice instead of /dev/mouse. I would also comment out the HorizSync and the VertRefresh from the Monitor Section as your monitor reports DDC/EDID just fine. (I have the MX75 by the way :wink: )

The gentoo-wiki has a good page on the care and feeding of the ATI company drivers:

http://gentoo-wiki.com/HOWTO_ATI_Drivers
Back to top
View user's profile Send private message
Melaskia
n00b
n00b


Joined: 23 May 2004
Posts: 33

PostPosted: Sun May 28, 2006 6:27 am    Post subject: Reply with quote

Code:
#
Symbol __glXActiveScreens from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
#
Symbol DRIGetDrawableInfo from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
#
Symbol DRIGetDeviceInfo from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!


I had a similar issue with the drivers not located at the proper place. Could you check if the file exists at this location?
If not, could you please do a slocate in this file?
Back to top
View user's profile Send private message
yinkoshaumer
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2005
Posts: 139

PostPosted: Sun May 28, 2006 9:33 am    Post subject: Reply with quote

At this point i think it would be best to start over with your xorg.conf. Backup the sections that you tinkered with for input devices, but get rid of everything else.
get the ATI drivers
Code:
# emerge ati-drivers

get a basic xorg.conf
Code:
# xorgconfig

run the ati configuration utility
Code:
# aticonfig --initial --input=/etc/X11/xorg.conf

run "aticonfig --help" for more options.

Hope that helped,
Yinko
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT - 5 Hours
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