love2d is not rendering anything for me, I get only background color. It's like that for both default window when no game was given on command line and when I run my game. The game is running properly because I can hear music and sounds, it's just visuals that are not working. Maybe it's driver incompatibility, but other apps/games run fine on this system.
Any ideas how to check whether it's an love2d issue or driver/system issue?
Running `env LIBGL_DEBUG=verbose love` gives just:
Code: Select all
libGL: OpenDriver: trying /usr/local/lib/dri/r600_dri.so
libGL: Using DRI2 for screen 0
It happens for both love 11.2 and 11.1.
It was working properly on love2d 0.10.
My system is FreeBSD 11.2 (not sure it's supported system) built from ports.