Shoken Startup Blog

KitchHike Founder/CTO

Ubuntuの外部ディスプレイ・プロジェクターへの出力設定

Ubuntu 7.04 での外部ディスプレイ・プロジェクターへの出力設定


/etc/X11/xorg.confファイルを変更する。

Section "Device"
    Indentifer "ATI Technologies Inc M22 [Radeon Mobility M300]"
    Driver "fglrx"
    BusID "PCI:1:0:0"
EndSection 

編集後

Section "Device"
    Indentifer "ATI Technologies Inc M22 [Radeon Mobility M300]"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    Option "MonitorLayout" "CRT,LFP"
    Option "Clone" "true"
    Option "DevicePresence" "true"
EndSection