Re: Linux + Java 7 + Dual screen issue
Posted by
Sven Gothel on
Mar 05, 2014; 6:40pm
URL: https://forum.jogamp.org/Linux-Java-7-Dual-screen-issue-tp4030862p4031779.html
On 03/05/2014 06:58 PM, kendzi [via jogamp] wrote:
> I have check jogl 2.1.4 and there is still problem with double screen in
> linux. Did you made any fix for that? How to use workaround provided by
> lrenard? It seems that peers are internal and is not possible to overwrite
> them after frame is created.
We currently don't have:
- a bug report
- a patch (git, diff)
- test-case/unit-test
If you are willing to provide all these, great
- then we can validate the issue (confirm the bug)
and test whether the patch works.
If you create the bug entry, pls copy/paste all valuable information into it.
A patch should at least be in form of a 'unified diff',
git diffs or pull requests preferred.
The patch shall also contain a test to validate the issue,
at least the bug description should contain a clear recipe.
Thank you!
~Sven