diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 17:23:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 17:23:20 +0000 |
commit | 4d9311a2c9e787712aa6a36a66e7c5574a7830e7 (patch) | |
tree | 3a8b4310b4a52e767f85c3340bf7b73cf2360c6f /UPDATING | |
parent | 5e1bb8202166cf2344034699ac1ece5a02782788 (diff) | |
download | ports-4d9311a2c9e787712aa6a36a66e7c5574a7830e7.tar.gz ports-4d9311a2c9e787712aa6a36a66e7c5574a7830e7.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |