Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Commit 28f1763

Browse files
committed
Minor updates and typofixes.
1 parent 8b2f940 commit 28f1763

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

INSTALL

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ AUTOMATIC INSTALLATION
22

33
With Debian or LinuxMint based on Debian you may run install.sh under root user
44
to get everything working. This script is completely tested and working on 64
5-
bit Sid. If you are running Testing, Stable or different architecture and
6-
debumblebee isn't working, then please check Manual Installation section.
7-
Unfortunately, I can provide limited support for them.
5+
bit Sid. Also there is several reports that installation worked on Testing.
6+
Stable isn't supported due to lack of multiarch support, check the manual
7+
installation instructions. Though it's a bit outdated and better read the
8+
installation script.
89

910

1011
MANUAL INSTALLATION
@@ -84,7 +85,7 @@ POWERSAVE OPTION
8485

8586
There is POWER_SAVE option in configuration file. If you set it to "yes", than
8687
the debumblebee init script will disable nVidia when it isn't used. This should
87-
lower your power consumtion and increase battery's life. Before enabling this
88+
lower your power consumption and increase battery's life. Before enabling this
8889
option you need to do two things.
8990

9091
First is to build and install acpi_call module, you can find it in

install-files/debian.install

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ $? -ne 0 ]; then
3434
echo "\nPackage manager failed to install VirtualGL." 1>&2
3535
exit 4
3636
fi
37-
rm -f /tmp/VirtualGL_*.deb
37+
rm -f /tmp/VirtualGL*.deb
3838

3939
echo "\nInstalling and configuring support files."
4040

@@ -131,6 +131,7 @@ echo "\nEnabling debumblebee service."
131131
update-rc.d debumblebee defaults
132132
modprobe nvidia
133133

134+
# Installing power save feature for confirmed models.
134135
if [ -d contrib/power_off_on/$MODEL ]; then
135136
echo "\nDetected laptop `dmidecode --string system-manufacturer` $MODEL."
136137
echo "Installing powersave support."

install-files/debian/optirun

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Funtion for launch VirtualGL client with particular compression options.
3+
# Function for launch VirtualGL client with particular compression options.
44
# Otherwise vlgrun won't be able to work.
55
vglclient_start () {
66
if [ "$1" = "jpeg" -o "$1" = "rgb" -o "$1" = "yuv" ]; then

0 commit comments

Comments
 (0)