diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-26 01:23:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-26 01:23:20 +0800 |
commit | 481af8d07ada19f2346490a5b0d0a19a35920fb4 (patch) | |
tree | 2b3e37f6bec4494c349639c28c8eccd01de74bca /UPDATING | |
parent | d6c14188fc2dfae156454fcaff1f26a2adbf93bf (diff) | |
download | freebsd-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-- | 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 |