----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <FreeBSD-users-jp@jp.FreeBSD.org>
Sent: Friday, April 20, 2007 4:07 AM
Subject: [FreeBSD-users-jp 90568] nvidia-driver によるマルチディスプレイ環境の設定


北澤です。

xorgの設定で煮詰まってしまったのでどなたか分かる方がいらっしゃいましたら
アドバイス下さい。

GeForce 6150 に UXGAのDVIディスプレイと、同じくUXGAのD-Subディスプレイが1台ずつ、
GeForce 7300 GS にこれまたUXGAのDVIディスプレイが1台繋がったマシンがあり、

これにFreeBSD 6.2-RELEASEをインストール。portsから
nvidia-driver-1.0.8776
を make installして、xorg.confに

   Section "ServerLayout"
       Identifier     "Layout0"
       Screen      0  "Screen0"
       Screen      1  "Screen1" LeftOf "Screen0"
       InputDevice    "Keyboard0" "CoreKeyboard"
       InputDevice    "Mouse0" "CorePointer"
   EndSection

Screen が足りない?のでは
xorgで無いですがこんなんで3画面で動いています。
cardも違っていますが同じような物だと思いますが

Section "ServerLayout"
Identifier     "XFree86 Configured"
Screen         "LeftScreen" 0 0
Screen         "MidScreen" RightOf "LeftScreen"
Screen         "RightScreen" RightOf "MidScreen"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
Option     "Xinerama" "true"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
EndSection

Section "Module"
Load  "extmod"
Load  "glx"
Load  "dri"
Load  "dbe"
SubSection "extmod"
 Option     "omit XFree86-DGA"
EndSubSection
Load  "type1"
Load  "freetype"
Load  "record"
Load  "mga_hal"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option     "AutoRepeat" "500 30"
Option     "XkbRules" "xfree86"
Option     "XkbModel" "jp106"
Option     "XkbLayout" "jp"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/psm0"
EndSection

Section "Monitor"
Identifier   "Sony20 0"
HorizSync    31.5 - 64.3
VertRefresh  50.0 - 90.0
ModeLine     "1280x1024" 108.0 1280 1344 1484 1688 1024 1037 1040 1090
+hsync +vsync
EndSection

Section "Monitor"
Identifier   "Sony20 1"
HorizSync    31.5 - 64.3
VertRefresh  50.0 - 90.0
ModeLine     "1280x1024" 108.0 1280 1344 1484 1688 1024 1025 1028 1066
+hsync +vsync
EndSection

Section "Monitor"
Identifier   "Sony20 2"
HorizSync    31.5 - 64.3
VertRefresh  50.0 - 90.0
ModeLine     "1280x1024" 108.0 1280 1320 1432 1676 1024 1029 1032 1066
+hsync +vsync
EndSection

Section "Device"
Identifier  "Card0"
Driver      "nv"
VendorName  "NVidia"
BoardName   "GeForce2 MX/MX 400"
BusID       "PCI:2:9:0"
EndSection

Section "Device"
Identifier  "Card1_p"
Driver      "mga"
VendorName  "Matrox"
BoardName   "MGA G400 AGP"
BusID       "PCI:1:0:0"
Screen      0
EndSection

Section "Device"
Identifier  "Card1_s"
Driver      "mga"
VendorName  "Matrox"
BoardName   "MGA G400 AGP"
BusID       "PCI:1:0:0"
Screen      1
EndSection

Section "Screen"
Identifier "LeftScreen"
Device     "Card1_p"
Monitor    "Sony20 0"
DefaultDepth     24
SubSection "Display"
 Depth     24
 Modes    "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "MidScreen"
Device     "Card1_s"
Monitor    "Sony20 1"
DefaultDepth     24
SubSection "Display"
 Depth     24
 Modes    "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "RightScreen"
Device     "Card0"
Monitor    "Sony20 2"
DefaultDepth     24
SubSection "Display"
 Depth     24
 Modes    "1280x1024"
EndSubSection
EndSection

メールによる返信