Bug 89480 - different keyboard layouts in X11 and VT
Summary: different keyboard layouts in X11 and VT
Status: NEW
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: high major
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL: http://calamares.io/bugs/browse/CAL-206
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-07 01:42 UTC by Tomasz Paweł Gajc
Modified: 2015-06-09 12:39 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Tomasz Paweł Gajc 2015-03-07 01:42:21 UTC
This happens with systemd-219

$ localectl
   System Locale: LANG=it_IT.UTF-8
       VC Keymap: it2
      X11 Layout: it
       X11 Model: pc105

$ more /etc/X11/xorg.conf.d/*keyb*.conf
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "it"
        Option "XkbModel" "pc105"
EndSection

In VT key "-" does not print "-" but "/" while in X11 key "-" prints good char.

Please help :)
Comment 1 Tomasz Paweł Gajc 2015-06-09 12:39:41 UTC
Ping anyone ?


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.