Pagina 1 di 2
[Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: domenica 9 novembre 2008, 3:03
da hambucker
Salve ragazzi,ieri ho provveduto a upgradare la mia Ubuntu.Prima dell'upgrade tutto filava liscio,audio perfetto e video perfetto.Dopo l'upgrade ho notato che la risuluzione del mio schermo è piantata a 800x600.Ho seguito le vostre guide ma nulla,andando in Sistema/Amministrazione/Driver Hardware mi mostra i driver proprietari scaricati come mi avete detto,ma quando clicco su attiva resta sullo 0% e non accade nulla.Premetto che prima in Driver Hardware non mi mostrava nessun driver,dopo aver installato i driver nvidia-glx-96 invece li trova,ma come detto precedentemente non riesco ad attivarli.Vi ringrazio in anticipo.Spero di essere stato abbastanza chiaro.Se qualcuno sarebbe cosi gentile da rispondermi qui oppure in privato gliene sarò grato.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: domenica 9 novembre 2008, 19:18
da hambucker
Ragazzi nessuno in grado di farmi una risposta?Odio uppare discussioni mie,ma ne ho veramente bisogno.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: domenica 9 novembre 2008, 19:36
da andrea111
Ciao hambucker, ti avevo risposto sul messaggio privato del forum ma mi sa che non l'hai ricevuto, devo aver fatto dei casini, è la prima volta che lo uso e non ho capito bene cosa fare.
Non uso msn.
Comunque lo inserisco anche qui, dimmi se ti è servito.
Ciao hambucker
Ti mostro il mio xorg.conf
Codice: Seleziona tutto
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "AddARGBGLXVisuals" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Le aggiunte che ho fatto sono due:
la prima riguarda la sezione "Screen" dove ho aggiunto la SottoSezione "Display". Non l'ho scritta ex novo, sono andato a copiarmela dallo xorg.conf di Feisty. L'ho inserita per riuscire ad avere disponibili tutte le risoluzioni video che mi interessano.
E con questo ho risolto il problema dell'800x600 non modificabile.
La seconda riguarda la sezione "Device" con l'aggiunta di
Questa serve solo per far funzionare i driver proprietari Xorg, quelli che ti ritrovi in synaptic contraddistinti dai numeri nvidia-71... -96... -173... -177... , quelli che attivi e disattivi con lo strumento Driver Hardware che si trova in Sistema>Amministrazione.
Come avrai constatato i diver forniti con la distribuzione (Intrepid) non funzionano con quasi tutte le schede nvidia (il forum è piendo di discussioni su questo argomento) e quindi ti ritrovi con abilitati i driver nv che non supportano l'accelerazione 3D.
Qualche giorno fa ho provato a dare un'occhiata agli "Aggiornamenti Proposti" (che normalmente tengo disabilitati per evitare spiacevoli sorpese), e c'erano anche i vari driver nvidia in questione (71, 96, 173, 177) ho rischiato e li ho installati anche se "Proposti" (cioè non sicuri).
È filato tutto liscio, il sistema se li è digeriti senza fare una piega e, con l'aggiunta di cui sopra nello xorg.conf, la scheda ha cominiato a lavorare alla grande: 3D abilitato. Io il computer lo uso parecchio per giocare e quindi mi mancava proprio il 3D.
I driver che ho installato io sono i 96, quelli consigliati per la GeForce4 MX4000.
Spero di essre stato chiaro.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: lunedì 10 novembre 2008, 14:59
da hambucker
Da venerdi,data dell'aggiornamento ho avuto dei problemi con ubuntu 8.10.Prima del fatidico Upgrade,la mia scheda video filava benissimo a 1280x1024.Dopo l'aggiornamento il mio computer era piantato ad una risoluzione irrisoria,ovvero 800x600.In qualche modo ho risolto.Vi indico i passaggi che ho svolto io,magari a qualcuno possono essere utili.Ho provato ad installare i Driver di ubuntu per schede nVidia,ma nulla,non venivano riconosciuti dal sistema,seguendo la guida per filo e per segno,editando il mio Xorg.conf come letto su questo forum,a me non andavano.Ho letto che comunque molti hanno risolto in quel modo.
Allora ho provveduto ad aggiornare il mio kernel,passando dal 2.6.25 al 2.6.27.Dopo questo aggiornamento il sistema ha cominciato ad andare meglio,risolti i problemi con ALSA e la scheda video andava a una risoluzione decente,ovvero 1280x1024.Quasi soddisfatto del mio lavoro,mi rimetto a lavorare sul computer,ma dopo circa venti minuti,freeze del mio monitor.Brutto segno,riavvio la macchina,dopo altri venti minuti si spegne proprio la macchina.Questo usando i driver nVidia.Dopo 6/7 volte di spegnimenti e Freeze decido di provare i driver nv,ma purtroppo con risoluzione massima a 1024x768.Lo lascio acceso tutta la notte,e vedo che funziona,il computer non si spegne.Capisco che il problema era il modulo nVidia del Kernel che faceva crashare di butto il sistema.Stamani decido di provare i Driver Vesa.Tutto pare andare,la macchina non si spegne e funge bene.Per il momento lascerò questi,sperando di poter usare i driver nVidia appena sistemino.
Spero che questa mie esperienza possa servire a qualcun'altro per risolvere.Un ringraziamento al gentilissimo andrea111
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: lunedì 10 novembre 2008, 15:31
da DragonEyes
Non per togliere le speranze, ma so che per alcuni driver, i più vecchi, la Nvidia ha deciso di non rilasciare più driver aggiornati, cioè con il supporto per il nuovo xorg 7.4, che è appunto nella nuova Intrepid Ibex.
Non so se anche la serie 4 sia stata abbandonata. Fate una ricerca.
Ciao
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: lunedì 10 novembre 2008, 17:59
da andrea111
Le GeForce4 sono ancora supportate.
Io ho installato gli aggiornamenti nvidia che si trovano nei "Proposed" da qualche giorno e con la modifica nella sezione "Device" di xorg.conf girano senza nessun problema e il mio computer lo tengo acceso una decina di ore al giorno, tutto liscio fin'ora.
Chi non si fida dei "proposed" dovrà attendere che li inseriscano fra gli "Aggiornamenti Consigliati"
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 17:14
da hambucker
Anche con i Driver Vesa il sistema mi crasha miseramente.Ormai non sò più che pesci prendere ragazzi.La macchina è completamente inutilizzabile.Se sapevo che questo Upgrade avesse creato cosi tanti problemi,non l'avrei fatto.
Vi allego il mio Xorg modificato.Magari sto sbagliando qualcosa io.
Codice: Seleziona tutto
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "it"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ExplorerPS/2"
# Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "true"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
#Section "Device"
#Identifier "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
#Busid "PCI:1:0:0"
#Option "AddARGBVisuals" "True"
#Option "AddARGBGLXVisuals" "True"
#Driver "nvidia"
#Option "NoLogo" "True"
#EndSection
Section "Files"
Fontpath "/usr/share/X11/fonts/misc"
Fontpath "/usr/share/X11/fonts/cyrillic"
Fontpath "/usr/share/X11/fonts/100dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/75dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/Type1"
Fontpath "/usr/share/X11/fonts/100dpi"
Fontpath "/usr/share/X11/fonts/75dpi"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Monitor Generico"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AddARGBGLXVisuals" "true"
Driver "nvidia"
EndSection
Ho notato che con gli "nv" il sistema non mi crasha,ma mi permette di avere una risoluzione massima di 1024x768.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 17:55
da DragonEyes
hambucker ha scritto:
Anche con i Driver Vesa il sistema mi crasha miseramente.
Stando al tuo xorg non stai usando i driver vesa, ma quelli closed di nvidia.
Gli nv sono quelli open source, e hanno dei limiti purtroppo...
Forse ti conviene stare con gli nv, ed aspettare che la Nvidia rilasci degli altri driver, magari in versione stabile (quelli che usa Intrepid sono in fase beta, e sul sito della Nvidia non ci sono neanche).
Ciao
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 22:44
da andrea111
@hambucker il mio kernel è il 2.6.27-8 come il tuo, è stato un errore di battitura. Hai controllato se il pacchetto dkms è presente ed installato in synaptic?
Penso anch'io che siano i closed, ma non si installano da soli quei driver lì!
Forse li hai importati dalla precedente installazione di Hardy?
Comunuque appena terminato l'aggiornamento ti sei ritrovato in Intrepid con il kernel 2.6.24 di Hardy che su Intrepid non può funzionare in maniera decente e ci hai smanettato sopra per rimediare, poi sei passato al 2.6.27 ma a quanto pare lo stato del sistema è alquanto malmesso, non si comporta affatto da Intrepid, ora saltano fuori pure i closed di nvidia.
Sistema>Amministrazione>Driver Hardware cosa ti dice?
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 22:48
da hambucker
Attualmente in Driver Hardware mi dice : Nessun driver proprietario è in uso su questo sistema.Attualmente sto utilizzando gli "nv" e il sistema è stabilissimo,non crasha,ma non posso tenerli a lungo,non posso stare a 1024x760.Mi occorre la macchina a 1280x768.Attendo vostre risposte,io non ho più idee ragazzi.Sto per formattare e tornare alla 8.04
Tengo a precisare che con i driver nVidia il sistema parte,resta ok per 20/30 minuti e poi o freeza il monitor,oppure si spegne proprio la macchina.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 23:06
da andrea111
Hai controllato in synaptic il pacchetto dkms?
Posta l'attuale xorg.conf
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 23:16
da hambucker
Codice: Seleziona tutto
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "it"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ExplorerPS/2"
# Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "true"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
#Section "Device"
#Identifier "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
#Busid "PCI:1:0:0"
#Option "AddARGBVisuals" "True"
#Option "AddARGBGLXVisuals" "True"
#Driver "nvidia"
#Option "NoLogo" "True"
#EndSection
Section "Files"
Fontpath "/usr/share/X11/fonts/misc"
Fontpath "/usr/share/X11/fonts/cyrillic"
Fontpath "/usr/share/X11/fonts/100dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/75dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/Type1"
Fontpath "/usr/share/X11/fonts/100dpi"
Fontpath "/usr/share/X11/fonts/75dpi"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Monitor Generico"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AddARGBGLXVisuals" "true"
Driver "nv"
EndSection
Il pacchetto è presente.Hai un pm.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 23:28
da andrea111
dkms oltre che presente è anche installato?
All'avvio del sistema non si apre una finestra che da "errore non è possibile abilitare l'accelerazione 3D" ed il sistema può andare avanti solo senza?
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 23:34
da hambucker
No nessun messaggio Andrea.dkms ha funzionato, perchè il modulo è correttemente installato.Se non ti disturbo ti chiamo direttamente

Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: martedì 11 novembre 2008, 23:46
da andrea111
Un'altro tentativo carica envyng-core da synaptic e poi eseguilo in un terminale con
ed fagli installare i driver nvidia 96
prima controlla in synaptic se hai installati
nvidia-96-kernel-source
nvidia-96-modaliases
nvidia-glx-96
nvidia-common
se non sono installati installali.
se non funzia proviamo a ritoccare xorg.conf
Dimenticavo che bisogna modificare la sezione Device di xorg.conf altrimenti continua con gli nv.
Al posto di "nv" devi scrivere "nvidia" (senza gli apici)
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: mercoledì 12 novembre 2008, 0:03
da hambucker
Ok installato il pacchetto.Si sono tutti installati ho visto in Synapctic.
Si si quello l'ho modificato.Adesso sono con gli nvidia,anche se dubito che regga per più di 30 minuti,sicuramente dovrò riavviare causa crash.
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: mercoledì 12 novembre 2008, 0:16
da andrea111
Stai procedendo?
Driver Hardware ora ti dice qualcosa?
posta il nuovo xorg.conf
Qual'e l'esata risoluzione che ti interessa?
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: mercoledì 12 novembre 2008, 0:19
da hambucker
Yes terminato.Il fatto è che il driver erano già installati.Vanno,ma dopo un tot. di tempo mi crashano il sistema.E' questo il problema principale.Comuque ho fatto come mi hai detto,però non sò dirti se fungono,devo attendere se il sistema regge.Tu hai altre idee?
Ecco il mio Xorg.
Codice: Seleziona tutto
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "it"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ExplorerPS/2"
# Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "true"
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
# commented out by update-manager, HAL is now used
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/wacom"# Change to
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
#Section "Device"
#Identifier "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
#Busid "PCI:1:0:0"
#Option "AddARGBVisuals" "True"
#Option "AddARGBGLXVisuals" "True"
#Driver "nvidia"
#Option "NoLogo" "True"
#EndSection
Section "Files"
Fontpath "/usr/share/X11/fonts/misc"
Fontpath "/usr/share/X11/fonts/cyrillic"
Fontpath "/usr/share/X11/fonts/100dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/75dpi/:unscaled"
Fontpath "/usr/share/X11/fonts/Type1"
Fontpath "/usr/share/X11/fonts/100dpi"
Fontpath "/usr/share/X11/fonts/75dpi"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
Horizsync 28-51
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Monitor Generico"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
Load "glx"
Disable "dri2"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AddARGBGLXVisuals" "true"
Option "NoLogo" "True"
Driver "nvidia"
EndSection
Ti allego pure questa immagine.




Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: mercoledì 12 novembre 2008, 0:28
da andrea111
Provare a modificare lo xorg.conf inserendo le risoluzioni che ti interessano nei driver nv.
Che monitor hai e che risoluzioni accetta?
Il 96 c'è però non è attivo. Hai cliccato su attiva?
Un'altra cosa importante hai igli aggiornamenti "Proposti" attivati in Sorgenti Software?
Re: [Video] Problema con Scheda grafica nVidia GeForce4 MX 4000
Inviato: mercoledì 12 novembre 2008, 0:29
da hambucker
Ho un monitor ACER AL 707.Mi interessa la risoluzione 1280x1024.
Questo succede attivandoli

Si ho gli aggiornamenti Proposti attivati.
Credo che l'idea di modifica gli "nv" non sia male.Ma non sono in gradi di farlo.Ovvero di modificare Xorg.