Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: nickispeaki on April 20, 2009, 11:55:27 AM

Title: mouse pointer is frosen after start.
Post by: nickispeaki on April 20, 2009, 11:55:27 AM
A little bug.
Mouse pointer is like frosen untill i press mouse button.
How can i fix it?

anybody does have this prob?
Title: Re: mouse pointer is frosen after start.
Post by: alu on April 21, 2009, 03:33:06 AM
it seems to be a normal behavior since i have to touch my touchpad in order to activate the mouse
Title: Re: mouse pointer is frosen after start.
Post by: nickispeaki on April 27, 2009, 07:16:09 PM
so.... only am I have this problem with mouse pointer?! ::) ???
Title: Re: mouse pointer is frosen after start.
Post by: tobiaus on April 28, 2009, 08:28:22 AM
so.... only am I have this problem with mouse pointer?! ::) ???

does your mouse use batteries?
Title: Re: mouse pointer is frosen after start.
Post by: nickispeaki on April 28, 2009, 10:29:38 AM
no!
just notebook!
Acer Aspire 5710zg
Pentium dual core T2080 1.7GHz, 1GB RAM, 160 GB HDD, ATI 2300...

it's so unusual - os is loaded, but mouse is frosen! i mean this.

Title: Re: mouse pointer is frosen after start.
Post by: curaga on April 28, 2009, 11:48:27 AM
It seems to be the default behavior of Xvesa. I see it too, but for me just moving the mouse is enough. Not too disturbing IMO.

AFAIK there's no solution for it in tinyX - using Xorg would fix it.
Title: Re: mouse pointer is frosen after start.
Post by: nickispeaki on May 03, 2009, 01:35:14 PM
My girl is so suprised my mouse frosening!  :o

i'm laughing and try to explane. And just nothing! Girls and techniks are noncompatable!  ::)
Title: Re: mouse pointer is frosen after start.
Post by: tobiaus on May 03, 2009, 02:34:02 PM
Girls and techniks are noncompatable!  ::)

oh no, it depends the girl. plenty of guys not compatible either.
Title: Re: mouse pointer is frosen after start.
Post by: nickispeaki on May 28, 2009, 06:28:44 PM
the problem is still there!  :-[
Title: Re: mouse pointer is frosen after start.
Post by: roberts on May 28, 2009, 08:03:51 PM
It seems to be the default behavior of Xvesa. I see it too, but for me just moving the mouse is enough. Not too disturbing IMO.

AFAIK there's no solution for it in tinyX - using Xorg would fix it.
Title: Re: mouse pointer is frosen after start.
Post by: grisxa on April 03, 2011, 09:25:49 AM
It seems to be the default behavior of Xvesa. I see it too, but for me just moving the mouse is enough. Not too disturbing IMO.

AFAIK there's no solution for it in tinyX - using Xorg would fix it.
This leads to the problem with a touchscreen: kernel driver reports motion (touch) with absolute coordinates to evdev, mousedev driver (I believe) converts them to relative and sends to /dev/input/mice, Xvesa accepts and moves the pointer. But if Xvesa misses first touch, then next relative motion is calculated from the wrong place (again from the screen centre) while the mousedev driver supposes other base location.

I have to touch the opposite corners of the touchscreen to adjust cursor itself with absolute coordinates kept in kernel.
Title: Re: mouse pointer is frosen after start.
Post by: roberts on April 03, 2011, 12:05:00 PM
Then your options are to try the Xvesa-7.1.tcz extension or the Xorg extension.