PDA

View Full Version : [Solved] Radeon 9550 3D support


rota
January 30th, 2009, 19:10
I'm considering installing FreeBSD 7.1, but will I have 3D support with the radeon open source driver? Will font anti-aliasing work? Thanks in advance. :)

adamk
January 30th, 2009, 21:25
Yes, 3D support is available via the open source radeon driver. As for font aliasing:

http://www.freebsd.org/doc/en/books/handbook/x-fonts.html

Adam

rota
January 30th, 2009, 22:30
Yes, 3D support is available via the open source radeon driver. As for font aliasing:

http://www.freebsd.org/doc/en/books/handbook/x-fonts.html

Adam
Just one final question. Do I need to load certain modules, or is it enough just to install xf86-video-ati port and then configure xorg.conf?

adamk
January 30th, 2009, 22:36
If you are using Xorg 7.4, I would recommend adding this line to the Device section of your xorg.conf file:

Option "AccelMethod" "EXA"

That's really the only change I'd recommend to the stock xorg.conf file for a single monitor setup.

Adam

rota
January 30th, 2009, 22:40
Thank you for your reply. I'm posting this because I only had experience in configuring the proprietary fglrx drivers in Linux.

trev
January 31st, 2009, 02:06
If you're going to enable EXA, then I strongly suggestyou also add:

Option "MigrationHeuristic" "greedy"

or a speed daemon it won't be (although my experience is with the nv driver...] ;)

adamk
January 31st, 2009, 13:23
Since the upgrade to Xorg 7.4, I have not needed that option on any of my radeons.

Adam

rota
February 1st, 2009, 20:52
Happily using the "radeon" driver, but this time it's SLiM to blame. I added slim_enable="yes" in rc.conf and when I reboot SLiM starts, but I can't type anything or move the cursor. Also tried seting it up in /etc/ttys but again the same effect.