Created
July 31, 2019 06:46
-
-
Save zkg/72ed6d626a957ecffc004ac9225ed783 to your computer and use it in GitHub Desktop.
Onemix 3s Yoga Ubuntu setup notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| === 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