LINUX.ORG.RU

История изменений

Исправление dissident, (текущая версия) :

Разобрался посмотря в /home/sr/.local/share/xorg/Xorg.0.log. Он тупо кончался на: [ 812.297] (**) Option "xkb_options" "terminate:ctrl_alt_bksp".

Проблема была в 01-ctrl-alt-bksp.conf:

/etc/X11/xorg.conf.d >>>  ls -1
00-keyboard.conf
01-ctrl-alt-bksp.conf
20-intel.conf
/etc/X11/xorg.conf.d >>>  cat 01-ctrl-alt-bksp.conf
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Я перенес terminate:ctrl_alt_bksp в 00-keyboard.conf, убрал Section "InputClass" из 01-ctrl-alt-bksp.conf и переименовал его в 01-dont-zap.conf (правда руками, может это тоже лучше localectl делать?

1:

~/tmp >>> sudo localectl set-x11-keymap 'pl,ru' 'pc105' '' 'grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp'

что породило /etc/X11/xorg.conf.d/00-keyboard.conf:

/etc/X11/xorg.conf.d >>> cat 00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "pl,ru"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_
alt_bksp"
EndSection

2:

Руками поменял 01-ctrl-alt-bksp.conf на 01-dont-zap.conf и убрал оттуда Section "InputClass":

/etc/X11/xorg.conf.d >>> ls -1                                                 
00-keyboard.conf
01-dont-zap.conf
20-intel.conf
/etc/X11/xorg.conf.d >>> cat 01-dont-zap.conf                                  
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

И теперь так и все работает. Спасибо еще раз!

Исправление dissident, :

Разобрался посмотря в /home/sr/.local/share/xorg/Xorg.0.log. Он тупо кончался на: [ 812.297] (**) Option "xkb_options" "terminate:ctrl_alt_bksp".

Проблема была в 01-ctrl-alt-bksp.conf:

/etc/X11/xorg.conf.d >>>  ls -1
00-keyboard.conf
01-ctrl-alt-bksp.conf
20-intel.conf
/etc/X11/xorg.conf.d >>>  cat 01-ctrl-alt-bksp.conf
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Я перенес terminate:ctrl_alt_bksp в 00-keyboard.conf, убрал Section "InputClass" из 01-ctrl-alt-bksp.conf и переименовал его в 01-dont-zap.conf (правда руками, может это тоже лучше localectl делать?

1:

~/tmp >>> sudo localectl set-x11-keymap 'pl,ru' 'pc105' ',qwerty' 'grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp'

что породило /etc/X11/xorg.conf.d/00-keyboard.conf:

/etc/X11/xorg.conf.d >>> cat 00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "pl,ru"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_
alt_bksp"
EndSection

2:

Руками поменял 01-ctrl-alt-bksp.conf на 01-dont-zap.conf и убрал оттуда Section "InputClass":

/etc/X11/xorg.conf.d >>> ls -1                                                 
00-keyboard.conf
01-dont-zap.conf
20-intel.conf
/etc/X11/xorg.conf.d >>> cat 01-dont-zap.conf                                  
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

И теперь так и все работает. Спасибо еще раз!

Исправление dissident, :

Разобрался посмотря в /home/sr/.local/share/xorg/Xorg.0.log. Он тупо кончался на: [ 812.297] (**) Option "xkb_options" "terminate:ctrl_alt_bksp".

Проблема была в 01-ctrl-alt-bksp.conf:

/etc/X11/xorg.conf.d >>>  ls -1
00-keyboard.conf
01-ctrl-alt-bksp.conf
20-intel.conf
/etc/X11/xorg.conf.d >>>  cat 01-ctrl-alt-bksp.conf
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Я перенес terminate:ctrl_alt_bksp в 00-keyboard.conf, убрал Section "InputClass" из 01-ctrl-alt-bksp.conf и переименовал его в 01-dont-zap.conf (правда руками, может это тоже лучше localectl делать?

1:

~/tmp >>> sudo localectl set-x11-keymap 'pl,ru' 'pc105' ',qwerty' 'grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp'

что породило /etc/X11/xorg.conf.d/00-keyboard.conf:

/etc/X11/xorg.conf.d >>> cat 00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "pl,ru"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_
alt_bksp"
EndSection

2:

Руками поменял 01-ctrl-alt-bksp.conf на 01-dont-zap.conf и убрал оттуда Section "InputClass":

/etc/X11/xorg.conf.d >>> cat 01-dont-zap.conf                                  
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

И теперь так и все работает. Спасибо еще раз!

Исходная версия dissident, :

Разобрался посмотря в /home/sr/.local/share/xorg/Xorg.0.log. Он тупо кончался на: [ 812.297] (**) Option "xkb_options" "terminate:ctrl_alt_bksp".

Проблема была в 01-ctrl-alt-bksp.conf:

/etc/X11/xorg.conf.d >>>  ls -1
00-keyboard.conf
01-ctrl-alt-bksp.conf
20-intel.conf
/etc/X11/xorg.conf.d >>>  cat 01-ctrl-alt-bksp.conf
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Я перенес terminate:ctrl_alt_bksp в 00-keyboard.conf, убрал Section "InputClass" из 01-ctrl-alt-bksp.conf и переименовал его в 01-dont-zap.conf (правда руками, может это тоже лучше localectl делать?

1:

~/tmp >>> sudo localectl set-x11-keymap 'pl,ru' 'pc105' ',qwerty' 'grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_alt_bksp'

что породило /etc/X11/xorg.conf.d/00-keyboard.conf:

/etc/X11/xorg.conf.d >>> cat 00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "pl,ru"
        Option "XkbModel" "pc105"
        Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll,terminate:ctrl_
alt_bksp"
EndSection

2:

Руками поменял 01-ctrl-alt-bksp.conf на 01-dont-zap.conf:

/etc/X11/xorg.conf.d >>> cat 01-dont-zap.conf                                  
Section "ServerFlags"
    Option "DontZap" "false"
EndSection

И теперь так и все работает. Спасибо еще раз!