Forum Replies Created
-
AuthorPosts
-
dragonlostParticipant
I tried to set the keyboard. the layout changes everywhere (physic and virtual). But after a computer restart the virtual keyboard goes back to US layout 🙁 (test with mate configuration and “sudo dpkg-reconfigure keyboard-configuration”).
Do you have another solution?
Can be with xorg.conf.d but i do not know how it works.
dragonlostParticipantFor my keyboard :
xkbcomp -i 8 -xkb $DISPLAY – | grep “xkb_keycodes\|xkb_types\|xkb_compatibility\|xkb_symbols\|xkb_geometry”
xkb_keycodes “evdev+aliases(azerty)” {
xkb_types “complete” {
xkb_compatibility “complete” {
xkb_symbols “pc+fr+inet(evdev)” {
xkb_geometry “pc(pc105)” {for my virtual keyboard :
xkbcomp -i 5 -xkb $DISPLAY – | grep “xkb_keycodes\|xkb_types\|xkb_compatibility\|xkb_symbols\|xkb_geometry”
xkb_keycodes “evdev+aliases(qwerty)” {
xkb_types “complete” {
xkb_compatibility “complete” {
xkb_symbols “pc+us+inet(evdev)” {
xkb_geometry “pc(pc105)” {for gsettingd output : see attached
No have xorg.conf or xorg.conf.d
Attachments:
dragonlostParticipantHello.
Yes, you understood well.1. In desktop environment ( I am in auto login)
2. My desktop is Ubuntu Mate Bionic armhf (but same problem in Ubuntu mate amd64)
3. GDM (but same problem in lightDM on my amd64 computer)
4. Ubuntu Mate Bionic (18.04.2) armhf (same problem on my computer, Ubuntu mate Bionic 18.04.2 Amd64)
-
AuthorPosts