ページ

2009年12月24日木曜日

ubuntuでプロジェクターに関する防備録

これまでゼミ発表ではwindowsを利用していた。
でもubuntuでもプロジェクターを使うことができるので,今日はその設定について。

#まずはディバイス情報を表示する
xrandr -q

以下は自分のPCの情報!!

Screen 0: minimum 320 x 200, current 1280 x 800, maximum 2432 x 864
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm
1280x800 60.0*+ 50.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9

#プロジェクターが1024x768に対応している場合
xrandr --output LVDS --mode 1280x800 --output VGA --mode 1024x768

#プロジェクターが1024x768に対応している場合
xrandr --output LVDS --mode 1024x768 --output VGA --mode 1024x768

#プロジェクターが800x600に対応している場合
xrandr --output LVDS --mode 800x600 --output VGA --mode 800x600

#終了する場合には以下を実行
xrandr --output LVDS --mode 1280x800 --output VGA --off

0 件のコメント: