LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-29-2004, 07:08 PM   #16
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53

well...for radeon-cards below 9500 it just should work.
( might need some info from that dri-site...)

btw. : to display framerates in tuxracer, you can edit a file in " ~/.tuxracer/ " dir. to set options.

egag
 
Old 12-29-2004, 07:21 PM   #17
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Which file is to edit you said?
Here all of them
slackerlx@Slackware:/usr/share/tuxracer$ ls
README fonts sounds tux.tcl tuxracer_init.tcl
courses music textures tuxracer.png
slackerlx@Slackware:/usr/share/tuxracer$
I believe you meant to edit tuxracer_init.tcl
I looked inside. There is no option to edit ShowFramerate
 
Old 12-29-2004, 07:30 PM   #18
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
no , it's in your home-dir: /home/<you>/.tuxracer/options.
there's many nice options.

egag
 
Old 12-29-2004, 07:34 PM   #19
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Thanx. Found it
 
Old 12-29-2004, 10:17 PM   #20
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Hey egag!
I edited options file under /.tuxracer
Code:
# display_fps
#
# Set this to true to display the current framerate in Hz.
#
set display_fps true
and here is the shot
http://eo.yifan.net/users/t/wdesborough/tuxshot.ppm
Funny, isn't it? it sais infinite...

I also edited initial post by adding screenshot ot testing because I had some more people making comments of credibility

Last edited by SlackerLX; 12-30-2004 at 12:19 AM.
 
Old 12-30-2004, 06:35 AM   #21
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
that sure is a funny thing.
i think your pc is making an error with calculation of the fps-value with glx-app.'s.

that could be a ( mal-)function in the open-gl library ? ( don't know )

egag
 
Old 12-30-2004, 07:00 AM   #22
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Whether malfunction or not GL flyes like hell I tell you!
Or should I put it: "Let this malfunction be that way than the other!"
Or if you want:
"...-Masterchief, we have malfunction of software on torpedo deck. It autotargeted 5 enemy targets and destroyed them with direct hit, sir...
-That's not malfunction, son! That's called victory! Very good, sailor, carry on, I'll report it to admiral myself...."

And again I must emphasize my point here. I posted that report of mine not to be judged for credibility but to share my experience.
Thank you and yes, Happy New Year, egag

Last edited by SlackerLX; 12-30-2004 at 08:23 AM.
 
Old 12-30-2004, 08:32 AM   #23
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Wink

If you need more information on that please visit the initial post which I edited with some shots http://www.linuxquestions.org/questi...58#post1376058
 
Old 12-30-2004, 11:32 AM   #24
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
well....
you are number-one when it comes to frame-rates ( 14000 + ) with glxgears.
( nobody has that , correct me if i'm wrong )

but the fps-value is not stable( from 14000 to 1200 ) so:
could this be a faulty clockchip on that pc ?

egag
 
Old 12-30-2004, 11:38 AM   #25
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Negative it was me opening full screen and unmaximazing it again
 
Old 12-30-2004, 12:00 PM   #26
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
my mind really has to get used to such frame-rates.......

btw: could you try something:

my framerate ( 9200se ) got up from 550 to 750
when i put ' Option "EnablePageFlip" "on" ' in the device-section.
( maybe it'll boost fps to new hights.... )

egag
 
Old 12-30-2004, 12:09 PM   #27
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
I think with me it reduced

slackerlx@Slackware:~$ glxgears
5280 frames in 5.0 seconds = 1056.000 FPS
6546 frames in 5.0 seconds = 1309.200 FPS
6573 frames in 5.0 seconds = 1314.600 FPS
6547 frames in 5.0 seconds = 1309.400 FPS
6569 frames in 5.0 seconds = 1313.800 FPS
6550 frames in 5.0 seconds = 1310.000 FPS
6569 frames in 5.0 seconds = 1313.800 FPS
6548 frames in 5.0 seconds = 1309.600 FPS
6472 frames in 5.0 seconds = 1294.400 FPS
Broken pipe
slackerlx@Slackware:~$
 
Old 12-30-2004, 12:11 PM   #28
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Hmmmm...
But setting this option "on" sure made everything a bit sharper.
 
Old 12-30-2004, 12:16 PM   #29
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
are those values for the standard-window or full-screen ?

egag
 
Old 12-30-2004, 12:18 PM   #30
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
If you imply of the latest post then full
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to install dri driver Griffent Linux - Software 0 08-27-2005 01:47 PM
Getting better performance from Prosavage DRI? Lord Estraven Linux - Hardware 0 08-10-2005 11:51 AM
X11 DRI 3d performance won't run as a normal user? houler Linux - Software 1 04-11-2005 01:43 AM
dri driver problems waslit Linux - Software 1 11-03-2003 05:49 PM
DRI Driver Install Problem Thylakoid Linux - Software 13 08-15-2003 04:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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