01-18-2018, 10:18 AM
(01-18-2018, 02:41 AM)dontpostalot Wrote: I have x11vnc working fine on the Rock and also had the black screen issue for a while. *If* I remember correctly it can be fixed by compiling and installing x11vnc yourself.
Here's my startup command: x11vnc -noxrecord -noxfixes -noxdamage -shared -forever -usepw -o /home/debian/x11vnc.log -display :0 -ultrafilexfer
Hello dontpostalot,
As you suggested, I compiled from source the x11vnc but still, the black screen issue remains even with your x11vnc options.
At this point, unless I did not enable some extra parameters, this is how I compiled x11vnc
Code:
./autogen.sh && ./configure && make -j4 && sudo make install
I am just trying one more thing.... I really hope it will not work otherwise I will get REALLY upset...
I will keep you posted.