Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Cannot sign up to processing-forum #18

Closed
jcdutton opened this issue Jun 11, 2017 · 3 comments
Closed

Cannot sign up to processing-forum #18

jcdutton opened this issue Jun 11, 2017 · 3 comments

Comments

@jcdutton
Copy link

Hi,

I try to sign up to processing forum.
It sent me an email which has a "confirm you email" link.
I clicked on it, but got this:
"We couldn't confirm your email. Check the link in the email we sent you or try sending another confirmation email."
When I try to click on the "To send another confirmation email click here." I get:
"Your email doesn't need confirmation."

I cannot comment or open new discussion threads.

I wish to highlight how to get processing P2D/P3D working with xvfb.
Problems with Processing P2D Xvfb
I had problem getting it working, I got just a black screen as output.
The solution is to use "noSmooth()" after the size(...)
public void settings() {
size(800, 600, P2D);
noSmooth();
}

Xvfb does not do multisampling, so does not like the attribute list parameters
// GLX_SAMPLE_BUFFERS, 1,
// GLX_SAMPLES, 2,
By setting noSmooth(), it does not request GLX_SAMPLES, 2 any more, and therefore works with Xvfb.

@kfrajer
Copy link

kfrajer commented Jun 20, 2017

Are you referring to this post?

kfrajer

@jcdutton
Copy link
Author

Yes. using "nosmooth() will fix their issue.

@fjenett
Copy link
Member

fjenett commented May 18, 2018

We are moving on to a new forum software, try here: https://discourse.processing.org/

@fjenett fjenett closed this as completed May 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants