screeninfo icon indicating copy to clipboard operation
screeninfo copied to clipboard

Fetch location and size of physical screens.

Results 32 screeninfo issues
Sort by recently updated
recently updated
newest added

DRM-Enumerator: Raise "failed to get resources" exception only after checked all devices Issue: On a raspberry I have card0 and card1 in /dev/dri. The problem is that the enumerator fails...

Any chance to support the Raspberry 4? a common way to check for screen resolution on bullseye is to run fbset -s in the command line. But there i don't...

Each monitor returns a name that simply shows \\\\.\\DISPLAY plus numbers, it is difficult to tell which one, after more than an hour of query, finally got the windows platform...

Hi, this is a really special request since I am working with a production server that runs Debian Jeesie, python 3.4 and screeninfo 0.2.2. I am not allowed to update...

I'm working with screeninfo + pyautogui. My code was working fine on Windows, but when I moved to MacOS, I noticed it would only work in my primary monitor (where...

On windows sub system for linux it throws an enumeration error. I often have 2 venvs. a winvenv and venv. The problem with WSL is the ctypes.windll are not avaible....

Fixes #30 `dc_full` is a pointer, if interpretted as a signed number may it be negative despite the call to `GetDC` being successful. Failure is indicated by `NULL` -> `0`....

Hi, I've been trying to get this obs plugin to work: https://github.com/tryptech/obs-zoom-and-follow I've installed screeninfo today from pypi, using pip3, with the --user option. But after including the script into...

pip install screeninfo fails: ``` Collecting screeninfo Downloading https://files.pythonhosted.org/packages/d1/1d/d9861700fa0692d39f4aaf7233ee3dd9cbebd514546fec9344a824f63af4/screeninfo-0.6.5.tar.gz Collecting dataclasses (from screeninfo) Downloading https://files.pythonhosted.org/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl Collecting Cython (from screeninfo) Downloading https://files.pythonhosted.org/packages/a4/87/d7431a94c7c438af66a91d63089be82cf0a5cb924fe2f74197c539f03568/Cython-0.29.20-cp37-cp37m-macosx_10_9_x86_64.whl (1.9MB) |████████████████████████████████| 1.9MB 2.7MB/s Collecting pyobjus (from screeninfo) Downloading...

I am getting the below error when ran on macOS ``` >>> from screeninfo import get_monitors >>> get_monitors() Traceback (most recent call last): File "", line 1, in File "/Users/yash/workspace/projects/unsplash-wallpaper/lib/python3.7/site-packages/screeninfo/screeninfo.py",...

mac
awaiting feedback