
sudo apt-get purge nvidia


Installation
Add archive key to apt keyring. Run as root:
wget -O - http://suwako.nomanga.net/suwako.asc | apt-key add -
Update your sources.list configuration. Either add the following to /etc/apt/sources.list or to new file at /etc/apt/sources.list.d/ directory:
deb http://suwako.nomanga.net/debian sid main contrib
deb-src http://suwako.nomanga.net/debian sid main
apt-get update
apt-get install bumblebee bumblebee-nvidia
Add yourself to bumblebee group. Run as root, replace $USER with your username:
adduser $USER bumblebee
Reboot.
If you did all right and your hardware is supported by nvidia/nouveau and bbswitch you should be able to run programs with optirun. For example:
optirun glxgears -info

kc1di wrote:Ok here's what you can try,
You'll have to login to the recovery mode it should take you to a command line terminal.
once there use this command to get rid of the nvidia driver.
- Code: Select all
sudo apt-get purge nvidia
Reboot and see if it brings you back to a gui login.
craigevil wrote:You can also try moving your xorg.conf
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
Then restart X.
There is a Bumblebee repo that makes it easy to install. Not sure how well it works with LMDE.
# Bumblebee Debian repository - http://suwako.nomanga.net/
# Secure APT: wget -O - http://suwako.nomanga.net/suwako.asc | apt-key add -
# deb http://suwako.nomanga.net/debian sid main contrib
# deb-src http://suwako.nomanga.net/debian sid mainInstallation
Add archive key to apt keyring. Run as root:
wget -O - http://suwako.nomanga.net/suwako.asc | apt-key add -
Update your sources.list configuration. Either add the following to /etc/apt/sources.list or to new file at /etc/apt/sources.list.d/ directory:
deb http://suwako.nomanga.net/debian sid main contrib
deb-src http://suwako.nomanga.net/debian sid main
apt-get update
apt-get install bumblebee bumblebee-nvidia
Add yourself to bumblebee group. Run as root, replace $USER with your username:
adduser $USER bumblebee
Reboot.
If you did all right and your hardware is supported by nvidia/nouveau and bbswitch you should be able to run programs with optirun. For example:
optirun glxgears -info


Users browsing this forum: No registered users and 6 guests