I'm a total newbie (3-days and something...) in Linux world, coming from Window$.
I'm running Corepure64 from USB stick, created via Core2usb using the official .iso file.
I want to configure an italian keyboard. This is what i done so far:
1 - create a xorg.conf file in /usr/local/share/X11/
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "it"
Option "XkbModel" "pc105"
EndSection
2 - add the /usr/local/share/X11/xorg.conf to .filetool.lst via ControlPanel - Backup/Restore for persistance.
I checked on reboot, the file is here with its content, so far so good.
3 - but when i boot, the keyboard is still US
4 - if i exit to prompt, then
startx
the keyboard is the one in xorg.conf file!
So, it seems that at boot time the xorg.conf file is not loaded, or that something overwrites its content.
So far I installed via Apps, both OnBoot:
- kmaps
- firefox
I read a lot of posts on keyboard settings, but still I can't figure out what is happening.
Thank you.