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-Sep
    Posts
    11
    Quote Originally Posted by bahha View Post
    yes, I also installed cuda from the repo . and everything is working fine .
    Hi.
    May I ask if you can post the changes you made in the original guide to install everything flawlessly?

  2. #2
    Quote Originally Posted by Davide3i View Post
    Hi.
    May I ask if you can post the changes you made in the original guide to install everything flawlessly?
    here

    Code:
    apt-get install nvidia-glx
    apt-get install bumblebee-nvidia primus
    apt-get install nvidia-cuda-toolkit nvidia-opencl-icd

    nano +22 /etc/bumblebee/bumblebee.conf

    Make it read:
    Driver=nvidia-current

    Save and close

    then edit below to add your specific BusID
    you can check your id by this coammand : lspci | egrep '3D'

    Code:
    nano /etc/bumblebee/xorg.conf.nvidia
    
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:03:00:0"

  3. #3
    Join Date
    2014-Sep
    Posts
    11
    Quote Originally Posted by bahha View Post
    here

    Code:
    apt-get install nvidia-glx
    apt-get install bumblebee-nvidia primus
    apt-get install nvidia-cuda-toolkit nvidia-opencl-icd

    nano +22 /etc/bumblebee/bumblebee.conf

    Make it read:
    Driver=nvidia-current

    Save and close

    then edit below to add your specific BusID
    you can check your id by this coammand : lspci | egrep '3D'

    Code:
    nano /etc/bumblebee/xorg.conf.nvidia
    
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:03:00:0"
    I can't manage to install nvidia-glx. Basically you didn't download the nvidia-driver from their website, following the installation procedure in the OP guide, but let Terminal install it for you with "apt-get install bumblebee-nvidia primus", right?

  4. #4
    Join Date
    2015-Jul
    Posts
    6
    Quote Originally Posted by Davide3i View Post
    I can't manage to install nvidia-glx. Basically you didn't download the nvidia-driver from their website, following the installation procedure in the OP guide, but let Terminal install it for you with "apt-get install bumblebee-nvidia primus", right?
    I have the same problem. Following the OP guide, when I try to do an apt-get install nvidia-glx I receive an error and I can't install it

  5. #5
    Quote Originally Posted by Davide3i View Post
    I can't manage to install nvidia-glx. Basically you didn't download the nvidia-driver from their website, following the installation procedure in the OP guide, but let Terminal install it for you with "apt-get install bumblebee-nvidia primus", right?
    nvidia-glx won't install.

    install this and try

    apt-get install nvidia-driver

    if not working add this too

    apt-get install nvidia-alternative

    I have both packages installed
    during install if it ever asks you to configure anything ignore it .

    make sure you have these source in your source.list

    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    Last edited by bahha; 2015-08-21 at 10:16.

  6. #6
    Join Date
    2014-Sep
    Posts
    11
    Quote Originally Posted by bahha View Post
    nvidia-glx won't install.

    install this and try

    apt-get install nvidia-driver

    if not working add this too

    apt-get install nvidia-alternative

    I have both packages installed
    during install if it ever asks you to configure anything ignore it .

    make sure you have these source in your source.list

    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security sana/updates main contrib non-free
    After some struggling, I've finally managed to make it work. Thank you.

  7. #7
    Join Date
    2015-Jul
    Posts
    6
    Quote Originally Posted by Davide3i View Post
    After some struggling, I've finally managed to make it work. Thank you.
    Can you tell me the exact steps did you do?

  8. #8
    Join Date
    2014-Sep
    Posts
    11
    Quote Originally Posted by Cricco95 View Post
    Can you tell me the exact steps did you do?
    Sure.
    In the original guide from the OP post I changed the step #9 with:
    Code:
    apt-get install bumblebee-nvidia primus
    Then:
    Code:
    nano +22 /etc/bumblebee/bumblebee.conf
    
    Driver=nvidia-current
    Finally I jumped steps #13 and #14 and decided to install the last version of CUDA (7.0.xxx), so I kept following the original guide from step #15.
    Last edited by Davide3i; 2015-08-22 at 17:48.

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
  •