PDA

View Full Version : How to enable ATI 2d?


HXC
05-12-2006, 04:56 PM
I was wondering how I can enable ati 2d acceleration on my freebsd system. Any help would be appreciated!

antik
05-12-2006, 04:58 PM
I was wondering how I can enable ati 2d acceleration on my freebsd system. Any help would be appreciated!

# shutdown now
# Xorg -configure
# cp /root/xorg.conf.new /etc/X11/XF86Config.new

check differences between new and old XF86Config file and edit approptiately.

HXC
05-12-2006, 05:26 PM
I ran xorgconfig which help a bit. thanks for the info!