Quote:
Hi
I also installed Bumblebee recently. Can anyone help me on how I set the machine to start both the bbswitch module and Bumblebee daemon at start up time?
I am sorry for asking such basic questions.
Thanks,
|
for bbswitch :
Try and go to location "/etc/modules-load.d". Create a file here called 'bbswitch.conf' with contents like this :
bbswitch load_state=0 unload_state=1
I don't remember how i did it, but from terminal, probably something like this should work :
Code:
sudo echo bbswitch load_state=0 unload_state=1 > /etc/modules-load.d/bbswitch.conf
for bumblebee :
When you download the install files (i don't really know what they are called), from here for bumblebee v3.0
Link :
HTML Code:
https://github.com/Bumblebee-Project/Bumblebee/downloads
and extract it to become a folder, there is a folder called '[bumblebee-installfiles]/script/systemd'. inside it is a file named 'bumblebeed.service'. Try to copy this file into the folder '/lib/systemd/system'. You may need admin rights to do this, so go to terminal, type 'sudo nautilus', copy-paste the file.
Next, this 'service script' (or whatever i am supposed to call it) need to be enabled. do the following in terminal.
Code:
sudo systemctl enable bumblebeed.service
restart your computer and try checking if they worked.
P.S : As a noob linux user, i cannot guarantee the above will work for you, or if they have bad side-effects.
---------- Post added at 10:25 PM ---------- Previous post was at 08:35 PM ----------
My results :
Setup :
Notebook, Asus U41SV
Fedora 16 64 bit fresh install, updated
installed bumblebee v3.0 (from source), bbswitch (from source, using dkms), virtualgl 2.2.90 (from rpm), nouveau driver retained, did not use nvidia.
Power when idle : 12-13 W (Nvidia card turned off)
result without optirun
Code:
[user@computername ~]$ glxgears
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
303 frames in 5.0 seconds = 60.492 FPS
301 frames in 5.0 seconds = 60.137 FPS
301 frames in 5.0 seconds = 60.137 FPS
301 frames in 5.0 seconds = 60.135 FPS
301 frames in 5.0 seconds = 60.125 FPS
Power consumption : about 16 W (but i was also doing some browsing
result with optirun :
Code:
[user@computername ~]$ optirun glxgears
1384 frames in 5.0 seconds = 276.661 FPS
1381 frames in 5.0 seconds = 276.119 FPS
1378 frames in 5.0 seconds = 275.389 FPS
1376 frames in 5.0 seconds = 275.078 FPS
1376 frames in 5.0 seconds = 274.988 FPS
Power consumption : about 34 W