LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-02-2004, 04:55 PM   #1
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Rep: Reputation: 30
glxgears performance?


glxgears
300 frames in 5.0 seconds = 60.00 fps

fgl_glxgears
300 frames in 5.0 seconds = 60.00 fps

is this good or bad? I see people with numbers in the thousands??
I just installed a Radeon 9600SE with 128mb and the games seem to be running really well. but the numbers dont match up, in comparision.

R
 
Old 04-02-2004, 05:23 PM   #2
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
That's weird.

You want to make sure you've got direct rendering, and it's working.

glxinfo | grep -i direct

Should give you what you want to see, which is:

Direct Rendering: Yes

--Shade
 
Old 04-02-2004, 05:33 PM   #3
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
You could also have vert sync enabled, which means that it will only to a frame per vertical refresh, 60Hz sounds like the refresh of your monitor.
 
Old 04-02-2004, 05:56 PM   #4
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
direct rendering is on, and how do I tell if vert refresh is enabled?
 
Old 04-02-2004, 06:57 PM   #5
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
/usr/X11R6/bin/fireglcontrol is the control module for your Graphics card, Turn VSYNC off is you wish to go above the vertical refresh of your monitor.
 
Old 04-02-2004, 08:00 PM   #6
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
seems emcrypted, what am I doing wrong?
Quote:
ATI R▒␍␊⎺┼ 9200 PRO (RV280 5960) ATI R▒␍␊⎺┼ 8500 / 8500 LE AGP (R200 QT) *7QDQQQ^1.0.8 –0┬,▒Q ™└┘⎻5␌•␍ž2ˆۤ≤ˆ—+L ≠-‘␍ ┘H─A„└Q…ƒV˜┌┐␍≥␉␊kn;^iLA`rqg<GK…
Y=ѫ0&:Q€Qaп!#ijV™•ϥžˆ_ $ ‡|o/LhXa=-fAvq ˜*‰…q┘-=—┌␍‘\␌Q┐┐␉▒┌0␊…N ␉•┌π‚WٰeP긾‹|ˆbI-|ŒeLXaMQ:t0AJ•=mѤjiCn4Fˆg_и`s-D3_L
 
Old 04-02-2004, 08:07 PM   #7
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Its an executable not a file to edit, Sorry I didn't make myself clear

Just start a console login as root and type

/usr/X11R6/bin/fireglcontrol

This should start the config program. Not everthings a text file
 
Old 04-02-2004, 08:13 PM   #8
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
hah.. I feel like a total moron....
oh well at least I can laugh at myself.

It did popup the control pannel but I did get a strange error
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed

and I only have 3 tabs information, dual screen and adjustment. Neither of which have that option of turning off the vert ref rate.


BTW thank you for all your help
 
Old 04-02-2004, 08:23 PM   #9
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
First do

xhost +

Make sure your root. Type

su -

Then enter your password. Now try

/usr/X11R6/bin/fireglcontrol

this should work.

Last edited by leonscape; 04-02-2004 at 08:25 PM.
 
Old 04-02-2004, 08:30 PM   #10
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
Im sorry to put you through all this for something so simple but...


[root@empiricus ryedunn]# xhost +
access control disabled, clients can connect from any host
[root@empiricus ryedunn]# su -
[root@empiricus root]# /usr/X11R6/bin/fireglcontrol

no error, but I have the same window(ATI Raedon 9600 Control Pannel) with 3 tabs and neither has that option?
 
Old 04-02-2004, 08:36 PM   #11
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Try fglrxconfig in a console, It might be under that configuration. ( I've got an Nvidia so Im flying blind )
 
Old 04-02-2004, 08:51 PM   #12
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
Is this what I need?

Do you want to synchronize buffer swaps
with the vertical sync signal (y/n)? [n]

http://www.linuxquestions.org/questi...ht=fglrxconfig
 
Old 04-02-2004, 08:53 PM   #13
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Yep thats the one!
 
Old 04-02-2004, 09:12 PM   #14
ryedunn
Member
 
Registered: Jul 2003
Location: Chicago
Distribution: Fedora, ubuntu
Posts: 459

Original Poster
Rep: Reputation: 30
yeauh, dats what Im talkin bout!
ebonically speaking....

3824 frames in 5.0 seconds = 764.800 FPS
3475 frames in 5.0 seconds = 695.000 FPS
3841 frames in 5.0 seconds = 768.200 FPS
3901 frames in 5.0 seconds = 780.200 FPS

806 frames in 5.0 seconds = 161.200 FPS
781 frames in 5.0 seconds = 156.200 FPS
803 frames in 5.0 seconds = 160.600 FPS
793 frames in 5.0 seconds = 158.600 FPS

AFFERO'D!

Last edited by ryedunn; 04-02-2004 at 09:16 PM.
 
Old 04-02-2004, 09:17 PM   #15
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Cool, got there in the end
 
  


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
glxgears score independent of CPU speed (ATI radeon 9250) Max performance? Emmanuel_uk Linux - Newbie 5 11-06-2006 01:20 AM
glxgears crashes Piwko Linux - Hardware 1 08-24-2005 09:37 PM
glxgears canyon289 Linux - Hardware 8 02-27-2005 01:14 PM
Glxgears Hyper1on Linux - Newbie 9 10-03-2004 07:15 PM
GLXGEARS won't start svarreby Slackware 2 01-20-2004 03:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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