innanzitutto, un piccolo fuori tema: sulla hardy pare che sono cambiate molte cose: flash player si installa da repository in 2 secondi(ottima notizia), skype si installa con 3-4 comandi da terminale (qui trovate la "guida"), il supporto mp3 di amarok viene rilevato benissimo. Insomma, finora tutto perfetto!
Però ho un problema: il touchpad è matto, appena lo sfioro parte il cursore senza controllo e clicca ovunque, per vari secondi. Come faccio a sistamarlo? mi aiutate? così se è un bug lo segnalo.
Grazie
P.S. Forse il file xorg.conf può servire:
Codice: Seleziona tutto
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
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"
# Option "SHMConfig" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection

