Bug 30615

Summary: Не отрисовывает графики на видеокартах <> Nvidia (с драйвером nvidia)
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: scilabAssignee: Nobody's working on this, feel free to take it <nobody>
Status: ASSIGNED --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: mike
Version: unstable   
Hardware: all   
OS: Linux   
URL: http://wiki.scilab.org/Graphical%20issues%20with%20Scilab%205.X

Description Andrey Cherepanov 2014-12-29 18:28:56 MSK
Scilab 5.X is doing an advanced use of JOGL (the Java Binding for the OpenGL). For performance reasons, we are using the Java2D OpenGL Pipeline. From a more technical aspect, it is using the internal buffer of the graphic cards called pbuffer.

...

Workaround
----------

From Scilab, execute the function:

  system_setproperty("jogl.gljpanel.nohw","");

Or launch Scilab wih hardware acceleration deactivated:

  LIBGL_ALWAYS_SOFTWARE=1 bin/scilab-adv-cli
Comment 1 Andrey Cherepanov 2014-12-29 23:28:34 MSK
На radeon срабатывает только

  LIBGL_ALWAYS_SOFTWARE=1 scilab
Comment 2 Michael Shigorin 2014-12-31 22:20:19 MSK
Вероятно, стоит изобразить обвязку вроде opengl-game-wrapper.sh из федориного opengl-games-utils: http://fedoraproject.org/wiki/SIGs/Games/Packaging