hi,
please help me to use optimus technology!
i tried to install bumble bee .but i’m not succeed
there is no usefull training for it
i have searched a lot but i did not get a reasonable answer
-acer 5755g
-openSUSE 12.3
notice i can’t access to nvidia site to download driver!! why? cuse Bll s*it Boycott:X
*i can’t speak english as well
*why IRAN is not in register country list??
*my name in persian : شهاب : shahab
*thanks you
As my user account, check to make sure I am a member of the video
and bumblebee groups:
smithfarm@machine:~> groups
users wheel video vboxusers bumblebee
Install dkms, dkms-nvidia (proprietary NVIDIA driver), and dkms-bbswitch packages (downloading the proprietary NVIDIA driver in particular may take an excruciatingly long time, and there’s no progress bar, so I have to be patient here):
zypper in dkms
zypper in dkms-nvidia
zypper in dkms-bbswitch
Install the remaining packages from Overman79’s repository:
zypper in bumblebee primus x11-video-nvidia
Enable the dkms and bumblebee services:
systemctl enable dkms
systemctl enable bumblebeed
Reboot and pray
Try glxspheres:
smithfarm@wilbur:~> primusrun glxspheres
Polygons in scene: 62464
Visual ID of window: 0xcd
Context is Direct
OpenGL Renderer: NVS 5200M/PCIe/SSE2
61.096760 frames/sec - 66.138465 Mpixels/sec
59.909029 frames/sec - 64.852722 Mpixels/sec
59.904287 frames/sec - 64.847589 Mpixels/sec
59.902248 frames/sec - 64.845382 Mpixels/sec
smithfarm@wilbur:~> optirun glxspheres
Polygons in scene: 62464
Visual ID of window: 0x21
Context is Direct
OpenGL Renderer: NVS 5200M/PCIe/SSE2
149.925632 frames/sec - 162.297496 Mpixels/sec
162.674810 frames/sec - 176.098735 Mpixels/sec
161.700929 frames/sec - 175.044490 Mpixels/sec
161.484454 frames/sec - 174.810151 Mpixels/sec
If you were wondering why primusrun gets poorer performance (I was), here’s an answer kindly provided by etam1024 – reproduced here with thanks!Because app running with primusrun is synced with vblank. If your monitor has refresh rate 60 Hz, then application will generate no more than 60 fps. There’s no need to have more fps, because monitor will not display them anyway.
Optirun does not sync with vblank, so app generates as much fps as possible. (again: doing more than monitors refresh rate, is just a waste of power).
[HR][/HR]
The remaining instructions are for disabling Optimus completely (to save power, run cooler, etc.)
Remove nvidia module:
rmmod nvidia
lsmod | grep nvidia
Turn off discrete graphics:
tee /proc/acpi/bbswitch <<<OFF
OFF
Configure modules:
cd /etc/modprobe.d
ls nvidia
50-nvidia.conf
cat 50-nvidia.conf
blacklist nvidia
ls bbswitch
50-bbswitch.conf
cat 50-bbswitch.conf
options bbswitch load_state=0 unload_state=0
Configure initrd by editing /etc/sysconfig/kernel and removing all mentions of ‘nvidia’:
vim /etc/sysconfig/kernel
…
grep nvidia /etc/sysconfig/kernel
Make a new initrd:
mkinitrd
Reboot and pray
Verify that discrete graphics is OFF:
smithfarm@machine:~> optirun --status
Bumblebee status: Ready (3.1). X inactive. Discrete video card is off.
On 2013-07-29 16:06, IranianBoy wrote:
>
> hey thanks
> i see that before but i can’t access this site.
> sorry but please write that training here for me
You will have to use TOR.
–
Cheers / Saludos,
Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)
zypper in dkms
Retrieving repository 'openSUSE-12.3-Update' metadata ....................[done]
Building repository 'openSUSE-12.3-Update' cache .........................[done]
Loading repository data...
Reading installed packages...
'dkms' not found in package names. Trying capabilities.
No provider of 'dkms' found.
Resolving package dependencies...
Nothing to do.
Just a note, bumblebee runs a virtualserver the log is Xorg.8.log, not that I believe it matters in this case. Obviously nvidia-dkms didn’t install, you could try to install it via yast, we can get a little more information there, look especially if the file NVIDIA…run downloads. If not I’m afraid it’s because this repo downloads it directly from Nvidia. You can at least keep the rest of bumblebee to keep the Nvidia-card powered off untill we find a solution.