Created
August 27, 2019 03:57
-
-
Save yaliv/56b3bbfdab79db9b3f5179e0124cd6d7 to your computer and use it in GitHub Desktop.
LightDM display setup script - Asus TUF Gaming FX505DU
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
#!/bin/sh | |
xrandr --setprovideroutputsource radeon NVIDIA-0 | |
xrandr --auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't forget to make the script executable: