-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Breaks on xrandr < 1.5 #1007
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backendDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platformsH - good first issueIdeal for new contributorsIdeal for new contributors
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backendDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platformsH - good first issueIdeal for new contributorsIdeal for new contributors
I'm trying to run using the Cygwin X11 server packaged with MobaXterm, which supports RANDR 1.4;
I tried changing the error on line 106 in
window.rsto just return a default DPI scale factor of 1.0, but that results in deeper "can't find monitor" errors:I tried changing
FORCE_RANDR_COMPATtotrueinmonitors.rs, but that didn't seem to fix anything.