Bonjour,
J’ai upgradé ma testing de base vers SID :smt003 , j’ai installé les pilotes nvidia en appliquant les différentes méthodes :
1° du WIKI
2° de ce topic là : LAV-FRED et des explications données par fran.b.
=====================
L’installation des pilotes par module-assistant c’est très bien passé (je pense…) en appliquant ceci :
[code]# apt-get install module-assistant
m-a prepare
m-a a-i -i nvidia-kernel-source
apt-get install nvidia-glx[/code]
[quote]root@lagache:/home/chris# uname -r
2.6.32-2-686[/quote]
[quote]policy nvidia-kernel-source:
Installé : 190.53-1
Candidat : 190.53-1
Table de version :
*** 190.53-1 0
987 http://ftp.fr.debian.org sid/non-free Packages
100 /var/lib/dpkg/status
173.14.09-5 0
983 http://ftp.fr.debian.org lenny/non-free Packages
980 http://ftp.fr.debian.org squeeze/non-free Packages[/quote]
[quote]policy nvidia-glx:
Installé : 190.53-1
Candidat : 190.53-1
Table de version :
*** 190.53-1 0
987 http://ftp.fr.debian.org sid/non-free Packages
100 /var/lib/dpkg/status
173.14.09-5 0
983 http://ftp.fr.debian.org lenny/non-free Packages
980 http://ftp.fr.debian.org squeeze/non-free Packages[/quote]
[quote]root@lagache:~# ls -l /usr/src
total 8696
lrwxrwxrwx 1 root src 35 8 mars 17:44 linux -> /usr/src/linux-headers-2.6.32-2-686
drwxr-xr-x 4 root root 4096 8 mars 17:43 linux-headers-2.6.32-2-686
drwxr-xr-x 4 root root 4096 8 mars 17:43 linux-headers-2.6.32-2-common
lrwxrwxrwx 1 root root 26 8 mars 17:43 linux-kbuild-2.6.32 -> ../lib/linux-kbuild-2.6.32
lrwxrwxrwx 1 root src 26 8 mars 17:43 linux-OLDVERSION.1268066685 -> linux-headers-2.6.32-2-686
drwxrwxr-x 3 root src 4096 21 janv. 01:52 modules
-rw-r--r-- 1 root src 3045516 8 mars 17:45 nvidia-kernel-2.6.32-2-686_190.53-1+2.6.32-8_i386.deb
-rw-r--r-- 1 root root 5825249 21 janv. 01:52 nvidia-kernel.tar.bz2[/quote]
[quote]root@lagache:~# grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) open /dev/fb0: No such file or directory
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for ""Logitech USB-PS/2 Optical Mouse""
[/quote]
un X -configure m’a procuré un fichier de ce type :
[quote]vi /root/xorg.conf.new :[code]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” "CorePointer"
InputDevice “Keyboard0” "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dri"
Load "glx"
Load "dbe"
Load "dri2"
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”
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "PTS"
ModelName "304"
HorizSync 30.0 - 75.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section “Device”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz"
### [arg]: arg optional
#Option “SWcursor” # []
#Option “HWcursor” # []
#Option “NoAccel” # []
#Option “ShadowFB” # []
#Option “UseFBDev” # []
#Option “Rotate” # []
#Option “VideoKey” #
#Option “FlatPanel” # []
#Option “FPDither” # []
#Option “CrtcNumber” #
#Option “FPScale” # []
#Option “FPTweak” #
#Option “DualHead” # []
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5500]"
BusID "PCI:1:0:0"
Identifier "Configured Video Device"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
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
EndSubSection
EndSection[/code][/quote]
Ensuite, pour mes essais : [quote]X -config /etc/X11/xorg.conf[/quote] et si je remplace le paramètre “Driver” nv par nvidia X plante !!! en me disant : EE nvidia driver not found ou un truc dans le genre … (résultat du message plus dans le message ! )
J’ai bien éssayé de récupèrer mon xorg.conf de Lenny qui fonctionnait à merveille, mais X plante quand même …
Une idée ? merci de votre aide…
[PS] voiçi le xorg.conf de Lenny que j’utilisai avec les pilotes nvidia adécquates :
[quote][code]# xorg.conf (X.Org X Window System server configuration file)
This file was generated by dexconf, the Debian X Configuration tool, using
values from the debconf database.
Edit this file with caution, and see the xorg.conf manual page.
(Type “man xorg.conf” at the shell prompt.)
This file is automatically updated on xserver-xorg package upgrades only
if it has not been modified since the last upgrade of the xserver-xorg
package.
If you have edited this file but would like it to be automatically updated
again, run the following command:
sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section “Device”
#Identifier "Configured Video Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5500]"
Driver "nvidia"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection[/code][/quote]




mais c’est très util de toute façon …