1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: vbetool
Section: utils
Priority: optional
Maintainer: Seunghun Han <kkamagui@gmail.com>
Build-Depends: debhelper-compat (= 12),
libx86-dev,
libpci-dev
Standards-Version: 4.5.0
Homepage: http://www.codon.org.uk/~mjg59/vbetool/
Vcs-Git: https://salsa.debian.org/kkamagui-guest/vbetool.git
Vcs-Browser: https://salsa.debian.org/kkamagui-guest/vbetool
Rules-Requires-Root: no
Package: vbetool
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: run real-mode video BIOS code to alter hardware state
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.
|