From 16fc42f3921cec0a6c29ceb0605a63d601c3d0f4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Feb 2008 14:41:32 +0000 Subject: - XFdrake: o add 1024x600 (used on Samsung Q1Ultra) (#37889) --- NEWS | 3 +++ lib/Xconfig/xfree.pm | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e2db715..f78888b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +- XFdrake: + o add 1024x600 (used on Samsung Q1Ultra) (#37889) + Version 0.45 - 5 February 2008 - XFdrake: diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 3cfd53d..3a03ad6 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -744,6 +744,9 @@ our %ratio2resolutions = ( '1280x768', # WXGA ?? should be 1366x768 ?? ], + # 1.707 + '128/75' => [ '1024x600' ], + # 1.771 '85/48' => [ '1360x768' ], @@ -776,9 +779,6 @@ our %ratio2resolutions = ( # '6400x4096', # WHSXGA # ], # (DBLSCAN 800x512) - # 1.707 - # '128/75' => [ '1024x600' ], - # 1.767 # '53/30' => [ '848x480' ], -- cgit v1.2.1