Home > 4月 27th, 2012

2012.04.27

Ubuntu 12.04 にnvidiaな環境でデュアルモニターの設定

$ nvidia-settings
もしくは
Unity Launcherから[NVIDIA X Server Settings]
を実行。

  1. [X Server Display Configration] -> [Configuration] を [TwinView] に変更。
  2. 2台目モニターの [Resolution] を [Off] から [Auto] に変更。
  3. [Apply] で適用。
  4. [Save to X Configuration File] で設定の保存。
  5. [/etc/X11/xorg.conf] -> [Save] ファイルを指定して保存。
  6. 再起動。

<<おまけ>>
画面間のカーソル移動時の引っ掛かりを止めたい
[System Settings] -> [Displays] -> [Sticky edges] を [OFF] に変更。
[Apply] -> [Keep This Configuration] で設定を保存。

サブディスプレイの Unity Launcher を消したい
$ gconf-editor
もしくは
Unity Launcherから[Configuration Editor]
を実行。
/apps/compiz-1/plugins/unityshell/screen0/options/num_launchers
の値を [0] から [1] に変更。