diff --git a/Scripts/Bash/Fix DisplayLink Issues on Linux.md b/Scripts/Bash/Fix DisplayLink Issues on Linux.md new file mode 100644 index 0000000..7cec9bf --- /dev/null +++ b/Scripts/Bash/Fix DisplayLink Issues on Linux.md @@ -0,0 +1,5 @@ +``` sh +xrandr --auto +xrandr --setprovideroutputsource 4 0 +xrandr --output HDMI-1 --primary --mode 1920x1080 --rate 75.00 --output DVI-I-1-1 --mode 1920x1080 --rate 60.00 --right-of HDMI-1 --output -eDP-1 --off +``` \ No newline at end of file