bonsoir
(nouveau v'nu Fédora ^^ )
J'ai ces 2 paquets d'installés
xorg-x11-drv-nvidia-1.0.9746-7.lvn6.src.rpm
nvidia-kmod-1.0.9746-1.2.6.19_1.2895.fc6.src.rpm
et voici mon fichier xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
Option "RenderAccel" "true"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Je n'arrive pas a faire fonctionner "Desktop Effects" (message : Desktop effects could not be be enabled)
je n'ai pas mis Beryl, je ne sais pas où se trouve AiglX (installé ou pas d'office sur la distrib?)
J'ai installé xcompmgr, qui fonctionne bien, mais rame un peu (comparé à une autre distrib avec un pilote nvidia-glx, ça roulait tranquille)
les screensaver en openGL ne fonctionnent pas (écran noir).
... et j'ai l'impression que ces 2 là :
Option "AIGLX" "true"
Option "RenderAccel" "true"
devraient être dans la section modules ou Device, non?
j'ai suivi un tuto..
Le noms des pilotes nvidia ne me sont pas familliers sur fedora 6, j'aimerai savoir si j'ai fait la bonne install et config des pilotes et config.
ma carte : nvidia geforce 4 mx 440
merci '^^