💾 Archived View for bbs.geminispace.org › s › Lagrange › 18299 captured on 2024-08-31 at 15:44:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-19)

🚧 View Differences

-=-=-=-=-=-=-

[SOLVED] Lagrange on Wayland

I have just installed Sway on Artix Linux, and I am trying to run Lagrange. It runs fine on XWayland, but the 2x scaling makes the window appear blurry.

I have managed to run Lagrange on Wayland before; but this time, I keep getting an error about missing videodrivers:

[edan:~]$ SDL_VIDEODRIVER=wayland lagrange

[SDL] init failed: wayland not available

I have scoured the web and Geminispace, and I haven't found anything useful. Can anyone here help?

SOLUTION: Just compile Lagrange from source. It's that simple.

Posted in: s/Lagrange

☕️ hellfire103

Jul 03 · 8 weeks ago · 👍 smallpatatas

3 Comments ↓

🕹️ skyjake [mod...] · Jul 03 at 18:39:

I have used Wayland very little myself, so I can't provide any detailed help here. Generally speaking, SDL's Wayland support has been incomplete. I'm not sure how much improvement has occurred with this in recent SDL versions.

The SDL error suggests that the library is perhaps not configured with Wayland support. This could be the case if you are using a prebuilt Lagrange AppImage, for instance.

The safest bet is always to build the app from source with your distro's own libraries, so it has the best chance of working correctly.

☕️ hellfire103 [OP] · Jul 03 at 22:53:

@skyjake Okay, I'll try that. There are source and git versions of the browser available on the AUR.

☕️ hellfire103 [OP] · Jul 03 at 22:57:

@skyjake Well I'll be. That worked perfectly. Why didn't I think of doing that‽ Thank you!