[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2553.0. "Turbo Mouse Acceleration ?" by WIKKIT::WARWICK (Trevor Warwick) Mon Apr 02 1990 08:05

Is there any way of setting the mouse acceleration to something other than
the three levels offered by the session manager ? If I run Ultrix on my
(2 * /GPX) system, the mouse accelaration is much faster, than "Fast" under 
VMS.

Trevor
T.RTitleUserPersonal
Name
DateLines
2553.1FLUME::dikeMon Apr 02 1990 08:312
Look at xset.  xset -help will tell you what you can do.
				Jeff
2553.2where is xset ?VISA::BIJAOUIReal problems are in BeyruthMon Apr 02 1990 10:371
    
2553.3FLUME::dikeMon Apr 02 1990 14:012
/usr/bin/X11.  You have to install the MIT X11 subset.
				Jeff
2553.4MARVIN::WARWICKTrevor WarwickMon Apr 02 1990 18:216
    
    Thanks for the pointer, but if you re-read .0, you will see that I run
    VMS 99% if the time, so xset won't help me. Is there something
    equivalent for VMS (like an undocumented driver QIO ?).
    
    Trevor
2553.5some ideas...lots of flexibility with xset...SICVAX::GRAHAMprimal screamsTue Apr 03 1990 02:0613
    
    try these in a resource file.
    
    xset m 1 1&  : "slow mouse"
    
    xset m default& : "Mouse default"
    
    xset m 4 2& : "fast mouse"
    
    xset m 10 2& : "Speedy Gonzales"
    
    Kris...
    
2553.6DECWIN::FISHERPrune Juice: A Warrior's Drink!Tue Apr 03 1990 14:576
That's not much help without xset either.

Check out the xlib routine XChangePointerControl.  That is what the session
manager uses and what xset uses too.

Burns
2553.7How to set it for VMSCVG::PETTENGILLmulpTue Apr 03 1990 15:0018
Look for these lines in your DECW$SM_GENERAL.DAT

sm.mouse_accel_numerator:       7
sm.mouse_accel_denominator:     1
sm.mouse_accel_threshold:       3

These parameters indicates that if the pointer has moved 3 pixels then start
moving at 7/1 times the normal rate.  So if you change the 7 to 25, then after
a movement of 3 pixels, it will move at about 25 times the rate.  If you
change the 3 to a 2, then it will switch to the higher rate after moving 2
pixels.  The values that kris is suggesting are 4 for numerator and 2 for
threshold, but those aren't much faster than the above.  For really fast,
try a numerator of 100 and a threshold of 1; a twitch will get it across the
screen.

If you want xset for VMS, then copy the following file:

CVG::SYS$GAMES:[ATHENA_X11.X.CLIENTS.XSET]XSET.exe