Skip to content

Instantly share code, notes, and snippets.

@zkg
Created July 31, 2019 06:46
Show Gist options
  • Select an option

  • Save zkg/72ed6d626a957ecffc004ac9225ed783 to your computer and use it in GitHub Desktop.

Select an option

Save zkg/72ed6d626a957ecffc004ac9225ed783 to your computer and use it in GitHub Desktop.
Onemix 3s Yoga Ubuntu setup notes
=== Fixing screen rotation
=== Create a file /etc/udev/hwdb.d/61-sensor-local.hwdb with:
sensor:modalias:acpi:BOSC0200*:dmi*
ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
=== Fixing screen tear
=== Install gnome-shell
sudo apt-get update && sudo apt-get install gnome-shell ubuntu-gnome-desktop
=== Scale text at a system level
gsettings set org.gnome.desktop.interface text-scaling-factor 1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment