LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-16-2005, 04:53 PM   #1
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
ATI releases new drivers 2/16/05


New Windows and Linux ATI drivers at www.ati.com
Linux version 8.10.19

Who wants to be the guinnea pig and test them out? Please report back
 
Old 02-16-2005, 05:47 PM   #2
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
glxgears is going through the roof on the new drivers...

FPS varying from 4011 to 7924 (averaging more on 5000 to 6000) - an improvement from low 3000s.

Gives lots of errors whilst compiling on a 2.6.10 kernel, but no extra work actually needed.

If building it yourself, be warned that fglrxconfig has been patched, so backup your /etc/X11/xorg.conf first.

Doom 3 is now a lot more playable on high (I had to crank it down for 8.8.25 and the results still weren't pretty - kept almost 'freezing' or very much slowing down when doing anything other than moving)

Update: This is on a Hercules 3D Prophet 9800 Pro 128mb - essentially a reference 9800 Pro board, with some fancier copper heatsinks on X.Org 6.8.2

Last edited by cathectic; 02-16-2005 at 06:19 PM.
 
Old 02-16-2005, 10:10 PM   #3
nebi
LQ Newbie
 
Registered: Jan 2005
Distribution: SuSE
Posts: 6

Rep: Reputation: 0
Hi,

I also just installed the latest drivers. I did not see a significant increase in framerate with either glxgears or fgl_glxgears, but I did notice that a problem in gl-117 was no more (random polygons being drawn).

The driver install needed a little bit of manual persuasion. If I just install the drivers with rpm -Uvh, only 2D acceleration works. Corresponding error message:

(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.8.25
(II) fglrx(0): Date: Jan 14 2005
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(WW) fglrx(0): Kernel Module version does *not* match driver.
(EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x00174000 at 0x2a9640f000
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *

Some old object files seemed to be still loading. After a couple failed attempts, I ran the make.sh script in /lib/modules/fglrx/build_mod directory and then the make_install.sh in the /lib/modules/fglrx directory (I am sure I had to do this with some other install of the driver, but no message came up in the rpm install informing me of this).

When I fired up X, fglrxinfo gave the proper results (OpenGL version string: 1.3.4893 (X4.3.0-8.10.19)), fgl_glxgears worked, and a known problem with gl-117 was fixed. I am taking these results as those of a successful install.

Neil

SuSE 9.2 (X.Org version: 6.8.1), radeon 9800 pro, AMD64 3500+, asus A8V deluxe
 
Old 02-18-2005, 05:32 PM   #4
daviec
LQ Newbie
 
Registered: Feb 2005
Location: Girvan, Scotland.
Distribution: Ubuntu 6.06
Posts: 11

Rep: Reputation: 0
I'm using SuSE 9.2 Pro x86_64 and I thought I'd had my first succesful driver install, as nothing seemed to get flagged up as I followed the README with these drivers. But my glxgears fps haven't changed at all, and seeing the numbers for fps in the previous posts now has me worried. I'm only scoring 624 with my A64 3200 and Radeon 9800 Pro!!

The onyl steps which didn't seem to go according to plan was when it said this
Quote:
* compile kernel module sources (needs to be done each time you
update your kernel!)

# cd /usr/src/kernel-modules/fglrx
# KERNEL_SOURCE=/usr/src/linux make modules
# KERNEL_SOURCE=/usr/src/linux make install
# depmod -a
But as the previous step said
Quote:
- remove kernel module sources
# rm -rf /usr/src/kernel-modules/fglrx
and I wasn't updating my kernel I thought that was OK.

Then later
Quote:
3) Configure X11

# rcxdm stop
# sax2 -r -m 0=fglrx -b /usr/X11R6/lib64/sax/profile/firegl -i
gave an error about 0 not being a letter. I tried changing it to "O" (capital oh, instead of a zero) and it just didn't work at all, so I ignored it.

I've tried reconfiguring my graphics card using YAST, but it still says 3d acceleration is unavailable Can anyone shed any light on my systems poor performance?
 
Old 02-19-2005, 01:01 AM   #5
nebi
LQ Newbie
 
Registered: Jan 2005
Distribution: SuSE
Posts: 6

Rep: Reputation: 0
The poor performance is still due to the drivers not being installed correctly. When fglrxinfo reports an ATI driver instead of the mesa libraries, you will know you are set up properly (also, when the drivers are not set up properly, I don't think the fgl_glxgears application works)

What was the exact process that you went through? In the past, all I have had to do was make sure that the kernel sources were installed (using default kernel, so I just used YaST. I think the last install of SuSe 9.2, that the kernel sources were installed by default) and in the best case issue only a:
rpm -Uvh fglrx-rpm-name.rpm
and possibly the few extra steps as noted above. Maybe if you post your Xorg log file (typically in /var/log/Xorg.0.log), or the relevant errors/warnings, we can figure something out.

Neil
 
Old 02-19-2005, 02:33 AM   #6
daviec
LQ Newbie
 
Registered: Feb 2005
Location: Girvan, Scotland.
Distribution: Ubuntu 6.06
Posts: 11

Rep: Reputation: 0
OK, so I had another go this morning, and it seemed to go a lot better. Where I was getting error messages last night, I got through no problem today.

I followed these instructions to the letter.

And everything seemed fine. But fglrxinfo gives this output

Quote:
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.1)
and fgl_glxgears doesn't work as you predicted.

I'd post my Xorg log but it's massive. Is there a particular part that's relevant?

Last edited by daviec; 02-19-2005 at 01:36 PM.
 
Old 02-19-2005, 01:27 PM   #7
nebi
LQ Newbie
 
Registered: Jan 2005
Distribution: SuSE
Posts: 6

Rep: Reputation: 0
I have always followed the ATI install instructions using the rpm on ati's site .
The main difference being that you run fglrxconfig instead of steps 3,4,5 in the readme you listed above. fglrxconfig overwrites your xorg.conf, so make sure to back it up before hand.

The relevant parts of the Xorg log file are any lines starting with a (EE) or (WW) label. Usually (in my past experience) after the module is installed it is just a matter of resolving the errors/warnings.

Neil
 
Old 02-19-2005, 01:38 PM   #8
daviec
LQ Newbie
 
Registered: Feb 2005
Location: Girvan, Scotland.
Distribution: Ubuntu 6.06
Posts: 11

Rep: Reputation: 0
I thought I'd managed it after another try today, when I used Yast to configure the card after installing the drivers. But it suggested I test the configuration first and it corrupted my screen.

I'm about to give it another try.
 
Old 02-19-2005, 01:39 PM   #9
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
Note for SUSE users:
use SUSE repackaged RPMs from

ftp://ftp.suse.com/pub/suse/i386/sup...fglrx/8.10.19/ (32bit)
or

ftp://ftp.suse.com/pub/suse/i386/sup...fglrx/8.10.19/ (64bit)

and follow the provided there README STEP BY STEP.
 
Old 02-19-2005, 02:11 PM   #10
mephist0666
LQ Newbie
 
Registered: Feb 2005
Location: Germany
Distribution: Debian Sarge
Posts: 6

Rep: Reputation: 0
hi

i installed the drivers correctly and got nice frames

but after max. 10 mins of playing on every opengl app the system completly freezes and even ssh issnt possible

now i installed nvidia 6800gt and all works fine ...

greets

mephist0
 
Old 02-19-2005, 02:25 PM   #11
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
Your gpu/cpu may be overheating.
 
Old 02-19-2005, 02:59 PM   #12
mephist0666
LQ Newbie
 
Registered: Feb 2005
Location: Germany
Distribution: Debian Sarge
Posts: 6

Rep: Reputation: 0
hm if i touch it with my fingers it doenst feel hot

and under windows it worked fine
 
Old 02-19-2005, 03:03 PM   #13
mephist0666
LQ Newbie
 
Registered: Feb 2005
Location: Germany
Distribution: Debian Sarge
Posts: 6

Rep: Reputation: 0
i just looked through syslog to find related logs

and i found this :

Nov 30 10:10:02 dampframme kernel: [fglrx] Maximum main memory to use for locked dma buffers: 928 MBytes.
Nov 30 10:10:02 dampframme kernel: [fglrx] module loaded - fglrx 8.8.25 [Jan 14 2005] on minor 0

(i didnt find a log on 10.19 but it freezed on every version of ATI driver)

Jan 31 09:09:33 dampframme kernel: mtrr: 0xe0000000,0x8000000 overlaps existing 0xe0000000,0x100000
Jan 31 09:09:33 dampframme kernel: [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22)
Jan 31 09:09:33 dampframme kernel: allocation failed: out of vmalloc space - use vmalloc=<size> to increase size.
Jan 31 09:09:33 dampframme kernel: Fire GL built-in AGP-support
Jan 31 09:09:33 dampframme kernel: Based on agpgart interface v0.99 (c) Jeff Hartmann
Jan 31 09:09:33 dampframme kernel: agpgart: Maximum main memory to use for agp memory: 816M
Jan 31 09:09:33 dampframme kernel: agpgart: Detected an Intel PCI to CSA bridge
Jan 31 09:09:33 dampframme kernel: agpgart: Detected Intel 875G chipset
Jan 31 09:09:33 dampframme kernel: agpgart: AGP aperture is 256M @ 0xd0000000
Jan 31 09:09:33 dampframme kernel: Power management callback for AGP chipset installed
Jan 31 09:09:33 dampframme kernel: [fglrx] AGP detected, AgpState = 0x1f004a1b (hardware caps of chipset)
Jan 31 09:09:33 dampframme kernel: AGP: Found 2 AGPv3 devices
Jan 31 09:09:33 dampframme kernel: AGP: Doing enable for AGPv3
Jan 31 09:09:33 dampframme kernel: agpgart: Found an AGP 3.0 compliant device.
Jan 31 09:09:33 dampframme kernel: [fglrx] AGP enabled, AgpCommand = 0x1f004312 (selected caps)
Jan 31 09:09:33 dampframme kernel: [fglrx] free AGP = 252440576
Jan 31 09:09:33 dampframme kernel: [fglrx] max AGP = 252440576
Jan 31 09:09:33 dampframme kernel: [fglrx] free LFB = 116387840
Jan 31 09:09:33 dampframme kernel: [fglrx] max LFB = 116387840
Jan 31 09:09:33 dampframme kernel: [fglrx] free Inv = 134217728
Jan 31 09:09:33 dampframme kernel: [fglrx] max Inv = 134217728
Jan 31 09:09:33 dampframme kernel: [fglrx] total Inv = 134217728
Jan 31 09:09:33 dampframme kernel: [fglrx] total TIM = 0
Jan 31 09:09:33 dampframme kernel: [fglrx] total FB = 0
Jan 31 09:09:33 dampframme kernel: [fglrx] total AGP = 65536

Last edited by mephist0666; 02-19-2005 at 03:13 PM.
 
Old 02-20-2005, 04:41 AM   #14
daviec
LQ Newbie
 
Registered: Feb 2005
Location: Girvan, Scotland.
Distribution: Ubuntu 6.06
Posts: 11

Rep: Reputation: 0
Talking

I don't know what I did differently today, but it worked. glxgears is now outputting 4385 fps from ~600 previously. Nice.

It still says 3d support is unavailable though. Am I going to have to change my card to get any 3d performance?

Last edited by daviec; 02-20-2005 at 04:43 AM.
 
Old 02-20-2005, 01:46 PM   #15
nebi
LQ Newbie
 
Registered: Jan 2005
Distribution: SuSE
Posts: 6

Rep: Reputation: 0
Did you run fgl_glxgears yet (or fglrxinfo)?
 
  


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
8.6.20 ATI Drivers and ATI Radeon XPress 200M ltracy Linux - Hardware 8 04-28-2006 07:52 PM
ATI 9600Pro & ATI Proprietary Drivers problem Hyakutake Slackware 6 12-04-2005 10:08 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM
Red Hat9 + ATi Drivers + nForce2 Drivers sturreal Linux - Newbie 2 10-07-2003 07:17 AM
Nvidia Releases New Graphics Drivers For Linux Platform funkenbooty Linux - Newbie 4 07-29-2003 01:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:31 PM.

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