From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 20:17:26 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2524A1065678 for ; Thu, 15 Jan 2009 20:17:26 +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 BC5428FC36 for ; Thu, 15 Jan 2009 20:17:25 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n0FKHOAK004913; Thu, 15 Jan 2009 13:17:24 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id n0FKHOR5004910; Thu, 15 Jan 2009 13:17:24 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 15 Jan 2009 13:17:24 -0700 (MST) From: Warren Block To: Robert Huff In-Reply-To: <18799.27785.982250.207432@jerusalem.litteratus.org> Message-ID: References: <18799.27785.982250.207432@jerusalem.litteratus.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (wonkity.com [127.0.0.1]); Thu, 15 Jan 2009 13:17:24 -0700 (MST) Cc: questions@freebsd.org Subject: Re: working xorg config for ATI Radeon 3850 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 20:17:26 -0000 On Thu, 15 Jan 2009, Robert Huff wrote: > > Does anyone have a working X.org config file for the ATI Radeon > 3850? That they'd be willing to share? > I'm converting from a different card and would rather not > reinvent the wheel. This worked for me under 8-CURRENT and with the not-yet-released xorg 7.4. I don't think there's anything special about it. No acceleration on the HD 3850 yet. Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "GLcore" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "Monitor" #DisplaySize 370 300 # mm Identifier "Monitor0" VendorName "PNR" ModelName "Planar PE190" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync 24.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:1:0:0" Option "AccelMethod" "EXA" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Virtual 1280 1024 EndSubSection EndSection -Warren Block * Rapid City, South Dakota USA