NB100/HF 外部モニタ @ Blog - Linux Life

NB100/HF 外部モニタ

2009/03/07 ( n ) < Gentoo Linux >

外部モニタへの出力。
同じような解像度なら KRandRTray で可能。

System Settings の Display の Multiple Moniors では
This module is only for configuring systems with a single desktop spread across multiple monitors. You do not appear to have this configuration.
というメッセージが出て設定不可能。

XStrikeForce/HowToRandR12 - Debian Wiki を参考に

SubSection "Display"
    Depth     24
    Virtual 3380 1024
EndSubSection

を xorg.conf の Section "Screen" に追加し、

    $ xrandr --output VGA --mode 1280x1024 --rate 60 --pos 1024x0 --output LVDS --mode 1024x600 --rate 60 --pos 0x0

などと手動で設定すると動いた。

スポンサードリンク

Copyright © 2025 Linux-Life.net