-
Notifications
You must be signed in to change notification settings - Fork 1
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
Show Gallium Nine status #3
Comments
You can create a file |
Thanks @andy-d1969, that worked! As a side note, I confirm that Steam Overlay doesn't work when Gallium Nine is active. So, if you see Steam Overlay functioning properly, then Gallium Nine certainly doesn't. As I am unsure if Steam Overlay issue is fixable, I can take it as an unintended workaround for Gallium Nine status. |
For the steam overlay to work, gallium nine would need to be wrapped in an opengl context. I don't know if it is possible but in theory one would need to intercept the d3d9 Present call and send the backbuffer to the opengl swapchain call. This is sure to cost some performance though. |
Feature Request
Show Gallium Nine status
I confirm:
contain this feature already.
Description
A terminal output or log to show whether Gallium Nine is/was active or not
Justification [optional]
It is unclear if current build of Proton with Gallium Nine patches use native Direct3D or not
Information
As some games show Steam Overlay and some don't, I suspect that the games that do show Steam Overlay fails to utilize Gallium Nine. After all, native Steam client isn't supposed to use Direct3D 9 natively. As wine-d3d9-staging does show Native Direct3D 9 status, same would be beneficial for this project.
https://wiki.ixit.cz/d3d9
References [optional]
#2 (comment)
#2 (comment)
The text was updated successfully, but these errors were encountered: