Hallo leute, in der Hoffnung das hier mit irgendwer Helfen kann....
ich hab ne NVidia Geforce 7900 GTX, den Treiber von vor paar tagen (173.14.05), Xorg-Version 1.4.0.90.
nur wenn ich glxgears starten will, sagt er immer nur:
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 36 requests (36 known processed) with 0 events remaining.
oder
XIO: fatal IO error 22 (Invalid argument) on X server ":0.0"
after 36 requests (36 known processed) with 0 events remaining.
Also ich sehe die Räder, doch sie drehen sich nicht. Treiber install und so, lief eigenelitch alles ohne Probs, ich habs nach der Anleitung von
http://wiki.archlinux.org/index.php/Beginners_Guide#NVIDIA_Graphic_Cards
instaliert.
Hat jemand ne idee?
Anbei /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "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 "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Module"
Load "dbe"
Load "record"
Load "extmod"
Load "xtrap"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
#VendorName "nVidia Corporation"
#BoardName "GeForce Go 7900 GTX"
Option "RenderAccel" "true"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "TwinView" "0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1024x768"
EndSubSection
EndSection