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

Use xrandr to find number of monitors #52

Closed
wants to merge 1 commit into from
Closed

Use xrandr to find number of monitors #52

wants to merge 1 commit into from

Conversation

armhzjz
Copy link

@armhzjz armhzjz commented Mar 13, 2022

On some Linux systems, there exist no file such as "/sys/class/drm/*/status" (might be related to the usage of NVIDIA drivers, but I am not sure). Instead of relying on the given number of these files, we can use xrandr (plus some grepping and additional logic) to extract the number of monitors.

This Pull Request resolves Issue #51

    On some linux systems there exist no file such as
    '/sys/class/drm/*/status'. Instead of relying on the number of
    these files, we can use xrandr (plus some greping) to extract
    the number of monitors.
This pull request was closed.
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.

None yet

1 participant