- Modifié
Bonjour,
depuis mon passage a Fedora 8, sur mes deux PCs, j'ai un souci de driver graphique.
voici le message d'erreur lorsque je quitte glxgears:
cg portable:
j'espère avoir été assez clair ? si ce genre de blem dit quelque chose a quelqu'un je suis plus que preneur.
voici mes xorg.conf
Geforce FX:
depuis mon passage a Fedora 8, sur mes deux PCs, j'ai un souci de driver graphique.
voici le message d'erreur lorsque je quitte glxgears:
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 20150 requests (20077 known processed) with 0 events remaining.
Même message que se soit avec le pilote radeon sur mon portable ou avec kmod-nvidia sur mon fixe.cg portable:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY
cg fixe: 02:00.0 VGA compatible controller: nVidia Corporation NV35 [GeForce FX 5900] (rev a1)
Sur mon portable ce n'est pas très dérangeant, j'utilise que la 2D, par contre sur mon fixe ... pour blender ça craint car ça lag a mort, glxgears aussi pourtant j'obtiens tout de même un score de plus de 7000 sur mon fixe.j'espère avoir été assez clair ? si ce genre de blem dit quelque chose a quelqu'un je suis plus que preneur.
voici mes xorg.conf
Geforce FX:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor 1024x768"
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 60.0
Option "dpms"
EndSection
Section "Device"
# Option "DisableGLXRootClipping" "True"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
ATI:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Module"
# Load "GLcore" #pour les GPU Intel intégrés
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
Option "AccelMethod" "XAA" # Use XFree86 Acceleration Architecture
Option "AccelDFS" "0" # mettez à 0 si vous avez une carte AGP
Option "AGPMode" "4" # Décommentez si vous avez une carte AGP
Option "AGPSize" "128" # Décommentez si vous avec une carte AGP AGP aperture size
Option "GARTSize" "64"
Option "RingSize" "8"
Option "BufferSize" "2"
Option "EnablePageFlip" "1" # Enable page flipping for 3D apps
Option "ColorTiling" "1"
Option "EnableDepthMoves" "yes"
Option "UseFBDev" "false"
Option "RenderAccel" "true" # Enable the hardware render acceleration
Option "mtrr" "on"
Option "SubPixelOrder" "none"
Option "DPMS"
Option "DynamicClocks" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection