You are not logged in.

#1 2007-04-26 20:36:50

Matrix
Member
Registered: 2006-08-16
Posts: 28

GeForce 7600 Go too slow

Hi,
i recently switched back to Arch-Linux from Ubuntu but now i get only 2000 fps when running glxgears (in Ubuntu i had 4000). Does anyone have a clue what may be the cause of this?

Offline

#2 2007-04-27 06:34:32

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Re: GeForce 7600 Go too slow

glxgears is _NOT_ a benchmark

Offline

#3 2007-04-27 09:01:36

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: GeForce 7600 Go too slow

Post the output from

grep -v "^#" /etc/X11/xorg.conf

edit: I got 12,000 fps on a GT7600 in an AMD64 3800

Last edited by vacant (2007-04-27 09:02:46)

Offline

#4 2007-04-27 09:27:56

Matrix
Member
Registered: 2006-08-16
Posts: 28

Re: GeForce 7600 Go too slow

@Issue: I know that glxgears is not a benchmark but i tested it with ut2004 too and got about 50 fps less.

I have glx loaded and the nvidia driver starts so i think it is not an configuration problem of the x-server. But here is the device-section output of the regular expression
Section "Device"
    Identifier  "nv73"
    Driver      "nvidia"
        # unsupported card
    #VideoRam    262144
    # Insert Clocks lines here if appropriate
EndSection

And this is the Output of nvclock:
-- General info --
Card:           nVidia Geforce Go 7600
Architecture:   NV4B A2
PCI id:         0x398
GPU clock:      801.900 MHz
Bustype:        PCI-Express

-- Pipeline info --
Pixel units: 2x4 (010b)
Vertex units: 5x1 (11111b)
HW masked units: pixel 100b vertex 00000b
SW masked units: pixel 000b      vertex 00000b

-- Memory info --
Amount:         256 MB
Type:           128 bit DDR
Clock:          540.000 MHz

-- PCI-Express info --
Current Rate:   16X
Maximum rate:   16X

-- Smartdimmer info --
Backlight level: 95%

-- Sensor info --
Sensor: GPU Internal Sensor
GPU temperature: 40C

Thx in advance

Last edited by Matrix (2007-04-27 09:30:48)

Offline

#5 2007-04-27 10:11:21

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: GeForce 7600 Go too slow

I assume you have direct rendering

glxinfo | grep rendering

Any errors or interesting warnings in the X server log file (probably Xorg.0.log)?

cat /var/log/Xorg.0.log | grep "WW\|EE"

Offline

#6 2007-04-27 10:38:28

Matrix
Member
Registered: 2006-08-16
Posts: 28

Re: GeForce 7600 Go too slow

Direct rendering is enabled

That´s the output from the xorg error log:

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Loading extension MIT-SCREEN-SAVER

Could it be that acpi throttles the card down to save battery-life?

Offline

#7 2007-04-27 10:46:14

IsSuE
Member
Registered: 2006-04-29
Posts: 309

Re: GeForce 7600 Go too slow

have you got windows installed on that machine? if yes, start windows and reset powermizer settings to default and reboot

Offline

#8 2007-04-27 10:48:52

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: GeForce 7600 Go too slow

I don't have access to the GT7600 PC, but my FX5200 gives these warnings

(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

but runs fine giving me 1300fps in glxgears with 24bit colour. With DRI off I get 200.

Offline

#9 2007-04-27 10:50:04

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: GeForce 7600 Go too slow

Is direct rendering the same as

Option "RenderAccel" "true"

in the device section? I can't remember they enabled that by default...

Offline

#10 2007-04-27 19:01:57

Matrix
Member
Registered: 2006-08-16
Posts: 28

Re: GeForce 7600 Go too slow

Rebooting in Windows and setting the power settings to max didn´t work.
RenderAccel isn´t related to glx afaik so it doesn´t boost fps.
Does Pci-E support SBA and FastWrites? Maybe that is the cause because they are both deactivated.
VideoMemoryTypeOverride: 1
EnableVia4x: 0
EnableALiAGP: 0
NvAGP: 3
ReqAGPRate: 15
EnableAGPSBA: 0
EnableAGPFW: 0
SoftEDIDs: 1
Mobile: 4294967295
ResmanDebugLevel: 4294967295
FlatPanelMode: 0
DevicesConnected: 0
RmLogonRC: 1
VbiosFromROM: 0
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
RemapLimit: 0
UseCPA: 4294967295
DetectPrimaryVga: 1
SaveVBios: 0
EnableBrightnessControl: 0
PanelPWMFrequency: 1018
PanelBrightnessLimits: 65280
UseVBios: 1
RMEdgeIntrCheck: 1

Last edited by Matrix (2007-04-27 19:04:54)

Offline

#11 2007-04-28 06:55:31

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: GeForce 7600 Go too slow

The only thing I know that really improves the glx performance is decreasing the screen depth from 24 to 16, but I don't know if Ubuntu is using 16 by default...

Offline

#12 2007-04-28 12:16:49

Matrix
Member
Registered: 2006-08-16
Posts: 28

Re: GeForce 7600 Go too slow

It seems that my Ubuntu set the screen depth to 16.... roll

Anyways now i get the 4000 fps as shown in Ubuntu so thx to everyone who helped smile

Offline

Board footer

Powered by FluxBB