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
What doesn't work?
I am having an issue like the one reported here: #574
(RPi 4 with HyperPixel display, system boots up, rat poison message is displayed, then the screen is blank)
I have found that I can get OctoDash to display if I manually do the following:
$ export DISPLAY=:0
$ octodash
This is not ideal, and I'd like the display to be set and octodash to run automatically. I looked at .xinitrc and I see that's where octodash runs. I tried adding "export DISPLAY=:0" to .xinitrc but the screen remained blank. I also added to rc.local but that didn't seem to have any effect either. I know this must be possible, but I haven't figured out how (I'm a bit of a Linux noob) and am looking for suggestions on what to try/where to place the command.
The text was updated successfully, but these errors were encountered:
What doesn't work?
I am having an issue like the one reported here:
#574
(RPi 4 with HyperPixel display, system boots up, rat poison message is displayed, then the screen is blank)
I have found that I can get OctoDash to display if I manually do the following:
$ export DISPLAY=:0
$ octodash
This is not ideal, and I'd like the display to be set and octodash to run automatically. I looked at .xinitrc and I see that's where octodash runs. I tried adding "export DISPLAY=:0" to .xinitrc but the screen remained blank. I also added to rc.local but that didn't seem to have any effect either. I know this must be possible, but I haven't figured out how (I'm a bit of a Linux noob) and am looking for suggestions on what to try/where to place the command.
The text was updated successfully, but these errors were encountered: