/********************************************************************* * Author : Samson * Date : 06/15/2014 * Test platform: * Mint 15-3.8.13.13 * GNU bash, version 4.2.45 * *******************************************************************/
#!/bin/bashecho "try to set 1680x1050"echo "try to set 1440x900"echo "try to set 1280x1024"echo "try to set 1024x768"echo "try to set 1920x1080"下面是使用命令进行显示器旋转的配置脚本:echo "try to set left"xrandr -o leftsleep 3echo "try to set right"echo "try to set inverted "echo "try to set normal"sleep 3
相关文章: