fbc icon indicating copy to clipboard operation
fbc copied to clipboard

LINUX: screeninfo returns the wrong refresh rate (50)

Open clebercasali opened this issue 5 years ago • 1 comments

dim as integer x, y, rate
screeninfo x, y, , , ,rate
print rate

I have a 144Hz monitor. If I compile and run this code using fbc linux, it will always return 50 If I compile it for windows and run it using wine, it will return the correct rate, 144.

clebercasali avatar Oct 21 '20 13:10 clebercasali

screeninfo returns wrong resolution and screenres crashes computer after using GLSL.

fatman2021 avatar Nov 13 '21 01:11 fatman2021