diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/Xconfig/xfree.pm | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -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' ], |