Re: KVM/Scroll Lock behavior

2012-01-19 Thread Samuel Thibault
Todd Pytel, le Wed 18 Jan 2012 22:07:10 -0600, a écrit : > 2) In an untweaked X session, the Num Lock LED works while the Scroll > Lock one does not. Both keys register in xev output. > > 3) After "xmodmap -e 'add mod3 = Scroll_Lock'", the Scroll Lock LED > works. But it still doesn't trigger the

Re: modular build fails at libXau

2012-01-19 Thread Gaetan Nadon
On 12-01-18 04:21 PM, Semeraro, B David wrote: > Hello, > > I am trying to perform a modular build following the directions from > this site: > > http://www.x.org/wiki/ModularDevelopersGuide#Introduction Alan is correct, libXau is the first module in the list to require libtool. You may possibly fi

Re: KVM/Scroll Lock behavior

2012-01-19 Thread Todd Pytel
On Thu, 2012-01-19 at 10:34 +0100, Samuel Thibault wrote: > These are extremely surprising. I'd have thought that KVM uses the > keyboard *keypresses*, not the LED changes, to achieve the switch... Especially since it's not *just* the LED's that matter - otherwise it would work after xmodmap. So,

Re: KVM/Scroll Lock behavior

2012-01-19 Thread Samuel Thibault
Todd Pytel, le Thu 19 Jan 2012 07:41:14 -0600, a écrit : > > You could try to use strace to check the system call difference between > > lighting scroll lock through the key and through xset, but in principle > > there is none, thus the surprise with 3) vs 4) above. > > I've straced binaries befor

RE: modular build fails at libXau

2012-01-19 Thread Semeraro, B David
Hi there Gaetan, I think there is something whacked with my tools install. I do have libtool installed but there seems to be some problem with the set up since I am getting this error. I am going to review my autotools setup and see if I cant find the problem. I may just have to generate a fres

Re: Xkb extension breaks KeyPress handling in Xt with multiple keyboard layouts (groups)

2012-01-19 Thread Andreas Wettstein
jumbophut gmail.com> writes: > A solution would be to set the bits in event.modifierMask to 1 only if > Xt knows about them. Other bits (13 and 14, used for Xkb) would be > set to 0 in TMParse.c (that is "don't care" about these bits). The > modifier "None" then might become slightly misleading