-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error: Visual 0xb3 does not use softbuffer's pixel format and is unsupported #215
Comments
@wiiznokes Can you please share the output of |
I asked a question to the user on the linked issue: wiiznokes/fan-control#98 (comment) |
I faced the same issue when running the hello world for winit. Reproduce: git clone git@github.com:rust-windowing/winit.git
cd winit
cargo run --example window Output:
xdpyinfo for visual 0x79:
|
For the winit part, see: rust-windowing/winit#3646 (I'll leave it to someone else to decide whether this issue can be closed as "winit bug") The problem is this part of the visual information:
softbuffer used to "trust you" that you used it directly. Since commit 09b8126 it actually checks that the visual is correct. Softbuffer never supported (nor claimed to support) transparency, but winit tries to use ARGB visuals anyway. A work around is to not use |
I have two users who reported this error in my not so used app. I see it is expected to not work but what the story about this ? Is it going to be supported at some point ?
The text was updated successfully, but these errors were encountered: