Skip to content

Instantly share code, notes, and snippets.

@arsho
Last active November 6, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arsho/4a62365efad6549d4a0aeb5aea88d280 to your computer and use it in GitHub Desktop.
Save arsho/4a62365efad6549d4a0aeb5aea88d280 to your computer and use it in GitHub Desktop.
Ubuntu 20.04 Upgrade nVidia graphics card issue.

Scenario

  • Upgraded to Ubuntu 20.04 from Ubuntu 18.04
  • Previously the graphics card was shown nVidia in Ubuntu about section
  • Now its llvmpipe (LLVM 10.0.0, 256 bits) / llvmpipe (LLVM 10.0.0, 256 bits)

Solution

  • Install all necessary drivers:
sudo ubuntu-drivers autoinstall
  • You may get the following error:
E: Unable to correct problems, you have held broken packages.

To solve the error update and auto remove packages:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove

Try to auto install the required drivers again:

sudo ubuntu-drivers autoinstall

(Optional) Hide mounted drive icon from left dock:

gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false
@arsho
Copy link
Author

arsho commented Nov 6, 2020

How to install Avro Phonetic in Ubuntu 20.04 LTS

  • Open Ubuntu Software
  • Search Avro Phonetic in Ubuntu Software search bar
  • Click install
  • Logout the machine and then login again
  • Open Settings > Region & Language
  • Click on the + (plus) icon in Input Sources
  • Search for Bangla and then click on Bangla (Avro Phonetic)
  • Now you will get a dropdown for selecting bn for Bangla language in top bar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment