aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-02-26 01:23:20 +0800
committermiwi <miwi@FreeBSD.org>2011-02-26 01:23:20 +0800
commit481af8d07ada19f2346490a5b0d0a19a35920fb4 (patch)
tree2b3e37f6bec4494c349639c28c8eccd01de74bca /UPDATING
parentd6c14188fc2dfae156454fcaff1f26a2adbf93bf (diff)
downloadfreebsd-ports-gnome-481af8d07ada19f2346490a5b0d0a19a35920fb4.tar.gz
freebsd-ports-gnome-481af8d07ada19f2346490a5b0d0a19a35920fb4.tar.zst
freebsd-ports-gnome-481af8d07ada19f2346490a5b0d0a19a35920fb4.zip
- Add note for ati users
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