Last active
February 26, 2016 15:29
-
-
Save kanazux/a0338aa26df4024d3661 to your computer and use it in GitHub Desktop.
create screen resolutiion xrandr
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 --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync | |
xrandr --addmode VGA-1 1368x768_60.00 | |
xrandr --output VGA-1 --mode 1368x768_60.00 |
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
[Desktop Entry] | |
Type=Application | |
Name=xrandr VGA1 | |
Exec=/bin/sh /usr/local/bin/screen_semp.sh | |
NoDisplay=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment