Re: FVWM: keys don't repeat

2008-12-06 Thread Theodore D. Sternberg

On Sat, 6 Dec 2008, Dominik Vogt wrote:

If that does not work, some other program or command is switching
it off.  Are you sure there is no xset r off in your .fvwm2rc?


Nope.  Keys used to repeat until I upgraded my OS from SuSE 10.2 to
SuSE 11.0.  Moreover, keys do repeat if I run the gnome desktop.
In the end, I solved the problem by putting xset r on in .bashrc.

I appreciate everyone's help on this!



Re: FVWM: keys don't repeat

2008-12-06 Thread Renato Caldas
On Sat, Dec 6, 2008 at 3:55 PM, Theodore D. Sternberg
[EMAIL PROTECTED] wrote:
 On Sat, 6 Dec 2008, Dominik Vogt wrote:

 If that does not work, some other program or command is switching
 it off.  Are you sure there is no xset r off in your .fvwm2rc?

 Nope.  Keys used to repeat until I upgraded my OS from SuSE 10.2 to
 SuSE 11.0.  Moreover, keys do repeat if I run the gnome desktop.
 In the end, I solved the problem by putting xset r on in .bashrc.

It is possible that the gnome desktop is actively turning on key repetition...

I've seen this behavior with Mandrake for the root user. I have little
idea on where that was set up, but it seemed to be a security
feature set system-wide. I assume you're not running as root, right?
You could probably check the system files sourced by .bashrc if any of
them is turning repetition off, and then file a bug report to SuSE..

Cheers,
  Renato



Re: FVWM: keys don't repeat

2008-12-05 Thread Thomas Adam
2008/12/5 Theodore D. Sternberg [EMAIL PROTECTED]:
 OK, xset r on doesn't work before exec /usr/bin/fvwm either.  Nor
 does it work if I put in in InitFunction *or* SessionInitFunction, e.g.

 AddToFunc InitFunction
  + I xset r on

It won't work like that, c.f.:

+ I Exec exec xset r on

Again, c.f. StartFunction though:

AddToFunc I Test (Init) Exec exec xset r on

Why it doesn't work for you before starting FVWM, I don't know.

-- Thomas Adam



Re: FVWM: keys don't repeat

2008-12-05 Thread Dan Espen
Theodore D. Sternberg [EMAIL PROTECTED] writes:

 On Fri, 5 Dec 2008, Perry Hutchison wrote:

 AddToFunc InitFunction
+ I xset r on
+ I exec xsetroot -mod 1 2 -fg cornflowerblue -bg sienna

Should be:

+ I exec xset r on
+ I exec xsetroot -mod 1 2 -fg cornflowerblue -bg sienna

If it's not working in your .xinitrc,
there's a pretty good chance something else you are running
is turning it off.

It's always been on by default.