Configuring Azerty Keyboard

You don’t need sudo in rc.local. I recommend:

  1. try to find the setting on your TV that stops overscan. It may be called 1:1 or such.
  2. instead of sudo loadkeys fr, write loadkeys fr-x11
  3. reboot

And if you type ls -l /etc/rc.local you should see this:

osmc@osmc:~$ ls -l /etc/rc.local
-rwxr-xr-x 1 root root 497 Aug 12  2017 /etc/rc.local

If you don’t see those x’s, type:

sudo chmod +x /etc/rc.local

1 Like