Ich habe Ubuntu 16.04 mit Gnome und die Geschwindigkeit meines Mauszeigers ist etwas zu schnell. Ich habe sie in den Einstellungen bereits auf das Minimum reduziert, aber sie ist immer noch zu schnell/empfindlich. Wie kann ich sie noch langsamer machen?
PS: Ich bin ein Linux-Neuling, also seien Sie in Ihrer Antwort konkret.
Danke schön.
Antwort1
Ich habe das gleiche Problem. Sie können die Zeigergeschwindigkeit verlangsamen, indem Sie dies kopieren und in ein Terminal einfügen
xset m 3/2 5
Wie es funktioniert
ausman xset
mouse The m option controls the mouse parameters; it may be abbreviated to 'm'. Of course, it applies to most pointing devices, not just
mice. The parameters for the pointing device are `acceleration' and `threshold'. The acceleration can be specified as an integer,
or as a simple fraction. Threshold is just an integer. The setting is applied to all connected pointing devices. xinput(1) should
be used if you need device-specific settings.