You are not logged in.

#1 2007-07-30 02:14:14

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

[SOLVED] nvidia glxgears fps

I know glxgears isn't a good benchmark, but I just bought a new nvidia card, hoping it would work better than my x800 pro. My ATI card got around 4500 FPS in glxgears, while my new 8800GTS gets 1900.... I thought nvidia was suppose to be more linux friendly smile

Last edited by heleos (2007-08-01 22:00:44)

Offline

#2 2007-07-30 02:28:20

thecdn
Member
Registered: 2007-06-12
Posts: 21

Re: [SOLVED] nvidia glxgears fps

1900? I'm getting 23600 with a 7900GS, something is wrong. Have you minimized the spinning gears window? That increases the glxgears numbers.

Offline

#3 2007-07-30 02:33:18

mitsoko
Banned
From: In the Coal Chamber
Registered: 2007-05-08
Posts: 143

Re: [SOLVED] nvidia glxgears fps

since you know glxgears is not a 'good'  benchmark, i guess I'll just add that it cannot be used for any type of benchmarking .. because it is too sensitive to the environment,
some things that might be affecting this are the X configurations, like 16bit mode vs 24bit mode ... also, also, the size of the window is an influence, do not minimize it, this defeats the whole point of using glxgears in the first place.

and finally, these types of benchmarks are irrelevant, if games such as truecombat:elite, etc. plays well, they the setup is fine.

Offline

#4 2007-07-30 10:09:40

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: [SOLVED] nvidia glxgears fps

I'm not maximizing the window, I'm using the default size. I read somewhere that linux isn't supporting the 88xx series cards very well yet, but 1900 fps seems a little low...

here's my xorg incase I have something in there I shouldn't, or I'm missing something:

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    Option "AIGLX" "false"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
        Load  "ddc"
    Load  "drm"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap"
    Load  "type1"
    Load  "freetype"
    Load  "record"
EndSection

Section "InputDevice"
    Identifier     "Keyboard"
    Driver          "keyboard"
        Option          "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse"
    Driver        "evdev"
    Option        "CorePointer"
    Option        "Name" "Logitech USB Gaming Mouse"
EndSection

Section "Monitor"
    Identifier     "Monitor"
    Option         "DPMS" "true"
    Option        "ForceMonitors" "TMDS, None"
EndSection

Section "Device"
    Identifier "Device"
    Driver    "nvidia"
    Option    "XAANoOffscreenPixmaps" "true"
    Option    "ForceMonitors" "TMDS, Auto"
    Option    "ColorTiling" "on"
    Option    "RenderAccel" "true"
    Option  "DRI" "true"
EndSection

Section "Screen"
    Identifier "Screen"
    Device     "Device"
    Monitor    "Monitor"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "Server"
    Screen      0  "Screen" 0 0
    InputDevice    "Keyboard" "CoreKeyboard"
        InputDevice    "Mouse" "CorePointer"
EndSection

Section "Extensions"
    Option    "Composite" "Enable"
EndSection

Offline

#5 2007-07-30 12:18:25

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: [SOLVED] nvidia glxgears fps

thecdn wrote:

Have you minimized the spinning gears window? That increases the glxgears numbers.

I couldn't explain better myself why glxgears should never, ever, ever, ever be taken seriously.  You lost some framerate in it?  No big deal - it means nothing.  Give me some framerates from Quake or Doom or something else, and then we have a basis for comparison.

Offline

#6 2007-07-30 14:23:32

veek
Member
Registered: 2006-03-10
Posts: 167

Re: [SOLVED] nvidia glxgears fps

I agree that glxgears may be a dubious benchmark, but if this is being used on the same computer with all other variables being the same
(configuration, hardware besides vid card, size of glxgears window), the reduction in performance can clearly be attributed to the new video card setup.

At any rate, an article on Phoronix confirms performance issues with the Geforce 8 series drivers.

Starting from the second page of the article there are benchmarks comparing a few 8 series and 6 series cards
on both Windows and Linux.

For example on one of the Doom 3 benchmarks the 6600GT on Linux (58.60 fps) outperforms the 8600GT on Linux (52.10 fps), however
on windows the 8600GT gets almost 30fps more at 81.6 fps.

This is apparently a new issue with the 8 series, since earlier cards enjoyed equivalent performance across platforms

Article: http://www.phoronix.com/scan.php?page=a … =781&num=1

Offline

#7 2007-07-30 15:01:01

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: [SOLVED] nvidia glxgears fps

Good find, veek.  I <3 phoronix.

Offline

#8 2007-07-30 16:43:44

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: [SOLVED] nvidia glxgears fps

I guess it really is nothing to be worried about smile
My ATI was running radeon drivers (cause fglrx wouldn't work) and I couldn't boot up wc3, I got 1 fps.
Tried it with my new nvidia card, and it works like a charm smile
I should just remove glxgears so they don't haunt me anymore tongue

Offline

#9 2007-07-30 16:45:19

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: [SOLVED] nvidia glxgears fps

thecdn wrote:

1900? I'm getting 23600 with a 7900GS, something is wrong. Have you minimized the spinning gears window? That increases the glxgears numbers.

i'm getting around there too

Offline

#10 2007-07-30 17:04:55

Gilneas
Member
From: Netherlands
Registered: 2006-10-22
Posts: 320

Re: [SOLVED] nvidia glxgears fps

I have a 8600GT. I get about 6000 with glxgears window open and double that when minimised.

Depending on the map, I get about 50-130 fps in Counter Strike Source using 1280x1024 and low details.

Offline

#11 2007-07-30 18:51:34

karsten
Member
Registered: 2006-07-14
Posts: 261

Re: [SOLVED] nvidia glxgears fps

Gilneas wrote:

I have a 8600GT. I get about 6000 with glxgears window open and double that when minimised.

Depending on the map, I get about 50-130 fps in Counter Strike Source using 1280x1024 and low details.

you should be getting that with high details set hehe

Offline

#12 2007-08-01 22:00:21

heleos
Member
From: Maine, USA
Registered: 2007-04-24
Posts: 678

Re: [SOLVED] nvidia glxgears fps

Well.... I found my problem, and I feel a little dumb...
When I installed kdemod, I noticed that glxgears was getting around 4000, instead of the 2000 I got in xfce.
SO, I just turned off Composite Manager in XFCE, and sure enough: 16000 fps.

Offline

Board footer

Powered by FluxBB