summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Ghibò <ghibomgx@gmail.org>2016-09-18 22:02:37 +0200
committerGiuseppe Ghibò <ghibomgx@gmail.org>2016-09-18 22:02:37 +0200
commit82616e7040af256ed67d2049c062f92dbcf36cf9 (patch)
tree698dbad29e5c57e3b1a1427e223d0774295f7d90
parent62f3ca745d447e43a642d810df5c569a1446f99a (diff)
downloaddrakx-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
-rw-r--r--Makefile.config2
-rw-r--r--lib/Xconfig/xfree.pm18
2 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index a3e0504..e780d35 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -1,2 +1,2 @@
NAME = drakx-kbd-mouse-x11
-VERSION = 1.15
+VERSION = 1.16
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',