Add and correct things related to Bumblebee and add Vim's configuration file

This commit is contained in:
adrien 2021-03-14 16:00:07 +01:00
parent 0fc7e060d1
commit 2a6ea4d843
2 changed files with 6 additions and 1 deletions

3
.vimrc Normal file
View File

@ -0,0 +1,3 @@
syntax on
colo desert
filetype plugin indent on

View File

@ -73,8 +73,10 @@ On a second laptop I have a Quadro T2000 graphics card, if I want to be able to
```
yay -S nvidia bumblebee
sudo gpasswd -a $USER bumblebee.service
sudo gpasswd -a $USER bumblebee
sudo systemctl enable --now bumblebeed.service
```
It's a good idea to reboot, to make sure the modules load properly. To test if Bumblebee works with your Optimus system, you can execute the following thing.
```