LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 08-25-2005, 05:06 PM   #16
apachedude
Member
 
Registered: Aug 2004
Location: California
Distribution: SuSE 10.0 (SUPER)
Posts: 356

Rep: Reputation: 31

I can't seem to enable 3d acceleration either. All I can really say is that it "feels" faster. Take that for what it's worth.
 
Old 08-25-2005, 06:52 PM   #17
KevinDM
LQ Newbie
 
Registered: Mar 2005
Location: Califonia
Distribution: SuSE 9.3
Posts: 8

Rep: Reputation: 0
I want to run neverwinter nights, so I need to get the damn graphics accelerator to work. I tried running the .rpm files generated by that ATI setup and still the same result.
 
Old 08-26-2005, 12:32 AM   #18
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Rep: Reputation: 31
Wink

Hi,
I have installed fglrx drivers for my HIS Excalibur 9700 card with YAST. Then I executed the following command - as root:

init 3

sax2 -r -m 0=fglrx -b /usr/X11R6/lib64/sax/profile/firegl -i

It installed the driver but without 3D acceleration.
I have now 6450 frames to 9820 frames in 5 sec that is 1290.000 FPS to 1965.000 FPS. It is good but as I said, there is no 3D .


 
Old 08-26-2005, 08:58 AM   #19
artemedes
LQ Newbie
 
Registered: Aug 2005
Location: kcmo
Posts: 10

Rep: Reputation: 0
For those of you having trouble have you tried NOT running the sax2 command?

I remember doing that command on previous attempts, but when I successfully ran the ATI installer and fglrxconfig I definetly did not run the sax2 command. I think the sax2 command is just another way to generate an xorg.conf file. So running it after you do fglrxconfig just overwrites your xorg.conf. Right?

Anyway. I will try this on my work laptop and test it.
 
Old 08-26-2005, 01:48 PM   #20
KevinDM
LQ Newbie
 
Registered: Mar 2005
Location: Califonia
Distribution: SuSE 9.3
Posts: 8

Rep: Reputation: 0
Ah I got my 9600pro to work with graphics acceleration! After reading the log file output by ATI's auto installer thing, I realized I needed to update the kernel because of a version mismatch. If you update it, along with kernel-source, and gcc you should be good to run the auto installer (sh ati-driver-installer-8.16.20-i386.run). After that go ahead and run fglrxconfig with the correct settings and reboot. When xwindows restarts, it should work okay. You can still modify the config file for the TV crap if you need to (more about that in the first page of this thread).

Have fun
 
Old 08-28-2005, 03:00 PM   #21
sm1else
Member
 
Registered: Oct 2004
Distribution: At home: Ubuntu, Debian Sarge
Posts: 56

Rep: Reputation: 15
Just tried the new driver on my laptop and it still freezes when 3d (such as glxgears) is attempted so im reverting back to the 'radeon' module which works quite well but puts a lot of load on my cpu.

Its been partially mentioned earlier but either kernel-source or kernel-headers (im not sure if SuSE provide a kernel-headers though) must be installed before trying this driver otherwise you dont get the kernel module at the end (which is required for DRI which in turn is required for 3D). Strangely the installer carries on blissfully ignoring the fact that compilation failed
 
Old 08-29-2005, 01:03 AM   #22
riba43
Member
 
Registered: Feb 2005
Location: Slovenia
Distribution: suse11.0
Posts: 749

Rep: Reputation: 31
Hi,

Maybe there is somebody out there who tried to install ATI fglrx driver according to the instructions written in http://portal.suse.com/sdb/en/2005/04/akulk_ati93.html.
I did that and it worked well but only if I dont shut down my computer. The results glxgears are like this:
bgorjup@linux:~> glxgears
7169 frames in 5.0 seconds = 1433.800 FPS
12088 frames in 5.0 seconds = 2417.600 FPS
13410 frames in 5.0 seconds = 2682.000 FPS
12934 frames in 5.0 seconds = 2586.800 FPS
13485 frames in 5.0 seconds = 2697.000 FPS
13485 frames in 5.0 seconds = 2697.000 FPS
13465 frames in 5.0 seconds = 2693.000 FPS

Nice aint it. But after shutting down my comp, the results are 1/6 th of the above.

Then again, I have to integrate the driver :

init 3
sax2 -r -m 0=fglrx -b /usr/X11R6/lib64/sax/profile/firegl -i

After that, everything is O.K. again, till I shut down .

Well, any solution ???




 
Old 09-04-2005, 01:36 AM   #23
robertpratt
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Rep: Reputation: 15
ATI driver frustration!!

