-
Notifications
You must be signed in to change notification settings - Fork 53
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 [email protected]: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 used to get errors like this when trying to start an application on Xorg based on ancient softbuffer. It looks like this was fixed in softbuffer v0.4.5 in commit 330804d back in June? At least when using softbuffer master branch on my app it works fine. Maybe this issue can be closed? |
Forgot to close this after releasing v0.4.6 |
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: