diff --git a/README.md b/README.md index ca2fba9..7d4a78e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This was done on the initial IndieGoGo-release of the Win 3. The limited-edition **I currently run Ubuntu 21.04 on my GPD Win 3, issues may vary and scripts break if you use different distros.** -![Photo of GPD Win 3 running Linux](win3-lin.jpg) +![Photo of GPD Win 3 running Linux](img/win3-lin.jpg) # System "requirements" diff --git a/docs/Main-issues.md b/docs/Main-issues.md index fada884..ec2f13c 100644 --- a/docs/Main-issues.md +++ b/docs/Main-issues.md @@ -66,4 +66,50 @@ sudo modprobe -r goodix sudo modprobe goodix ``` -The touchscreen then starts working, it keeps working after sleep/suspend as well. But you will need to run these commands after every reboot. \ No newline at end of file +The touchscreen then starts working, it keeps working after sleep/suspend as well. But you will need to run these commands after every reboot. + +# Rotate GDM (Sign-in screen) + +GDM keeps its own display settings, so it's not as straight forward to rotate/scale as the desktop. + +You can either copy your own settings over so GDM works the same by running this command: + +``` +sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/ +``` + +Or you can create the file `/var/lib/gdm3/.config/monitors.xml` and input my settings: + +``` + + + + 0 + 0 + 1 + yes + + right + no + + + + DSI-1 + unknown + unknown + unknown + + + 720 + 1280 + 60.000682830810547 + + + + + +``` + +This will also leave GDM with 2x scaling, which makes for a rather beautiful and properly rotated login screen: + +![Photo of GPD Win 3 at sign-in screen](../img/win3-login-2x.jpg) diff --git a/win3-lin.jpg b/img/win3-lin.jpg similarity index 100% rename from win3-lin.jpg rename to img/win3-lin.jpg diff --git a/img/win3-login-2x.jpg b/img/win3-login-2x.jpg new file mode 100755 index 0000000..0b6ac92 Binary files /dev/null and b/img/win3-login-2x.jpg differ