Does AIX support the Xrandr extension?
Volker Simonis
volker.simonis at gmail.com
Fri Nov 16 09:17:28 UTC 2018
Hi AIX experts,
a recent change ("8210863: Remove Xrandr include files from JDK
sources" [1]) has removed the Xrander header files which were
previously checked in in the OpenJDK sources, from there. This means
that the build now requires the platform version of these header
files:
X11/extensions/Xrandr.h
X11/extensions/randr.h
To the best of my knowledge, AIX does not support the Xrandr extension
and I couldn't find the corresponding header files any where (even not
in the "AIX Toolbox for Linux Applications" [2]).
I've therefor prepared a change which fixes these issues on AIX (see:
http://mail.openjdk.java.net/pipermail/2d-dev/2018-November/009636.html).
However, before pushing this fix, I'd like to get a confirmation if
Xrandr is indeed not supported and not available on AIX. If it is,
please point me to a place where I can get a package with the
corresponding header files.
Thank you and best regards,
Volker
[1] https://bugs.openjdk.java.net/browse/JDK-8210863
[2] https://www.ibm.com/developerworks/aix/library/aix-toolbox/alpha.html
More information about the ppc-aix-port-dev
mailing list