Seit einiger Zeit habe ich das Gefühl, dass mein Rechner langsamer wird, und - ich habs mal kontrolliert - scheinbar stimmt es. Wenn ich glxgears starte, komme ich nur auf etwa 2000 fps, meine Hardware ist:
Amd Athlon 3500+
GeForce 8600
Damit sollte ich doch die 10000 locker knacken lönnen, oder?
hier ein paar werte:
- Code: Alles auswählen
cat /proc/driver/nvidia/cards/0
Model: GeForce 8600 GT
IRQ: 18
Video BIOS: 60.84.51.00.17
Card Type: PCI-E
DMA Size: 40 bits
DMA Mask: 0xffffffffff
Bus Location: 01.00.0
glxinfo | grep direct
direct rendering: Yes
uname -p
AMD Athlon(tm) 64 Processor 3500+
glxgears
7247 frames in 5.1 seconds = 1425.042 FPS
9889 frames in 5.0 seconds = 1976.894 FPS
9977 frames in 5.1 seconds = 1966.331 FPS
9053 frames in 5.1 seconds = 1771.683 FPS
8127 frames in 5.0 seconds = 1611.440 FPS
Das glxgears-Ergebnis kam zustande, als ich gerade eine CD brannte (sonst nichts).
Hier ist noch meine xorg.conf:
- Code: Alles auswählen
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Logitech/MX510" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "xtrap"
Load "record"
Load "extmod"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Logitech/MX510"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Videoseven"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
EndSection
Section "Device"
Identifier "Nvidia/GeForce8600"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8600 GT"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Nvidia/GeForce8600"
Monitor "Videoseven"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
3D-Spiele wie Warcraft3 oder Darwinia laufen zwar, ruckeln aber eigentlich regelmäßig (so alle 1-2 Sekunden) "hakt" es mal.
Habe ich irgendwas falsch in der xorg.conf oder wo kann das Problem liegen?
Über Hilfe würde ich mich sehr freuen