Skip to content

Commit

Permalink
fix for issue #107
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMEEE committed May 22, 2011
1 parent cf609f5 commit 67e862b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bumblebee is Optimus support for Linux, with real offloading, and not
switchable graphics.. More important.. it works on Optimus Laptops without a
graphical multiplexer..

Version 1.4.26 of the bumblebee project has been released!!! (version number has
Version 1.4.27 of the bumblebee project has been released!!! (version number has
been reset from the prime-ng project)

Bumblebee Supports: Ubuntu, Debian, OpenSuSE, Fedora and Arch Linux. More
Expand Down
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# You should have received a copy of the GNU General Public License
# along with bumblebee. If not, see <http://www.gnu.org/licenses/>.
#
BUMBLEBEEVERSION=1.4.26
BUMBLEBEEVERSION=1.4.27


ROOT_UID=0
Expand Down Expand Up @@ -352,7 +352,9 @@ case "$DISTRO" in
exit 20
fi
cp install-files/bumblebee.script.ubuntu /etc/init.d/bumblebee
update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf
# update-alternatives --remove gl_conf /usr/lib/nvidia-current/ld.so.conf
rm /etc/alternatives/gl_conf
ln -s /usr/lib/mesa/ld.so.conf /etc/alternatives/gl_conf
rm /etc/alternatives/xorg_extra_modules
rm /etc/alternatives/xorg_extra_modules-bumblebee
rm /usr/lib/nvidia-current/xorg/xorg
Expand Down

0 comments on commit 67e862b

Please sign in to comment.