發行版:inux Mint 17 “Qiana” Cinnamon
目的:登入後變更螢幕解析度為 1440 x 900
1.取得設定的相關資訊 (新增 1440 x 900)
haruka ~ # cvt 1440 900
# 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
2.在該登入者家目錄建立登入自動變更螢幕解析度的 Script (檔名任取 => chrat )如下
#!/bin/bash
echo 'YourPassWord' | sudo -S su -
xrandr --newmode "1440x900" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
xrandr --addmode VGA-0 "1440x900"
xrandr --output VGA-0 --mode "1440x900"
3.在 .profile 中執行該 Script
./ chrat
2014年10月26日 星期日
訂閱:
文章 (Atom)