-
-
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
[Linux] Window creation fails on platforms without VSYNC extensions #1262
Comments
0.23 is switching over this to an option. I think it would be improper to just ignore the requested vsync. I wouldn't mind if something similar was added to 0.22. |
This started happening to me as well. Can't use Alacritty anymore. Is there a workaround? |
I fixed this issue by reverting the oibaf ppa
|
It's happening to me too. It happens not only on Linux but also on FreeBSD. What should I do? It looks like just disable vsync will do the trick, expect an update to fix this in a while. |
If vsync was not requested and it is not supported on the system, then this feature can safely be ignored.
Fixed in #1435. |
The pull request #1253 prevents Glutin from creating windowed contexts on systems that do not have vsync extensions. It fails even if
vsync
is set tofalse
.In my opinion instead of throwing an error at mod.rs#L459 we shall ignore vsync if there are no available extensions.
Here is an example of such limited system:
The text was updated successfully, but these errors were encountered: