-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xinit: XFree86_VT property unexpectedly has 0 items instead of 1 #89
Comments
That is very strange. If you run Xephyr w just a terminal in it, does it work? If you then start glass-renderer from the terminal, does that trigger the bug? |
No, it doesn't. I'm getting a black screen though. There was an xterm opened and it seems to be behind the black screen. Opened another and it doesn't show either. I tried both starting from an xterm within Xephyr and from an outside terminal (with a DISPLAY env set to :100). No errors, just black screen. |
Black screen is expected in this mode: The renderer doesn't have any desktop setup properties to tell it what to render. |
Next step would be to run glass-theme before the renderer from the terminal. That should give you some graphics... hopefully. |
Running glass-theme results in:
|
Ah, that's because glass-animator isn't running, which is ok. You can set the mode to no_splash in your theme.yaml see if that works... |
That looks distinctly wrong. Never seen! What version of Xephyr etc are you running? I'd like to try to reproduce this! |
xorg-server-xephyr 21.1.4-1 (xorg) |
The original problem seem to be some X server / xinit issue, not really directly InfiniteGlass related, see https://forums.linuxmint.com/viewtopic.php?t=254651 The following reproduces the error:
(note: no InfiniteGlass involved). |
Reproduced the test above:
Installed the missing twm and xclock packages:
|
So maybe that's not the real error, and it kinda works anyway, and then something else breaks? |
I have bugfixed run in docker! Pull the newest version, make sure to delete any old docker image and container and try run it! |
InfiniteGlass fails to start withtin Xephyr, see log below. There might be some dependency for InifiniteGlass missing on my machine but Xephyr runs fine on its own. I have tried with and without an external monitor attached.
The text was updated successfully, but these errors were encountered: