[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •AMD startup fix
Page 1 of 1

AMD startup fix

Posted: 09 Jan 2018 00:09
by pwilson_r65
Hello,

When starting Gephi 0.9.2 on my computer (AMD Ryzen 7, AMD Radeon RX 580, Linux 17.10, Java 1.8.0_152), it would reach "Starting Modules", hang for a bit and then crash. The gephi log (/.gephi/0.9.2/dev/var/log) indicated the following error had occurred "java.lang.InternalError: XXX0 profile[1]: GL3bc -> profileImpl GL4bc !!! not mapped". Adding the line "export LIBGL_ALWAYS_SOFTWARE=1" to the beginning of the gephi-0.9.2/etc/gephi.conf, allows Gephi to start. If I understand correctly, LIBGL_ALWAYS_SOFTWARE=1 forces software rendering.

Is this a good way to start Gephi on an AMD system or will this cause other issues when running Gephi?

Thank you,

Paul

Re: AMD startup fix

Posted: 09 Jan 2018 10:31
by eduramiba
Hi Paul,

It seems the graphics card driver is not compliant with our opengl requirements. Try to make sure that you have the latest version of the driver installed (new mesa drivers are known to work quite well).

Re: AMD startup fix

Posted: 15 Jan 2018 21:20
by pwilson_r65
Hi eduramiba,

As far as I can tell, it looks like AMD only provides drivers for the Radeon RX 500 series up Ubuntu 16.04 (https://support.amd.com/en-us/download/linux).

My machine currently has Mesa 17.2.2 (from October 2, 2017, https://mesa3d.org/) installed (see output of glxinfo below). If you think it may be helpful, I can install the latest Mesa version (17.3.2) or Oibaf (https://launchpad.net/~oibaf/+archive/u ... cs-drivers)?

$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Radeon RX 580 Series (AMD POLARIS10 / DRM 3.18.0 / 4.13.0-25-generic, LLVM 5.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.2
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 17.2.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

Re: AMD startup fix

Posted: 16 Jan 2018 01:10
by eduramiba