ciao, prova a seguire questa miei appunti che uso quando reinstallo tutto da zero!
questo è il file xorg.conf che ti dovrai copiare in etc/X11/xorg.conf
Occhio però che dovrai modificarci i parametri in base alla tua scheda video! tipo il monitor che usi l'indirizzo della periferica ecc!
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Dec 13 19:09:35 PST 2007
# 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 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
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"
Option "XkbOptions" "lv3:ralt_switch"
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 "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Philips190s"
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NV43 [GeForce 6600 GT]"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600 GT]"
Monitor "Philips190s"
DefaultDepth 24
Option "metamodes" "1280x1024_60 +0+0; 1280x1024 +0+0"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
1 avviare in modalità ripristino root
2 mkdir /media/nome-supporto
3 fdisk -l e verifico il nome del supporto
4 mount /dev/nome-supporto /media/nome-supporto
5 mi dirigo sul supporto cd /media/nome-supporto
6 cp xorg.conf /etc/X11/xorg.conf
7 umount /media/nome-supporto
8 rm /media/nome-supporto oppure rmdir
9 sudo apt-get install binutils build-essential linux-headers-$(uname -r) pkg-config xserver-xorg-dev
10 disinstallare da synaptic tutte le voci relative a nvidia tranne xserver-xorg-video-nv
11 scaricare il driver nvidia dal sito nvidia
12 terminare l'utente e loggarsi da console poi
12.1 sudo /etc/init.d/gdm stop
posizionarsi nel punto in cui si è scaricato il driver
13 sudo sh NVID (TAB-INVIO) e seguire la procedura
14 sudo /etc/init.d/gdm start
Per effettuare l'aggiornamento del driver con la porta FTP aperta:
15 sudo nvidia-installer --force-update (questo installa anche se non c'è un aggiornamento), buon sistema soprattutto quando il kernel viene aggiornato e si perdono le impostazioni del driver è semplice e veloce!
oppure
15 sudo nvidia-installer --update (questo installa in caso ci sia un agg. disponibile)