Hello community,
here is the log from the commit of package sax2 for openSUSE:Factory
checked in at Mon Aug 31 21:27:16 CEST 2009.
--------
--- sax2/sax2.changes 2009-07-29 16:31:29.000000000 +0200
+++ sax2/sax2.changes 2009-08-29 14:04:00.000000000 +0200
@@ -1,0 +2,14 @@
+Sat Aug 29 13:53:40 CEST 2009 - sndirsch(a)suse.de
+
+- added 26" as monitor size to select (bnc #535192)
+- added 6/5 as monitor ratio to select (example: 1920x1600)
+- added 1920x1680 as monitor resolution to select
+- sorted monitor sizes/ratios by value
+
+-------------------------------------------------------------------
+Wed Aug 12 00:03:13 CEST 2009 - sndirsch(a)suse.de
+
+- added missing 16:9 modes as valid modes requested by HP
+ (bnc #527080)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sax2.spec ++++++
--- /var/tmp/diff_new_pack.XkP73C/_old 2009-08-31 21:26:24.000000000 +0200
+++ /var/tmp/diff_new_pack.XkP73C/_new 2009-08-31 21:26:24.000000000 +0200
@@ -50,7 +50,7 @@
PreReq: /bin/rm /bin/mkdir /usr/bin/chroot %fillup_prereq %insserv_prereq
Summary: SuSE advanced X Window System-configuration
Version: 8.1
-Release: 579
+Release: 580
Group: System/X11/Utilities
License: GPL v2 or later
Source: sax2.tar.bz2
++++++ sax2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sax/api/data/MonitorRatio new/sax/api/data/MonitorRatio
--- old/sax/api/data/MonitorRatio 2009-05-27 22:54:03.000000000 +0200
+++ new/sax/api/data/MonitorRatio 2009-08-29 14:00:56.000000000 +0200
@@ -1,4 +1,5 @@
+16/9
+16/10
4/3
5/4
-16/10
-16/9
+6/5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sax/api/data/MonitorResolution new/sax/api/data/MonitorResolution
--- old/sax/api/data/MonitorResolution 2009-05-27 22:54:03.000000000 +0200
+++ new/sax/api/data/MonitorResolution 2009-08-29 13:52:53.000000000 +0200
@@ -23,6 +23,7 @@
1920x1080=1920x1080 (1080p)
1920x1200=1920x1200 (WUXGA)
1920x1440=1920x1440
+1920x1600=1920x1600
2048x1536=2048x1536 (QXGA)
2560x1600=2560x1600 (WQXGA)
2560x2048=2560x2048 (QSXGA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sax/api/data/MonitorTraversal new/sax/api/data/MonitorTraversal
--- old/sax/api/data/MonitorTraversal 2009-05-27 22:54:03.000000000 +0200
+++ new/sax/api/data/MonitorTraversal 2009-08-29 13:47:32.000000000 +0200
@@ -3,6 +3,7 @@
32.0
31.5
30.0
+26.0
24.0
23.0
22.2
@@ -10,8 +11,8 @@
21.1
20.0
19.0
-18.0
18.1
+18.0
17.0
15.4
15.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sax/svnbuild new/sax/svnbuild
--- old/sax/svnbuild 2009-07-29 16:30:31.000000000 +0200
+++ new/sax/svnbuild 2009-08-29 14:02:34.000000000 +0200
@@ -1 +1 @@
-1881
+1886
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sax/sysp/xstuff.c new/sax/sysp/xstuff.c
--- old/sax/sysp/xstuff.c 2009-07-29 16:14:27.000000000 +0200
+++ new/sax/sysp/xstuff.c 2009-08-11 23:59:59.000000000 +0200
@@ -20,7 +20,7 @@
#include "mouse.h"
#include "xstuff.h"
-#define VESA_LIST 28
+#define VESA_LIST 31
//======================================
// ScanXStuff: constructor...
@@ -206,15 +206,18 @@
vesaStandard[16].x = 1600; vesaStandard[16].y = 1000;
vesaStandard[17].x = 1600; vesaStandard[17].y = 1024;
vesaStandard[18].x = 1600; vesaStandard[18].y = 1200;
- vesaStandard[19].x = 1680; vesaStandard[19].y = 1050;
- vesaStandard[20].x = 1900; vesaStandard[20].y = 1200;
- vesaStandard[21].x = 1920; vesaStandard[21].y = 1200;
- vesaStandard[22].x = 1920; vesaStandard[22].y = 1440;
- vesaStandard[23].x = 2048; vesaStandard[23].y = 1536;
- vesaStandard[24].x = 2560; vesaStandard[24].y = 1600;
- vesaStandard[25].x = 2560; vesaStandard[25].y = 2048;
- vesaStandard[26].x = 2800; vesaStandard[26].y = 2100;
- vesaStandard[27].x = 3200; vesaStandard[27].y = 2400;
+ vesaStandard[19].x = 1680; vesaStandard[19].y = 945;
+ vesaStandard[20].x = 1680; vesaStandard[20].y = 1050;
+ vesaStandard[21].x = 1900; vesaStandard[21].y = 1200;
+ vesaStandard[22].x = 1920; vesaStandard[22].y = 1080;
+ vesaStandard[23].x = 1920; vesaStandard[23].y = 1200;
+ vesaStandard[24].x = 1920; vesaStandard[24].y = 1440;
+ vesaStandard[25].x = 2048; vesaStandard[25].y = 1152;
+ vesaStandard[26].x = 2048; vesaStandard[26].y = 1536;
+ vesaStandard[27].x = 2560; vesaStandard[27].y = 1600;
+ vesaStandard[28].x = 2560; vesaStandard[28].y = 2048;
+ vesaStandard[29].x = 2800; vesaStandard[29].y = 2100;
+ vesaStandard[30].x = 3200; vesaStandard[30].y = 2400;
//======================================
// lookup framebuffer timing
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org