ciao.
ho debian lenny. ho scaricato da apt il kernel 2.6.25-2-686, con gli header del 2.6.25-2-686 e linux-image-2.6-686. ho anche scaricato la nuova versione dei driver nvidia: 173.14.12
ho dovuto modificare il puntamento a gcc, poichè la versione 4.3 all'installer nvidia non piaceva, passando dalla gcc-4.3 a gcc-4.1 (comando ln -s gcc-4.1 gcc con precedente rimozione del link simbolico al gcc-4.3)
in fase di installazione dei driver nvidia, compare il seguente errore, agevolo il log:
qualche idea?codice:vidia-installer log file '/var/log/nvidia-installer.log' creation time: Thu Jul 31 20:49:54 2008 installer version: 1.0.7 option status: license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false precompiled interfaces : true no ncurses color : false query latest version : false OpenGL header files : true no questions : false silent : false no recursion : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no ABI note : false no RPMs : false no kernel module : false force SELinux : default no X server check : false no cc version check : false force tls : (not specified) X install prefix : (not specified) X library install path : (not specified) X module install path : (not specified) OpenGL install prefix : (not specified) OpenGL install libdir : (not specified) utility install prefix : (not specified) utility install libdir : (not specified) doc install prefix : (not specified) kernel name : (not specified) kernel include path : (not specified) kernel source path : (not specified) kernel output path : (not specified) kernel install path : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /tmp ftp mirror : ftp://download.nvidia.com RPM file list : (not specified) Using: nvidia-installer ncurses user interface -> License accepted. -> Installing NVIDIA driver version 173.14.12. -> There appears to already be a driver installed on your system (version: 169. 12). As part of installing this driver (version: 173.14.12), the existing d river will be uninstalled. Are you sure you want to continue? ('no' will ab ort installation) (Answer: Yes) -> No precompiled kernel interface was found to match your kernel; would you li ke the installer to attempt to download a kernel interface for your kernel f rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No) -> No precompiled kernel interface was found to match your kernel; this means that the installer will need to compile a new kernel interface. -> Performing CC sanity check with CC="cc". -> Performing CC version check with CC="cc". -> Kernel source path: '/lib/modules/2.6.25-2-686/build' -> Kernel output path: '/lib/modules/2.6.25-2-686/build' -> Performing rivafb check. -> Performing nvidiafb check. -> Performing Xen check. ERROR: The kernel you are installing for is a Xen kernel! The NVIDIA driver does not currently work on Xen kernels. If you are using a stock distribution kernel, please install a variant of this kernel without Xen support; if this is a custom kernel, please install a standard Linux kernel. Then try installing the NVIDIA kernel module again. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
grazie