-
Notifications
You must be signed in to change notification settings - Fork 265
Description
I get a back screen with a cursor after the boot messages. I first tried changing the webpage in fullpageos.txt to no avail.
I can ssh to the Pi and can ping google from it so I know that I have internet connection to the pi.
If I kill Xorg and then try to restart the service from ./run_onepageos I get a list of several error messages that it cannot open the display.
xset: unable to open display ""
xset: unable to open display ""
xset: unable to open display ""
matchbox: can't open display! check your DISPLAY variable.
14/01/2016 04:40:36 passing arg to libvncserver: -rfbauth
14/01/2016 04:40:36 passing arg to libvncserver: /home/pi/.vnc/passwd
14/01/2016 04:40:36 x11vnc version: 0.9.13 lastmod: 2011-08-10 pid: 953
14/01/2016 04:40:36 XOpenDisplay("") failed.
14/01/2016 04:40:36 Trying again with XAUTHLOCALHOSTNAME=localhost ...
14/01/2016 04:40:36
14/01/2016 04:40:36 *** XOpenDisplay failed. No -display or DISPLAY.
14/01/2016 04:40:36 *** Trying ":0" in 4 seconds. Press Ctrl-C to abort.
14/01/2016 04:40:36 *** 1 2 3 4
14/01/2016 04:40:40 XOpenDisplay(":0") failed.
14/01/2016 04:40:40 Trying again with XAUTHLOCALHOSTNAME=localhost ...
14/01/2016 04:40:40 XOpenDisplay(":0") failed.
14/01/2016 04:40:40 Trying again with unset XAUTHLOCALHOSTNAME ...
14/01/2016 04:40:40
14/01/2016 04:40:40 ***************************************
14/01/2016 04:40:40 *** XOpenDisplay failed (:0)
*** x11vnc was unable to open the X DISPLAY: ":0", it cannot continue.
*** There may be "Xlib:" error messages above with details about the failure.
This is with the latest nightly build, I'll try the october build to see if I can get that working.
I think it might be trivial to note that I am using a Pi Zero.
Cheers.