PDA

View Full Version : [HELP] - Nvidia MX440 e 500 fps


$haka
14-02-2006, 09:35
Debian Etch
Kernel 2.6.12 (se volete ho anche il 2.6.15 che scalpita per essere usato)
Nvidia MX440 64MB

Driver Nvidia

glxgears mi da SOLO ( :cry: ) 500fps ... sono disperato

posto il mio xorg.conf


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"

# local font server
# if the local font server has problems, we can fall back on these
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"

# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
# Load "dri"
Load "extmod"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "freetype"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor Generico"
HorizSync 28.0 - 49.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true
Option "NoLogo" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV17 [GeForce4 MX 440]"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

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

thx

R4iDei
14-02-2006, 09:45
carica il module GLcore!

$haka
14-02-2006, 10:44
nada... siamo scesi a 430 fps :(

idt_winchip
14-02-2006, 10:58
con questo con la mia geffo 4 mx 440 arriv< a 3600fps..prova a vedere:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005

# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
# dpkg-reconfigure xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 63.0
VertRefresh 43.0 - 85.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Geforce 4 MX 440 AGP8x"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Geforce 4 MX 440 AGP8x"
Monitor "Generic Monitor"
DefaultDepth 24
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
# Option "AccelMethod" "exa"
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "True"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "true"
Option "DAMAGE" "true"
EndSection

$haka
14-02-2006, 11:09
no... credo di aver capito dove sta il problema:

debian:/home/shaka# glxinfo | grep "direct rendering"
direct rendering: No
debian:/home/shaka# glxinfo | egrep "glx (vendor|version)"
server glx vendor string: SGI
server glx version string: 1.2
client glx vendor string: SGI
client glx version string: 1.4
debian:/home/shaka#

No direct Rendering. Ora devo capire come attivarlo

idt_winchip
14-02-2006, 11:17
no... credo di aver capito dove sta il problema:

debian:/home/shaka# glxinfo | grep "direct rendering"
direct rendering: No
debian:/home/shaka# glxinfo | egrep "glx (vendor|version)"
server glx vendor string: SGI
server glx version string: 1.2
client glx vendor string: SGI
client glx version string: 1.4
debian:/home/shaka#

No direct Rendering. Ora devo capire come attivarlo

a me capita ogni volta aggiorno X senza mantenendo i drivers che avevo..prova a rifare l'installazione e vedi se va ;)

qwert@fuckpc:~$ glxinfo | grep "direct rendering"
direct rendering: Yes
qwert@fuckpc:~$ glxinfo | egrep "glx (vendor|version)"
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
client glx vendor string: NVIDIA Corporation
client glx version string: 1.3

$haka
14-02-2006, 12:32
Ho reinstallato i driver e ora sono a questi risultati

shaka@debian:~$ glxgears
5659 frames in 5.0 seconds = 1131.769 FPS
5369 frames in 5.0 seconds = 1073.793 FPS
5733 frames in 5.0 seconds = 1146.516 FPS

Pero se tu hai la stessa mia scheda video e vai a 3000... devo almeno arrivare a 2500 :(

idt_winchip
14-02-2006, 12:39
Ho reinstallato i driver e ora sono a questi risultati

shaka@debian:~$ glxgears
5659 frames in 5.0 seconds = 1131.769 FPS
5369 frames in 5.0 seconds = 1073.793 FPS
5733 frames in 5.0 seconds = 1146.516 FPS

Pero se tu hai la stessa mia scheda video e vai a 3000... devo almeno arrivare a 2500 :(


ehheeh..no no..è ok..è che la mia è un po anomala! :D considera che è overcloccata come una iena..e non è NV17 ma NV18 (non scalda per niente :) )

La tengo con la GPU da 275@394 e MEM da 512@720 24h/24 e non si ribella mai.. ;)

dinomite
14-02-2006, 12:40
perche hai il modulo "dri" commentato?

idt_winchip
14-02-2006, 12:45
perche hai il modulo "dri" commentato?

per i drivers proprietari nvidia va commentato ;)

