Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Anyway, still looks like it's video-driver problem...
64 bit version of mint 16 has a known weird mouse input lag problem... Easily fixed (it's not as complicated as it looks, honest).
First you need to disable mouse acceleration in xinput:
Open terminal, type:
You should get an output that looks something like this:
The following steps I did for 3 different ids (2,9 and 11, pretty sure I actually only needed to do it for 11 now but I was in a rush and couldn't be bothered figuring out which one at the time lol).
Using id 9 as an example, you then want to add:
The default output should look something like:
You want to change the Device Accel Profile (269) and Device Accel Constant (270)... To do this use:
Replace 9 with your device id, replace 269/270 with the parameter id if different, -1/2 is the attribute). These changes are not permanent and will need to be reapplied after reboot. You can set them as a script to run at boot if you want it to be permanent.
Second you need to disable the touchpad option in mouse settings (menu>prefs>mouse... untick it).
And finally you need to set mouse polling rate to 1000Hz (if your mouse supports it that high as most modern gaming mice do, try 500/250/125 etc if not):
Add the lines:
Different poll rate values you could use here:
1000hz = 1
500hz = 2
250hz =4
125hz=8
100hz = 10
So for a gaming mouse use 1, for an old mouse you might have to use 10.
Save and close.
Hope this helps someone :)