Makrennel/hyprland-void

Legacy Renderer

Closed this issue · 2 comments

Thanks for all this. Ive been trying to get everything working on a new install on some older hardware, and I've run up against the need to test hyprland's legacy renderer but im not quite sure how to approach the problem in void's src pkg context, can I ask for some guidance? I've got hyprland loading just fine (i think) using tuigreet as of now, but nothing will show up on screen, and i cant imagine what else I could tweak at this point.

I think you just have to add -DLEGACY_RENDERER:BOOL=true to the cmake flags in the template file

I put that flag in both the 'musl' and 'else' area, then rebuilt and reinstalled, but it didn't solve the issue keeping me from opening anything in the hyprland session, whether launched through dbus-run-session via tuigreet or from tty and running either elogind or seatd + pam_rundir.

Thank you, though.