Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

waitforx changes #3297

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Commits on Nov 27, 2024

  1. waitforx changes

    1) Changed alarm message from "Timed out waiting for RandR outputs" to
       "Timed out waiting for X display". The former was confusing, and the
       times where this message was triggered were nothing to do with
       RandR
    2) Don't try to open a display of the form ":n" or ":n.m" directly
       (n,m >= 0). If the X server hasn't yet opened its local socket,
       the XOpenDisplay() call can go to the network and possibly block
       for a long time. Instead, use the (undocumented) "unix:n" display
       specification, whih never goes to the network, and doesn't block.
    matt335672 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    80fab03 View commit details
    Browse the repository at this point in the history