I am seeking some dumded down instruction on how to run the fglrxconfig.

I don't know what any of the requests mean! I try my best guess, things appear to go well, but 3d games still appear as slideshows.

Help please.

Robert
 
Old 09-04-2005, 10:11 AM   #24
jag2000
Member
 
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Blog Entries: 2

Rep: Reputation: 31
cool i will have to try this when i get home
 
Old 09-04-2005, 10:52 AM   #25
JohnStormrider
Member
 
Registered: Aug 2005
Posts: 33

Rep: Reputation: 15
I have a Laptop with a ATI Radeon Express 200M 128mb. Will it work with that?
 
Old 09-05-2005, 10:30 PM   #26
why2jjj
Member
 
Registered: Jan 2005
Location: Oregon
Distribution: Mandrake
Posts: 47

Rep: Reputation: 15
Quote:
Originally posted by KevinDM
Ah I got my 9600pro to work with graphics acceleration! After reading the log file output by ATI's auto installer thing, I realized I needed to update the kernel because of a version mismatch. If you update it, along with kernel-source, and gcc you should be good to run the auto installer (sh ati-driver-installer-8.16.20-i386.run). After that go ahead and run fglrxconfig with the correct settings and reboot. When xwindows restarts, it should work okay. You can still modify the config file for the TV crap if you need to (more about that in the first page of this thread).

Have fun
What are the correct settings?

the driver installed with no problems, but it runs SO SLOWLY, 282 FPS. Shouldn't I be seeing something like 1000?

So one question I have is "what settings/options should I pick in fglrxconfig"? I have a Dell Inspiron 8600 wide-screen laptop.

Two, I find this odd, when I do a fglrxinfo I get this:
Code:
Loading required GL library /usr/lib/libGL.so.1
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
Shouldn't I see 'ATI' where www.mesa3d.org sits?

Thanks!
 
Old 09-11-2005, 05:33 AM   #27
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Rep: Reputation: 30
I too followed all the instructions to the letter, but coud not get direct rendering to work:

fglrxinfo:
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)

I also noticed this DMESG output:
mtrr: 0xe8000000,0x8000000 overlaps existing 0xe8000000,0x1000000
[fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22)

So, after trying many things, I found that hand rolling the kernel without CONFIG_DRM sorted everything out. No mttr errors, and fglrxinfo output:

OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X300 Generic
OpenGL version string: 1.3.5272 (X4.3.0-8.16.20)

and glxinfo output:
direct rendering: Yes

L
 
Old 09-11-2005, 07:11 AM   #28
jag2000
Member
 
Registered: Sep 2003
Location: Ohio
Distribution: Ubuntu 12.04
Posts: 315
Blog Entries: 2

Rep: Reputation: 31
how did u hand roll the kernel?
 
Old 09-11-2005, 08:52 AM   #29
lacerto
Member
 
Registered: Oct 2003
Location: South London
Distribution: Gentoo.
Posts: 297

Rep: Reputation: 30
With all respect, there are literally hundreds, if not thousands of howtos on recompiling your kernel - on LQ and elsewhere. When you find a howto you like, after the "make cloneconfig" stage, type make menuconfig, and look under Device Drivers->Character Devices and switch of Direct Rendering Manager.
Then follow the rest of the howto.

L
 
Old 09-11-2005, 06:34 PM   #30
why2jjj
Member
 
Registered: Jan 2005
Location: Oregon
Distribution: Mandrake
Posts: 47

Rep: Reputation: 15
on the ATI thing...

I seem to have gotten a reply to when I asked a question on the ATI driver thingy.

I did figure it all out, including why I was still seeing 'Mesa' instead of ATI when I did a fglrxinfo. In short, the *.run script from ATI is not all that hot.

My solution is at:
http://www.linuxquestions.org/questi...47#post1843747
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux4RegularGuys - EASY FTP setup using vsftpd - READ THIS FOR EASY HELP DropHit Linux - Networking 4 11-25-2004 02:44 PM
ATI Graphics Card and Rendering Linux Vs. ATI xmeson Slackware 2 09-02-2004 12:09 PM
ATI Rage128 3d installed easy Cage47 Linux - Hardware 1 06-18-2004 05:41 PM
Easy GLIDE fix on ATI Radeon 9000 pro? dolvmin Linux - Hardware 2 04-21-2004 01:18 AM
linux noob requires easy install amd64 linux... ralphuk100 Linux - Distributions 2 04-18-2004 09:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 06:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration