(R)ex: [PLUTO-help] Driver NVIDIA e Debian

(R)ex Sanna 77512746 a tiscali.it
Mar 6 Gen 2004 14:39:42 CET


De : [PLUTO-help] Driver NVIDIA e Debian [c0nd0r]

Finalmente qualcuno che ha qualcosa come me..
Era ora!! :o)

Ciao c0nd0r..

# Cercando in rete ho trovato un po di documentazione per capire come far
# funzionare la Gforce4 MX440 ma, nonostante segua tutte le indicazioni,
# all'avvio di X mi da questo errore:
#
#
# (**) NVIDIA(0): Validated modes for display device CRT-0:
# (**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
# (**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
# (**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
# (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
# (++) NVIDIA(0): DPI set to (100, 100)
# (II) Loading /usr/X11R6/lib/modules/libfb.a
# (II) Module fb: vendor="The XFree86 Project"
#         compiled for 4.1.0.1, module version = 1.0.0
# (II) Loading /usr/X11R6/lib/modules/libramdac.a
# (II) Module ramdac: vendor="The XFree86 Project"
#         compiled for 4.1.0.1, module version = 0.1.0
# XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
#       after 0 requests (0 known processed) with 0 events remaining.

# Avete idea di cosa puo essere o avete link da consigliarmi?
Dopo aver scaricato il pacchetto auto-installante nvidia direttamente dalla casa,
ho compilato il tutto e installato.

Indi ripassiamo:

init 3
chmod +x cosoNvidia.run
./cosoNvidia.run

[accetti e fai..]


nei moduli kernel trovi 'nvidia.o' 

correggendo /etc/X11/XFree86
=========================================================
[cut]
Section "Module"
# questi con Nvidia non servono :
#        Load  "dri"             # DRI installate
#        Load  "GLcore"          # CORE OpenGL

# Questo mi da problemi, ma so che puo' non esser utile :
#       Load  "glx"             # GL Extensions [MESA]

#altri..
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "record"
        Load  "type1"
        Load  "freetype"
EndSection

[cut]

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Dove ho comprato la scheda?? Non me lo ricordo.."
        BoardName   "Nvidia 440 MX [Hacked by (R)ex]"

# Indico quanta RAM ha la scheda :
       VideoRam    65536   

# Opzioni NVIDIA :
# Non mi piace il logo :
       Option      "NoLogo" "true"

# Dove e' attaccata :
       BusID       "PCI:1:0:0"
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600"

		# Per te, letto il tuo output consiglio :
		#Modes    "1024x768" "800x600"

        EndSubSection
EndSection

=========================================================
Bene, tu sei a posto.
Nel senso che adesso gira il tutto.

init 5 
per testare il tutto..

OK, non resta che ricompilare il kernel, e nella sezione 'char devs'
aggiungere 'y' in 'Nvidia support'.

Questo passo, fondamentale, ho trovato problemi con il 2.4.20, ma non con il 2.4.23
indi consiglio di aggiornare la versione di krnl che hai.

Di altro che dire? Prova, e fammi sapere se va.



# Grazie 1000 e Buon anno a tutti :o)
Buon anno anche a te..
[E a tutti quelli che leggono questa mail..]

-- 
# ######################## Manuel (R)ex Sanna ############################
# I computers non servono a niente. Danno solo risposte.. -- Pablo Picasso
# ########################################################################



More information about the pluto-help mailing list