-
-
Notifications
You must be signed in to change notification settings - Fork 775
Add option to change the Wine graphics driver #6084
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
base: master
Are you sure you want to change the base?
Conversation
|
I like it, but we usually use lowercase for option keys, so maybe |
I'm fine with that, but from |
|
I didn't appreciate that. Had I understood that, I'd have kept my trap shut. But I guess it can go either way. |
No need to worry. I'll just return everything to the way it was. |
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
e1a652f to
65318b1
Compare
|
I've put some more review comments in; I don't think we're there yet. |
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.
I guess I need to do another "review" in GitHub? We're not there yet- I think the registry setting and PROTON_ENABLE_WAYLAND thing should be mutually exclusive, and that the Proton HDR setting should be enabled only when Wayland is first selected, not just when it is available.
db9b511 to
cdd8a58
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.
OK, I think this is good enough. I will close my PR.
Lutris already has option to select Wine audio driver, so in my opinion due to maturation of the winewayland driver, which has been available since Wine 9.0, it makes sense to add option to select Wine graphics backend.
P. S. I'm not sure if paths hardcoding for winewayland is the right solution, so suggestions for an alternative detection of winewayland in selected Wine/Proton version are welcome.