Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-20 Thread Thomas Adam
On Mon, Jul 19, 2010 at 10:44:04PM -0200, Mauricio E. Silva wrote:
Don't get killed trying to find the problem...  my
 configuration file it's old and big, i'll will start a new
 configuration from scratch and see what happen.

I don't suppose you're got a non-standard keyboard mapping?  Perhaps one
that isn't US or UK?

I ask because the only thing left I can suggest is that you're calling
setxkbmap or xmodmap before any XClients have started.  I've said so many
times before that if you are, you *must* start these programs before hand.
If they're in StartFunction or something, shift them to ~/.xsession or
~/.xinit, as in:

xmodmap blah 
exec fvwm

It is *not* enough to start these keyboard programs any other way, as FVWM
never remaps the keys once X11 has loaded -- which can be the only thing
which explains why restarting FVWM [0] works for you, despite the mappings
looking OK.

HTH,

-- Thomas Adam

[0] No, not a bug.



Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-20 Thread Mauricio E. Silva

On 07/20/10 05:09, Thomas Adam wrote:

On Mon, Jul 19, 2010 at 10:44:04PM -0200, Mauricio E. Silva wrote:
   

Don't get killed trying to find the problem...  my
configuration file it's old and big, i'll will start a new
configuration from scratch and see what happen.
 

I don't suppose you're got a non-standard keyboard mapping?  Perhaps one
that isn't US or UK?

I ask because the only thing left I can suggest is that you're calling
setxkbmap or xmodmap before any XClients have started.  I've said so many
times before that if you are, you *must* start these programs before hand.
If they're in StartFunction or something, shift them to ~/.xsession or
~/.xinit, as in:

xmodmap blah
exec fvwm

It is *not* enough to start these keyboard programs any other way, as FVWM
never remaps the keys once X11 has loaded -- which can be the only thing
which explains why restarting FVWM [0] works for you, despite the mappings
looking OK.

HTH,

-- Thomas Adam

[0] No, not a bug.


E-mail clasificado por el Idenfificador de Spam Inteligente.
Para modificar la categoría clasificada acceda a su webmail

Este mensaje ha sido verificado por el E-mail Protegido.
Antivirus actualizado en 20/07/2010 / Versión: 0.96/11394


   


Thomas:

My keyboard mapping is US and as a secondary mapping is LATAM, 
the configuration
is in the xorg.conf, i did not remap any key with xmodmap. But the 
problem happen even if
i remove LATAM and the option to change within keymaps (CTRL+SHIFT) from 
the configuration.


I start the X manually so no .xsession or .Xclients config at 
all. My .xinitrc at the moment of writing this is only one line:


exec fvwm2

--
Mauricio E. Silva




Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-19 Thread Mauricio E. Silva

On 07/17/10 21:32, Thomas Adam wrote:

On Sat, Jul 17, 2010 at 10:43:08AM -0200, Mauricio E. Silva wrote:
   

The xev output also looks fine too.
 

I've not seen it -- so can I see it?

   

The FVWM configuration is the same configuration in all my machines
with little changes between the 2.4 and 2.5 series.
 

Then use FvwmConsole, and type:

PrintInfo Bindings

... and see what that says -- the output is sent to STDERR, so ensure it
ends up in something like ~/.xsession-errors for you to see.

Furthermore, you should use FvwmConsole to remap your keys as in:

Key Up A A Echo I see you

... and still look in ~./.xsession-errors

Either way, if FVWM had a problem with that binding (due to a bad keysym,
which I doubt) you'd still see the errors in ~/.xsession-errors in this
case.

   

And Thomas the logger of one machine is in http://lan.no-ip.org/Xorg.0.log
I don't think the problem may be the 'evdev', because the FreeBSD
version 8 is using the driver 'kbd'.
 

Fine.

-- Thomas Adam

   

Thomas:

  If you wan't to look to the xev output look at:
http://lan.no-ip.org/xev-after.log and
http://lan.no-ip.org/xev-before.log
my FVWM configuration file: http://lan.no-ip.org/fvwm2rc
and the PrintInfo Bindings: http://lan.no-ip.org/bindings.log

  You may ask why to xev files? Well i found that if i restart the 
WM (Restart command) all bindings start working... why? I really don't 
have any idea.


   The remapping from the FvwmConsole will generate '[fvwm][Echo] 
I see you' every time i press the Up key.


   Don't get killed trying to find the problem...  my configuration 
file it's old and big, i'll will start a new configuration from scratch 
and see what happen.


--
Mauricio E. Silva




Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-17 Thread Mauricio E. Silva

On 07/15/10 19:19, Jake Moe wrote:

On 16/07/10 06:43, des...@verizon.net wrote:
   

Mauricio E. Silvamauricioesi...@speedy.com.ar  writes:


 

Hi,

 I have a problem that may be related to Xorg instead of the FVWM but i
couldn't find a solution there so i ask here to see if someone else got the
same problem.

 I love the CTRL+ARROW KEYS function to change Desktops, but it didn't
work on newer version of Xorg. As far as i tested the arrows keys in the
Menu and WinList also stop working.

 The function that I'm talking about is:

# Arrow Keys
# press arrow + control anywhere, and scroll by 1 page
Key LeftA   C   Scroll -100 0
Key Right   A   C   Scroll +100 +0
Key Up  A   C   Scroll +0   -100
Key DownA   C   Scroll +0   +100


 This problem happens to me in this systems:

- Slackware 13.1, FVWM 2.4.20, 2.5.28 and 2.5.30, Xorg 1.7.7
- FreeBSD 8.0, FVWM 2.5.30, Xorg 1.7.2

 and works fine on:

- Slackware 13.0, FVWM 2.5.28, Xorg 1.6.3
- FreeBSD 7.2, FVWM 2.4.20, Xorg 1.4.0

   

Using 1.7.6 here.
Ctrl+Arrow works fine.

Start up xev and verify that the arrow keys return
Left/Right/Up/Down as expected.

Then examine the keys with xmodmap, like this:

home  xmodmap -pke | grep Down
keycode  88 = KP_2 KP_Down KP_2 KP_Down
keycode 116 = Down NoSymbol Down
keycode 186 = XF86ScrollDown NoSymbol XF86ScrollDown
keycode 232 = XF86MonBrightnessDown NoSymbol XF86MonBrightnessDown
keycode 237 = XF86KbdBrightnessDown NoSymbol XF86KbdBrightnessDown


 

Also, you could double-check that you haven't accidentally set it to
something else later on in your configuration.

