From owner-freebsd-questions@FreeBSD.ORG Sat Jan 2 15:16:52 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 14152106566B for ; Sat, 2 Jan 2010 15:16:52 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lrelay02.edpnet.net (lrelay02.edpnet.net [212.71.1.211]) by mx1.freebsd.org (Postfix) with ESMTP id 97EF38FC17 for ; Sat, 2 Jan 2010 15:16:51 +0000 (UTC) Received: from bsdaddict.localnet ([212.71.7.141]) by lrelay02.edpnet.net (8.13.8/8.13.8) with ESMTP id o02FGllU015876; Sat, 2 Jan 2010 16:16:47 +0100 From: beni To: Roland Smith Date: Sat, 2 Jan 2010 16:16:46 +0100 User-Agent: KMail/1.11.4 (FreeBSD/7.2-STABLE; KDE/4.2.4; i386; ; ) References: <4b3f43fb.122.331b.1018148892@edpnet.org> <20100102140200.GA21212@slackbox.xs4all.nl> In-Reply-To: <20100102140200.GA21212@slackbox.xs4all.nl> X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[)g=a;93dz2mP7iv)LLzBd;6^Y:=*>@U;_\+4( MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201001021616.46506.beni@brinckman.info> X-Virus-Scanned: clamav-milter 0.95.2 at lrelay02.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=1.9 required=5.0 tests=ALL_TRUSTED, FH_DATE_PAST_20XX autolearn=disabled version=3.2.5 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on lrelay02.edpnet.net Cc: freebsd-questions@freebsd.org Subject: Re: 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 15:16:52 -0000 Op zaterdag 2 januari 2010 15:02:01 schreef u: > On Sat, Jan 02, 2010 at 02:02:51PM +0100, beni@brinckman.info wrote: > > 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). > > > > I tried modifying xorg.conf but neither the radeon or the > > radeonhd driver seem to work. > > You need to have the drm.ko and radeon.ko module loaded (or built into the > kernel) for this card to work properly. IIRC, you must be on at least > 7-STABLE or 8.0-RELEASE. > > My laptop has a 'Mobility Radeon HD 4650' and it works fine with the > xf86-video-ati-6.12.4 driver on 8.0-RELEASE amd64. > > section "device" > Identifier "Card0" > Driver "radeon" > VendorName "ATI Technologies Inc" > BoardName "M96 [Mobility Radeon HD 4650]" > BusID "PCI:1:0:0" > EndSection > > Roland Thanks for your answer Roland. I am running 7.2-stable : [beni@bsdaddict /usr/home/beni]$ uname -v FreeBSD 7.2-STABLE #3: Mon Oct 5 10:30:23 EDT 2009 kris@pcbsd:/usr/obj/usr/src/sys/PCBSD.i386 [beni@bsdaddict /usr/home/beni]$ I loaded both the drm and radeon modules via /boot/loader.conf (drm_load="YES" and radeon_load="YES") and both modules get now loaded at boot time : [beni@bsdaddict /usr/home/beni]$ kldstat -v | grep drm 5 2 0xc0f54000 173c0 drm.ko [beni@bsdaddict /usr/home/beni]$ kldstat -v | grep radeon 6 1 0xc0f6c000 609c0 radeon.ko 5 vgapci/radeon [beni@bsdaddict /usr/home/beni]$ But still nothing with the xserver... I changed the driver in xorg.conf Device Section to radeon and radeonhd, but all i get is : [beni@bsdaddict /usr/home/beni]$ tail /var/log/messages Jan 2 16:00:23 bsdaddict kdm-bin[6995]: X server for display :0 cannot be started, session disabled Jan 2 16:00:25 bsdaddict kdm-bin[7015]: X server died during startup Jan 2 16:00:25 bsdaddict kdm-bin[7015]: X server for display :0 cannot be started, session disabled Jan 2 16:00:27 bsdaddict kdm-bin[7035]: X server died during startup Jan 2 16:00:27 bsdaddict kdm-bin[7035]: X server for display :0 cannot be started, session disabled Jan 2 16:00:27 bsdaddict init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 secs But you use the xf86-video-ati driver and not the xf86-video-radeonhd driver ? -- Beni.