Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    EOT
    
    MainLoop;
    
  2. or download this
    screen name     :0.0
    pixel width     1920
    ...
    scaling         1.33333333333333
    mm width        508             # <--- wrong!
    mm height       286             # <--- wrong!
    
  3. or download this
    Get-WmiObject  -Namespace root\WMI -ComputerName localhost -Query "sel
    +ect InstanceName, MaxHorizontalImagesize, MaxVerticalImageSize from W
    +miMoninitorBasicDisplayParams"
    
    ...
    
    MaxHorizontalImageSize : 48
    MaxVerticalImageSize   : 27