Skip to main content
Topic: Adding line to keyboard.conf breaks login manager (Read 515 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Adding line to keyboard.conf breaks login manager

I've just noticed that adding:

Code: [Select]
XKBPTIONS="terminate:ctrl_alt_bksp"

to

/etc/X11/xorg.conf.d/00-keyboard.conf

breaks the login manager, where falls back to a terminal login in KDE. Is this expected behaviour?

Thanks
HP Z640 - 72 x Intel Xeon E5-2699 v3 @ 2.30GHz, 128 GiB RAM, 4GiB + 32GiB NVIDIA

Re: Adding line to keyboard.conf breaks login manager

Reply #1
I think you want
Code: [Select]
Section "InputClass"
     Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

 

Re: Adding line to keyboard.conf breaks login manager

Reply #2
I think you want
Code: [Select]
Section "InputClass"
     Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

You are correct. Thank you
HP Z640 - 72 x Intel Xeon E5-2699 v3 @ 2.30GHz, 128 GiB RAM, 4GiB + 32GiB NVIDIA