Skip to content

Instantly share code, notes, and snippets.

@xranby
Created March 27, 2013 10:25
Show Gist options
  • Save xranby/64263a31af92d3092772 to your computer and use it in GitHub Desktop.
Save xranby/64263a31af92d3092772 to your computer and use it in GitHub Desktop.
Processing 2.0 b8 test on Toshiba ac100 when used in combination with GLX xorg.conf https://gist.github.com/xranby/5253221
NvRmPrivGetChipIdStub: Could not read Tegra chip id/rev
Expected on kernels without Tegra3 support, using Tegra2
Loading GLESv2lib libGLESv2.so.2
Library for API 1 exposes function not wrapped: glPointSizePointerOES
Exception in thread "Animation Thread" java.lang.RuntimeException: No framebuffer objects available
at processing.opengl.PGL$PGLListener.init(PGL.java:3255)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:532)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:571)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:558)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:286)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1021)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:896)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:545)
at processing.opengl.PGL.requestDraw(PGL.java:1197)
at processing.opengl.PGraphicsOpenGL.requestDraw(PGraphicsOpenGL.java:1550)
at processing.core.PApplet.run(PApplet.java:2140)
at java.lang.Thread.run(Thread.java:722)
** (java:1521): WARNING **: Invalid borders specified for theme pixmap:
/usr/share/themes/Lubuntu-default/gtk-2.0/images/scrollbar_horizontal-sel.png,
borders don't fit within the image
OpenGL error 1280 at bot beginDraw(): invalid enumerant
OpenGL error 1280 at bot endDraw(): invalid enumerant
NEWT X11 Key: keyCode 0x72 keySym 0xFF53 (shifted: 0xFF53), keyChar '', javaVKey[US 0x27, NN 0x27]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment