I am running Ubuntu 16.04 with dual boot along with Windows 10 on Lenovo Legion Y520. I was programming on Ubuntu and the "
'
symbols were not being displayed correctly while trying to code. To solve this problem I tried to follow the solutions given here.
First I tried the command:
sudo apt-get install console-common
I selected some options that seemed similar to the qwerty US english layout (I am sorry I don't exactly remember the options I chose).
After applying the changes, I tried using the "
'
symbols again, but again they were not being displayed correctly. I tried another solution given in the link mentioned above:
sudo dpkg-reconfigure keyboard-configuration
After again selecting some options, I had to reboot the system for the changes to apply. Upon rebooting, instead of the conventional 16.04 login screen, I get this grey login screen:
I tried clicking on my username shown in the blue box and fill my password but the system won't log me in. I tried rebooting several times but, no success. Can some one help me out with how to get my Ubuntu functioning back normally?
Ctrl+Alt+F1
, log in from there, and let us know what the commandcat /etc/default/keyboard
outputs. – Gunnar Hjalmarsson Apr 20 '18 at 18:56"
and'
"were not being displayed correctly"? Did the font glyphs look weird or did the key strokes result in altogether different characters? (Which ones?) In what context does the issue occur (Grub, virtual console, graphical session, virtual terminal, specific application(s)…)? – David Foerster Apr 20 '18 at 22:23{}
button in the editor toolbar) will be much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. Thanks. – David Foerster Apr 21 '18 at 09:28/etc/default/keyboard
looks ok, and I don't think your changing of keyboard layout is related to the login issue. – Gunnar Hjalmarsson Apr 21 '18 at 10:49