Hello,
Un nouveau fil pour le même sujet… j’imagine…
Bon, j’ai installé le driver, à priori avec succès, en utilisant cette méthode :
- Installation avec module-assistant :
aptitude install nvidia-kernel-common module-assistant
aptitude update
aptitude safe-upgrade
module-assistant auto-install nvidia-kernel-source
- Vérifier qu’il se charge correctement :
modprobe nvidia
lsmod | grep nvidia
- Ajouter à la ligne nvidia dans /etc/modules :
grep -q ^nvidia /etc/modules || echo nvidia >> /etc/modules
jusqu’ici, ça fonctionne impeccable.
Monstre:/home/Odysseus-2001# lsmod | grep nvidia
nvidia 8112784 0
Côté installation, j’ai ceci :
Monstre:/home/Odysseus-2001# dpkg -l |grep nvidia
ii nvidia-cg-toolkit 2.0.0015.deb3 NVIDIA Cg Toolkit Installer
ii nvidia-glx 173.14.09-5 NVIDIA binary Xorg driver
ii nvidia-kernel-2.6.24-etchnhalf.1-amd64 173.14.09-5+2.6.24-6~etchnhalf.8 NVIDIA binary kernel module for Linux 2.6.24-etchnhalf.
ii nvidia-kernel-common 20080825+1 NVIDIA binary kernel module common files
ii nvidia-kernel-source 173.14.09-5 NVIDIA binary kernel module source
ii nvidia-settings 173.14.09-1 Tool of configuring the NVIDIA graphics driver
ii nvidia-xconfig 1.0+20080522-2 The NVIDIA X Configuration Tool
Dans mon xorg.conf, j’ai un :
Driver “nvidia”
Là ou ça délire, c’est que si j’envoie un “glxinfo” à partir de la session que j’ouvre en ssh, j’obtiens un :
Monstre:/home/Odysseus-2001# glxinfo
Error: unable to open display
Alors que si je fais de même en local, j’obtiens :
Monstre:/home/christian# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float, GLX_EXT_framebuffer_sRGB
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
(…)
(…)
0x72 32 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 2 1 Ncon
0x73 32 tc 0 32 0 r . . 8 8 8 0 4 24 8 16 16 16 16 4 1 Ncon
0x74 32 tc 0 32 0 r . . 8 8 8 8 4 24 8 16 16 16 16 4 1 Ncon
A priori, ça parait correct, mais le fait de ne pas obtenir le bon résultat en ssh est normal ?
Amicalement,
Christian