Author: branden Date: 2004-03-25 17:32:16 -0500 (Thu, 25 Mar 2004) New Revision: 1184
Modified: trunk/debian/changelog trunk/debian/xserver-xfree86.config.in Log: Stop setting the debconf-configured default amount of video RAM to 8MB for users of the i810 driver; in XFree86 4.3.0, the i810 driver defaults to 8MB internally, and the i830 driver defaults to 32MB is DRI is enabled, and 8MB otherwise. (Closes: #238340) Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-03-25 22:25:41 UTC (rev 1183) +++ trunk/debian/changelog 2004-03-25 22:32:16 UTC (rev 1184) @@ -43,8 +43,13 @@ "defoma-app update fontconfig" on package configuration and removal; otherwise, use fc-cache as before. (Closes: #238797) - -- Branden Robinson <[EMAIL PROTECTED]> Thu, 25 Mar 2004 17:19:01 -0500 + * Stop setting the debconf-configured default amount of video RAM to 8MB for + users of the i810 driver; in XFree86 4.3.0, the i810 driver defaults to + 8MB internally, and the i830 driver defaults to 32MB is DRI is enabled, + and 8MB otherwise. (Closes: #238340) + -- Branden Robinson <[EMAIL PROTECTED]> Thu, 25 Mar 2004 17:29:37 -0500 + xfree86 (4.3.0-7) unstable; urgency=medium * Urgency due to fix for FTBFS. Yes -- I too am begging for it to stop. Modified: trunk/debian/xserver-xfree86.config.in =================================================================== --- trunk/debian/xserver-xfree86.config.in 2004-03-25 22:25:41 UTC (rev 1183) +++ trunk/debian/xserver-xfree86.config.in 2004-03-25 22:32:16 UTC (rev 1184) @@ -656,9 +656,6 @@ # video RAM db_get xserver-xfree86/config/device/driver DEFAULT= -if [ "$RET" = "i810" ]; then - DEFAULT=8192 -fi # this question requires input validation if [ -n "$DEFAULT" ]; then auto_answer validate_numeric_db_input "$(priority_ceil low)" xserver-xfree86/config/device/video_ram "$DEFAULT"