Created
December 27, 2019 17:00
-
-
Save matpratta/12f0bc86b66913b9616e05909d3a789a to your computer and use it in GitHub Desktop.
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 | |
# Connects DisplayLink into Xrandr and sets it with 1920x1080 mode, so it can be recognized by kscreen or any other software | |
# Sources: | |
# - https://wiki.archlinux.org/index.php/DisplayLink | |
xrandr --setprovideroutputsource 1 0 | |
xrandr --output DVI-I-1-1 --mode 1920x1080 --right-of eDP-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment