From 2a6ea4d843d6cedc0107318e3872dd8aba1d0b01 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 14 Mar 2021 16:00:07 +0100 Subject: [PATCH] Add and correct things related to Bumblebee and add Vim's configuration file --- .vimrc | 3 +++ README.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vimrc diff --git a/.vimrc b/.vimrc new file mode 100644 index 0000000..f8d06fc --- /dev/null +++ b/.vimrc @@ -0,0 +1,3 @@ +syntax on +colo desert +filetype plugin indent on diff --git a/README.md b/README.md index 61eb7fb..556fe3d 100644 --- a/README.md +++ b/README.md @@ -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. ```