Loggytronic Forum

VOMP => VOMP for Raspberry Pi => Topic started by: wolfgang6444 on May 10, 2014, 19:08:17

Title: How to return to desktop
Post by: wolfgang6444 on May 10, 2014, 19:08:17
Hi,

this is a very basic question:
Is there a way to quit the vompclient and return to the X11-desktop without rebooting?

Thanks
Wolfgang
Title: Re: How to return to desktop
Post by: MartenR on May 11, 2014, 09:07:32
No, not with default build options.
But you can uncomment the following line in the makefile
vomp_options+= -DVOMP_HAS_EXIT
Then vomp has an exit option.

It may be, that you have to restore the X11 drivers in a way, since vomp is not written with having a running X11 in mind.

Marten