Add a linux installer
This commit is contained in:
5
linux/bin/fix-vm-resolution
Normal file
5
linux/bin/fix-vm-resolution
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
|
||||
xrandr --addmode Virtual1 "1920x1080_60.00"
|
||||
xrandr --output Virtual1 --mode "1920x1080_60.00"
|
||||
Reference in New Issue
Block a user