Re: Keys lots in Xenocara update ?

2007-05-27 Thread Landry Breuil
On Sat, May 26, 2007 at 06:53:23PM +0200, Antoine Jacoutot wrote:
 On Sat, 26 May 2007, Matthieu Herrb wrote:
 Section InputDevice
 Identifier  Keyboard0
 Driver  kbd
 Option Protocol wskbd
 Option Device /dev/wskbd0   #/dev/wskbd1
 Option XkbModel dell#pc105
 Option XkbRules xorg
 Option XkbLayout fr
 EndSection
 
 FYI, I use a dell d420 and I don't use Option XkbModel dell, nor 
 Protocol and  Device and it works fine.
 But I don't use any external keyboard with it... so it might be a shot 
 in the air ;)
 

You were right, i commented Protocol, Device and XkbModel and now it
works fine. I didn't get errors in X.org.log, but it seems that now
Protocol is autodetected as standard. I don't remember why i had to
put wskbd to make things work right.
Autodetection in Xorg/Xenocara is becoming better and better :)

Thanks,
Landry



Re: Keys lots in Xenocara update ?

2007-05-26 Thread Matthieu Herrb

On 5/26/07, Landry Breuil [EMAIL PROTECTED] wrote:

Hello,

i lost various keys in last Xenocara update (i had the same issue
when updating to snapshot with *41.tgz from 22/5 + x*41.tgz from 8/5 and
to latest snapshot from ftp.ca, *41.tgz from 25/5 + x*41.tgz from 24/5).
i removed /etc/X11 and /usr/X11R6 before update, and unrolled
xetc41.tgz.

to get my missing keys back, i have to load this .Xmodmap :

keycode 211 = Left
keycode 208 = Up
keycode 213 = Right
keycode 216 = Down
keycode 209 = Prior
keycode 217 = Next
keycode 165 = Control_R
keycode 192 = ISO_Level3_Shift
keycode 207 = Home
keycode 215 = End
keycode 218 = Insert
keycode 219 = Delete

i'm using a dell d410, internal/external keyboard worked really fine with
previous snapshot from ~1/5.

Keyboard config in xorg.conf (tried with both 'dell' and 'pc105' for
XkbModel, wskbd1 is here for an external usb keyboard.)

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option Protocol wskbd
Option Device /dev/wskbd0   #/dev/wskbd1
Option XkbModel dell#pc105
Option XkbRules xorg
Option XkbLayout fr
EndSection

dmesg : http://gruiik.info/stuff/dmesg.boot

did i miss something ? i can live with this .Xmodmap, just wanted to
report this issue. the same upgrade on my desktop machine with external
usb keyboard didn't show this problem.



Check your /var/log/Xorg.0.log file for xkb related errors. I don't
see right now
anything that changed there since the initial xenocara snapshots.

But what you describe look like your xkb configuration is rejected.



Re: Keys lots in Xenocara update ?

2007-05-26 Thread Antoine Jacoutot

On Sat, 26 May 2007, Matthieu Herrb wrote:

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option Protocol wskbd
Option Device /dev/wskbd0   #/dev/wskbd1
Option XkbModel dell#pc105
Option XkbRules xorg
Option XkbLayout fr
EndSection


FYI, I use a dell d420 and I don't use Option XkbModel dell, nor 
Protocol and  Device and it works fine.
But I don't use any external keyboard with it... so it might be a shot 
in the air ;)


--
Antoine