ATI HD 4650 (RV730) driver ?

beni beni at brinckman.info
Sat Jan 2 15:16:52 UTC 2010


Op zaterdag 2 januari 2010 15:02:01 schreef u:
> On Sat, Jan 02, 2010 at 02:02:51PM +0100, beni at 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 at bsdaddict /usr/home/beni]$ uname -v
FreeBSD 7.2-STABLE #3: Mon Oct  5 10:30:23 EDT 2009     
kris at pcbsd:/usr/obj/usr/src/sys/PCBSD.i386
[beni at 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 at bsdaddict /usr/home/beni]$ kldstat -v | grep drm
 5    2 0xc0f54000 173c0    drm.ko
[beni at bsdaddict /usr/home/beni]$ kldstat -v | grep radeon
 6    1 0xc0f6c000 609c0    radeon.ko
                 5 vgapci/radeon
[beni at 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 at 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.


More information about the freebsd-questions mailing list