私はFedora 17を使用して私のオフィスでトリプルモニターデスクトップをセットアップしようとしていますが、それは不可能のようです、設定を説明しましょう:
まず、USB-HDMIアダプターは完全に機能し、緑色の画面が表示され(通信が正常であることを意味します)、Xorgでフレームバッファーを介して単一のモニター設定を設定すれば機能させることができます。ここで、指示を受け取ったページを離れます: http://plugable.com/2011/12/23/usb-graphics-and-linux
ここで、Intelドライバーを使用して2つのメインモニター(ラップトップと24 ")をセットアップし、フレームバッファーを使用して23"をセットアップしようとしていますが、最も成功した構成は、2つのメインモニターが機能し、3つ目が切断されていることです。
これを機能させるために私に何ができるか考えていますか?
ここに、xRandr出力とXorgconfを残します。
-> xrandr
Screen 0: minimum 320 x 200, current 3286 x 1080, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.0*+
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA2 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+1366+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.0*+ 50.0 25.0 30.0
1680x1050 59.9
1680x945 60.0
1400x1050 74.9 59.9
1600x900 60.0
1280x1024 75.0 60.0
1440x900 75.0 59.9
1280x960 60.0
1366x768 60.0
1360x768 60.0
1280x800 74.9 59.9
1152x864 75.0
1280x768 74.9 60.0
1280x720 50.0 60.0
1440x576 25.0
1024x768 75.1 70.1 60.0
1440x480 30.0
1024x576 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
720x576 50.0
848x480 60.0
720x480 59.9
640x480 72.8 75.0 66.7 60.0 59.9
720x400 70.1
DP1 disconnected (normal left inverted right x axis y axis)
1920x1080_60.00 60.0
Xorgファイル:
# Xorg configuration file for using a tri-head display
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "HDMI" 0 0
Screen 1 "USB" RightOf "HDMI"
Option "Xinerama" "on"
EndSection
########### MONITORS ################
Section "Monitor"
Identifier "USB1"
VendorName "Unknown"
ModelName "Acer 24as"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "HDMI1"
VendorName "Unknown"
ModelName "Acer 23SH"
Option "DPMS"
EndSection
########### DEVICES ##################
Section "Device"
Identifier "Device 0"
Driver "intel"
BoardName "GeForce"
BusID "PCI:0:02:0"
Screen 0
EndSection
Section "Device"
Identifier "USB Device 0"
driver "fbdev"
Option "fbdev" "/dev/fb2"
Option "ShadowFB" "off"
EndSection
############## SCREENS ######################
Section "Screen"
Identifier "HDMI"
Device "Device 0"
Monitor "HDMI1"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "USB"
Device "USB Device 0"
Monitor "USB1"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
これはおそらくコメントになるはずですが、SuperUserには46人の担当者しかいません。
私はXウィンドウの問題を解決するために報酬を得るために使用しますが、ほとんどは簡単ではなく、このフォーマットを解決するには複雑すぎます。基本的に、問題を解決したい場合は、システム自体でテストまたは作業するために、同様の設定が必要になる可能性があります。 MatroxTripleHead2GoについてのIanの提案は良いものです。
今誰かにトリプルヘッドをサポートするカスタムLinuxボックスを構築している場合、少なくとも2つの同一のデュアルヘッドビデオカードを使用することになります。私は必ずしも同じビデオカードを必要としませんが、それは物事を単純化します。今、私はオプションではないラップトップで知っています。
最初に行う必要があるのは、xorgログを表示することです。 USBビデオカードが機能しない理由がわからない場合、これを解決できる可能性はほとんどありません。したがって、最初に確認する必要があるのは、xorgログで、それが機能していない理由、または実行しようとしなかった理由を教えてくれるかどうかを確認することです。
Matrox TripleHead2Goのようなソリューションを検討することをお勧めします。 DisplayPortモニターをサポートし、DVIおよびVGAモニターをサポートするためのオプションのアダプターを備えています。 MatroxにはLinux用のドライバーがあります。これは高価なソリューションですが、セットアップの手間を省くことができます。
xrandr
ドライバがロードされると、DisplayLinkモニターが出力プロバイダーとしてリストされます。
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x43 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 2 outputs: 2 associated providers: 1 name:Intel
Provider 1: id: 0xcb cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 1 name:modesetting
上記の例では、プロバイダー1がDisplayLinkデバイスであり、プロバイダー0がデフォルトのディスプレイです。ランニング xrandr --current
は利用可能な画面のリストを提供します:
$ xrandr --current
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1600x900 60.0*+ 40.0
1440x900 59.9
1360x768 59.8 60.0
1152x864 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
DVI-1-0 connected (normal left inverted right x axis y axis)
1366x768 60.0 +
1368x768_59.90 59.9
1368x768_59.90 (0xd0) 85.7MHz
h: width 1368 start 1440 end 1584 total 1800 skew 0 clock 47.6KHz
v: height 768 start 769 end 772 total 795 clock 59.9Hz
上記にDisplayLink画面が表示されない場合は、DisplayLinkをメインGPUにオフロードする必要があります。
xrandr --setprovideroutputsource 1 0