Results 1 to 1 of 1

Thread: [TUTORIAL] How to run apps with your optimus video card

  1. #1
    Join Date
    Sep 2008
    Location
    Buenos Aires, Argentina
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    HOW TO: Run apps with your optimus video card

    Now it is possible to use your Nvidia Optimus video card through VirtualGL. This tutorial shows how. Bumblebee was made by MrMEEE, all credits go to him.
    Project repo: https://github.com/MrMEEE/bumblebee

    You may submit any bug in github's issues.

    This project is very active and currently is being developed!! So do it at your own risk!

    1) First clone the last version of bumblebee:
    Code:
    git clone https://github.com/MrMEEE/bumblebee.git
    2) Cd the directory:
    Code:
    cd bumblebee
    3) Make the file executable:
    Code:
    sudo chmod +x install.sh
    4) Run the installer:
    Code:
    sudo ./install.sh
    5) Follow the installation steps.

    6) Reboot.

    7) To run apps:
    Code:
    optirun32 [appname]
    or
    Code:
    optirun64 [appname]
    To uninstall run install-files/bumblebee-uninstall.

    Note: just to test the huge difference you can run glxgears and show your results here.
    Last edited by cdesseno; May 15th, 2011 at 01:20 AM.

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
  •