Author: pebender
Date: Tue Dec 2 01:57:51 2008
New Revision: 4039
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xorg.conf
Log:
- Modified the default /etc/X11/xorg.conf file so that it does not auto
add devices.
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 Tue Dec 2
01:57:51 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 61 (2008-12-01):
+Changes since 61 (2008-12-02):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -31,6 +31,8 @@
application.
- Shortened the names of the files in the /etc/lirc.d/drivers.conf
and
/etc/lirc.d/lircd.conf directories.
+ - Modified the default /etc/X11/xorg.conf file so that it does not auto
+ add devices.
Modified build system
- Explicitly enable XvMC and VDPAU in FFmpeg.
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xorg.conf
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xorg.conf
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/X11/xorg.conf
Tue Dec 2 01:57:51 2008
@@ -14,6 +14,8 @@
Option "NoPM" "true"
Option "Xinerama" "false"
Option "AIGLX" "false"
+ Option "AutoAddDevices" "false"
+ Option "AllowEmptyInput" "true"
EndSection
Section "Module"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---