-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
[Windows] Failed to launch window example on AMD GPU #1219
Comments
Can you follow the instructions provided here: #952 (comment) |
Let me know, if you need more information or a different one.
|
Ah thank you, but I was hoping for the info on the "Display mode & pixel" tab. |
@kchibisov There is more then one pixel format. Can you export a log with all of them (prolly the download button on the top bar does that, but I've never used the app.) |
The app is super confusing btw. I hope this XML will help you. Update: This xml is the only way I can dump things, the download button just creating a report without pixel formats. |
@zegentzy Aah, it's our good friend Since I have access to AMD hardware I was able to reproduce it with latest version of Let's remove
This works correctly. Now I set
This also works correctly. Notice the additional field Now we come to the crux; I try to set
THIS DOESN'T WORK - the pixel format isn't found. Again, just to verify that
and again, it doesn't work. Now I am a little confused, as it seems that the There isn't a single integer format that doesn't have |
I've added this to the list of common issues in the readme. Closing, as there is nothing we can do. Users should either fallback to an floating point format, or an format with sRGB support. |
Thanks @zegentzy for adding it to the readme; this is sure to be helpful to some AMD users who'd otherwise be stumped. |
Windows Version:
Windows 10 (64 bit)
Radeon Software Version:
19.5.2
Windows is running natively.
GPU:
Rx 570
cargo run --example window
fails withThis issue doesn't exist on glutin
v0.21.0
, howeveralacritty
on evlp2 starts kind of normally (it spawns one tmp window for whatever reason, but then everything is fine).The text was updated successfully, but these errors were encountered: