diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-09 22:37:23 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-09 22:37:23 +0000 |
commit | 7ee8234d82f9e3842f33a3861f8a18de834a0910 (patch) | |
tree | ddb435c8edf7d6241667aad0a595c434f2edddeb | |
parent | 602012ef6ef5681067c23893760f94df1b2c493a (diff) |
Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,XORG-6_7_99_2XORG-6_7_99_1
Harold L. Hunt II, Alexander Gottwald).
Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao,
David Dawes).
Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
Fix attempt to read video ROM before enabling it (Bug #843, Ivan
Kokshaysky, Mike A. Harris).
Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A.
Harris).
Clarify xset man page description of how to use the keyboard repeat rate
settings (Bug #846, Mike A. Harris).
Fix problem where print-screen key would get remapped to sys-req in certain
keymaps, which broke GNOME printscreen functionality (Bug #847, Owen
Taylor).
Fix several render problems:
- MMIO mode support
- Hang on IGP chips
- VT switching hang
- 3D render corruption (Bug #922, Hui Yu).
-rw-r--r-- | xset.man | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -189,12 +189,16 @@ or an error will result. .TP 8 .B r The \fBr\fP option controls the autorepeat. -If a preceding dash or the 'off' flag is used, autorepeat will be disabled. -If no parameters or the 'on' flag is used, autorepeat will be enabled. -If a specific keycode is specified as a parameter, autorepeat for that -keycode is enabled or disabled. -If the server supports the XFree86-Misc extension, -or the XKB extension, then a parameter +Invoking with "\fB-r\fP", or "\fBr\ off\fP", will disable autorepeat, whereas +"\fBr\fP", or "\fBr\ on\fP" will enable autorepeat. +Following the "\fB-r\fP" or "\fBr\fP" option with an integer keycode between 0 and +255 will disable or enable autorepeat on that key respectively, but only +if it makes sense for the particular keycode. Keycodes below 8 are +not typically valid for this command. Example: "\fBxset\ -r\ 10\fP" will +disable autorepeat for the "1" key on the top row of an IBM PC keyboard. + +If the server supports the XFree86-Misc extension, or the XKB extension, +then a parameter of 'rate' is accepted and should be followed by zero, one or two numeric values. The first specifies the delay before autorepeat starts and the second specifies the repeat rate. In the case that the server @@ -247,3 +251,5 @@ Bob Scheifler, MIT Laboratory for Computer Science David Krikorian, MIT Project Athena (X11 version) .br XFree86-Misc support added by David Dawes and Joe Moss +.br +Manpage updates added by Mike A. Harris <mharris@redhat.com> |