Skip to content

Fix XRandR dynamic library name on Linux#2086

Merged
joshtynjala merged 1 commit into
openfl:developfrom
Tutez64:bugfix/linux-xrandr-library-name
Jul 20, 2026
Merged

Fix XRandR dynamic library name on Linux#2086
joshtynjala merged 1 commit into
openfl:developfrom
Tutez64:bugfix/linux-xrandr-library-name

Conversation

@Tutez64

@Tutez64 Tutez64 commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This fix the case of the XRandR shared library name in the custom Linux SDL configuration.

Linux filenames are case-sensitive, and the libxrandr2 package provides libXrandr.so.2:

https://packages.debian.org/bookworm/amd64/libxrandr2/filelist

SDL previously failed to load XRandR dynamically. As a result, display enumeration could fall back to a generic X11 display.

@joshtynjala
joshtynjala merged commit ed28c73 into openfl:develop Jul 20, 2026
33 checks passed
@joshtynjala

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants