1
Support / Re: Slow mouse (Linux)
« on: June 22, 2013, 03:28:34 am »
Workaround:
Use the game in window-mode. Then press CTRL-G after fully staring the game. Now you get the mouse speed adjusting by the settings for your desktop environment. If you don't have an environment which gives you such options (KDE does for example), use this commands:
This shows the current mouse acceleration:
xset q | grep -A 1 Pointer
This sets the mouse acceleration:
xset m $acceleration $threshold
Replace $acceleration with a fraction like 4/1 or 8/1 and the $threshold with something like 1 or 8. Here you can find more information about that:
https://wiki.archlinux.org/index.php/Mouse_acceleration#Using_xset
If you like to maximize the window and keep in in front of your GNOME/Unity/KDE/LXDE/XFCE taskbar check your window managers possibilities. For example the KDE window manager offers some persistent settings for this, if you right-click on the window border.
Use the game in window-mode. Then press CTRL-G after fully staring the game. Now you get the mouse speed adjusting by the settings for your desktop environment. If you don't have an environment which gives you such options (KDE does for example), use this commands:
This shows the current mouse acceleration:
xset q | grep -A 1 Pointer
This sets the mouse acceleration:
xset m $acceleration $threshold
Replace $acceleration with a fraction like 4/1 or 8/1 and the $threshold with something like 1 or 8. Here you can find more information about that:
https://wiki.archlinux.org/index.php/Mouse_acceleration#Using_xset
If you like to maximize the window and keep in in front of your GNOME/Unity/KDE/LXDE/XFCE taskbar check your window managers possibilities. For example the KDE window manager offers some persistent settings for this, if you right-click on the window border.