![]() |
Linux 9.0 Toshiba Satallite Pro 6100 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +--- Thread: Linux 9.0 Toshiba Satallite Pro 6100 (/thread-4007.html) |
Linux 9.0 Toshiba Satallite Pro 6100 - kZo - 2003-12-13 The keyboard suffers from atrocious key bounce, as you will probably have noticed by the time you get this far. ;) Method 1 Use "AccessX" to define the bounce delay: 1. Obtain the tarball and follow the installation instructions given at: [/url][url=http://www.rehab.uiuc.edu/accessx/freewareaccessx.html]http://www.rehab.uiuc.edu/accessx/freewareaccessx.html 2. Add the following lines to /etc/X11/xdm/Xsession after the section where it runs all the system xinitrc shell scripts: # inserted to prevent key bounce ax +bouncekeysax -timeoutax bouncedelay 5# end inserted lines (This is for RedHat 8.0: other distros may be different, but essentially you need to find a file from which scripts are run every time the X-server starts up). -------------------------------------------------------------------------------- Method 2 In file /etc/X11/XF86Config, set the Xkbdisable function as follows: # To disable the XKEYBOARD extension, uncomment XkbDisable. Option "XkbDisable" This works more reliably than Method 1, but you will lose some keyboard functionality, specifically anything invoked by the AltGr key. |