<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I try to run my JavaFX program on Linux(Centos 7) but have displaying problem in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047524#M2349</link>
    <description>&lt;P&gt;It's very likely again that your drivers don't meet the OpenGL requirements to render a 3D scene.&amp;nbsp; On the VM are you able to render a MapView based app?&lt;/P&gt;&lt;P&gt;What happens when you query the graphics capabilities of the machine using&amp;nbsp;&lt;/P&gt;&lt;P&gt;glxinfo | grep "version"&lt;/P&gt;&lt;P&gt;Also see the requirements here&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/reference/system-requirements/" target="_blank"&gt;https://developers.arcgis.com/java/reference/system-requirements/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The SDK has been tested against SUSE, Ubuntu and Redhat.&amp;nbsp; I've never tried centOS before but my understanding is this is very similar to Redhat.&amp;nbsp; You do however need to have the correct OpenGL / shader support.&amp;nbsp; As I explained some software based graphics drivers are not complete; drivers from the graphics card vendor are the best way forward.&amp;nbsp; As you can see on my Ubuntu machine I have the correct nvidia drivers and I meet the requirements easily:&lt;/P&gt;&lt;P&gt;OpenGL version string: 4.6.0 NVIDIA 390.141&lt;/P&gt;&lt;P&gt;OpenGL shading language version string: 4.60 NVIDIA&lt;/P&gt;</description>
    <pubDate>Thu, 15 Apr 2021 13:19:18 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2021-04-15T13:19:18Z</dc:date>
    <item>
      <title>I try to run my JavaFX program on Linux(Centos 7) but have displaying problem</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1046897#M2346</link>
      <description>&lt;P&gt;I try to run my program on Linux. I have one error:&lt;/P&gt;&lt;P&gt;"Prism-ES2 Error : GL_VERSION(major.minor) = 1.4"&lt;/P&gt;&lt;P&gt;And my .tif scene image doesn't display. Just white window.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image1.jpeg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10833i965EF7129A230F70/image-size/large?v=v2&amp;amp;px=999" role="button" title="image1.jpeg" alt="image1.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I use &lt;SPAN&gt;JavaFX Linux SDK 11.0.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Apr 2021 14:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1046897#M2346</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-14T14:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: I try to run my JavaFX program on Linux(Centos 7) but have displaying problem</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047217#M2347</link>
      <description>&lt;P&gt;I suspect you need to update or install the drivers for your graphics card.&amp;nbsp; Runtime apps running in Linux will need to create an openGL context and it looks like your drivers are not allowing it.&lt;/P&gt;&lt;P&gt;If you can get a driver from the vendor of the chipset for your graphics card this will be best.&amp;nbsp; My experience of open source software based drivers is not good.&amp;nbsp; For example on my old Ubuntu machine I have the nVidia drivers and this works nicely.&amp;nbsp; You can see how I've checked the openGL support and drivers below:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;~$ glxinfo | grep "version"
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 4.6.0 NVIDIA 390.141
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL version string: 4.6.0 NVIDIA 390.141
OpenGL shading language version string: 4.60 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.141
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
    GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Does this help?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 19:18:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047217#M2347</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-04-14T19:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: I try to run my JavaFX program on Linux(Centos 7) but have displaying problem</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047468#M2348</link>
      <description>&lt;P&gt;Thank you. I installed Linux on another computer on Virtual Machine and program started. But the dispayed Earth is black.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image1 (1).jpeg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/10961iB632836E07262814/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image1 (1).jpeg" alt="image1 (1).jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 10:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047468#M2348</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-15T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: I try to run my JavaFX program on Linux(Centos 7) but have displaying problem</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047524#M2349</link>
      <description>&lt;P&gt;It's very likely again that your drivers don't meet the OpenGL requirements to render a 3D scene.&amp;nbsp; On the VM are you able to render a MapView based app?&lt;/P&gt;&lt;P&gt;What happens when you query the graphics capabilities of the machine using&amp;nbsp;&lt;/P&gt;&lt;P&gt;glxinfo | grep "version"&lt;/P&gt;&lt;P&gt;Also see the requirements here&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/reference/system-requirements/" target="_blank"&gt;https://developers.arcgis.com/java/reference/system-requirements/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The SDK has been tested against SUSE, Ubuntu and Redhat.&amp;nbsp; I've never tried centOS before but my understanding is this is very similar to Redhat.&amp;nbsp; You do however need to have the correct OpenGL / shader support.&amp;nbsp; As I explained some software based graphics drivers are not complete; drivers from the graphics card vendor are the best way forward.&amp;nbsp; As you can see on my Ubuntu machine I have the correct nvidia drivers and I meet the requirements easily:&lt;/P&gt;&lt;P&gt;OpenGL version string: 4.6.0 NVIDIA 390.141&lt;/P&gt;&lt;P&gt;OpenGL shading language version string: 4.60 NVIDIA&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 13:19:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1047524#M2349</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-04-15T13:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: I try to run my JavaFX program on Linux(Centos 7) but have displaying problem</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1048425#M2350</link>
      <description>&lt;P&gt;Thank you. Command glxinfo | grep "version" returns that&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VanyaIvanov_0-1618653078690.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11162i735BCFA7A9FE5AB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VanyaIvanov_0-1618653078690.png" alt="VanyaIvanov_0-1618653078690.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I suppose i should somehow update OpenGL version&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 09:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1048425#M2350</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-17T09:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: I try to run my JavaFX program on Linux(Centos 7) but have displaying problem</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1052220#M2351</link>
      <description>&lt;P&gt;I've tried to run my program on Centos version 7.7 and it works well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 12:56:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/i-try-to-run-my-javafx-program-on-linux-centos-7/m-p/1052220#M2351</guid>
      <dc:creator>VanyaIvanov</dc:creator>
      <dc:date>2021-04-28T12:56:09Z</dc:date>
    </item>
  </channel>
</rss>

