Search Unity

Running the editor with Bumblebee

Discussion in 'Linux' started by danskidb, Aug 26, 2015.

  1. danskidb

    danskidb

    Joined:
    Jan 17, 2014
    Posts:
    2
    $ primusrun/optirun unity-editor
    does not seem to work. (Ubuntu Gnome 14.10)

    Any tips on getting this started with my dedicated GPU?


    --- FIX ---
    run from terminal with
    $ optirun /opt/Unity/Editor/Unity

    Editing the entry in the Gnome 3 menu: http://imgur.com/a/CmJdv#0
    So that it will always start on the dedicated GPU :)
     
    Last edited: Aug 27, 2015
    Chaoseiro likes this.
  2. TriBlade9

    TriBlade9

    Joined:
    Aug 26, 2015
    Posts:
    3
    I second this. Will be doing some more experiments later on, but this is a must for some developers. :)
     
  3. Chaoseiro

    Chaoseiro

    Joined:
    Aug 28, 2013
    Posts:
    40
    I've managed to run it using:
    cd /opt/Unity/Editor/
    optirun ./Unity
     
  4. spacepluk

    spacepluk

    Joined:
    Aug 26, 2015
    Posts:
    243
    hi there, this works for me on arch linux running with primusrun from any directory. I'm using this packages from the arch repos:

    bumblebee 3.2.1-10
    nvidia 352.30-3
     
  5. WildMageGames

    WildMageGames

    Joined:
    Mar 24, 2014
    Posts:
    283
    It works for me, with package bumblebee-nvidia, Xubuntu 14.04, I run
     
  6. danskidb

    danskidb

    Joined:
    Jan 17, 2014
    Posts:
    2
  7. Sisso

    Sisso

    Joined:
    Sep 29, 2009
    Posts:
    196
    You can change your shortcut command line to do like @a.emilien said (at least with xubuntu)