Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684

    problema:debian 2.6.25-2+nvidia 173.14.12

    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:
    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.
    qualche idea?
    grazie

  2. #2
    Utente di HTML.it L'avatar di GunMan
    Registrato dal
    Dec 2005
    Messaggi
    2,642
    non una scheda nvidia ma mi è parso di capire che è un problema noto.

    dai un'occhiata qui per iniziare.

    Chaos A.D. Disorder unleashed.
    Starting to burn. Starting to lynch.
    Silence means death. Stand on your feet.
    Inner fear. Your worst enemy.

    Refuse / Resist

  3. #3

  4. #4
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    Originariamente inviato da andy caps
    http://blog.creonfx.com/linux/how-to...ernel-with-xen


    si risolve con questa piccola guida
    questi dovrebbero essere i passaggi che dovrei fare??
    1) # cd /lib/modules/2.6.25-2-686
    2) # grep CONFIG_XEN . -Rl | xargs -i sed -i -e ’s/CONFIG_XEN/CONFIG_LUPO/g’ {}
    3) # export IGNORE_XEN_PRESENCE=1
    4) # cd /miacartella/
    5) # sh NVIDIA-Linux-x86-173.14.12-pkg1.run
    grazie

    @Gunman
    ho letto il forum che mi hai segnalato, ma per le mie capacità , al momento è troppo complicato. comunque ti ringrazio.

  5. #5
    sembra . ..

    io in realta ho risolto semplicemente patchando NVIDIA-Linux-x86-96.43.05-pkg1.run

    perche' i driver nuovi danno problemi con le frequenze 800x600 dei giochi

    http://www.nvnews.net/vbulletin/showthread.php?t=110088 con queste patch come descrito

    poi installando NVIDIA-Linux-x86-96.43.05-pkg1-custom.run che crea la patch

  6. #6
    probabilmente anche solamente installando il kernel 2.6.25-2-486 dovresti risolvere

    mi sembra che su quello non sia presente il supporto per xen

  7. #7
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    sono ripartito con il kernel .24, entrato in X e ho eseguito i comandi da shell ecco ciò che mi compare:
    andrea:/lib/modules/2.6.25-2-686# grep CONFIG_XEN . -Rl | xargs -i sed -i -e 's/CONFIG_XEN/CONFIG_LUPO/g' {}
    grep: ./build.save/virt: No such file or directory
    grep: ./build.save/.tmp_versions: No such file or directory
    grep: ./build/include/config/sedhX6k8Y: No such file or directory
    grep: ./build/virt: No such file or directory
    grep: ./build/.tmp_versions: No such file or directory
    (c'è da dire che il disco ha lavorato per circa 10 secondi durante questa fase)
    andrea:/lib/modules/2.6.25-2-686# export IGNORE_XEN_PRESENCE=1
    (nessun output a video)
    andrea:/lib/modules/2.6.25-2-686#
    manca da eseguire il comandi di installazione dei driver.

  8. #8
    prova

    se non hai 2000 di ram o oltre il kernel 486 comunque è identico al 686 e non da questo probema

  9. #9
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    ho finito il procedimento con il kernel 25-686.
    agevolo il log di NVIDIA per un errore fornito in fase di installazione.
    comunque ora sto usando il kernel nuovo con i driver nuovi. Ho dovuto solo modificare l'uscita audio. domani farò qualche prova in più. Grazie per l'aiuto. 'notte
    codice:
    -> Installing both new and classic TLS OpenGL libraries.
    -> Parsing log file:
    -> done.
    -> Validating previous installation:
    ERROR: File '/usr/lib/xorg/modules/extensions/libglx.so' is not a symbolic
           link.
    -> done.
    WARNING: Your driver installation has been altered since it was initially
             installed; this may happen, for example, if you have since installed
             the NVIDIA driver through a mechanism other than nvidia-installer
             (such as your distribution's native package management system). 
             nvidia-installer will attempt to uninstall as best it can.  Please see
             the file '/var/log/nvidia-installer.log' for details.
    -> Uninstalling NVIDIA Accelerated Graphics Driver for Linux-x86 (1.0-16912
       (169.12)):
    -> done.
    -> Uninstallation of existing driver: NVIDIA Accelerated Graphics Driver for
       Linux-x86 (169.12) is complete.
    -> Searching for conflicting X files:
    -> done.
    -> Searching for conflicting OpenGL files:
    -> done.
    -> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86' (173.14.12):
       executing: '/sbin/ldconfig'...
       executing: '/sbin/depmod -aq'...
    -> done.
    -> Driver file installation is complete.
    -> Running post-install sanity check:
    -> done.
    -> Post-install sanity check passed.
    -> Shared memory test passed.
    -> Running runtime sanity check:
    -> done.
    -> Runtime sanity check passed.
    -> Would you like to run the nvidia-xconfig utility to automatically update you
       r X configuration file so that the NVIDIA X driver will be used when you res
       tart X?  Any pre-existing X configuration file will be backed up. (Answer: Y
       es)
    -> Your X configuration file has been successfully updated.  Installation of
       the NVIDIA Accelerated Graphics Driver for Linux-x86 (version: 173.14.12) is
       now complete.

  10. #10
    quello non è un errore
    lo dice sempre se trova gia driver gia installati

    i driver sono installati corretamente

    dai un glxinfo per vedere il direct rendering se è su yes

    altrimenti installa mesa-utils se non vede il comando

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.