Results 1 to 4 of 4

Thread: Asus N56vz, GT650m not working.

  1. #1
    Join Date
    Sep 2012
    Beans
    7

    Asus N56vz, GT650m not working.

    Hello!

    It seems like ubuntu can not recognize my GPU. -> Details -> Graphics: Unknown.

    The system it self eats battery, with poor performance in games etc.

    What do I need to do?

    Regards

  2. #2
    Join Date
    Jul 2011
    Beans
    3,037
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Asus N56vz, GT650m not working.

    What are your hardware specs? Did you try running the additional drivers utility?

  3. #3
    Join Date
    Sep 2012
    Beans
    7

    Re: Asus N56vz, GT650m not working.

    Quote Originally Posted by 2F4U View Post
    What are your hardware specs? Did you try running the additional drivers utility?
    These are my hardware specs.
    http://www.asus.com/Notebooks/Multim...specifications

    Yes. When running the additional drivers utility it won't find any results.

  4. #4
    Join Date
    Aug 2009
    Location
    Kiev, Ukraine
    Beans
    4
    Distro
    Ubuntu Studio 8.10 Intrepid Ibex

    Re: Asus N56vz, GT650m not working.

    You need to install Bumblebee and related packages for your NVidia graphics to work. Do NOT attempt to install a package from NVidia site, because those are made for single graphics solutions, which is not the case here.
    It's easily achievable from terminal using following commands:
    sudo add-apt-repository ppa:bumblebee/stable
    sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
    sudo apt-get update
    sudo apt-get install bumblebee bumblebee-nvidia nvidia-current

    After those, you need to reboot.
    To run graphics heavy applications, you must use the following command:

    optirun [options] <application> [application-parameters]
    or else onboard Intel graphics will be used instead of NVidia one.

    To access NVidia chip settings, use the following command:
    optirun nvidia-settings -c :8

Bookmarks

Posting Permissions

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