$haka
14-02-2006, 12:51
Altra News:

-avvio il PC
-loggo
-appena aperto gnome, apro un terminale e lancio glxgears

Ora:
-se tengo la finestra di glxgears in primopiano ho 1150fps
-se la tengo in secondo piano (con in primo piano il terminale) ho 435fps


è normale?

Herod2k
14-02-2006, 14:41
Shaka ma sto problema non l'avevo già risolto in chan con PiloZ?

H2K

P.s. io faccio 11864.800 FPS :Prrr: :Prrr: :Prrr:

$haka
14-02-2006, 15:02
...essi vede che io non c'ero :muro:


ma che sch video hai? Nvidia NASA SHUTTLE MISSIL ? :confused:

t0mcat
14-02-2006, 21:00
aggiungi questo alla sezione della scheda video:Option NvAGP "1"
e controlla checat /proc/driver/nvidia/agp/status riporti NVIDIA come driver dell'agp.

il driver agpgart del kernel e' molto piu' lento, io sono passato da 300fps a 12000....

$haka
15-02-2006, 00:16
cat /proc/driver/nvidia/agp/status

Riporta:
Status: Enabled
Driver: AGPGART
AGP Rate: 4x
Fast Writes: Disabled
SBA: Disabled

che fare??? come lo cambio?

Thx mille :)

MacRO
15-02-2006, 00:29
queste cose non le sapevo....
quindi se faccio cat /proc/driver/nvidia/agp/status e risulta:

Status: Enabled
Driver: AGPGART
AGP Rate: 8x
Fast Writes: Disabled
SBA: Enabled

come faccio a far diventare Driver: AGPGART in Driver: Nvidia?
devo disabilitare dal kernel agpgart?

gRAZIE

t0mcat
15-02-2006, 13:12
non c'e' bisogno di ricompilare il kernel, basta aggiungere Option "NvAGP" "1" nella sezione della scheda video in xorg.conf

MacRO
15-02-2006, 13:32
Grazie adesso sono passato da 2400 a 3400 fps

$haka
15-02-2006, 14:35
non c'e' bisogno di ricompilare il kernel, basta aggiungere Option "NvAGP" "1" nella sezione della scheda video in xorg.conf

io l'ho fatto ma a me continua a dare AGPGART. e 1093 fps

t0mcat
15-02-2006, 14:42
allora prova NvAGP a 3 o a 2.

$haka
15-02-2006, 15:31
provato con 0,1,2,3 ma nada...
sempre AGPGART

PS: come abilito il FastWrite?

t0mcat
15-02-2006, 15:44
strano... a sto punto prova a ricompilare il kernel.

occhio che il supporto a /dev/agpgart ci deve essere, non deve esserci il modulo relativo al gart nvidia del kernel.

comunque l'opzione giusta e' sicuramente la 1, che esplicita di usare il driver agp interno.

controlla anche di avere gli ultimi driver nvidia.

$haka
15-02-2006, 15:49
thx tomcat del supporto!

ho gli ultimi driver nvidia... ho letto su alcuni how-to per la rete che bisogna eliminare AGPGART dal kernel

Since agpgart is almost always preferable to NvAGP, it is given priority in the system. Even if you have "NvAGP" "1" in xorg.conf, agpgart will be loaded. To use NvAGP, you must completely remove agpgart from the kernel.

se sconsigliate non procedo...

t0mcat
15-02-2006, 16:31
Device Drivers --->
Character devices --->
<*> /dev/agpgart (AGP Support)


e nient'altro.

Herod2k
16-02-2006, 18:16
Ho provato a mettere:
Option "NvAGP" "x"

ma mi rallenta invece che velocizzare.

Vabbe non fa nulla.

P.s. Ho messo Xorg 7 e ora faccio 14650.715 FPS :Prrr: :Prrr: :Prrr: