FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1560 : only top left 100 x 100 pixels are displayed in presentation mode (Linux 1.1 and onward)
Last modified: 2010-05-16 05:00
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
INVALID -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
Job
Assigned To:
fry
Attachment
Type
Created
Size
Actions
Description
: Opened: 2010-05-09 08:36
Starting with Processing 1.1 and onward, when trying to use the presentation mode only
the top left 100x100 pixels get displayed. I'm running Eeebuntu on a netbook. It also
happens when exporting as a fullscreen application.
The problem isn't there with version 1.0.9.
Additional Comment
#1 From fry 2010-05-11 06:14
very odd, will have to look into it. thanks for the report.
Additional Comment
#2 From Job 2010-05-11 14:11
I found a "fix": I appearantly was using openJDK, I switched to Sun JDK. Problem solved.
So maybe it's a bug in the OpenJDK implementation of Java, not in Processing.
Additional Comment
#3 From Job 2010-05-11 14:41
I'll provide some more information, hopefully it will help finding the cause of the bug. The installed JDKs
are:
sun-java6-jdk 6-16-0ubuntu1.9.04
openjdk-6-jdk 6b14-1.4.1-0ubuntu13
Switching back to openjdk re-introduces the bug (I'm also under the impression that sun-jdk is slightly
faster, but that's not the point).
Additional Comment
#4 From fry 2010-05-16 05:00
Yes, OpenJDK is not supported:
http://processing.org/reference/troubleshooting/#linux
I think I may just need to add a warning message about it for users who
start the software using something beside the Sun/Oracle implementation.