<?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: ver 100.4.0 OpenGL issue on Ubuntu 18.04 in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552085#M1731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the later because of vacation.&lt;/P&gt;&lt;P&gt;I try the nvidia proprietary driver on that link. and follow some helpful links for pre-steps of that driver.&lt;/P&gt;&lt;P&gt;1. Disable X server.&lt;/P&gt;&lt;P&gt;Ctrl + Shift + F2, and run: $ sudo service lightdm stop&lt;/P&gt;&lt;P&gt;&lt;A href="https://askubuntu.com/questions/65856/how-does-one-exit-the-x-server"&gt;https://askubuntu.com/questions/65856/how-does-one-exit-the-x-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Disable Ubuntu default "nouveau" driver&lt;/P&gt;&lt;P&gt;&lt;A href="https://linuxconfig.org/how-to-disable-nouveau-nvidia-driver-on-ubuntu-18-04-bionic-beaver-linux"&gt;https://linuxconfig.org/how-to-disable-nouveau-nvidia-driver-on-ubuntu-18-04-bionic-beaver-linux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After reboot, in console mode, when I ran "$ sudo bash ./NVIDIA-Linux-x86_64-334.21.run", it prompted can not compile the nvidia.ko...&lt;/P&gt;&lt;P&gt;Please see the attached log.&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2019 07:31:05 GMT</pubDate>
    <dc:creator>chenzero</dc:creator>
    <dc:date>2019-02-14T07:31:05Z</dc:date>
    <item>
      <title>ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552081#M1727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I successfully run 2d Map java code , e.g: code using&amp;nbsp;MapView,&amp;nbsp;&lt;/P&gt;&lt;P&gt;however, code using SceneView e.g:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-java/blob/master/src/main/java/com/esri/samples/scene/display_scene/DisplaySceneSample.java" title="https://github.com/Esri/arcgis-runtime-samples-java/blob/master/src/main/java/com/esri/samples/scene/display_scene/DisplaySceneSample.java"&gt;arcgis-runtime-samples-java/DisplaySceneSample.java at master · Esri/arcgis-runtime-samples-java · GitHub&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;throw Exception:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java version : 1.8.0_181 (Oracle Corporation) amd64&lt;BR /&gt;Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Error code: 18&lt;BR /&gt;Error message: Internal error exception&lt;BR /&gt;Additional error message: star_draw,GL_VERTEX_SHADER:0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, 3.00 ES, and 3.10 ES&lt;/P&gt;&lt;P&gt;at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.nativeDrawMap(Native Method)&lt;BR /&gt; at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.a(SourceFile:107)&lt;BR /&gt; at com.esri.arcgisruntime.internal.mapping.view.k$1.a(SourceFile:75)&lt;BR /&gt; at com.esri.arcgisruntime.internal.jni.CoreGeoView.onDrawRequested(SourceFile:462)&lt;BR /&gt; at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.nativePulse(Native Method)&lt;BR /&gt; at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.c(SourceFile:95)&lt;BR /&gt; at com.esri.arcgisruntime.internal.mapping.view.k.a(SourceFile:91)&lt;BR /&gt; at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)&lt;BR /&gt; at com.esri.arcgisruntime.internal.mapping.view.aa$1.handle(SourceFile:31)&lt;BR /&gt; at javafx.animation.AnimationTimer$AnimationTimerReceiver.lambda$handle$485(AnimationTimer.java:57)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at javafx.animation.AnimationTimer$AnimationTimerReceiver.handle(AnimationTimer.java:56)&lt;BR /&gt; at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:357)&lt;BR /&gt; at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:267)&lt;BR /&gt; at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:514)&lt;BR /&gt; at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:498)&lt;BR /&gt; at com.sun.javafx.tk.quantum.QuantumToolkit.pulseFromQueue(QuantumToolkit.java:491)&lt;BR /&gt; at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$403(QuantumToolkit.java:319)&lt;BR /&gt; at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)&lt;BR /&gt; at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)&lt;BR /&gt; at com.sun.glass.ui.gtk.GtkApplication.lambda$null$48(GtkApplication.java:139)&lt;BR /&gt; at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Error code: 18&lt;BR /&gt;Error message: Internal error exception&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my computer&amp;nbsp;OpenGL info,&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ glxinfo |grep OpenGL&lt;BR /&gt;OpenGL vendor string: Intel Open Source Technology Center&lt;BR /&gt;OpenGL renderer string: Mesa DRI Intel(R) Haswell Desktop &lt;BR /&gt;OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.0.5&lt;BR /&gt;OpenGL core profile shading language version string: 4.50&lt;BR /&gt;OpenGL core profile context flags: (none)&lt;BR /&gt;OpenGL core profile profile mask: core profile&lt;BR /&gt;OpenGL core profile extensions:&lt;BR /&gt;OpenGL version string: 3.0 Mesa 18.0.5&lt;BR /&gt;OpenGL shading language version string: 1.30&lt;BR /&gt;OpenGL context flags: (none)&lt;BR /&gt;OpenGL extensions:&lt;BR /&gt;OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.0.5&lt;BR /&gt;OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10&lt;BR /&gt;OpenGL ES profile extensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 07:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552081#M1727</guid>
      <dc:creator>chenzero</dc:creator>
      <dc:date>2019-01-07T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552082#M1728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see you are using a generic Mesa driver.&amp;nbsp; If you are using an NVidia graphics card for example, then install the correct driver for your hardware and this will get you the OpenGL capabilities needed for the 3D visualisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552082#M1728</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2019-01-17T15:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552083#M1729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/218882"&gt;Java Runtime Error on Ubuntu&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply. I installed a GTX745 card on Ubuntu 18.04,&lt;/P&gt;&lt;P&gt;the issue is: perhaps some problem of Ubuntu 18.04 with Multiple display cards(the CPU is:&lt;/P&gt;&lt;P&gt;Intel(R) Core(TM) i5-4460&amp;nbsp; CPU with integrated display),&lt;/P&gt;&lt;P&gt;when I ran MyMapApp.java (attached in this thread), the whole operating system hang.&lt;/P&gt;&lt;P&gt;when I ran &lt;A href="https://github.com/Esri/arcgis-runtime-samples-java/blob/master/src/main/java/com/esri/samples/scene/display_scene/DisplaySceneSample.java"&gt;DisplaySceneSample.java&lt;/A&gt;,&amp;nbsp; a black window pop up, however, almost same exception like before(no install GTX745 card)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initializing...&lt;BR /&gt;Java version : 1.8.0_181 (Oracle Corporation) amd64&lt;BR /&gt;Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Error code: 18&lt;BR /&gt;Error message: Internal error exception&lt;BR /&gt;Additional error message: star_draw,GL_VERTEX_SHADER:0:1(10): error: GLSL 1.50 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.nativeDrawMap(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.a(SourceFile:107)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.mapping.view.k$1.a(SourceFile:75)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.jni.CoreGeoView.onDrawRequested(SourceFile:462)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.nativePulse(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.mapping.view.RenderingContext.c(SourceFile:95)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.mapping.view.k.a(SourceFile:91)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.esri.arcgisruntime.internal.mapping.view.aa$1.handle(SourceFile:31)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at javafx.animation.AnimationTimer$AnimationTimerReceiver.lambda$handle$485(AnimationTimer.java:57)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at javafx.animation.AnimationTimer$AnimationTimerReceiver.handle(AnimationTimer.java:56)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:357)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:267)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:514)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:498)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.javafx.tk.quantum.QuantumToolkit.pulseFromQueue(QuantumToolkit.java:491)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$403(QuantumToolkit.java:319)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at com.sun.glass.ui.gtk.GtkApplication.lambda$null$48(GtkApplication.java:139)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Exception in thread "JavaFX Application Thread" java.lang.RuntimeException: Error code: 18&lt;BR /&gt;Error message: Internal error exception&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OpenGL info is:&lt;/P&gt;&lt;P&gt;$ glxinfo|grep OpenGL&lt;BR /&gt;OpenGL vendor string: nouveau&lt;BR /&gt;OpenGL renderer string: NV117&lt;BR /&gt;OpenGL core profile version string: 4.3 (Core Profile) Mesa 18.0.5&lt;BR /&gt;OpenGL core profile shading language version string: 4.30&lt;BR /&gt;OpenGL core profile context flags: (none)&lt;BR /&gt;OpenGL core profile profile mask: core profile&lt;BR /&gt;OpenGL core profile extensions:&lt;BR /&gt;OpenGL version string: 3.0 Mesa 18.0.5&lt;BR /&gt;OpenGL shading language version string: 1.30&lt;BR /&gt;OpenGL context flags: (none)&lt;BR /&gt;OpenGL extensions:&lt;BR /&gt;OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.0.5&lt;BR /&gt;OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10&lt;BR /&gt;OpenGL ES profile extensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 09:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552083#M1729</guid>
      <dc:creator>chenzero</dc:creator>
      <dc:date>2019-01-24T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552084#M1730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error you are getting is indicating that you don't meet the OpenGL requirements of the app you are running.&amp;nbsp; Very often developers find that 2D apps work okay as they have a lower entry point for the OpenGL requirements, but 3D apps fail due to the extra OpenGL capabilities we utilise.&amp;nbsp; In this case, the apps will be failing very early in the execution at the point where we try to create an OpenGL context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at the GTX745 graphics card and it should certainly work for most 3D apps, you just need to correct driver.&amp;nbsp; Could this be what you need&amp;nbsp;&lt;A class="link-titled" href="https://www.nvidia.com/download/driverresults.aspx/73666/en-us" title="https://www.nvidia.com/download/driverresults.aspx/73666/en-us"&gt;NVIDIA DRIVERS Linux x64 (AMD64/EM64T) Display Driver&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 14:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552084#M1730</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2019-01-28T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552085#M1731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry the later because of vacation.&lt;/P&gt;&lt;P&gt;I try the nvidia proprietary driver on that link. and follow some helpful links for pre-steps of that driver.&lt;/P&gt;&lt;P&gt;1. Disable X server.&lt;/P&gt;&lt;P&gt;Ctrl + Shift + F2, and run: $ sudo service lightdm stop&lt;/P&gt;&lt;P&gt;&lt;A href="https://askubuntu.com/questions/65856/how-does-one-exit-the-x-server"&gt;https://askubuntu.com/questions/65856/how-does-one-exit-the-x-server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Disable Ubuntu default "nouveau" driver&lt;/P&gt;&lt;P&gt;&lt;A href="https://linuxconfig.org/how-to-disable-nouveau-nvidia-driver-on-ubuntu-18-04-bionic-beaver-linux"&gt;https://linuxconfig.org/how-to-disable-nouveau-nvidia-driver-on-ubuntu-18-04-bionic-beaver-linux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After reboot, in console mode, when I ran "$ sudo bash ./NVIDIA-Linux-x86_64-334.21.run", it prompted can not compile the nvidia.ko...&lt;/P&gt;&lt;P&gt;Please see the attached log.&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 07:31:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552085#M1731</guid>
      <dc:creator>chenzero</dc:creator>
      <dc:date>2019-02-14T07:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552086#M1732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After try the nvidia latest linux 64 driver on page:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nvidia.com/Download/driverResults.aspx/141700/en-us" title="https://www.nvidia.com/Download/driverResults.aspx/141700/en-us"&gt;NVIDIA DRIVERS Linux x64 (AMD64/EM64T) Display Driver&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(NVIDIA-Linux-x86_64-410.93.run)&lt;/P&gt;&lt;P&gt;I can run all java code examples no matter MapView or SceneView.&lt;/P&gt;&lt;P&gt;Thanks and Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After installation, the OpenGL info is:&lt;/P&gt;&lt;P&gt;$ glxinfo|grep OpenGL&lt;/P&gt;&lt;P&gt;OpenGL vendor string: NVIDIA Corporation&lt;BR /&gt;OpenGL renderer string: GeForce GTX 745/PCIe/SSE2&lt;BR /&gt;OpenGL core profile version string: 4.6.0 NVIDIA 410.93&lt;BR /&gt;OpenGL core profile shading language version string: 4.60 NVIDIA&lt;BR /&gt;OpenGL core profile context flags: (none)&lt;BR /&gt;OpenGL core profile profile mask: core profile&lt;BR /&gt;OpenGL core profile extensions:&lt;BR /&gt;OpenGL version string: 4.6.0 NVIDIA 410.93&lt;BR /&gt;OpenGL shading language version string: 4.60 NVIDIA&lt;BR /&gt;OpenGL context flags: (none)&lt;BR /&gt;OpenGL profile mask: (none)&lt;BR /&gt;OpenGL extensions:&lt;BR /&gt;OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 410.93&lt;BR /&gt;OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20&lt;BR /&gt;OpenGL ES profile extensions:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 09:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552086#M1732</guid>
      <dc:creator>chenzero</dc:creator>
      <dc:date>2019-02-14T09:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: ver 100.4.0 OpenGL issue on Ubuntu 18.04</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552087#M1733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks great news - thanks for the update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 10:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/ver-100-4-0-opengl-issue-on-ubuntu-18-04/m-p/552087#M1733</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2019-02-15T10:30:28Z</dc:date>
    </item>
  </channel>
</rss>

