[2551] in testers
Re: Solaris autorepeat
daemon@ATHENA.MIT.EDU (cfields@MIT.EDU)
Tue Jul 5 17:54:05 1994
From: cfields@MIT.EDU
Date: Tue, 5 Jul 1994 17:53:35 +0500
To: testers@MIT.EDU
Cc: rel-eng@MIT.EDU, vrt@MIT.EDU, miki@MIT.EDU, jweiss@MIT.EDU
To bring the autorepeat timing back to be similar to what it was
under release 7.6:
diff config.solaris /etc/athena/login/config
1c1
< X /usr/openwin/bin/Xsun -fp /usr/openwin/lib/X11/fonts/75dpi,/usr/openwin/lib/X11/fonts/misc :0 -nobanner
---
> X /usr/openwin/bin/Xsun -fp /usr/openwin/lib/X11/fonts/75dpi,/usr/openwin/lib/X11/fonts/misc :0 -nobanner -ar1 333 -ar2 45
The new Xsun man page documents these options and their current defaults.
The old man page does not document the defaults, so I got these numbers
by a combination of feel, a stopwatch, and tweaking. The current delays in
7.7 seem really annoying, so I think we should add these args... (Probably
to the commented line in config as well.)
Craig