You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Debian Jessie, with no display device, the following error is displayed when attempting to run D2VWitch v2 from the command line:
QXcbConnection: Could not connect to display
Aborted
It seems to occur regardless of any command line options, so I assume it involves the logic for displaying the graphical user interface. If so, would it be possible to add an option at compilation and/or launch time to disable any graphical elements?
The text was updated successfully, but these errors were encountered:
rzumer
changed the title
Cannot run without a display
Cannot run without a display device
Apr 2, 2017
Maybe I'll make Qt optional at compile time. In the meantime, the best I can offer is a workaround: add the option -platform offscreen to every invocation of d2vwitch.
On Debian Jessie, with no display device, the following error is displayed when attempting to run D2VWitch v2 from the command line:
It seems to occur regardless of any command line options, so I assume it involves the logic for displaying the graphical user interface. If so, would it be possible to add an option at compilation and/or launch time to disable any graphical elements?
The text was updated successfully, but these errors were encountered: