お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2010-08-19 17:34:02

morikawa08
新しいメンバ
登録日: 2010-08-19

Ubuntu9.10でのUSB-VGA接続(クローンデスクトップ)

buntu9.10をインストールしたPrime Note Galleriaに
以下のURLの方法で外部ディスプレイを繋いだGX-DVI/U2を接続しています。
http://mulchman.org/blog/?p=90

ただ、この方法だけではこちらのやりたいクローンデスクトップ表示ができません。
どなたか方法をご存じであれば教えてください。

xorg.confは以下の通りです。
よろしくお願いします。

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Sun Feb  1 20:21:04 UTC 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "DisplayLinkScreen" 0 0
    Screen      1  "Screen0" RightOf "DisplayLinkScreen"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    ModulePath      "/usr/local/lib/xorg/modules"
    ModulePath      "/usr/local/lib/xorg/modules/drivers"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

#################
# Default Screen
#################
Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
#    VendorName     "Unknown"
#    ModelName      "CPT"
#    HorizSync       30.0 - 75.0
#    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    BusID       "PCI:1:0:0"
    Driver         "vesa"
#    Driver         "nvidia"
#    VendorName     "NVIDIA Corporation"
#    BoardName      "GeForce GT 335M"
    Option       "Clone" "true"
#    Option    "NoLogo"    "True"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
#    Option         "TwinView" "0"
#    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
   Modes        "1024x768"
    EndSubSection
EndSection


###############
# Displaylink
###############

Section "Device"
    Identifier     "DisplayLinkDevice"
    Driver         "displaylink"
    Option         "fbdev" "/dev/fb0"
    Option       "Clone" "true"
EndSection

Section "Monitor"
    Identifier     "DisplayLinkMonitor"
EndSection

Section "Screen"
    Identifier     "DisplayLinkScreen"
    Device         "DisplayLinkDevice"
    Monitor        "DisplayLinkMonitor"
    SubSection     "Display"

            #Virtual     1280 1024
        #Modes   "1280x1024" "1024x768" "800x600"
        Depth       24
        Modes     "1024x768"
    EndSubSection
EndSection

オフライン

 

#2 2010-08-19 19:00:12

Templer
メンバ
登録日: 2009-07-08

Re: Ubuntu9.10でのUSB-VGA接続(クローンデスクトップ)

デュアルディスプレイ表示はされているということでしょうか。
「システム」メニューにある「ディスプレイ」から変更できませんでしょうか。
あとは「ServerLayout」セクションに「Option  "Clone"  "true"」を入れてみる(「Xinerama」の「1」とかも試してみてください)、くらいしか私にはわかりません。

オフライン

 

#3 2010-08-20 11:38:15

morikawa08
新しいメンバ
登録日: 2010-08-19

Re: Ubuntu9.10でのUSB-VGA接続(クローンデスクトップ)

早速の返信ありがとうございます。

>デュアルディスプレイ表示はされているということでしょうか。
デュアルディスプレイにはなっています。(外部がメインで、ノートPCのディスプレイが拡張)

>「システム」メニューにある「ディスプレイ」から変更できませんでしょうか。
「ディスプレイ」内の「複数の画面をミラーする」のチェックが外されていたので
チェックして適用してみたのですが、再度「ディスプレイ」を表示してみるとチェックが外された状態で表示されます。

ServerLayoutセクションに「Option  "Clone"  "true"」を入れても特に変わりませんでした。

「Option "Xinerama" "1"」にしてログアウトした所、画面が点滅して
Ubuntu is running in low-graphicsmode
Failed to load module "type1"
Failed to load module "freetype"
Failed to initialize GLX extention (Compatible NVIDIA X driver not found)
というエラーが表示されました。

オフライン

 

Board footer

Powered by FluxBB