LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-16-2003, 01:22 AM   #1
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Rep: Reputation: 0
slow a$$ opengl


I have a pretty good setup here, but all the OpenGL stuff I try to run CRAWLS. I'm using the default RH 9 config with an ATI 9700Pro. Can anyone tell me how to improve it's performance?
 
Old 07-16-2003, 02:45 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Look at /var/log/XFree86.0.log
and tell us which drivers X is using ...


Cheers,
Tink
 
Old 07-16-2003, 02:58 AM   #3
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
I hope this is what you're looking for.....

II) Module fbdevhw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.0.2
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension GLX
 
Old 07-16-2003, 05:48 PM   #4
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
ttt
 
Old 07-16-2003, 06:12 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
That at least makes sure you're not
using the Mesa software library :)

However, it doesn't state the physical
device driver...

Cheers,
Tink
 
Old 07-16-2003, 08:02 PM   #6
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
Holy Crap! This may be what you were looking for.

I looked again, there are over 300 lines just for the video setup? WTF!?!?!?

Is any of this what you were talking about?

...
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 6.4.18
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
....
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
....
(II) LoadModule: "shadowfb"
(II) Loading /usr/X11R6/lib/modules/libshadowfb.a
(II) Module shadowfb: vendor="The XFree86 Project"
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.2
(II) RADEON(0): Page flipping disabled
(!!) RADEON(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
.....
(WW) RADEON(0): Direct rendering not yet supported on Radeon 9500/9700 and newer cards
 
Old 07-17-2003, 07:05 PM   #7
mondaypickle
Member
 
Registered: May 2003
Distribution: Slackware 9.1
Posts: 85

Rep: Reputation: 15
you need atis drivers to get much performance opengl wise outta your card.

x 4.3 drivers : http://www.schneider-digital.de/down...linux_X4.3.zip

unzip it and install the rpm, then run the config program, i forget exactly what it is, something like fglrxconfig, that will create your new XF86Config. easy enough
 
Old 07-17-2003, 09:58 PM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Go to gatos site and download the 4.3 package. Do a search for the instructions in this forum. I put a link in past post on instructions how to setup ATI cards in LINUX. Sorry, I don't have the link with me.

ATI has modules for your card but its for 4.2 not for 4.3.

mondaypickle, that file is for GL cards. GL cards are not the same as Radeon cards.
 
Old 07-17-2003, 10:36 PM   #9
mondaypickle
Member
 
Registered: May 2003
Distribution: Slackware 9.1
Posts: 85

Rep: Reputation: 15
the drivers can be used for both, they are esentially the same cards
 
Old 07-18-2003, 02:39 AM   #10
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
Cool

I'll give it a shot Friday and let you know how it goes.
 
Old 07-18-2003, 02:56 PM   #11
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
Electro?

Is this the link you were talking about? http://www.reades.com/radeon.html

If so, I don't have an AIW card. How much of that stuff do I need? I'd rather not add components I don't need as it seems everything in my system is already i386...
 
Old 07-18-2003, 04:04 PM   #12
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
mondaypickle

I ran Check.sh as su and I got the following.....

: command not found
: command not found
: command not found
: command not found
: command not found
'heck.sh: line 98: syntax error near unexpected token `
'heck.sh: line 98: `GetOsInfo()

my perl skills are practically nill, but I very much doubt the file would have bad code in it. What should I do?
 
Old 07-18-2003, 04:32 PM   #13
e1v!$
LQ Newbie
 
Registered: Jul 2003
Distribution: RedHat 9.0
Posts: 20

Original Poster
Rep: Reputation: 0
I fixed the script (by adding a debug line... wierd)

What I get is in /**/
/*
=====================================================================
ATI Technologies
=====================================================================
Checking which OS you're running...
uname reports 'Linux' version '2.4.20-18.9', architecture 'i686'.
Object format is 'ELF'.
libc version is '6.3'.

In GetXfreeInfo
XFree86 Version 4.3.0 is installed.

No package available for glibc 2.3. Try fglrx-glibc22-X43.tgz
*/
if libc6.2 is the same as glibc 2.2 doesn't that mean 6.3 and 2.3 are the same? A repeat of the above post.. What should I do?
 
Old 07-19-2003, 12:57 AM   #14
d4harvey
Member
 
Registered: Jul 2003
Location: Ontario, Canada
Distribution: Fedora Core 1 - 5
Posts: 99

Rep: Reputation: 15
I have a similar prob

I am using Mandrake 9.1

when I try to run the reference drivers from ATI for my RADEON 9500 PRO I have an error that says it conflicts with the Xfree86-mdk....

I run glxgears and have an fps of 800 or so

i run glxinfo |grep direct

and it says I have no for direct rendering.....

what should i do?

Another Linux NEWBie
 
Old 07-19-2003, 02:15 AM   #15
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
The instructions at http://www.reades.com/radeon.html are for any ATI card that gatos supports. Skip the steps from km and down. If you are thinking of buying a TV tuner card, say Y for Video 4 Linux in the kernel. Usually its enabled by default.

Quote:
the drivers can be used for both, they are esentially the same cards
No, they are not the same cards. Both Radeon and GL uses different addressing to access 3D engines.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
3D Acceleration ok, but OpenGL slow hansidm Slackware 6 08-24-2005 04:53 PM
ATI OpenGL is SLOW!! tionik06 Linux - Hardware 7 08-22-2005 10:13 PM
OpenGL very slow, SIS300 mmmm Linux - General 8 04-26-2005 02:40 PM
OpenGL slow after 2.6.7 upgrade joelescoulie Linux - Games 2 10-04-2004 11:34 PM
Very slow OpenGL mr_rob Linux - Newbie 3 09-24-2003 01:29 PM

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

All times are GMT -5. The time now is 12:05 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