Re: The keyboard doesn't work in X after the most recent update

2011-11-07 Thread Stuart Henderson
On 2011-11-05, Norman Golisz li...@zcat.de wrote:
 On Sat Nov  5 2011 22:39, tkdchen wrote:
 Hi all,
 
 My keyboard does not work in fvwm, GNOME or KDE after the most recent
 update. No key response except the Fn+brightness-up and down.
 I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.

 This is a known bug in xkb. As suggested on tech@:

 _symbols_dir=/usr/X11R6/share/X11/xkb/symbols/srvr_ctrl/srvr_ctrl
 mv ${_symbols_dir}/srvr_ctrl ${_symbols_dir}/_srvr_ctrl 
 mv ${_symbols_dir}/_srvr_ctrl/srvr_ctrl ${_symbols_dir} 
 rmdir ${_symbols_dir}/_srvr_ctrl 

As also suggested on tech@, the file you are mv'ing here is not the
right version. You should remove the directory and reinstall xshare50.tgz.
The simplest way on a system where you have console access is to boot
the install kernel and select 'upgrade'.



Re: The keyboard doesn't work in X after the most recent update

2011-11-06 Thread Andreas Bartelt

Hello Norman,

On 11/05/11 20:13, Norman Golisz wrote:
...

since 5.0, xenocara uses xkeyboard-config instead of the old
/etc/X11/xkb. In the last couple of days, some code has been changed in
xkeyboard-config, however, and made keyboards in X non-functional, when
the /usr/X11R6/share/X11/xkb/symbols/srvr_ctrl directory was present.
This directory was removed and replaced by a bare file [1].

So, chances are, older versions are not affected on your netbook.



Thx -- I suppose I missed the part with the single file. The keyboard 
works now under Xorg on current.


Best Regards
Andreas



Re: The keyboard doesn't work in X after the most recent update

2011-11-06 Thread Matthieu Herrb
On Sat, Nov 5, 2011 at 5:45 PM, Andreas Bartelt o...@bartula.de wrote:
 On 11/05/11 15:39, tkdchen wrote:

 Hi all,

 My keyboard does not work in fvwm, GNOME or KDE after the most recent
 update. No key response except the Fn+brightness-up and down.
 I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.

 I've noticed that the keyboard of an Asus EEE 701 also doesn't work with
 Xorg on current (I followed the steps from current.html). However, I didn't
 test any older versions of OpenBSD on this netbook.

 Does anybody know if this a known or a new problem with this model?



I'm not aware of any specific problem to this model. Without more
details it's hard to give you any useful advice.

Also, normally, the install/upgrade script in binary snapshots
includes code to remove the extra directory. If you upgraded by using
bsd.rd and a snapshot, you should not be affected.


-- 
Matthieu Herrb



Re: The keyboard doesn't work in X after the most recent update

2011-11-05 Thread Norman Golisz
On Sat Nov  5 2011 22:39, tkdchen wrote:
 Hi all,
 
 My keyboard does not work in fvwm, GNOME or KDE after the most recent
 update. No key response except the Fn+brightness-up and down.
 I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.

This is a known bug in xkb. As suggested on tech@:

_symbols_dir=/usr/X11R6/share/X11/xkb/symbols/srvr_ctrl/srvr_ctrl
mv ${_symbols_dir}/srvr_ctrl ${_symbols_dir}/_srvr_ctrl 
mv ${_symbols_dir}/_srvr_ctrl/srvr_ctrl ${_symbols_dir} 
rmdir ${_symbols_dir}/_srvr_ctrl 

Norman.



Re: The keyboard doesn't work in X after the most recent update

2011-11-05 Thread Norman Golisz
On Sat Nov  5 2011 22:39, tkdchen wrote:
 Hi all,
 
 My keyboard does not work in fvwm, GNOME or KDE after the most recent
 update. No key response except the Fn+brightness-up and down.
 I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.

Remember to read http://www.openbsd.org/faq/current.html, before
applying snapshots or updating your local cvs checkout and compiling
from it.

Norman.



Re: The keyboard doesn't work in X after the most recent update

2011-11-05 Thread tkdchen
2011/11/5 Norman Golisz li...@zcat.de:
 On Sat Nov  5 2011 22:39, tkdchen wrote:
 Hi all,

 My keyboard does not work in fvwm, GNOME or KDE after the most recent
 update. No key response except the Fn+brightness-up and down.
 I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.

 Remember to read http://www.openbsd.org/faq/current.html, before
 applying snapshots or updating your local cvs checkout and compiling
 from it.


Solved. Thank you all. :)

 Norman.



Re: The keyboard doesn't work in X after the most recent update

2011-11-05 Thread Andreas Bartelt

On 11/05/11 15:39, tkdchen wrote:

Hi all,

My keyboard does not work in fvwm, GNOME or KDE after the most recent
update. No key response except the Fn+brightness-up and down.
I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.


I've noticed that the keyboard of an Asus EEE 701 also doesn't work with 
Xorg on current (I followed the steps from current.html). However, I 
didn't test any older versions of OpenBSD on this netbook.


Does anybody know if this a known or a new problem with this model?

Best Regards
Andreas



Re: The keyboard doesn't work in X after the most recent update

2011-11-05 Thread Norman Golisz
Hi Andreas,

On Sat Nov  5 2011 18:45, Andreas Bartelt wrote:
 On 11/05/11 15:39, tkdchen wrote:
 Hi all,
 
 My keyboard does not work in fvwm, GNOME or KDE after the most recent
 update. No key response except the Fn+brightness-up and down.
 I run 5.0-current on Thinkpad x201i. Thanks a lot for your help.
 
 I've noticed that the keyboard of an Asus EEE 701 also doesn't work
 with Xorg on current (I followed the steps from current.html).
 However, I didn't test any older versions of OpenBSD on this
 netbook.
 
 Does anybody know if this a known or a new problem with this model?

since 5.0, xenocara uses xkeyboard-config instead of the old
/etc/X11/xkb. In the last couple of days, some code has been changed in
xkeyboard-config, however, and made keyboards in X non-functional, when
the /usr/X11R6/share/X11/xkb/symbols/srvr_ctrl directory was present.
This directory was removed and replaced by a bare file [1].

So, chances are, older versions are not affected on your netbook.

Best regards,
Norman.