Of all the OSes...
Moderator: The00Dustin
-
- Hang-around
- Posts: 9
- Joined: 29 Apr 2005, 15:08
- Location: Waco, Texas
- Contact:
Re: Of all the OSes...
GAAHHHHH!!!!!!!Kancept wrote:I use my Touchstream in OS/2....

i just read this again! Ive offen wondered how OS/2 (read the greatest undeveloped OS in the world) would work on a real machine. i bought 3 and then upgraded to the full version of the one with all the voice recognition (i think it was 4) then i was uncerimoniously kicked off the bus when IBM ended it (except for the military and banks).
So what are you using it for?
Only on remote usage
It hesitates for me on remote controlled Windows boxes through Chicken of the VNC running on Mac OS X (Tiger). When clicking on a button in Windows, the button stays depressed until I move the mouse with the iGesture. For right-clicks, the context menu doesn't appear until I move the cursor with the iGesture. Frequently when that happens I also lose the Backspace and Enter keys on the keyboard (just a normal keyboard) for a while until I play with the iGesture some more.
No problems with Mac OS X itself, just the remote-controlled Windows boxes.
No problems with Mac OS X itself, just the remote-controlled Windows boxes.
Re: heh
Sounds like a really good idea!Kancept wrote:I think the only macro I've edited in the copy one so I could get mouse feedback for a copy.
Might I ask: "What exactly have you done?"

Re: heh
I did the same: just add a vertical wiggle event after the copy event, and then you can see that you did copy something. Cut and Paste don't need visual hints, obviously, but the Copy command does. That was the very first (hmm, and only?) edit I ever made.Jbuffalo wrote:Sounds like a really good idea!Kancept wrote:I think the only macro I've edited in the copy one so I could get mouse feedback for a copy.
Might I ask: "What exactly have you done?"
Re: heh
Ohh ... internal funtions -> pointer feedback!TorbenGB wrote:I did the same: just add a vertical wiggle event after the copy event, and then you can see that you did copy something. Cut and Paste don't need visual hints, obviously, but the Copy command does. That was the very first (hmm, and only?) edit I ever made.Jbuffalo wrote:Sounds like a really good idea!Kancept wrote:I think the only macro I've edited in the copy one so I could get mouse feedback for a copy.
Might I ask: "What exactly have you done?"
Cool
Re: Linux delayed click/drag problem
Are you using Fedora Core 3 or 4?Kancept wrote:But there is always a noticeable hesitation in right clicking anything in Linux. Just me or have others seen this behaviour?
Everything is fine under Fedora Core 1, but under FC3 or FC4 (not sure about FC2), whenever I do a drag operation (such as using three right fingers to click/drag), there is a noticable delay, so it doesn't actually grap where the pointer is.
It's very frustrating, since I have the right X-winder gesture mapped to super-mouse, which moves the window under the cursor. If I move a little quick to start and I'm near the edge of the window I want to move, I might move onto another window before grabbing it.
Using game mode clicks, though, solves it for normal click/drag things (except the X-winder gesture I mentioned), but I need a real solution.
Do keystrokes and mouse events move through the internal event queues at different rates, or something?? I don't know. I might have to play with the sequence of keys, presses, and holds, or something in order to make it work.
Grrr.

Re: Linux delayed click/drag problem - SOLUTION
I found a solution that worked for me. Make sure Emulate3Buttons is off in the section of XF86Config or xorg.conf that describes your mouse. For example:Msquared wrote:Everything is fine under Fedora Core 1, but under FC3 or FC4 (not sure about FC2), whenever I do a drag operation (such as using three right fingers to click/drag), there is a noticable delay, so it doesn't actually grab where the pointer is.Kancept wrote:But there is always a noticeable hesitation in right clicking anything in Linux. Just me or have others seen this behaviour?
Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Who is online
Users browsing this forum: No registered users and 1 guest