0

Ok, I install Devuan Linux without GUI on QEMU and then install Awesome, then install VNC by this instruction step 1 and step 2:

this is ok, but when I connect via vnc viewer for my virtual pc I see next: image (only white noise instead of an image)

this is my config in: $ ~/.vnc/xstartup

#!/bin/sh

xrdb "$HOME/.Xresources"
startawesome &

someone know any solutions ?

xAllx
  • 1
  • 1

1 Answers1

0

When I installed Awesome the two executables were awesome and awesome-client, so I just changed my window manager line to "awesome &" and that was that. I'm on Ubuntu but I doubt the executable name would be different on other flavors.

wprager
  • 21
  • 1