Results 1 to 9 of 9
I have been unable to run 3D Acceleration wtih my graphics card:
ATI All In Wonder 9600XT, RV350 AR
I opened SaX2 to enable 3D Acc, however, the box is ...
- 11-26-2006 #1
Able to Force enable 3D-acc?
I have been unable to run 3D Acceleration wtih my graphics card:
ATI All In Wonder 9600XT, RV350 AR
I opened SaX2 to enable 3D Acc, however, the box is grayed out. I have installed the linux drivers found on the ATI website.
When I open the Sax2 X11 and go to the card options, I notice noAccel and renderAccel, however, clicking on them does not open up a field to change a value. So my question is, would it be feasable for me to edit the xorg.conf file that read:
"
Section "Device"
BoardName "RV350 AR"
BusID "1:0:0"
Driver "radeon"
Identifier "Device[0]"
Screen 0
VendorName "ATI"
EndSection
"
to include something like
Option "NoAccel" "yes"
or
Option "NoAccel" "no"
to force enabling 3D-Acceleration?
Any other options available to get 3D-Accel rolling on my system?
Suse 10.1
- 12-04-2006 #2Just Joined!
- Join Date
- Dec 2006
- Location
- Couer d' Alene, Idaho
- Posts
- 17
Im running SLED 10 so it should be pretty simmilar. If you go into yast and go to g-card/monitor settings there is a way to enable the 3d excel, its just a simple little check box kinda hard to see. If that doesnt work im not sure how to because i simply enabled it when i was installing linux. Best of luck.
- 12-04-2006 #3
Yeah, that box was grayed out

But I did finally figure it out, I followed the instructions for ATI cards at:
http://www.thejemreport.com/mambo/content/view/254
I would recomend that page for anyone just starting out w/ Suse 10.1 ... There are guides on that site for other flavors too.
- 12-04-2006 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
What are the results of running glxgears? I wouldn't be concerned with what Sax is reporting if you are getting a decent framerate from glxgears. Also check
To see the status of your drivers.Code:glxinfo |grep -i direct fglrxinfo
- 12-04-2006 #5
glxgears I get almost 400fps, unless any other apps are working, like Amarok changing songs, then it drops down to 1-10
- 12-04-2006 #6
It sounds like the CPU is doing the rendering then. Have you installed the ATI drivers yet?
Registered GNU/Linux User #399198
'Experience is something you don't get until just after you need it.' -Steven Wright
- 12-04-2006 #7I can't speak for ATI cards, but when an Nvidia card I own is working properly with 3D acceleration, I generally get 5,000-10,000 fps. Under 1,000 means you're likely using the non-accelerated drivers.
Originally Posted by Geomyster Registered Linux user #270181
TechieMoe's Tech Rants
- 12-04-2006 #8
> glxinfo |grep -i direct
direct rendering: Yes
> fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 2.0.6065 (8.29.6)
To me it looks like my ATI drivers are installed correctly?
Any idea what to try?
- 12-04-2006 #9Just Joined!
- Join Date
- Dec 2006
- Posts
- 4
Getting ATI drivers to work isn't an easy task, but here I found an excellent guide:
http://linux.wordpress.com/2006/05/1...-installation/
I used it myself, and it worked perfectly. Personally, I like to run chromium (Games - arcade) to check if there is any 3D acceleration. You'll notice the difference


Reply With Quote