Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Windows subsystem for linux: created OpenGL context does not fully meet settings  (Read 1050 times)

0 Members and 1 Guest are viewing this topic.

Pucci

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Hi,
I'm running SFML on Windows Subsystem for Linux. When I create a window, it opens and works, but I got this error:
Warning: The created OpenGL context does not fully meet the settings that were requested
Requested: version = 1.1 ; depth bits = 0 ; stencil bits = 0 ; AA level = 0 ; core = false ; debug = false ; sRGB = false
Created: version = 0.0 ; depth bits = 0 ; stencil bits = 0 ; AA level = 0 ; core = false ; debug = false ; sRGB = false
Setting vertical sync failed
sfml-graphics requires support for OpenGL 1.1 or greater
Ensure that hardware acceleration is enabled if available
And I noticed that vertical sync actually failed.

I'm using VcXsrv Windows X Server to run all graphic applications and I don't know where to start to fix this.
Googling the error this forum came up, so here I am.

Thanks in advance, Daniele.