You are not logged in.

#1 2010-06-21 21:10:54

Drake
Member
Registered: 2007-09-05
Posts: 41

[glxgears]I think is the update of Xorg

i have this

xf86-video-intel
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

that's ok?

[user@equipo ~]$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
298 frames in 5.0 seconds = 59.442 FPS
311 frames in 5.0 seconds = 62.111 FPS
311 frames in 5.0 seconds = 61.973 FPS
311 frames in 5.0 seconds = 62.064 FPS
311 frames in 5.0 seconds = 62.026 FPS
311 frames in 5.0 seconds = 62.063 FPS
311 frames in 5.0 seconds = 61.988 FPS

Last edited by Drake (2010-06-21 21:16:56)

Offline

#2 2010-06-21 21:18:31

Woofie
Member
From: RK, Czech Rep.
Registered: 2009-12-28
Posts: 83

Re: [glxgears]I think is the update of Xorg

You're not alone smile

http://bbs.archlinux.org/viewtopic.php?id=99488

Seems that last update did something with performance.


Sorry for my english. It's not my native language..

Offline

#3 2010-06-22 01:14:54

enihcam
Member
From: Internet
Registered: 2009-12-20
Posts: 221

Re: [glxgears]I think is the update of Xorg

https://wiki.ubuntu.com/X/Troubleshooti … ce#Problem: glxgears has low FPS


Problem: glxgears has low FPS
It is important to note and remember that glxgears is *not* a benchmark tool. It simply measures how fast the driver writes images to the screen, whereas most 3D applications are limited by render speed, not merely blit speed. Instead use a 3D game (flightgear, tremulous, etc.) that has a real rendering workload to make comparisons.
glxgears is installed by default, easy to run, and generates results that are easy to read, so users like to utilize it as a rough measure of performance, and thus the question of why these numbers change comes up quite a bit.
For discussion we can categorize the fps changes into four groups:
1. glxgears drops from XXXX to YYY
This is generally nothing to worry about. High glxgears numbers generally indicate excessively high screen repainting, so if this drops from say 1500 fps to 500 fps, it should not produce any noticeable performance impact.
2. glxgears drops from XXX to YYY
As in #1, these drops are *usually* nothing to worry about, especially if you haven't noticed any change in performance. In *some* cases if you notice a performance drop, glxgears numbers may drop as well, and there may indeed be a correlation. However, glxgears isn't a benchmark, so it does little good to post the numbers (indeed, if anything it flags your post as ill-informed on the subject!)
Instead, get before and after FPS measurements using a 3D game, such as sauerbraten, tuxracer, tremulous, or the like.
3. glxgears drops from XXX to YY (e.g. usually around ~50-60fps)
This may indicate that you have vblank syncing turned on. Is the glxgears fps roughly equal to the refresh rate of your monitor? (LCDs tend to operate at 60Hz, so 50-60fps is common in these cases)
If so, see the previous section for a discussion of vblank settings. Normally vblank is a GOOD thing, but it can cause side-effects. If you are experiencing performance impacts, try disabling vblank.
4. glxgears drops to 30fps or below
Any time glxgears returns fps less than your monitor's refresh rate, it definitely indicates a performance problem.
If the fps seems to hit at about half your monitor refresh rate, it indicates the graphics card is not synchronizing properly, and is missing every other frame request by the monitor.


Solution:

Via driconf: 'Synchronization with vertical refresh (swap intervals)' -> set to 'Never synchronize with vertical refresh'.

Last edited by enihcam (2010-06-22 01:16:18)

Offline

#4 2010-06-22 01:22:09

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: [glxgears]I think is the update of Xorg

Woofie wrote:

You're not alone smile

http://bbs.archlinux.org/viewtopic.php?id=99488

Seems that last update did something with performance.

Rly?  Probably only on Intel, as Nvidia is still fine.

[marcus@ARCH ~]$ glxgears
34977 frames in 5.0 seconds = 6995.329 FPS
42650 frames in 5.0 seconds = 8529.744 FPS
43771 frames in 5.0 seconds = 8750.448 FPS
45666 frames in 5.0 seconds = 9133.074 FPS
45401 frames in 5.0 seconds = 9080.127 FPS

Last edited by Skripka (2010-06-22 01:23:36)

Offline

#5 2010-06-22 02:36:31

madek
Member
From: Santiago, Chile
Registered: 2009-09-08
Posts: 98
Website

Re: [glxgears]I think is the update of Xorg

same thing here

[madek@bender ~]$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
204 frames in 5.0 seconds = 40.695 FPS
300 frames in 5.0 seconds = 59.804 FPS
240 frames in 5.0 seconds = 47.980 FPS
247 frames in 5.0 seconds = 49.326 FPS
301 frames in 5.0 seconds = 60.029 FPS

Offline

#6 2010-06-22 04:03:04

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: [glxgears]I think is the update of Xorg

Looks like I am the only one with a 965 chipset, but I'm having bad performance as well (and had with the previous Xorg too), around 150 fps and simple games like pacman lags.

Offline

#7 2010-06-22 05:02:17

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: [glxgears]I think is the update of Xorg

Forget what I just wrote, I fixed it.

Check what glxinfo|grep -i opengl tells you, it should NOT say it's using software.
Then check my patch here: http://github.com/trapd00r/configs/comm … c6edc658b7

Now I'm going back to Street Fighter again, this time with full resolution and all options turned UP! smile

Offline

#8 2010-06-22 08:14:54

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [glxgears]I think is the update of Xorg

[user@equipo ~]$ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.

298 frames in 5.0 seconds = 59.442 FPS

Guess what, your monitor runs on 60Hz which is perfectly normal. When will people finally stop using glxgears as a benchmark?

Offline

#9 2010-06-22 11:20:40

ChemBro
Member
Registered: 2008-10-22
Posts: 704

Re: [glxgears]I think is the update of Xorg

Try extreme tuxracer as a "benchmark". It's better (and funnier).

Offline

#10 2010-06-22 11:28:21

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [glxgears]I think is the update of Xorg

Not that, because of vsync, everything will top at 60fps. To really benchmark your HW try something that rendering around 20 to 50 fps.

Offline

#11 2010-06-22 12:09:47

Labello
Member
From: Germany
Registered: 2010-01-21
Posts: 317
Website

Re: [glxgears]I think is the update of Xorg

ijanos wrote:

Not that, because of vsync, everything will top at 60fps. To really benchmark your HW try something that rendering around 20 to 50 fps.

like nexuiz on highest settings big_smile


"They say just hold onto your hope but you know if you swallow your pride you will choke"
Alexisonfire - Midnight Regulations

Offline

#12 2010-06-22 12:14:29

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [glxgears]I think is the update of Xorg

Labello wrote:
ijanos wrote:

Not that, because of vsync, everything will top at 60fps. To really benchmark your HW try something that rendering around 20 to 50 fps.

like nexuiz on highest settings big_smile

Exactly smile it is even better if it has a "demo" mode so it plays the same everytime, so you can compare fps.

Offline

#13 2010-06-22 16:54:51

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: [glxgears]I think is the update of Xorg

glxgears is not a type of bechmark?

Last edited by Drake (2010-06-22 17:01:06)

Offline

#14 2010-06-22 17:02:35

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [glxgears]I think is the update of Xorg

Drake wrote:

glxgears is not a type of bechmark?

no and it never was.

Offline

#15 2010-06-22 17:04:29

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: [glxgears]I think is the update of Xorg

ijanos wrote:
Drake wrote:

glxgears is not a type of bechmark?

no and it never was.

so, my video driver it's fine ??

Last edited by Drake (2010-06-22 17:04:45)

Offline

#16 2010-06-22 17:07:19

ijanos
Member
From: Budapest, Hungary
Registered: 2008-03-30
Posts: 443

Re: [glxgears]I think is the update of Xorg

Drake wrote:
ijanos wrote:
Drake wrote:

glxgears is not a type of bechmark?

no and it never was.

so, my video driver it's fine ??

You cannot tell from the output of glxgears. Try something that using 3D like a game or google earth. If it works without aritfacts and lag (low fps) you are good.

