From 481af8d07ada19f2346490a5b0d0a19a35920fb4 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 25 Feb 2011 17:23:20 +0000 Subject: - Add note for ati users --- UPDATING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index c5086a6b6981..7641d28ab562 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,23 @@ they are unavoidable. 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 -- cgit