From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "David Kowis" <dkowis+smgl-p4 AT shlrm.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Eric Sandall" <eric AT sandall.us>, "George J. Sherwood" <george AT beernabeer.com>, "Jason Flatt" <jflatt AT sourcemage.org>, "Ladislav Hagara" <ladislav.hagara AT unob.cz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Pol Vinogradov" <vin.public AT gmail.com>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 77775 by Juuso Alasuutari for review
Date: Fri, 14 Apr 2006 14:40:01 +0100 (BST)
Change 77775 by juuso_alasuutari@juuso_alasuutari-kamayuq on 2006/04/14
14:39:21
Version updated to 1.0-8756, spell strongly modified. Now uses
nvidia's own installer which works well, except that it won't run in X. But
don't blame me, blame Nvidia.
@@ -2,3 +2,5 @@
config_query ALiAGP "Enable AGP on ALi chipsets, which might cause
instability?" n
config_query AGPSBA "Enable AGP SBA(Side Band Addressing) on all supported
chipsets, which might cause instability?" n
config_query AGPFW "Enable AGP Fast Writes on all supported chipsets,
which might cause instability?" n
+config_query EXPERT "Expert installation mode?" n
+config_query XCONF "Automatically configure xorg.conf after install?" n
@@ -1,3 +1,15 @@
+2006-04-14 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Version 1.0-8756
+ * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
+ executable
+ * PREPARE: Added, checks if X is running, installer won't
+ run if it is. Made to display and prompt license
+ agreement.
+ * LICENSE: Added, Nvidia's license agreement.
+ * CONFIGURE: Added options to use expert install mode and
+ configure xorg automatically
+ * NVIDIA_kernel-1.0-8178-U012206.diff: Deleted
+
2006-03-25 Juuso Alasuutari <iuso AT sourcemage.org>
* PRE_BUILD: Apply patch to fix compile against 2.6.16
kernels, bug #10748. Thanks to Arnaud Fortier!