Author Topic: [HELP][LINUX] Riavvio e risoluzione a 640x480  (Read 6883 times)

0 Members and 1 Guest are viewing this topic.

Offline Philip J. Fry

  • Delivery boy
  • Translator Crew
  • Accolito
  • ****
  • Posts: 424
[HELP][LINUX] Riavvio e risoluzione a 640x480
« on: Sun 29 July 2007, 23:20 »
Ciao raga, ho un problema: oggi ho riavviato e senza aver toccato nulla al login mi sono trovato un risoluzione di 640x480, una vera tragedia. Cosa è successo? Come faccio a far ritornare tutto com'era?? :think:

Code: [Select]
# /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 xorg.conf(5) 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.
#
# 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/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 "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "NEC LCD1511M"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600 GT]"
Monitor "NEC LCD1511M"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Grazie dell'aiuto.

Offline MsZ

  • Il Manutentore
  • Militante
  • ******
  • Posts: 913
  • GNUru Meditation
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #1 on: Mon 30 July 2007, 00:48 »
Non hai toccato niente, da nessuna parte?
Riesci a postare, da /var/log/Xorg.0.log, le righe (se presenti) con (WW) e/o (EE)?
Puoi provare a filtrarle così:
Quote
grep -i "(WW)" /var/log/Xorg.0.log >> ~/log
grep -i "(EE)" /var/log/Xorg.0.log >> ~/log
e poi posti il file log presente nella tua directory home -se esistono warning e/o errori-.

Oppure aspetti di entrare in X, fai il login e provi una combinazione di tasti CTRL,ALT,+ o CTRL,ALT,-. Sono gli hotkeys per cambiare risoluzione. Prova prima così. Se non cambia nulla vai a spulciare nel log.

Offline Philip J. Fry

  • Delivery boy
  • Translator Crew
  • Accolito
  • ****
  • Posts: 424
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #2 on: Mon 30 July 2007, 08:41 »
Le combinazioni per cambiare risoluzione non hanno avuto alcun succusso...

il log dice questo:

Code: [Select]
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(WW) NVIDIA(0): No valid modes for "1024x768"; removing.
(WW) NVIDIA(0): No valid modes for "832x624"; removing.
(WW) NVIDIA(0): No valid modes for "800x600"; removing.
(WW) NVIDIA(0): No valid modes for "720x400"; removing.
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):     from CRT-0's EDID.
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
(EE) xf86OpenSerial: Cannot open device /dev/input/wacom

Offline MsZ

  • Il Manutentore
  • Militante
  • ******
  • Posts: 913
  • GNUru Meditation
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #3 on: Mon 30 July 2007, 12:28 »
Può essere che il tuo problema sia dovuto al driver nvidia?
Dovresti riuscire a vedere la versione in /var/log/Xorg.0.log da qualche parte.

Guarda qui:
http://www.nvnews.net/vbulletin/showthread.php?t=93218

Offline Firestorm

  • Super Mod
  • Translator Crew
  • Accolito
  • ****
  • Posts: 314
  • Il tuo peggior incubo....
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #4 on: Mon 30 July 2007, 12:34 »
mi pare strano però ke nvidia dia di questi problemi...quando tempo fa provai ubuntu con la mia 5900xt MAI e dico MAI un problema!  :think:

Offline MsZ

  • Il Manutentore
  • Militante
  • ******
  • Posts: 913
  • GNUru Meditation
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #5 on: Mon 30 July 2007, 13:57 »
Ti riferisci a tempo fa...
Sembra che ultimamente la versione 100.14.qualcosa del driver abbia problemi di incompatibilità con X o con il kernel Linux.

... :think:
Può anche darsi che sia un problema di kernel e di driver combinato.
http://en.wikipedia.org/wiki/EDID
Quote
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
Significa che -probabilmente- la GPU della scheda grafica ha difficoltà, a causa del driver, a leggere l'EDID del tuo monitor, portando inevitabilmente ad una risoluzione di "default" VESA, che è appunto 640x480, probabilmente a 15 o 16 bit di colore.

Nella configurazione del kernel, alla voce Device Drivers -> Graphics Support -> Support for frame buffer devices c'è l'opzione Enable Firmware EDID.

Se hai il file /proc/config.gz potresti provare a fare quanto segue:
Quote
zcat /proc/config.gz | grep -i "firmware_edid"
Dovrebbe dare un risultato. Se è "y" o "m" vuol dire che è abilitato. Se c'è scritto "is not set" significa che il kernel non ha il supporto nativo per l'EDID.
Dovrebbe comunque esserci, ed è solo una curiosità. Ma vediamo quello che si può fare. Al limite potrebbe rendersi necessario scaricare una versione più vecchia del driver (per la precisione la 9755, che è stata accertata funzionare bene) da qui:
http://www.nvidia.com/object/linux_display_amd64_1.0-9755.html

Probabilmente un update poco testato dagli amministratori dei repository... ::)
Ma è solo una supposizione.

Offline Philip J. Fry

  • Delivery boy
  • Translator Crew
  • Accolito
  • ****
  • Posts: 424
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #6 on: Mon 30 July 2007, 14:14 »
Allora...reinstallando il driver non è cambiato ahimè nulla...il file /proc/config.gz non c'è...

Offline MsZ

  • Il Manutentore
  • Militante
  • ******
  • Posts: 913
  • GNUru Meditation
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #7 on: Mon 30 July 2007, 14:58 »
Avevi ricompilato il kernel prima?

Offline Philip J. Fry

  • Delivery boy
  • Translator Crew
  • Accolito
  • ****
  • Posts: 424
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #8 on: Mon 30 July 2007, 15:03 »
Ehm...no! Lo ricompilo?

Offline Philip J. Fry

  • Delivery boy
  • Translator Crew
  • Accolito
  • ****
  • Posts: 424
Re: [HELP][LINUX] Riavvio e risoluzione a 640x480
« Reply #9 on: Mon 30 July 2007, 15:33 »
Per ricompilarlo vado nella cartella /usr/src/linux-headers-2.6.20-16 e do un make menuconfig? O cosa?-

 

Creative Commons License All ValerioCipriani.com contents are published according to Creative Common License, except different instructions. The Staff is not responsible of eventually guide, article and publishing mistakes. All published items are patent free. All trade marks reported are right reserved. Contact us, Info.