scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.67k stars 642 forks source link

GUI Could not connect to any X display #287

Closed LuiCheese closed 3 years ago

LuiCheese commented 3 years ago

When using the GUI set to true I get an error that says:

PuTTY X11 proxy: Unsupported authorisation protocol qt.qpa.screen: QXcbConnection: Could not connect to display localhost:10.0 Could not connect to any X display.

I am using Xming server with putty x11 forwarding turned on and all the other ssh_config uncommented, not really sure what is wrong,

joeybab3 commented 3 years ago

It's trying to display the visualization which it can't do if you're on a tty. Disable the visualization and it should work.