Offline

#17 2010-06-22 17:23:27

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: [glxgears]I think is the update of Xorg

ijanos wrote:
Drake wrote:
ijanos wrote:

no and it never was.

so, my video driver it's fine ??

You cannot tell from the output of glxgears. Try something that using 3D like a game or google earth. If it works without aritfacts and lag (low fps) you are good.

i tested tuxrace and worked fine for me.. the max of fps in the game was 30 fps.. i don't have lag and stucks..
thanks everyone by the attention

Offline

#18 2010-06-24 11:13:41

bananabrain
Member
From: England
Registered: 2010-05-07
Posts: 82

Re: [glxgears]I think is the update of Xorg

ijanos wrote:
Drake wrote:

glxgears is not a type of bechmark?

no and it never was.

Quite, but in spite of people endlessly telling us this for years, no distribution has ever thought it a good idea to remove the mesa utilities from their repos

Let's put it another way. Suppose I'm a weird dude who gets his jollies by looking at glxgears for three hours a day. Last week I was in heaven, but under this week's xorg update those sexy gears look crap. How do I fix it?

Offline

#19 2010-06-24 20:47:42

whaevr
Member
Registered: 2008-03-17
Posts: 182

Re: [glxgears]I think is the update of Xorg

bananabrain wrote:
ijanos wrote:
Drake wrote:

glxgears is not a type of bechmark?

no and it never was.

Quite, but in spite of people endlessly telling us this for years, no distribution has ever thought it a good idea to remove the mesa utilities from their repos

Let's put it another way. Suppose I'm a weird dude who gets his jollies by looking at glxgears for three hours a day. Last week I was in heaven, but under this week's xorg update those sexy gears look crap. How do I fix it?

Tacos to this man.

Or you could simply say you enjoy using compiz as a window manager (as opposed to metacity ugh) without your system forgetting to update parts of the screen. Whatever gets the point across theres a problem tongue

Offline

#20 2010-07-02 03:08:13

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: [glxgears]I think is the update of Xorg

Uhmm i believe my driver video is not fine,sees not as fluid as before(drivers old)..
Desktop:Kde 4.4.5

Offline

#21 2010-07-02 03:55:40

JohnVV
Member
From: Ann Arbor, Mi. U.S.A.
Registered: 2009-09-30
Posts: 107
Website

Re: [glxgears]I think is the update of Xorg

and i thought that my GeForce 2 mx 400 card was slow with

4305 frames in 5.0 seconds = 860.951 FPS
3677 frames in 5.0 seconds = 735.335 FPS

still on the old x11 no driver yet

Last edited by JohnVV (2010-07-02 03:56:24)

Offline

#22 2010-07-02 05:07:28

cantabile
Member
Registered: 2010-06-29
Posts: 48

Re: [glxgears]I think is the update of Xorg

I googled around for a way to disable sync to vblank, and found two things:
1. that ubuntu wiki page, which says driconf can fix it - didn't have any effect
2. some page saying xvattr can fix it - didn't have any effect

Maybe you guys will have more luck with these?

Video card is

00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)

Driver for every Realtek wifi 6 and 7 USB adapter: https://github.com/morrownr/rtw89

Offline

#23 2010-07-02 05:43:04

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: [glxgears]I think is the update of Xorg

Did anyone read my post? Maybe I wasnt affected and just fucked up?

Offline

#24 2010-07-02 06:07:22

cantabile
Member
Registered: 2010-06-29
Posts: 48

Re: [glxgears]I think is the update of Xorg

dmz wrote:

Did anyone read my post?

What sort of response did you expect?


Driver for every Realtek wifi 6 and 7 USB adapter: https://github.com/morrownr/rtw89

Offline

#25 2010-07-02 08:16:44

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Re: [glxgears]I think is the update of Xorg

cantabile wrote:
dmz wrote:

Did anyone read my post?

What sort of response did you expect?

Haha, something along the lines 'Yes, that was it, now it works'. Guess it was just me then. smile

Offline

Board footer

Powered by FluxBB