system/915resolution: Initial import

This commit is contained in:
hollywoodb 2010-05-11 15:18:32 +02:00 committed by Robby Workman
parent fc4a5b94c0
commit 605420bc21
4 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,53 @@
#!/bin/sh
## Written by hollywoodb (hollywoodb@fastmail.fm)
## Package Homepage: http://www.geocities.com/stomljen/
# Modified by the SlackBuilds.org project
# Verify script is being run by root user.
if [ "$(id -u)" != "0" ]; then
echo "This script must be run as root!"
exit
fi
NAME=915resolution
VERSION=0.5.2
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$NAME
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
tar -xzvf $CWD/$NAME-$VERSION.tar.gz || exit 1
cd $NAME-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
make clean
make || exit 1
mkdir -p $PKG/usr/sbin
strip --strip-unneeded 915resolution
install -m 0755 915resolution $PKG/usr/sbin
install -m 0755 dump_bios $PKG/usr/sbin
mkdir -p $PKG/usr/doc/$NAME-$VERSION
cp -a LICENSE.txt README.txt changes.log chipset_info.txt $PKG/usr/doc/$NAME-$VERSION
cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n -p $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz

View File

@ -0,0 +1,8 @@
PRGNAM="915resolution"
VERSION="0.5.2"
HOMEPAGE="http://www.geocities.com/stomljen/"
DOWNLOAD="http://www.geocities.com/stomljen/915resolution-0.5.2.tar.gz"
MD5SUM="a3441e5662c5ff1e00dc97de4487e8f8"
MAINTAINER="hollywoodb"
EMAIL="hollywoodb@fastmail.fm"
APPROVED="robw810"

View File

@ -0,0 +1,9 @@
915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel
graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as
915G, 915GM, and 945G chipsets. This modification is neccessary to allow the
display of certain graphics resolutions for an Xorg or XFree86 graphics server.
915resolution's modifications of the BIOS are transient. There is no risk of
permanent modification of the BIOS. This also means that 915resolution must be
run every time the computer boots inorder for it's changes to take effect.

View File

@ -0,0 +1,9 @@
|-----handy-ruler--------------------------------------------------------|
915resolution: 915resolution (a Intel chipset video BIOS tool)
915resolution:
915resolution: 915resolution is a tool to modify the video BIOS of the 800 and 900
915resolution: serires Intel graphics chipsets. This modification is sometimes
915resolution: necessary to allow the display of certain graphics resolutions for an
915resolution: X.org or XFree86 graphics server. Modifications are transient, and
915resolution: 915resolution must be run every time the system boots.
915resolution: