Log in

View Full Version : ubuntu mouse accuracy, help plz.



g0tp0t
04-09-2010, 04:16 PM
i am using ubuntu and the mouse has horrible accuracy. if i want to move the mouse exactly 1 pixel, it literally take me minutes to get in the right spot.

does anyone know of o fix, so that when you move slowly the pointer doesn't move very fast, allowing for greater accuracy?

Nava2
04-09-2010, 04:41 PM
System -> preferences -> mouse

g0tp0t
04-09-2010, 05:38 PM
no, that does not work, i have speed and acceleration set to the lowest possible. the mouse is just horrible, you know any programs that make the mouse more accurate? like microsofts 'enhance pointer accuracy' option?

Timer
04-09-2010, 05:49 PM
open SCAR.

run dis.

var
x, y: Integer;

begin
while (not IsFKeyDown(4)) do
Wait(4);
GetMousePos(x, y);
MoveMouse(x - 1, y);
// MoveMouse(x + 1, y);
// MoveMouse(x, y - 1);
// MoveMouse(x, y + 1);
end.

g0tp0t
04-09-2010, 06:02 PM
lol, i would, but its easier to not have to use scar to move my mouse better, but if i did, i think this would be more what i wanted if i wanted a script :tongue:


var px,py,nx,ny:integer;
begin
repeat
getmousepos(px,py);
wait(100)
getmousepos(nx,ny);
if abs(nx-px) < 2 and abs(ny-py) < 2 then movemouse(px,py);
until isfkeydown(2) and isfkeydown(4) and iskeydown('q')
end.

i wrote that in quick reply, not scar so it might not work in scar :tongue:

Wizzup?
04-09-2010, 07:26 PM
If you are using SCAR to move the mouse on ubuntu, you should know that is NOT an ubuntu issue, it's either SCAR or WINE. Keep in mind SCAR was only designed to work on Windows.

g0tp0t
04-16-2010, 09:10 PM
lol, nope not a scar issue, i mean when i move the mouse with my hand, lol, its is horribly inaccurate because when i move the mouse slow, it moves farther thn when it should, unlike in windows, but, i figured out that this was one of many problems with ubuntu 9.10, and its fixed cuz i use 9.04 again :D lol

i luffs yeww
04-16-2010, 09:56 PM
April 29th is Ubu 10.04! ^^

g0tp0t
04-17-2010, 08:26 PM
if its anything like 9.10 then i dont want anything to do with it :|

i luffs yeww
04-17-2010, 09:32 PM
It's not. Notice the '10.XX'? :p 10 <> 9.

g0tp0t
04-19-2010, 02:34 AM
do u have 10? if you do and u like it i will get it, but 9.10 <> 9.04 and 9.10 is so bad............ Runtime error [27883:83] Null refrence exception in line 1 in script ...

i luffs yeww
04-19-2010, 03:48 AM
That's not because of Ubuntu.

And no. Today's date < April 29th, 2010.