serrg Bonjour, Je n'ai pas fait de màj pendent un mois à peu près, et hier je les ai toutes installées... Depuis, à chaque redémarrage je suis obligé de reconfigurer Xorg, affichage et clavier. Auriez-vous une idée de ce qui se passe ? Merci !
liho Bonjour, Tu as peut être un kmod qui ne correspond pas à ton noyau ? 1- Vérification des noyaux installés : rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" kernel* 2- Vérification du noyau utilisé : uname -a 3- Vérification des kmod installés : rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" kmod* Poste les résultats. Donne aussi des informations sur ta config graphique, par exemple : carte graphique ? /etc/X11/xorg.conf /var/log/Xorg.0.log
serrg 1- Vérification des noyaux installés : $ rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" kernel* kernel-headers-2.6.19-1.2911.fc6.i386 kernel-2.6.18-1.2869.fc6.i686 kernel-2.6.19-1.2911.fc6.i686 2- Vérification du noyau utilisé : $ uname -a Linux par69-3-82-225-63-188.fbx.proxad.net 2.6.19-1.2911.fc6 #1 SMP Sat Feb 10 15:51:47 EST 2007 i686 athlon i386 GNU/Linux 3- Vérification des kmod installés : 2 fois le même, bizarre ... $ rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" kmod* kmod-ntfs-2.1.27-2.2.6.18_1.2869.fc6.i686 kmod-ntfs-2.1.27-3.2.6.19_1.2911.fc6.i686 kmod-nvidia-1.0.9746-1.2.6.19_1.2911.fc6.i686 4. carte graphique ? NForce2 --> GeForce4Mx 5. /etc/X11/xorg.conf : c'est celui que j'ai refait pour pvoir utiliser l'ordinauer : # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" ModelName "Iiyama A702HT, VisionMaster Pro 410" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 27.0 - 96.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "nv" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection 6. /etc/X11/xorg.conf.backup, que je retrouve à chaque redémarrage : # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" 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 "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "Monitor" ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor0" ModelName "Iiyama A702HT, VisionMaster Pro 410" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 27.0 - 96.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" Option "AddARGBGLXVisuals" "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 7. /var/log/Xorg.0.log --> Super long... Je poste quand même ?
remi GeForce 4 c'est pas kmod-nvidia mais kmod-nvidia-96xx Plus de détail, voir : http://doc.fedora-fr.org/Carte_NVIDIA_:_installation_des_pilotes Vérifie dans le liste des cartes supportées. A+
serrg Merci ! Après désinstallation de kmod-nvidia et installation de kmod-nvidia-96xx, les réglages ne se perdent plus. Par contre, le taux de rafraichissement de l'écran est diminué : je n'ai plus que 75 Hz. Mais ce sera une autre question 🙂