-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Detecting screen resolution #116
Comments
This check can get quite complicated with different numbers of displays and aspect ratios. |
I can easily modify function to return number of all monitor, number of monitors, which can be set to 1280x720 or higher and how much monitors can't. Physical dimensions can be probably obtained too. |
Here is function to detect display size in inches:
It returns array, but can by modified. E.g. to return single number as size of given display.
|
I have a question. I would like to write function to test resolution and dimensions for connected displays. Should it test current resolution or maximal / native resolution?
As result would be array: Would it be helpful or it's not worth it? |
I completed display properties detection function, but it needs some testing (I have only one monitor right now). What should be input and how should output look like? |
I'll take a look in the morning |
Improved version with capability to save results into file. |
@Qazy147 I'll look into getting this added into the advanced checks section I'm adding. Is Still the return array? Can you modify it to [0] = total number of monitors |
Yes, I can modify it, but there is one catch. What exactly mean "8 bits per color channel". For example my notebook can be set to 1920 x 1080 x 32 bits, but according EDID LCD panel has only 6 bits per color. So based on resolution which I can set it's compliant (assuming there is always 3 color channels), but according EDID it's not compliant. |
First version |
Maybe this function will be useful:
GetMaxResolution.au3.txt
The text was updated successfully, but these errors were encountered: