fbc
fbc copied to clipboard
LINUX: screeninfo returns the wrong refresh rate (50)
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.
screeninfo returns wrong resolution and screenres crashes computer after using GLSL.