From owner-freebsd-stable@FreeBSD.ORG Mon Apr 16 16:41:20 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7015D1065670; Mon, 16 Apr 2012 16:41:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 120F48FC12; Mon, 16 Apr 2012 16:41:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q3GGfJLE026224; Mon, 16 Apr 2012 10:41:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q3GGfJxU026221; Mon, 16 Apr 2012 10:41:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 16 Apr 2012 10:41:19 -0600 (MDT) From: Warren Block To: sbruno@freebsd.org In-Reply-To: <1334590150.13287.5.camel@powernoodle-l7.hsd1.ca.comcast.net> Message-ID: References: <1334590150.13287.5.camel@powernoodle-l7.hsd1.ca.comcast.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Mon, 16 Apr 2012 10:41:19 -0600 (MDT) Cc: "freebsd-stable@freebsd.org" Subject: Re: ATI Radeon 4250 in Dual Head Config? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2012 16:41:20 -0000 On Mon, 16 Apr 2012, Sean Bruno wrote: > Does anyone have an ATI 4250 in a dual head config? I'd be interested > in looking over your xorg.conf. > > Sean > > p.s. Mine at the moment, that doesn't work very well: > http://people.freebsd.org/~sbruno/4250_xorg_conf.txt Here's what I use with a 4650, comments removed to save space. Notes: 1. Don't use AEI: http://www.wonkity.com/~wblock/docs/html/aei.html 2. Monitors are assigned to connectors in the Device section. The Position option in the Monitor section defines what part they show. 3. This is one desktop across two monitors, the combined size set in the Virtual line. 4. HAL is not installed, but I'm fairly sure this will work either way. Section "ServerLayout" Identifier "Manually Configured" Screen 0 "Screen0" 0 0 Option "DontZap" "Off" Option "AIGLX" "On" Option "AutoAddDevices" "Off" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" EndSection Section "DRI" Group 0 Mode 0660 EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "Monitor" Identifier "Monitor0" VendorName "HWP" ModelName "2615" Option "PreferredMode" "1920x1200" Option "Position" "1280 0" EndSection Section "Monitor" Identifier "Monitor1" VendorName "SAM" ModelName "215" Option "PreferredMode" "1280x1024" Option "Position" "0 0" EndSection Section "Device" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "RV730 PRO [Radeon HD 4650]" Option "AccelMethod" "EXA" Option "Monitor-DVI-0" "Monitor0" Option "Monitor-VGA-0" "Monitor1" Option "ClockGating" "On" Option "DynamicPM" "On" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Virtual 3200 1200 EndSubSection EndSection