-
Notifications
You must be signed in to change notification settings - Fork 58
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
Provide API for accessing and configuring output devices #37
Comments
a687827 Connector (adapter) names and ids are now available. |
Should return unique names for each x output as well (when running on top of x), like X-1, X-2, etc. (currently gives NULL) |
They already have names None-1, None-2, if you need to check if running under X11, use wlc_get_backend_type() |
I get them as null, not as None. |
Is the output handle valid? |
https://github.com/SirCmpwn/sway/blob/master/sway/container.c#L45-L48 I have no reason to think it's not. The resolution thing works. |
Changed title as this means modesetting as well. |
This is a problem for me as well. Any fixes would be appreciated. I already tried the v86d effort to no avail. (I will try again as I think my vesa config needs work). I have the following hardware: Dell Inspiron 7370 2-in-1 Laptop relevant KMS in refind.conf
|
Having information such as adapter names is useful.
The text was updated successfully, but these errors were encountered: