-
Notifications
You must be signed in to change notification settings - Fork 26
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
Basic x112virtgpu support #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small change requested. Also, please add a SoB to the second commit.
5a65576
to
e713f25
Compare
e713f25
to
5cb8b1d
Compare
This lets us easily test this alternative to sommelier+XWayland without committing to making it the default. Signed-off-by: Asahi Lina <[email protected]>
Signed-off-by: Asahi Lina <[email protected]>
5cb8b1d
to
84730c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
les go
Added another commit to make this mutually exclusive with sommelier, and enabled with the This also fixes dumb stuff like sommelier setting |
0979707
to
be42187
Compare
Instead of enabling X11 forwarding unconditionally but hiding it behind the HOST_DISPLAY variable, enable it if the --direct-x11 flag is used. In that case, directly set it as the DISPLAY environment variable. This makes it easier for users to enable the feature and use it correctly. Eventually, we can flip the logic of the flag to make direct X11 the default. Keep the server at :1 to keep churn down, and because it seems like a generally helpful distinction, since the server is usually :0 on the host. Signed-off-by: Asahi Lina <[email protected]>
be42187
to
911448f
Compare
Replace the trivial X11 socket passthrough with x112virtgpu, if it is installed and DAX is enabled. This lives alongside the existing sommelier solution, so we can test both options for now.