aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-25 17:23:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-25 17:23:20 +0000
commit4d9311a2c9e787712aa6a36a66e7c5574a7830e7 (patch)
tree3a8b4310b4a52e767f85c3340bf7b73cf2360c6f /UPDATING
parent5e1bb8202166cf2344034699ac1ece5a02782788 (diff)
downloadports-4d9311a2c9e787712aa6a36a66e7c5574a7830e7.tar.gz
ports-4d9311a2c9e787712aa6a36a66e7c5574a7830e7.zip
- Add note for ati users
Notes
Notes: svn path=/head/; revision=269726
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c5086a6b6981..7641d28ab562 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,23 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110224:
+ AFFECTS: users of x11-drivers/xf86-video-ati
+ AUTHOR: miwi@FreeBSD.org
+
+ Xorg has been updated to 7.5.1. For all ATI users the driver
+ was updated to 6.14.0 but the old one is still available in
+ x11-drivers/xf86-video-ati613. For the new driver you may
+ need to add some stuff to your xorg.conf in the device section.
+
+ "Section "Device""
+ Option "int10" "on"
+ Option "BusType" "PCIE"
+ Option "RenderAccel" "on"
+ Option "AccelMethod" "exa"
+ Option "DynamicPM" "on"
+ Option "DRI" "on"
+
+20110224:
AFFECTS: users of net/openldap24-{client,server}
AUTHOR: delphij@FreeBSD.org