From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 10:26:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB41716A4B3 for ; Sat, 11 Oct 2003 10:26:13 -0700 (PDT) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2654543FB1 for ; Sat, 11 Oct 2003 10:26:13 -0700 (PDT) (envelope-from tcornpropst@cox.net) Received: from beastie.cornpropst.net ([68.110.240.24]) by lakemtao04.cox.netESMTP <20031011172613.IDMV5790.lakemtao04.cox.net@beastie.cornpropst.net>; Sat, 11 Oct 2003 13:26:13 -0400 From: "Trevor S. Cornpropst" To: freebsd-questions@freebsd.org Date: Sat, 11 Oct 2003 13:26:12 -0400 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Message-Id: <200310111320.01050.tcornpropst@cox.net> Content-Type: Multipart/Mixed; boundary="Boundary-00=_00Di/zqkt3rsm4g" cc: dlodeiro@inspired.net.au Subject: Dual Head ATI Radeon Working Under XFree86 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 17:26:14 -0000 --Boundary-00=_00Di/zqkt3rsm4g Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Good news to owners of late model dual head ATI Radeon/FireGL cards. I have an ATI FireGL X1 Workstation video card (dual DVI ports) now working under XFree86 using the latest XFree86-Server-4.3.99.12_2 from /usr/ports/x11-servers/XFree86-4-Server-snap. Note, this is a development snapshot of the upcoming XFree86 release, not supported by anyone :-) The good folks at XFree86 have gotten the int10 stuff working properly so that both ports on dual head cards are initialized properly. Finally, my $400 video card works, no thanks to ATI their Linux only drivers. As Xinerama documentation is sparse on the 'net, I am including a working configuration, two flat panels attached to DVI ports, side by side display. Enjoy. --Boundary-00=_00Di/zqkt3rsm4g Content-Type: text/plain; charset="us-ascii"; name="XF86Config.xinerama" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="XF86Config.xinerama" Section "ServerLayout" Identifier "XFree86 Dual-Head" Screen "Screen0" Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "True" EndSection #Section "ServerFlags" # Option "Xinerama" "True" # Option "Clone" "False" #EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" FontPath "/usr/X11R6/lib/X11/fonts/sharefont/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" # Load "extmod" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "glx" # Load "dri" Load "dbe" # Load "record" # Load "xtrap" # Load "speedo" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/psm0" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "DEL" ModelName "DELL 1900FP" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "DEL" ModelName "DELL 1900FP" Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon R300 NG [FireGL X1]" BusID "PCI:1:0:0" Screen 0 Option "AGPFastWrite" "True" # Option "MonitorLayout" "AUTO, TMDS" EndSection Section "Device" Identifier "Card1" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon R300 NG [FireGL X1]" BusID "PCI:1:0:0" Screen 1 Option "AGPFastWrite" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection #Section "DRI" # Mode 0666 #EndSection --Boundary-00=_00Di/zqkt3rsm4g--