Quadro NVS 140M 升级后 Unity 3D 不再工作/

Quadro NVS 140M 升级后 Unity 3D 不再工作/

升级后 Unity 3D 不再工作。我尝试了几种方法:

  • unity --reset
  • 重新启用 Unity 插件
  • 重新安装 ccsm、unity、...

我该怎么做才能让 Unity 正常工作?Unity 2D、Gnome 会话工作正常。

    tony@xllap ~ # /usr/lib/nux/unity_support_test -p
    OpenGL vendor string:   NVIDIA Corporation
    OpenGL renderer string: Quadro NVS 140M/PCI/SSE2
    OpenGL version string:  3.3.0 NVIDIA 285.05.09

    Not software rendered:    yes
    Not blacklisted:          yes
    GLX fbconfig:             yes
    GLX texture from pixmap:  yes
    GL npot or rect textures: yes
    GL vertex program:        yes
    GL fragment program:      yes
    GL vertex buffer object:  yes
    GL framebuffer object:    yes
    GL version is 1.4+:       yes

    Unity 3D supported:       yes

    tony@xllap:~$ unity --reset
    WARNING: Unity currently default profile, so switching to metacity while resetting the values
    unity-panel-service: Kein Prozess gefunden
    Checking if settings need to be migrated ...no
    Checking if internal files need to be migrated ...no
    Backend     : gconf
    Integration : true
    Profile     : unity
    Adding plugins
    Skipping upgrade com.canonical.unity.unity.01.upgrade
    Skipping upgrade com.canonical.unity.unity.02.upgrade
    Initializing core options...done
    Initializing bailer options...done
    Initializing detection options...done
    Initializing composite options...done
    Initializing opengl options...done
    Initializing decor options...done
    Initializing mousepoll options...done
    Initializing vpswitch options...done
    Initializing animation options...done
    Initializing snap options...done
    compiz (expo) - Warn: failed to bind image to texture
    Initializing expo options...done
    Initializing move options...done
    Initializing place options...done
    Initializing grid options...done
    Initializing gnomecompat options...done
    Initializing wall options...done
    Initializing ezoom options...done
    Initializing workarounds options...done
    Initializing resize options...done
    Initializing fade options...done
    Initializing unitymtgrabhandles options...done
    Initializing scale options...done
    I/O warning : failed to load external entity "/home/tony/.compiz/session/106db7534999063ba5131867168837080100000180430006"
    Initializing session options...done
    error in geis_init

    Screen geometry changed:
    1680x0x1920x1080
    0x0x1680x1050

    unity-panel-service: Kein Prozess gefunden
    unity-panel-service: Kein Prozess gefunden
    Segmentation fault

答案1

https://bugs.launchpad.net/ubuntu/+source/unity/+bug/860707

看起来如果你是通过安装 xorg-edgers 来到这里,那么(从错误来看):

sudo ppa-purge xorg-edgers

此后您可能需要重新启动,但至少重新启动 X:

sudo service lightdm restart

相关内容