diff options
author | Giuseppe Ghibò <ghibomgx@gmail.org> | 2016-09-18 22:02:37 +0200 |
---|---|---|
committer | Giuseppe Ghibò <ghibomgx@gmail.org> | 2016-09-18 22:02:37 +0200 |
commit | 82616e7040af256ed67d2049c062f92dbcf36cf9 (patch) | |
tree | 698dbad29e5c57e3b1a1427e223d0774295f7d90 /lib/Xconfig/xfree.pm | |
parent | 62f3ca745d447e43a642d810df5c569a1446f99a (diff) | |
download | drakx-kbd-mouse-x11-82616e7040af256ed67d2049c062f92dbcf36cf9.tar drakx-kbd-mouse-x11-82616e7040af256ed67d2049c062f92dbcf36cf9.tar.gz drakx-kbd-mouse-x11-82616e7040af256ed67d2049c062f92dbcf36cf9.tar.bz2 drakx-kbd-mouse-x11-82616e7040af256ed67d2049c062f92dbcf36cf9.tar.xz drakx-kbd-mouse-x11-82616e7040af256ed67d2049c062f92dbcf36cf9.zip |
Added newer and modern resolutions
Diffstat (limited to 'lib/Xconfig/xfree.pm')
-rw-r--r-- | lib/Xconfig/xfree.pm | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 100e47e..f107a4e 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -654,6 +654,8 @@ sub ModeLine_from_string { # http://www.vesa.org/Public/EEDIDguideV1.pdf #- http://www.vesa.org/Public/CVT +# +# See also https://en.wikipedia.org/wiki/Graphics_display_resolution our @CVT_ratios = qw(4/3 16/9 16/10 5/4 15/9 3/2); our @CVT_vfreqs = qw(50 60 75 85); # and also 60Hz "reduced blanking" in CVT @@ -714,6 +716,7 @@ our %ratio2resolutions = ( '1680x1050', # WSXGA+ '1920x1200', # WUXGA '2560x1600', # WQXGA + '2880x1800', # Retina MacBook '3840x2400', # WQUXGA '5120x3200', # WHXGA '7680x4800', # WHUXGA @@ -733,7 +736,13 @@ our %ratio2resolutions = ( '1366x768', # HDTV '1600x900', # WSXGA? '1920x1080', # HD 1080 - '7680x4320', # UHDTV + '2560x1440', # WSXGA + '2880x1620', # WQHD + '3200x1800', # WQXGA+ + '3840x2160', # UHD 4K + '5120x2880', # UHD+ 5K + '7680x4320', # FUHD (UHD 8K) + '15360x8640', # QUHD (UHD 16K Digital Cinema) ], # now more weird things @@ -773,6 +782,13 @@ our %ratio2resolutions = ( # 2.13 = 32/15 '1024x480', '1280x600', # VAIO + # 2.33 = 21/9 + '2560x1080', # UW-UXGA + '3440x1440', # UWQHD (e.g. HP Z34C-34, Samsung S34E790C, Dell U3415W, ...) + + # 2.37 + '5120x2160', # 5K ExtraWide UHD + # 2.67 = 8/3 '2048x768', '2560x960', '3200x1200', |