Browse Source

* added vbetool (0.2) - A tool to run real-mode video BIOS code to alter hardware state

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@22010 10447126-35f2-4685-b0cf-6dd780d3921f
early
Nagy Karoly Gabriel 18 years ago
parent
commit
ea15e6fe56
  1. 34
      video/vbetool/pci-compile-fix.patch
  2. 21
      video/vbetool/vbetool.conf
  3. 35
      video/vbetool/vbetool.desc

34
video/vbetool/pci-compile-fix.patch

@ -0,0 +1,34 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../vbetool/pci-compile-fix.patch
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- vbetool-0.7/vbetool.c.orig 2006-07-26 09:27:21.000000000 +0800
+++ vbetool-0.7/vbetool.c 2007-08-08 14:22:41.000000000 +0800
@@ -8,7 +8,6 @@
version 2
*/
-#include <pci/pci.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
@@ -17,6 +16,7 @@
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/io.h>
+#include <pci/pci.h>
#include <sys/kd.h>
#include <sys/stat.h>
#include <errno.h>

21
video/vbetool/vbetool.conf

@ -0,0 +1,21 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../vbetool/vbetool.conf
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [[ $libdir = *lib64 ]]; then
var_append makeopt " " "LDFLAGS='-L/lib64 -lz'"
else
var_append makeopt " " "LDFLAGS='-L/lib -lz'"
fi

35
video/vbetool/vbetool.desc

@ -0,0 +1,35 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../vbetool/vbetool.desc
[COPY] Copyright (C) 2007 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] A tool to run real-mode video BIOS code to alter hardware state
[T] Vbetool uses lrmi in order to run code from the video BIOS. Currently,
[T] it is able to alter DPMS states, save/restore video card state, and
[T] attempt to initialize the video card from scratch. It exists primarily
[T] in order to increase the chances of successfully recovering video state
[T] after an ACPI S3 suspend.
[U] http://www.srcf.ucam.org/~mjg59/vbetool/
[A] Matthew Garrett <mjg59-freshmeat@srcf.ucam.org>
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org>
[C] extra/graphic
[L] GPL
[S] Beta
[V] 0.2
[P] X -----5---9 800.000
[D] 3115710190 vbetool_0.7-1.tar.gz http://www.srcf.ucam.org/~mjg59/vbetool/
Loading…
Cancel
Save