Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (702df92efb5306710af91ec68f72f8a688e771dd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (702df92efb5306710af91ec68f72f8a688e771dd)
  • Date: Sat, 7 Apr 2007 16:58:34 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 3 +++
utils/vbetool/BUILD | 2 ++
utils/vbetool/DETAILS | 17 +++++++++++++++++
utils/vbetool/HISTORY | 2 ++
4 files changed, 24 insertions(+)

New commits:
commit 702df92efb5306710af91ec68f72f8a688e771dd
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

ChangeLog entry for vbetool

commit ecf1f4d903384cfdd679c3cd5c20eabb2dab83af
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

new spell vbetool for video bios changes

diff --git a/ChangeLog b/ChangeLog
index 7134eed..701d838 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2007-04-07 David Brown <dmlb2000 AT gmail.com>
+ * utils/vbetool: new spell for video bios queries and changing
+
+2007-04-07 David Brown <dmlb2000 AT gmail.com>
* kernels/kvm: added new kvm spell

2007-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
diff --git a/utils/vbetool/BUILD b/utils/vbetool/BUILD
new file mode 100755
index 0000000..147ec5f
--- /dev/null
+++ b/utils/vbetool/BUILD
@@ -0,0 +1,2 @@
+LDFLAGS="$LDFLAGS -lz"
+default_build
diff --git a/utils/vbetool/DETAILS b/utils/vbetool/DETAILS
new file mode 100755
index 0000000..b887a0a
--- /dev/null
+++ b/utils/vbetool/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=vbetool
+ VERSION=0.7
+ SOURCE=${SPELL}_${VERSION}-1.tar.gz
+
SOURCE_HASH=sha512:38d4ac1294a38147a75047804646fd98b8afa15555532647e5353692314c88fb871aab704267135773b8d771146a6769ecfe215c170421b3aae81fc0e71f6c24
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://www.srcf.ucam.org/~mjg59/$SPELL/$SOURCE
+ WEB_SITE=http://www.srcf.ucam.org/~mjg59/$SPELL/
+ ENTERED=20070423
+ LICENSE[0]=GPL
+ SHORT="vbetool is a video bios tool"
+cat << EOF
+vbetool uses lrmi in order to run code from the video BIOS. Currently, it is
+able to alter DPMS states, save/restore video card state, and attempt to
+initialize the video card from scratch. It exists primarily in order to
+increase the chances of successfully recovering video state after an ACPI S3
+suspend.
+EOF
diff --git a/utils/vbetool/HISTORY b/utils/vbetool/HISTORY
new file mode 100644
index 0000000..a3fd184
--- /dev/null
+++ b/utils/vbetool/HISTORY
@@ -0,0 +1,2 @@
+2007-04-07 David Brown <dmlb2000 AT gmail.com>
+ * ALL: created spell



  • [SM-Commit] GIT changes to master grimoire by David Brown (702df92efb5306710af91ec68f72f8a688e771dd), David Brown, 04/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page