grep -i key ~/.fvwm/* | grep -i left

Just a thought...

Jake Moe


E-mail clasificado por el Idenfificador de Spam Inteligente.
Para modificar la categoría clasificada acceda a su webmail

Este mensaje ha sido verificado por el E-mail Protegido.
Antivirus actualizado en 15/07/2010 / Versión: 0.96/11377


   


Thanx for quick answer...
First i miss read the version of Xorg on the FreeBSD 8 machine, it is 
not 1.7.2 it is 1.6.2.


The output of the xmodmap looks fine to me, exactly the same on all my 
working and nonworking computers.


kru...@eddie:/var/log$ xmodmap -pke | grep Down
keycode  88 = KP_Down KP_2 KP_Down KP_2
keycode 116 = Down NoSymbol Down
keycode 186 = XF86ScrollDown NoSymbol XF86ScrollDown
keycode 232 = XF86MonBrightnessDown NoSymbol XF86MonBrightnessDown
keycode 237 = XF86KbdBrightnessDown NoSymbol XF86KbdBrightnessDown

The xev output also looks fine too.

The FVWM configuration is the same configuration in all my machines with 
little changes between the 2.4 and 2.5 series.


And Thomas the logger of one machine is in http://lan.no-ip.org/Xorg.0.log
I don't think the problem may be the 'evdev', because the FreeBSD 
version 8 is using the driver 'kbd'.



Mauricio E. Silva




Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-17 Thread Thomas Adam
On Sat, Jul 17, 2010 at 10:43:08AM -0200, Mauricio E. Silva wrote:
 The xev output also looks fine too.

I've not seen it -- so can I see it?

 The FVWM configuration is the same configuration in all my machines
 with little changes between the 2.4 and 2.5 series.

Then use FvwmConsole, and type:

PrintInfo Bindings

... and see what that says -- the output is sent to STDERR, so ensure it
ends up in something like ~/.xsession-errors for you to see.

Furthermore, you should use FvwmConsole to remap your keys as in:

Key Up A A Echo I see you

... and still look in ~./.xsession-errors

Either way, if FVWM had a problem with that binding (due to a bad keysym,
which I doubt) you'd still see the errors in ~/.xsession-errors in this
case.

 And Thomas the logger of one machine is in http://lan.no-ip.org/Xorg.0.log
 I don't think the problem may be the 'evdev', because the FreeBSD
 version 8 is using the driver 'kbd'.

Fine.

-- Thomas Adam

-- 
It was the cruelest game I've ever played and it's played inside my head.
-- Hush The Warmth, Gorky's Zygotic Mynci.



FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-15 Thread Mauricio E. Silva

Hi,

I have a problem that may be related to Xorg instead of the FVWM but i
couldn't find a solution there so i ask here to see if someone else got the
same problem.

I love the CTRL+ARROW KEYS function to change Desktops, but it didn't
work on newer version of Xorg. As far as i tested the arrows keys in the
Menu and WinList also stop working.

The function that I'm talking about is:

# Arrow Keys
# press arrow + control anywhere, and scroll by 1 page
Key LeftA   C   Scroll -100 0
Key Right   A   C   Scroll +100 +0
Key Up  A   C   Scroll +0   -100
Key DownA   C   Scroll +0   +100


This problem happens to me in this systems:

- Slackware 13.1, FVWM 2.4.20, 2.5.28 and 2.5.30, Xorg 1.7.7
- FreeBSD 8.0, FVWM 2.5.30, Xorg 1.7.2

and works fine on:

- Slackware 13.0, FVWM 2.5.28, Xorg 1.6.3
- FreeBSD 7.2, FVWM 2.4.20, Xorg 1.4.0


Mauricio E. Silva




Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-15 Thread Mauricio E. Silva

On 07/15/10 17:44, Emilie Ann Phillips wrote:

On Thu, Jul 15, 2010 at 13:06, Mauricio E. Silva
mauricioesi...@speedy.com.ar  wrote:
   

Hi,

I have a problem that may be related to Xorg instead of the FVWM but i
couldn't find a solution there so i ask here to see if someone else got the
same problem.

I love the CTRL+ARROW KEYS function to change Desktops, but it didn't
work on newer version of Xorg. As far as i tested the arrows keys in the
Menu and WinList also stop working.
 

Have you checked that you don't have num lock on?

Emilie

E-mail clasificado por el Idenfificador de Spam Inteligente.
Para modificar la categoría clasificada acceda a su webmail

Este mensaje ha sido verificado por el E-mail Protegido.
Antivirus actualizado en 15/07/2010 / Versión: 0.96/11377



   

Yes, i check. It fail with num lock and scroll lock ON and OFF.

Mauricio. E. Silva




Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-15 Thread despen
Mauricio E. Silva mauricioesi...@speedy.com.ar writes:

 Hi,

 I have a problem that may be related to Xorg instead of the FVWM but i
 couldn't find a solution there so i ask here to see if someone else got the
 same problem.

 I love the CTRL+ARROW KEYS function to change Desktops, but it didn't
 work on newer version of Xorg. As far as i tested the arrows keys in the
 Menu and WinList also stop working.

 The function that I'm talking about is:

 # Arrow Keys
 # press arrow + control anywhere, and scroll by 1 page
 Key LeftA   C   Scroll -100 0
 Key Right   A   C   Scroll +100 +0
 Key Up  A   C   Scroll +0   -100
 Key DownA   C   Scroll +0   +100


 This problem happens to me in this systems:

 - Slackware 13.1, FVWM 2.4.20, 2.5.28 and 2.5.30, Xorg 1.7.7
 - FreeBSD 8.0, FVWM 2.5.30, Xorg 1.7.2

 and works fine on:

 - Slackware 13.0, FVWM 2.5.28, Xorg 1.6.3
 - FreeBSD 7.2, FVWM 2.4.20, Xorg 1.4.0

Using 1.7.6 here.
Ctrl+Arrow works fine.

Start up xev and verify that the arrow keys return
Left/Right/Up/Down as expected.

Then examine the keys with xmodmap, like this:

home xmodmap -pke | grep Down
keycode  88 = KP_2 KP_Down KP_2 KP_Down
keycode 116 = Down NoSymbol Down
keycode 186 = XF86ScrollDown NoSymbol XF86ScrollDown
keycode 232 = XF86MonBrightnessDown NoSymbol XF86MonBrightnessDown
keycode 237 = XF86KbdBrightnessDown NoSymbol XF86KbdBrightnessDown



Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-15 Thread Jake Moe
On 16/07/10 06:43, des...@verizon.net wrote:
 Mauricio E. Silva mauricioesi...@speedy.com.ar writes:

   
 Hi,

 I have a problem that may be related to Xorg instead of the FVWM but i
 couldn't find a solution there so i ask here to see if someone else got the
 same problem.

 I love the CTRL+ARROW KEYS function to change Desktops, but it didn't
 work on newer version of Xorg. As far as i tested the arrows keys in the
 Menu and WinList also stop working.

 The function that I'm talking about is:

 # Arrow Keys
 # press arrow + control anywhere, and scroll by 1 page
 Key LeftA   C   Scroll -100 0
 Key Right   A   C   Scroll +100 +0
 Key Up  A   C   Scroll +0   -100
 Key DownA   C   Scroll +0   +100


 This problem happens to me in this systems:

 - Slackware 13.1, FVWM 2.4.20, 2.5.28 and 2.5.30, Xorg 1.7.7
 - FreeBSD 8.0, FVWM 2.5.30, Xorg 1.7.2

 and works fine on:

 - Slackware 13.0, FVWM 2.5.28, Xorg 1.6.3
 - FreeBSD 7.2, FVWM 2.4.20, Xorg 1.4.0
 
 Using 1.7.6 here.
 Ctrl+Arrow works fine.

 Start up xev and verify that the arrow keys return
 Left/Right/Up/Down as expected.

 Then examine the keys with xmodmap, like this:

 home xmodmap -pke | grep Down
 keycode  88 = KP_2 KP_Down KP_2 KP_Down
 keycode 116 = Down NoSymbol Down
 keycode 186 = XF86ScrollDown NoSymbol XF86ScrollDown
 keycode 232 = XF86MonBrightnessDown NoSymbol XF86MonBrightnessDown
 keycode 237 = XF86KbdBrightnessDown NoSymbol XF86KbdBrightnessDown

   
Also, you could double-check that you haven't accidentally set it to
something else later on in your configuration.

grep -i key ~/.fvwm/* | grep -i left

Just a thought...

Jake Moe



Re: FVWM: Arrows Key don't works with Xorg 1.7.x

2010-07-15 Thread Thomas Adam
On Fri, Jul 16, 2010 at 07:19:19AM +1000, Jake Moe wrote:
 Also, you could double-check that you haven't accidentally set it to
 something else later on in your configuration.
 
 grep -i key ~/.fvwm/* | grep -i left
 
 Just a thought...

More likely it's an evdev problem.  Can I see your /var/log/Xorg.0.log file?
Do you have anything unsetting SendCoreEvents in your xorg.conf file?

-- Thomas Adam

-- 
Deep in my heart I wish I was wrong.  But deep in my heart I know I am
not. -- Morrissey (Girl Least Likely To -- off of Viva Hate.)