public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xorg.xonf, Input_class keyboard
@ 2011-09-03  3:15 meino.cramer
  2011-09-03 16:57 ` Mick
  0 siblings, 1 reply; 2+ messages in thread
From: meino.cramer @ 2011-09-03  3:15 UTC (permalink / raw
  To: Gentoo


Hi,

in my xorg.conf I have set this:


    Section "InputClass"
        Identifier "keyboard-all"
        Driver "evdev"
        # Option "XkbOptions"  "ctrl:nocaps,compose:ralt,terminate:ctrl_alt_bksp"
        Option "XkbOptions" "terminate:ctrl_alt_bksp,caps:super"
        MatchIsKeyboard "on"
    EndSection


but neither "ZAP" (ctrl-alt-backspace)  nor caps-lock as Super-key
work. the Dont_Zap option is not set ...


When Caps-Lock is pressed, xev prints:

    KeyPress event, serial 40, synthetic NO, window 0x2400001,
        root 0x124, subw 0x0, time 1516416, (78,125), root:(1717,147),
        state 0x10, keycode 23 (keysym 0xff09, Tab), same_screen YES,
        XLookupString gives 1 bytes: (09) "	"
        XmbLookupString gives 1 bytes: (09) "	"
        XFilterEvent returns: False
    
    KeyRelease event, serial 40, synthetic NO, window 0x2400001,
        root 0x124, subw 0x0, time 1516552, (78,125), root:(1717,147),
        state 0x10, keycode 23 (keysym 0xff09, Tab), same_screen YES,
        XLookupString gives 1 bytes: (09) "	"
        XFilterEvent returns: False


How can I install/activate/repair the above settings?


Thank you very much in advance for any help!

Best regards,
mcc




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] xorg.xonf, Input_class keyboard
  2011-09-03  3:15 [gentoo-user] xorg.xonf, Input_class keyboard meino.cramer
@ 2011-09-03 16:57 ` Mick
  0 siblings, 0 replies; 2+ messages in thread
From: Mick @ 2011-09-03 16:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 740 bytes --]

On Saturday 03 Sep 2011 04:15:32 meino.cramer@gmx.de wrote:
> Hi,
> 
> in my xorg.conf I have set this:
> 
> 
>     Section "InputClass"
>         Identifier "keyboard-all"
>         Driver "evdev"
>         # Option "XkbOptions" 
> "ctrl:nocaps,compose:ralt,terminate:ctrl_alt_bksp" Option "XkbOptions"
> "terminate:ctrl_alt_bksp,caps:super"
>         MatchIsKeyboard "on"
>     EndSection

Does:

    Option "XkbOptions"  "terminate:ctrl_alt_bksp"

on its own work?

On one box of mine I had to add:

       MatchDevicePath "/dev/input/event*"


Also, check that you have not any old conflicting directives in Section 
"ServerLayout", like e.g. InputDevice    "Keyboard0" "CoreKeyboard"

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-03 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-03  3:15 [gentoo-user] xorg.xonf, Input_class keyboard meino.cramer
2011-09-03 16:57 ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox