Results 1 to 50 of 376

Thread: (Guide) Installing Nvidia + Bumblebee + CUDA for Optimus enabled Laptops

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2014-Aug
    Posts
    3

    the solution for a very common error with bumblebee: Failed to initialize...

    ERROR: Failed to initialize the NVIDIA GPU at PCI:1:0:0

    solution found on this site:
    https://github.com/Bumblebee-Project...bee/issues/542

    changing
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    to
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet rcutree.rcu_idle_gp_delay=1"
    in /etc/default/grub.
    I tried it and it worked

  2. #2
    Join Date
    2014-Apr
    Location
    Down Under
    Posts
    315
    Quote Originally Posted by tonrin View Post
    ERROR: Failed to initialize the NVIDIA GPU at PCI:1:0:0

    solution found on this site:
    https://github.com/Bumblebee-Project...bee/issues/542

    changing
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    to
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet rcutree.rcu_idle_gp_delay=1"
    in /etc/default/grub.
    I tried it and it worked
    Hi tonrin!

    Thanks for sharing your fix, I know a lot of users will appreciate it.

    For anyone using this fix, make sure you run an update-grub after making changes.

    To see if this will work for you as a fix before modifying that file and running update-grub, you can run the following (I can't credit the original creator as this has been posted on about 40 different sites in relation to this fix)

    Code:
    sudo tee /sys/module/rcutree/parameters/rcu_idle_gp_delay <<<1
    and then try optirun glxspheres64

    If that fixes it, you should update the grub file.

Similar Threads

  1. Replies: 6
    Last Post: 2017-01-04, 19:39
  2. NVIDIA and CUDA with OPTIMUS
    By jolubedju in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-06-03, 10:52
  3. Kali Linux 1.05 nvidia optimus cuda and pyrit
    By gfbaggio in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2014-04-28, 20:15

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •