On Tue, 2007-05-08 at 19:17 -0500, Paul Schmehl wrote: > --On May 8, 2007 6:15:52 PM -0500 Jonathan Horne <[EMAIL PROTECTED]> wrote: > > > anyone out there running dual monitors in FreeBSD? > > Of course. > > > if so, what is your setup? single display adapter/2 heads, or 2 > seperate adapters? > > Single adaptor, two heads.
Actually, yours is single adaptor, single (merged framebuffer) head. I use single adaptor dual head, using i945GM (i810). Works quite nicely, although using Xinerama (move windows between heads) disables DRI. Config attached. Tom
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "WorkTFT" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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/TTF/"
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/texcm-ttf/"
FontPath "/usr/X11R6/lib/X11/fonts/mathfonts/"
FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
FontPath "/usr/X11R6/lib/X11/fonts/freefont-ttf/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
#Option "Buttons" "10"
#Option "ZAxisMapping" "9 10"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "WorkTFTMon"
HorizSync 64-64
VertRefresh 60-60
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "Mobile Integrated Graphics Controller"
BusID "PCI:0:2:0"
VideoRam 131072
Option "DRI" "true"
Option "MonitorLayout" "CRT,LFP"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 131072
Option "DRI" "true"
Option "MonitorLayout" "CRT,LFP"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1400x1050"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1400x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "WorkTFT"
Device "Card1"
Monitor "WorkTFTMon"
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "ServerFlags"
Option "DontZap" "yes"
Option "Xinerama" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
signature.asc
Description: This is a digitally signed message part
