Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: andrea_tinycore on November 23, 2009, 07:25:55 PM

Title: i have an economical keyboard that is too fast
Post by: andrea_tinycore on November 23, 2009, 07:25:55 PM
Hi,i have an economical keyboard that is too fast.
How to disable the autorepeat or how to increase the delay before keys start repeating?
In damn small linux i use the kbdrate command,but tinycore has not this command.
Also,Puppy linux has a pupx tool,to disable autorepeat.
Thank you for help me!
Title: Re: i have an economical keyboard that is too fast
Post by: ^thehatsrule^ on November 24, 2009, 03:15:02 AM
You could request an extension, or make one yourself.

Otherwise, I think there is usually a bios option for that.
Title: Re: i have an economical keyboard that is too fast
Post by: bmarkus on November 24, 2009, 03:25:08 AM
You may try lxinput.tcz
Title: phoenix-award workstation bios
Post by: andrea_tinycore on November 24, 2009, 04:37:23 PM
my pc has a phoenix-award workstation bios that has not this option...
Ok,i try with lxinput.tcz
Title: Re: i have an economical keyboard that is too fast
Post by: curaga on November 28, 2009, 08:32:00 AM
In X you can use "xset".
Title: Re: i have an economical keyboard that is too fast
Post by: andrea_tinycore on November 28, 2009, 01:36:44 PM
how to use xset to disable the autorepeat? or to increase the delay?
Title: Re: i have an economical keyboard that is too fast
Post by: curaga on November 28, 2009, 03:27:09 PM
Quote
usage:  xset [-display host:dpy] option ...
...
    To turn auto-repeat off or on:
   -r [keycode]        r off
    r [keycode]        r on
    r rate [delay [rate]]
...
    For status information:  q

So, "xset r off" to disable, "xset q" to check the state.
Title: thank you
Post by: andrea_tinycore on November 29, 2009, 11:42:05 AM
thank you curaga!
how to make permanently autorepeat off?
i dont have found a .xinitrc file in the home directory....
Title: Re: i have an economical keyboard that is too fast
Post by: jls on November 29, 2009, 12:40:22 PM
~/.xsession ~/.profile /opt/bootlocal.sh ?
Title: Re: i have an economical keyboard that is too fast
Post by: ^thehatsrule^ on November 29, 2009, 08:56:49 PM
Probably .xsession
Title: Re: i have an economical keyboard that is too fast
Post by: mikshaw on November 30, 2009, 08:35:15 AM
It would have to be .xsession, since xset doesn't work outside of X.
.profile and bootlocal.sh both run before X