日暮途遠(Linux)

Just another WordPress.com site

ディスプレイの解像度を追加(1600×900)

leave a comment »

モニタの解像度を変更するには – Ubuntu Japanese Wikiを参考です。

% cvt 1600 900

# 1600×900 59.95 Hz (CVT 1.44M9) hsync: 55.99 kHz; pclk: 118.25 MHz
Modeline “1600x900_60.00” 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync

出力された情報を使って~/.xprofileファイルを作成。

% cat ~/.xprofile
xrandr –newmode “1600x900_60.00” 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync
xrandr –addmode LVDS1 1600x900_60.00
xrandr –output LVDS1 –mode 1600x900_60.00

 

LVDS1というのは液晶のデバイス名みたいです。自分のノートパソコンの場合、次のようになっていました。

% xrandr
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
LVDS1 connected 1600×900+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1920×1080 60.0 + 59.9
1680×1050 60.0 59.9
1600×1024 60.2
1400×1050 60.0
1280×1024 60.0
1440×900 59.9
1280×960 60.0
1360×768 59.8 60.0
1152×864 60.0
1024×768 60.0
800×600 60.3 56.2
640×480 59.9
1600x900_60.00 59.9*
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

 

 

Written by 廣野秀樹

2012年1月24日 @ 1:16 午後

カテゴリー: Ubuntu

Tagged with

コメントを残す