cleaned up file naming

added intel driver
This commit is contained in:
vollstock
2019-05-23 12:53:57 +00:00
parent a6d69416a9
commit 01039a265c
6 changed files with 28 additions and 3 deletions
View File
View File
+1
View File
@@ -10,5 +10,6 @@ done
rm -fr /assets/packages/*.deb
rm -fr /assets/packages/Packages*
rm -fr /assets/packages/Release
rm -fr /assets/packages/media/*
exit 0
+2 -3
View File
@@ -7,9 +7,8 @@ for folder in *; do
fi
done
# update apt
# update local package repository
/opt/tooloop/scripts/tooloop-update-packages
#echo " "
#echo "Available packages:"
# list available packages
apt list tooloop*
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+25
View File
@@ -0,0 +1,25 @@
Package: tooloop-intel-video-driver
Maintainer: vollstock <daniel@vollstock.de>
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Homepage: https://www.x.org/
Architecture: amd64
Version: 1.0
Section: tooloop/addon
Depends: xserver-xorg-video-intel
Provides: xorg-driver-video
Download-Size: 728 kB
Installed-Size: 3,259 kB
Name: Intel Video Driver
Description: X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family
of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945
and i965 series chips.
.
This package also provides XvMC (XVideo Motion Compensation) drivers
for i810/i815 and i9xx and newer chipsets.
.
This package is built from the X.org xf86-video-intel driver module.
.
The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.