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

    debian lenny: dopo aggiornamento xorg, nvidia non funziona

    sistemato un problema, ne nasce un altro.
    martedì 12, tra i vari aggiornamenti con synaptic, c'era anche tutto il pacchetto xserver. l'ho aggiornato, ho riavviato il pc e mi dava errore dicendomi che non c'era il modulo nvidia. per vari motivi ho rifatto il pc,ma quando cerco di installare i driver nvidia con module-assistant, il procedimento prosegue ben, poi quando modifico xorg e gli inserisco i driver nvidia, mi dice che non trova il modulo. questo è quello che ho ora senza il modulo nvidia:

    Section "Files"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "Device"
    Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
    Driver "nv"
    BusID "PCI:4:0:0"
    EndSection

    Section "Monitor"
    Identifier "PHILIPS 105S"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation G70 [GeForce 7300 GT]"
    Monitor "PHILIPS 105S"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection
    quello che avevo prima di formattare era più "corposo", ma dopo l'aggiornamento non partiva più X. qui è già impostato con i driver nvidia.
    Section "Files"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    # Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "Device"
    Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
    Driver "nvidia"
    BusID "PCI:4:0:0"
    EndSection

    Section "Monitor"
    Identifier "PHILIPS 105S"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation G70 [GeForce 7300 GT]"
    Monitor "PHILIPS 105S"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection
    Ho provato anche ad installare il modulo nvidia e poi a copiare questo xorg.conf ma mi dice sempre che non trova il modulo nvidia.
    tutte le operazioni, sono state eseguite come root

  2. #2
    se lo hai installato

    modprobe nvidia

    dovrebbe caricarlo

    ed lsmod dirti se è caricato

    poi basta mettere al posto di
    Driver "nv"

    Driver "nvidia" e riavviare xserver

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    ho fatto come mi hai detto. dopo aver installato i driver, gli ho caricato il modulo. ho riavviato il pc ma non è partito il server grafico. così ho visto che non c'era caricato il modulo nvidia (strano, visto che prima di riviare il pc glielo avevo caricato).ho provato a fare startx ma mi ha restituito l'errore dicendomi che il modulo non era caricato VVoVe:
    come ti allego il file Xorg.0.log ?

  4. #4
    Utente di HTML.it L'avatar di bereshit
    Registrato dal
    Oct 2005
    Messaggi
    2,874
    ogni volta che viene aggiornato il kernel i driver-kernel nvidia vanno reinstallati
    L'ultima Xubuntu su Notebook Dual core 1,5 GHz e 2 Giga di RAM
    "Free as in Free speech not as in free beer"
    GDR Sperimentale

  5. #5
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    ma il kernel non l'ho aggiornato. è il kernel di default.

  6. #6
    Utente di HTML.it L'avatar di bereshit
    Registrato dal
    Oct 2005
    Messaggi
    2,874
    nvidia-glx è installato?
    L'ultima Xubuntu su Notebook Dual core 1,5 GHz e 2 Giga di RAM
    "Free as in Free speech not as in free beer"
    GDR Sperimentale

  7. #7
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    nvidia-glx, nvidia-kernel-common, nvidia-kernel-2.6.18-4.686, nvidia-kernel-source, nvidia-settings, xserver-xorg-video-nv sono installati.

  8. #8
    Utente di HTML.it L'avatar di bereshit
    Registrato dal
    Oct 2005
    Messaggi
    2,874
    sei sicuro che non ti abbia ggiornato il kernel (intendo agggiornamento di sicurezza)

    io proverei a reinstallare con module-assistant i driver-kernel
    L'ultima Xubuntu su Notebook Dual core 1,5 GHz e 2 Giga di RAM
    "Free as in Free speech not as in free beer"
    GDR Sperimentale

  9. #9
    Utente di HTML.it
    Registrato dal
    May 2006
    Messaggi
    684
    ho riprovato a fare il passaggio con module-assistant, ma quando modifico xorg.conf con driver nvidia, riavvio il pc, non parte il server grafico. se faccio startx, mi restituisce l'errore dicendomi che non c'è il modulo nvidia. in effetti, se faccio lsmod, non c'è traccia del modulo nvidia. se faccio modprobe nvidia lo aggiunge ai moduli, ma poi con startx mi dice sempre che il modulo non c'è.
    non so dirti se hanno rilasciato degli aggiornamenti di sicurezza relativi al kernel. ti posso dire che ho installato il sistema partendo dalla net-inst debian-testing di martedì 12

  10. #10
    Utente di HTML.it L'avatar di bereshit
    Registrato dal
    Oct 2005
    Messaggi
    2,874
    è testing pura o hai abilitato anche sid?

    perchè driver 0.9.x che sono in unstable non funzionano ..nel senso chli manca la controparte nel kernel e quindi creano problemi..
    L'ultima Xubuntu su Notebook Dual core 1,5 GHz e 2 Giga di RAM
    "Free as in Free speech not as in free beer"
    GDR Sperimentale

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 © 2024 vBulletin Solutions, Inc. All rights reserved.