java - JavaFX 8: rendering messed up on Linux -


There is two links to the Oracle's Java FX "Hello World" example screenshot on my Debian VG workstation.

> The first one is built with a 1.7 target with JDK6u67, and running with the related JRE:

The second one with the 1.8 goal was created with JDK8u20 And run with this JRE. As you can see, rendering at Java 8 is very wrong. Note that the nice app icon has been replaced by the X server icon in another screenshot.
It may be worth it, it is also worth noting that running on "good", that is Java 7, Java 8 is also awesome.

Either the construction work is fine on Windows.
Can anyone be wrong?

Some information about my system: $ X -version
X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol version 11, Revision 0
Construction Operating System: Linux 3.11-2-AMD 64 x86_64 Debian - Current Operating System: Linux Bases 3.2.0-4-MD64 # 1 SMP Debian 3.2.6 0-1 + deb7u3 x86_64
Kernel Command Line: BOOT_IMAGE = / vmlinuz-3.2.0-4-amd64 Root = / dev / mapper / babasee-root ro Quiet
Build Date: 17 December 2013 07:37: 58 PM
Exorgh-Server 2: 1.12.4-6 + DB7U2 (Julienne Crisse To) - Current version of Pixman: 0.26.0

You can disable it by following OpenLL rendering Can solve.

Update: Add a property to

code> System.setProperty ("prism.order", "j2d"); The value is now -Dprism.order = sw .

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -