Its possible to use Raspberry Gldriver fake KMS (to run Godot smoothly) and a touchscreen LCD simultaneously?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By igorGCCS

i’ve installed godot in a Rpi 3B+ with raspbian 9.13 (sketch) and kernel 4.14.98-v7+. And im trying to use it with a LCD touch 480x320 model xpd2046. The problem is: if i install the LCD driver and make it work, the GLdriver is disabled (because the line “dtoverlay=vc4-kms-v3d” in /boot/config.txt turns into a comment) and Godot dont run properly. If i enable the gldriver again (using sudo raspi-config), the raspberry reboot and the LCD get totally black, but Godot runs smoothly again ( and the line “dtoverlay=vc4-kms-v3d” in /boot/config.txt become uncommented).

Does anywone know how to use both, the LCD driver and the Gldriver simultaneously?