From owner-freebsd-amd64@FreeBSD.ORG Tue Apr 5 09:40:54 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE1216A4CE for ; Tue, 5 Apr 2005 09:40:54 +0000 (GMT) Received: from freebee.digiware.nl (dsl439.iae.nl [212.61.63.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E362343D39 for ; Tue, 5 Apr 2005 09:40:52 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual.digiware.nl [212.61.27.71]) by freebee.digiware.nl (8.13.1/8.13.1) with ESMTP id j359eD8W013545; Tue, 5 Apr 2005 11:40:22 +0200 (CEST) (envelope-from wjw@withagen.nl) Message-ID: <42525CFF.1070100@withagen.nl> Date: Tue, 05 Apr 2005 11:40:15 +0200 From: Willem Jan Withagen User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Fagart References: <42519208.5090906@ecad.org> <4251950F.6020307@samsco.org> <20050404213337.2d35795e.lehmann@ans-netz.de> <4251C59F.9000903@brozs.net> In-Reply-To: <4251C59F.9000903@brozs.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: jev@ecad.org cc: freebsd-amd64@freebsd.org Subject: Re: amd64 amd dual head graphics cards? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2005 09:40:54 -0000 Thomas Fagart wrote: > Radeon driver with Xorg works fine for me also. > > pciconf -vl extract > > xorg.conf extract I also use the ATI Radeon and let xorg do 1 screen (2*1280 by 1024) on 2 monitors. The Radeon has a DVI and VGA terminal which are both connected to 180x1024 LCD's --WjW Mine: ==== pciconf => none3@pci2:0:0: class=0x030000 card=0x200217ee chip=0x41501002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc.' device = 'Radeon 9600 Series (V350)' class = display subclass = VGA none4@pci2:0:1: class=0x038000 card=0x200317ee chip=0x41701002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc.' device = 'Radeon 9600 Series - Secondary' class = display ==== And a special trick in the Xorg configfile ===== Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen0" 1280 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection [ fonts mouse keyb etc.... deleted ] Section "Monitor" Identifier "Monitor0" VendorName "Philips" ModelName "170B" VertRefresh 55-75 HorizSync 24-80 DisplaySize 340 270 # mm Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "IVM" ModelName "IVM46D1" Option "DPMS" DisplaySize 340 270 # mm EndSection Section "Device" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:2:0:0" Screen 0 Option "MonitorLayout" "TDMS,TDMS" Option "MetaModes" "1280x1024-1280x1024" Option "MergedFB" "true" Option "CRT2Position" "RightOf" Option "OverlayOnCRT2" "off" Option "MergedXineramaCRT2IsScreen0" "True" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 Virtual 2560 1024 Viewport 0 0 modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Virtual 2560 1024 Viewport 0 0 modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Virtual 2560 1024 Viewport 0 0 modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Virtual 2560 1024 Viewport 0 0 modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Virtual 2560 1024 Viewport 0 0 modes "1280x1024" EndSubSection EndSection > > pciconf -vl extract > > drm0@pci1:0:0: class=0x030000 card=0x00021787 chip=0x51591002 rev=0x00 > hdr=0x00 > vendor = 'ATI Technologies Inc.' > device = 'RV100 Radeon 7000 / Radeon VE' > class = display > subclass = VGA > > xorg.conf extract > > Section "Device" > Identifier "radeon0" > Driver "radeon" > Option "AGPMode" "4" > Option "AGPFastWrite" "on" > Option "DDCMode" "on" > Option "MonitorLayout" "TMDS, CRT" > BusID "PCI:1:0:0" > #VideoRam 65536 > Screen 0 > EndSection > > Section "Device" > Identifier "radeon1" > Driver "radeon" > Option "AGPMode" "4" > Option "AGPFastWrite" "on" > Option "DDCMode" "on" > # Option "MonitorLayout" "TMDS, CRT" > BusID "PCI:1:0:0" > #VideoRam 65536 > Screen 1 > EndSection > > Section "ServerLayout" > Identifier "Simple Layout" > Screen 0 "Screen0" 0 0 > Screen 1 "Screen1" rightOf "Screen0" > InputDevice "Mouse1" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" > EndSection > > > Thomas > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" >