View Full Version : test opengl di cedega fallito
Ciao a tutti
ho una debian testing con kernel 2.6.12 e gli ultimi driver nvidia installati
ho installato cedega 5.0.1 e tutti i test vanno a buon fine tranne quello dell'opengl e non capisco perchè
e poi volevo sapere come ottimizzare il mio xorg.conf
la sezione device è così al momento
Section "Device"
Identifier "NVIDIA Corporation NV36.2 [GeForce FX 5700]"
Driver "nvidia"
EndSection
il test glxgears mi sembra andato bene:
alex@aleax:~$ glxgears
12114 frames in 5.0 seconds = 2422.800 FPS
14047 frames in 5.0 seconds = 2809.400 FPS
13812 frames in 5.0 seconds = 2762.400 FPS
14268 frames in 5.0 seconds = 2853.600 FPS
14380 frames in 5.0 seconds = 2876.000 FPS
14252 frames in 5.0 seconds = 2850.400 FPS
14034 frames in 5.0 seconds = 2806.800 FPS
13878 frames in 5.0 seconds = 2775.600 FPS
:help:
idt_winchip
04-01-2006, 01:40
ciao
mi sembra davvero strano che cedega abbia da lamentarsi se quelli sono i frame che ottieni... :mbe: ..a me non si è lamentato con la mia piccola geforce 4 mx 440 tirata fino alla morte :D
al max l'unica cosa che posso notare è che una fx 5700 dovrebbe avere un frame rate un po piu elevato visto che la mia geforce pacco arriva a 3400fps :fagiano:
ma tu il file di configurazione lo hai lasciato di serie o hai aggiunto delle opzioni?
idt_winchip
04-01-2006, 19:50
ma tu il file di configurazione lo hai lasciato di serie o hai aggiunto delle opzioni?
modificato..questo è quello che ho inserito:
# 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
vBulletin® v3.6.4, Copyright ©2000-2026, Jelsoft Enterprises Ltd.