From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 24 05:49:38 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C288916A4B3 for ; Wed, 24 Sep 2003 05:49:38 -0700 (PDT) Received: from inspired.net.au (inspired.net.au [203.58.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FB444001 for ; Wed, 24 Sep 2003 05:49:36 -0700 (PDT) (envelope-from dlodeiro@inspired.net.au) Received: (from uucp@localhost) by inspired.net.au (8.8.7/8.8.7) id WAA26101 for ; Wed, 24 Sep 2003 22:49:40 +1000 Received: from dsl-193.131.240.220.lns02-wick-bne.dsl.comindico.com.au(220.240.131.193), claiming to be ".dl.com" via SMTP by inspired.net.au, id smtpda26093; Wed Sep 24 12:49:35 2003 From: David L To: freebsd-multimedia@freebsd.org Date: Wed, 24 Sep 2003 22:48:17 +1000 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200309242248.17780.dlodeiro@inspired.net.au> Subject: Radeon 8500 LE 128Mb Dual head X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 12:49:39 -0000 I have been trying for some time to get dual head working on my 5.1 Release= =20 system, however with little succes. =46rom what I have read it is possible to do this in Linux using the XFree8= 6=20 radeon driver and the kernel radeon driver ( as opposed to using the ati=20 released binary driver ) and from what it have seen it should be possible t= o=20 get this to work in FreeBSD.=20 Has anyone been succesful in setting this up? If so please give me some tip= s. At the moment my XF86Config is: Section "ServerLayout" Identifier "Layout0" # Screen "Screen1" Screen "Screen0" 0 0 Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" 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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" # Load "dri" Load "extmod" Load "freetype" # Load "glx" Load "int10" Load "record" # Load "xtrap" Load "speedo" Load "type1" EndSection Section "DRI" Mode 0666 EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "microsoft" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "7" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Apple" ModelName "Colorsync" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Avixe" ModelName "Avixe" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 http://sourceforge.net/mail/?group_id=3D12629Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon R200 QL [Radeon 8500 LE]" BusID "PCI:1:0:0" Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "crt_screen" Screen 0 EndSection Section "Device" Identifier "Card1" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon R200 QL [Radeon 8500 LE]" BusID "PCI:1:0:0" Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "lcd_screen" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" Viewport 0 0 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" Viewport 1 0 EndSubSection EndSection Thanks =20 David L