http://bugs.winehq.org/show_bug.cgi?id=59568 --- Comment #7 from Bernhard Übelacker <bernhardu@mailbox.org> --- (In reply to Hamish McIntyre-Bhatty from comment #6)
Thanks for the tips. Unfortunately, I can't get this to work with lightdm on LMDE 7, even following the answer here doesn't seem to do anything: https://www.reddit.com/r/linuxquestions/comments/gnjdyg/ how_to_pass_options_to_xserver_using_lightdm/
Any more advice?
The internet returns for lightdm there may be a /etc/lightdm/lightdm.conf, where following lines could help xserver-allow-tcp=true xserver-command=X -listen tcp
I have found if I install the Vcxsrv X server in wine and put it in fullscreen mode that it works, however, so this is sort of a solved problem for me now anyway.
Cygwin brings already an X server just - Install the package xinit, due to [1]. - Unset XAUTHORITY, because our bash inherited that from the linux environment. Having the cygwin X server run with DISPLAY=:0 from the linux environment should be no problem. - Start the server by startxwin, see [2]. wine 'c:\cygwin64\bin\bash.exe' --login -i $ unset XAUTHORITY $ startxwin & $ sleep 10s $ xlogo & [1] https://x.cygwin.com/ [2] https://x.cygwin.com/docs/ug/cygwin-x-ug.html So it should not be needed to install an external X server. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.