forse è un problema trito e ritrito, ma dopo l'installazione di Jaunty, mi ritrovo, prima della visualizzazione del desktop, con una bella schermata nera, puntatore del mouse bloccato e un'unica possibilità riavviare col pulsante reset. Devo anche aggiungere che questo fenomeno capita con frequenza imprevedibile, cioè alcune volte carica tutto normalmente e funziona tutto alla perfezione, altre si blocca all'avvio.
La scheda video è una Nvidia GeForce4 MX 420 AGP 4X 64MB, il driver 96.43.10.
Sembra tutto correttamente installato, sul menù Sistema>Amministrazione si può aprire NVIDIA X Server Settings.
Prima di una modifica che ho fatto il contenuto di xorg era
- Codice: Seleziona tutto
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Poi, con NVIDIA Settings, ho provato a settare manualmente la risoluzione e la frequenza del monitor (1280x1024, 60Hz), ma non si riesce a salvare tale configurazione (X Server Settings mi dice che non è in grado di creare il backup di xorg). Così, al successivo avvio, quando non si pianta, risoluzione e frequenza tornano in auto,
Ho provato anche a copiare il file xorg che genera NVIDIA X Server Settings e che non riesce a salvare. Procedura riuscita, ora il contenuto di xorg è
- Codice: Seleziona tutto
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Philips 190V"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "UseFBDev" "true"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 420"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "nvidia-auto-select +0+0; 1280x1024_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Come si può vedere, ci sono molte più informazioni su questo file, ma Il risultato è lo stesso, alcune volte si avvia normalmente e il problema sembra scomparso, ma al momento di cantare vittoria, ahimè, il problema si ripresenta con frequenza imprevedibile.
Probabilmente non si tratta di un problema grave, visto che se si pianta basta provare a riavviare col tasto reset, ma è un po' fastidioso.
Grazie


.