![]() |
Can't seem to change keyboard layout... - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4) +--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6) +---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27) +---- Thread: Can't seem to change keyboard layout... (/showthread.php?tid=2034) |
Can't seem to change keyboard layout... - pqueiro - 08-17-2016 Hey guys Got Ubuntu 16.04 up and running (thanks to everyone that worked on that ![]() For what it's worth, after keyboard-configuration runs, I get a couple of error messages saying "update-rc-d: start and stop actions are no longer supported", but I don't really see how that should affect the keyboard layout. I've tried rebooting, doing this with and without sudo, with my standard user and as root, and nothing sticks ![]() Help?? Thanks! RE: Can't seem to change keyboard layout... - MarkHaysHarris777 - 08-17-2016 Which desktop are you using? ... have you tried System --> Preferences --> Keyboard; and click the Layouts tab? RE: Can't seem to change keyboard layout... - pqueiro - 08-17-2016 I was going for a headless server setup, no desktop ![]() RE: Can't seem to change keyboard layout... - MarkHaysHarris777 - 08-17-2016 (08-17-2016, 04:21 AM)pqueiro Wrote: /etc/default/keyboard returns the correct XKBLAYOUT="pt", and dpkg-reconfigure keyboard-configuration seems OK, but the actual keyboard layout is still wrong. ok... the dpkg-reconfigure keyboard-configuration is only for this session. ... you need to edit | modify your /etc/default/keyboard file. It looks like something is interfering with that file... something maybe in rc.d ? ( I don't know ) You should be able to change your keyboard layout (and type) by editing your /etc/default/keyboard file; on debian, ubuntu, and 'real' PC debian. RE: Can't seem to change keyboard layout... - javiergbarroso - 04-23-2019 Hello, First day with my Rock64, just arrived today ![]() I'm using Armbian and the keyboard layout is stuck in US This is my /etc/default/keyboard # KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL="pc105" XKBLAYOUT="es" XKBVARIANT="" XKBOPTIONS="" BACKSPACE="guess" I've tried also from desktop ( system > keyboard ) and nothing change ... ![]() After many trials, reboots and even a few fresh installations, nothing change. Thank you so much RE: Can't seem to change keyboard layout... - javiergbarroso - 04-23-2019 Hello again, Already fixed. I don't know exactly why before wasn't working, but finally my keyboard layout is fine. Regards, Javier |