Ho installato i driver scaricati dalla pagina di NVidia, ma quando provo a lanciare il programma Applicazioni>Strumenti di sistema>NVIDIA X Server Setting, mi appare una finestra di errore che dice che i driver NVidia non sono attualmente in uso e di eseguire da root il comando:01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)
e di riavviare il server X. Facendo ciò tuttavia compare si una bella schermata col logo NVidia durante il boot, ma subito dopo si blocca tutto e compare un messaggio che invita a riconfigurare il server X.nvidia-xconfig
Spulciando un po su internet e su questo forum ho capito che il comando nvidia-xconfig non agisce come dovrebbe e che quindi è necessario configurare a mano il file xorg.conf. Il problema è che non saprei da dove cominciare o meglio ho paura di toccare qualcosa che sarebbe meglio lasciare com'è.
Chiedo quindi l'aiuto di qualcuno che sappia cosa fare o che più semplicemente abbia già affrontato questo problema.
Di seguito posto l'aspetto attuale del mio xorg.conf:
Grazie a tutti# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
icoman

