/*********************************************************************
 * Author  : Samson
 * Date    : 06/15/2014
 * Test platform:
 *              Mint 15-3.8.13.13
 *              GNU bash, version 4.2.45
 * *******************************************************************/

#!/bin/bash
echo "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 3
echo "try to set right"
echo "try to set inverted "
echo "try to set normal"
sleep 3

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-10-12
  • 2023-01-12
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2021-08-14
  • 2021-09-24
  • 2022-12-23
  • 2021-04-01
相关资源
相似解决方案