Results 1 to 2 of 2

Thread: Can't install NVIDIA driver correctly, tried all possible solutions.

  1. #1
    Join Date
    2015-Jun
    Posts
    1

    Unhappy Can't install NVIDIA driver correctly, tried all possible solutions.

    My config:

    Intel i7 3rd gen processor, NVIDIA GT540M Graphic card with Optimus technology, Kali 1.1.0 fresh install.

    My problem:


    Try 1:


    I am trying to install graphic driver but not getting it correctly. Firstly, I tried installing it from the guide in Kali docs. But it gives this:

    Code:
    glxinfo | grep -i "direct rendering"
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Error: couldn't find RGB GLX visual or fbconfig
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    Xlib:  extension "GLX" missing on display ":0.0".
    I also tried installing
    Code:
    nvidia-xconfig
    but after restart shows only a black screen (I guess the x-server isn't starting). The xconfig log says "no screen found".

    Try 2:


    Then after some research I found that my card has Optimus technology so it needs bumblebee. For that I followed this thread. According to this thread I downloaded the NVIDIA driver compatible to my card from the official website and installed it and also the
    Code:
    apt-get install bumblebee primus
    . After following the whole guide I tested the installation with
    Code:
    optirun glxspheres64
    and HURRAY the card got detected but NO, "glxinfo" still shows the same error as mentioned above and
    Code:
    optirun pyrit
    still uses the CPU and NOT GPU.

    Please someone guide me setting it up correctly so that I can use the graphic card for any tools.

  2. #2
    Join Date
    2014-May
    Posts
    28
    download the latest nvidia drivers in root


    1.apt-get update && apt-get install -y linux-headers-$(uname -r)

    2.sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub

    3.update-grub

    4.reboot

    1.service gdm3 stop

    2.CTRL + ALT + F1


    3.chmod 755 NVIDIA-Linux-x86_64-352.21.run
    ./NVIDIA-Linux-x86_64-352.21.run

    4.reboot

    3.CTRL + ALT + F1

    4.nvidia-xconfig

    5.reboot

Similar Threads

  1. Replies: 1
    Last Post: 2017-02-28, 22:42
  2. Nvidia driver install
    By checkfx in forum TroubleShooting Archive
    Replies: 33
    Last Post: 2014-02-16, 04:16
  3. Nvidia 460 gtx install driver + nvidia-settings black screen
    By zero-z in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2013-08-28, 03:30

Tags for this Thread

Posting Permissions

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