Ubuntu-for-Azure-Developers

Setting up your Ubuntu 20.04 developer environment to build Azure solutions

This project is maintained by gloveboxes

Tips for DELL Precision 5530

Author Dave Glover, Microsoft Australia
Date 19 July 2022
System Dell Precision 5530, 32GB RAM, 1TB SSD
OS Ubuntu 20.04.4

As of July 2022 Ubuntu 20.04 installs and just works on the DELL Precision 5530.

  1. The trackpad right mouse click works.
  2. NVidia propriety drivers require manual installation using Additional Drivers.

Useful GNOME Extensions/Tweaks

My favorite Gnome Extensions are

  1. CPU Power Manager
  2. Dash to Panel. Icon spacing, size etc can also be tuned for a Windows 10 like user experience.
  3. Shell Tile. Enhanced corner window snapping.
  4. OpenWeather
  5. Intel and NVidia GPU Selector. ON Demand did not seem to work.
  6. Battery percentage
  7. Workspace indicator
  8. Clipboard indicator
  9. Permanent notifications

Windows/Linux Dual Boot Time Sync

If you are dual booting laptop between Windows and Linux then it’s handy to change how Linux keeps time. Windows keeps system time as local, Linux keeps time as UTC. When you dual boot you need to resync time on Windows.

As a work around, set Linux time to be maintained as local.

timedatectl set-local-rtc 1 --adjust-system-clock

Tweaking GRUB 2

  1. Nice 4k GRUB Theme
  2. Information on updating GRUB theme