Does X11 fix the frame rate?
0
Since I configured my Gentoo, my UID hasn't been added to the video group. And everything was just fine. But when I started doing some GUI programming(the library basically just using openGL for everything), I noticed that the program could not get access to DRM device libGL error: failed to open drm device: Permission denied Which means it couldn't access that interface to the GPU, right? Frame rate of my specific window was 450 fps(yeah, fan starts blowing real good) . When I added my UID to the video group, frame rate of that same window dropped to 60 fps, and it was pretty laggy too, but everything else is fine, even more, video playback seems to be a little more smoother. Thus, I don't understand how anything even worked without DRM (at the time the X server wasn't even configured,...