Title: Trying to run DiabloMiner on beaglebone(java runtime error) Post by: Xenland on June 19, 2012, 10:24:53 PM I tryed to run diablominer on beaglebone and it gave me the following errors
Quote Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:62) at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:178) at java.security.AccessController.doPrivileged(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:142) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82) at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:112) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at java.awt.Toolkit$2.run(Toolkit.java:849) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:841) at org.lwjgl.LinuxSysImplementation.<clinit>(LinuxSysImplementation.java:50) at org.lwjgl.Sys.createImplementation(Sys.java:126) at org.lwjgl.Sys.<clinit>(Sys.java:111) at org.lwjgl.opencl.CL.<clinit>(CL.java:52) at com.diablominer.DiabloMiner.DiabloMiner.execute(DiabloMiner.java:540) at com.diablominer.DiabloMiner.DiabloMiner.main(DiabloMiner.java:137) I'm guessing it can't find the screen(which their isn't one) and thus can't find the OpenGL chip on board and just stops right then and their ? |