diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/Xconfig/xfree.pm | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- XFdrake: + o add 800x480 (used on belinea s.book) + Version 0.44 - 25 January 2008 - library for installer: diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 083ca12..3cfd53d 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -740,7 +740,7 @@ our %ratio2resolutions = ( ], # 1.67 - '15/9' => [ #'800x480', + '15/9' => [ '800x480', '1280x768', # WXGA ?? should be 1366x768 ?? ], |