From d7eef6c938247bee2a2d6803e01d40e2150e7359 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Jun 2007 07:46:46 +0000 Subject: add 1360x768 resolution --- NEWS | 2 +- lib/Xconfig/xfree.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index aca220a..bf3618f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -- add 1366x768 and 1360x765 resolutions +- add 1366x768, 1360x768 and 1360x765 resolutions - add big standard resolutions (4/3, 16/10, 16/9) - [bugfix] fix test message not translated (#30261) - remove all fglrx options, hopefully default is good enough diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 30c3086..43bd5f4 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -712,6 +712,9 @@ our %ratio2resolutions = ( '15/9' => [ #'800x480', '1280x768', # WXGA ?? should be 1366x768 ?? ], + + # 1.771 + '85/48' => [ '1360x768' ], # 1.78 '16/9' => [ #'854x480', # WVGA @@ -748,9 +751,6 @@ our %ratio2resolutions = ( # 1.767 # '53/30' => [ '848x480' ], - # 1.771 - # '85/48' => [ '1360x768' ], - # 1.775 # '71/40' => [ '852x480' ], -- cgit v1.2.1