giggz schrieb: > > Michael Biebl a écrit : >> Giggz schrieb: >>> Michael Biebl a écrit : >>>> giggz schrieb: >>>> >>>>> Package: hal >>>>> Version: 0.5.10-1 >>>>> Severity: important >>>>> >>>>> Hi, >>>>> >>>>> Since the upgrade of today, I don't have my french keyboard anymore. >>>>> All is in us keyboard under X. When I switch to virtual console I >>>>> have french keyboard. >>>>> >>>> Hi, >>>> >>>> could you please check if it's not bug >>>> >>>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442316 >>>> >>>> that you are bitten by. >>>> >>>> Do the symptoms mentioned there, match what you experience? >>>> >>>> Michael >>>> >>>> >>>> >>> Hi, >>> >>> Thx for your fast answer. I will test it this evening, but it seems that >>> the bug is the same. >>> >>> Must we type the command line with setxkbmap at each session ? >>> >>> Is the device section in xorg.conf become obsolete ? >> It's the xorg input hotplugging, that causes evdev to be loaded. I don't >> have the knowledge, how in xorg input hotplug world, the device has to >> be configured. So I can't really tell, if xorg.conf is obsolete and >> using an hal fdi file is the future way. >> >> I have asked the Debian X maintainers, how to solve this. >> For the time being I would advise you, to either uninstall >> xorg-input-evdev or to remove the file >> /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi (don't forget to >> restart hal afterwards). >> >> Sorry for the inconvenience. >> >> Michael >> > > The xorg.conf can be configured to work with evdev but it's not very > simple : > for the keyboard : > Section "InputDevice" > Identifier "Generic Keyboard" > Driver "evdev" > Option "CoreKeyboard" > Option "Device" "/dev/input/event4" > Option "XkbRules" "xorg" > Option "XkbModel" "evdev" > Option "XkbLayout" "fr" > EndSection > It works fine but we must know which /dev/input/event the keyboard > uses...and it's not very easy to use... > > Ciao > Guillaume >
An alternative would be, to use a hal fdi file /etc/hal/fdi/policy/x11-input.fdi like this. <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.layout" type="string">de</merge> <merge key="input.xkb.variant" type="string">nodeadkeys</merge> </match> </device> </deviceinfo> This has worked for me. We are currently discussing, if xserver-xorg will generate such a file automatically in the future. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature