From owner-freebsd-questions@FreeBSD.ORG Sat Jan 2 13:19:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4052106568B for ; Sat, 2 Jan 2010 13:19:03 +0000 (UTC) (envelope-from beni.brinckman@edpnet.be) Received: from edpnet.org (lpopmail02.edpnet.net [212.71.1.131]) by mx1.freebsd.org (Postfix) with ESMTP id 257468FC0C for ; Sat, 2 Jan 2010 13:19:02 +0000 (UTC) Received: from edpnet.org (unverified [127.0.0.1]) by EDPnet Mailserver (EDPnet Mailserver www.edpnet.be) with ESMTP id 4839363-1886285 for ; Sat, 02 Jan 2010 14:02:51 +0100 Received: from 212.71.7.141 by HTTP Sender: beni.brinckman@edpnet.be From: beni@brinckman.info To: freebsd-questions@freebsd.org X-Mailer: Quality Web Email v3.1t X-Originating-IP: 212.71.7.141 Date: Sat, 02 Jan 2010 14:02:51 +0100 Priority: normal Message-id: <4b3f43fb.122.331b.1018148892@edpnet.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Authenticated-User: beni.brinckman@edpnet.be X-IP-stats: No info recorded yet ip=212.71.7.141 Subject: ATI HD 4650 (RV730) driver ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 13:19:03 -0000 Hi, Just had to buy a new graphics card. Burned the previous one. I got myself an ATI Radeon HD4650 with a RV730 chipset. According to their wiki (http://www.x.org/wiki/radeonhd) it should work without any problem with the radeonhd driver... Yeah... By the way, the card works marvelously with windows xp and with ubuntu 9.10 (with Catalyst, but hey, it works in 2048x1152 on my 23" screen). In my /var/log/Xorg.0.log i see this : (II) VESA(0): VESA BIOS detected (II) VESA(0): VESA VBE Version 3.0 (II) VESA(0): VESA VBE Total Mem: 16384 kB (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS (II) VESA(0): VESA VBE OEM Software Rev: 11.22 (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. (II) VESA(0): VESA VBE OEM Product: RV730 (II) VESA(0): VESA VBE OEM Product Rev: 01.00 pciconf -ls shows this : vgapci0@pci0:1:0:0: class=0x030000 card=0x0028174b chip=0x94951002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' class = display subclass = VGA I tried modifying xorg.conf but neither the radeon or the radeonhd driver seem to work. The only way to get my desktop up is to boot into Vesa 1024x768. So, how do i get bsd and/or X to get my card accepted ? Thanks for any hints.