This repository was archived by the owner on Nov 8, 2017. It is now read-only.
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ AUTOMATIC INSTALLATION
2
2
3
3
With Debian or LinuxMint based on Debian you may run install.sh under root user
4
4
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.
8
9
9
10
10
11
MANUAL INSTALLATION
@@ -84,7 +85,7 @@ POWERSAVE OPTION
84
85
85
86
There is POWER_SAVE option in configuration file. If you set it to "yes", than
86
87
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
88
89
option you need to do two things.
89
90
90
91
First is to build and install acpi_call module, you can find it in
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if [ $? -ne 0 ]; then
34
34
echo " \nPackage manager failed to install VirtualGL." 1>&2
35
35
exit 4
36
36
fi
37
- rm -f /tmp/VirtualGL_ * .deb
37
+ rm -f /tmp/VirtualGL * .deb
38
38
39
39
echo " \nInstalling and configuring support files."
40
40
@@ -131,6 +131,7 @@ echo "\nEnabling debumblebee service."
131
131
update-rc.d debumblebee defaults
132
132
modprobe nvidia
133
133
134
+ # Installing power save feature for confirmed models.
134
135
if [ -d contrib/power_off_on/$MODEL ]; then
135
136
echo " \nDetected laptop ` dmidecode --string system-manufacturer` $MODEL ."
136
137
echo " Installing powersave support."
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- # Funtion for launch VirtualGL client with particular compression options.
3
+ # Function for launch VirtualGL client with particular compression options.
4
4
# Otherwise vlgrun won't be able to work.
5
5
vglclient_start () {
6
6
if [ " $1 " = " jpeg" -o " $1 " = " rgb" -o " $1 " = " yuv" ]; then
You can’t perform that action at this time.
0 commit comments