Author: pebender
Date: Mon May 18 21:11:10 2009
New Revision: 4787
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Changed the default build configuration.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon May 18
21:11:10 2009
@@ -86,6 +86,7 @@
Modified build system
- Added GNU Free Document License 1.3.
+ - Changed the default build configuration.
Fixed bugs
- Enabled compatibility mode in xkeyboard-config in order to fix the
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Mon May 18 21:11:10 2009
@@ -32,7 +32,7 @@
# Lists the graphics drivers supported.
# Valid values for mm_GRAPHICS are one or more of 'intel', 'nvidia',
# 'openchrome', 'radeon', 'radeonhd', 'savage', 'sis', and 'vmware'.
-mm_GRAPHICS ?= intel nvidia openchrome radeon radeonhd vmware
+mm_GRAPHICS ?= intel nvidia openchrome radeon radeonhd sis
vmware
# Lists the software to be supported.
# Lists the software to be supported.
# Valid values for MM_SOFTWARE are zero or more
of 'mythbrowser', 'mythgallery',
@@ -103,10 +103,10 @@
mm_NFS_ROOT ?= /home/public/minimyth
# The version of kernel headers to use.
# Valid values are '2.6.26', '2.6.27', '2.6.28', '2.6.29' and '2.6.30'.
-mm_KERNEL_HEADERS_VERSION ?= 2.6.26
+mm_KERNEL_HEADERS_VERSION ?= 2.6.29
# The version of kernel to use.
# Valid values are '2.6.26', '2.6.27', '2.6.28', '2.6.29' and '2.6.30'.
-mm_KERNEL_VERSION ?= 2.6.26
+mm_KERNEL_VERSION ?= 2.6.29
# The kernel configuration file to use.
# When set, the kernel configuration file
$(HOME)/.minimyth/$(mm_KERNEL_CONFIG) will be used.
# When not set, a built-in kernel configuration file will be used.
@@ -117,10 +117,10 @@
# The version of the NVIDIA driver.
# Valid values are '71.86.09' (legacy), '96.43.11' (legacy), '169.12'
(legacy),
# '173.14.18' (legacy), '180.51', '185.18.08' (beta).
-mm_NVIDIA_VERSION ?= 169.12
+mm_NVIDIA_VERSION ?= 180.51
# The version of xorg to use.
# Valid values are '7.3' and '7.4'.
-mm_XORG_VERSION ?= 7.3
+mm_XORG_VERSION ?= 7.4
# Myth trunk version built. If the version changes too much then the
patches may
# no longer work.
mm_MYTH_TRUNK_VERSION ?= 20586
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---