[RISOLTO] Problema risoluzione desktop dopo aggiornamento driver nvidia
Inviato: giovedì 13 marzo 2008, 1:28
Ciao a tutti
ho aggiornato con successo i driver nvidia alla versione 169.12, come suggerito da telperion, ma ho avuto un problema:
al riavvio la risoluzione del pc non era più la ben solita 1280x800 (o qualcosa del genere) ma 640x480!
Ho provato a editare il mio xorg.conf, ma non è cambiato nulla.
Eccolo qua:
Grazie mille! (b2b)
ho aggiornato con successo i driver nvidia alla versione 169.12, come suggerito da telperion, ma ho avuto un problema:
al riavvio la risoluzione del pc non era più la ben solita 1280x800 (o qualcosa del genere) ma 640x480!
Ho provato a editare il mio xorg.conf, ma non è cambiato nulla.
Eccolo qua:
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
Gamma 1
ModeLine "800x600@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection
Section "Device"
Identifier "nVidia Corporation G80 [GeForce 8600M GS]"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA GeForce 8 Series"
Screen 0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 640 480
Depth 24
Modes "1280x1024@60" "1280x800@60" "1024x768@60" "800x600@60"
EndSubSection
EndSection