Mailinglist Archive: yast-commit (190 mails)

< Previous Next >
[yast-commit] r38087 - in /branches/SuSE-SLE-10-SP1-Branch/x11: VERSION package/yast2-x11.changes src/XLib.pm
  • From: sax2@xxxxxxxxxxxxxxxx
  • Date: Tue, 22 May 2007 12:50:56 -0000
  • Message-id: <20070522125056.AC0634801F@xxxxxxxxxxxxxxxx>
Author: sax2
Date: Tue May 22 14:50:56 2007
New Revision: 38087

URL: http://svn.opensuse.org/viewcvs/yast?rev=38087&view=rev
Log:

- 2.13.14
- fixed x11 setup on Xen para-virtualized framebuffer (#267220)


Modified:
    branches/SuSE-SLE-10-SP1-Branch/x11/VERSION
    branches/SuSE-SLE-10-SP1-Branch/x11/package/yast2-x11.changes
    branches/SuSE-SLE-10-SP1-Branch/x11/src/XLib.pm

Modified: branches/SuSE-SLE-10-SP1-Branch/x11/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/x11/VERSION?rev=38087&r1=38086&r2=38087&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/x11/VERSION (original)
+++ branches/SuSE-SLE-10-SP1-Branch/x11/VERSION Tue May 22 14:50:56 2007
@@ -1 +1 @@
-2.13.13
+2.13.14

Modified: branches/SuSE-SLE-10-SP1-Branch/x11/package/yast2-x11.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/x11/package/yast2-x11.changes?rev=38087&r1=38086&r2=38087&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/x11/package/yast2-x11.changes (original)
+++ branches/SuSE-SLE-10-SP1-Branch/x11/package/yast2-x11.changes Tue May 22 14:50:56 2007
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue May 22 14:40:50 CEST 2007 - ms@xxxxxxx
+
+- 2.13.14
+- fixed x11 setup on Xen para-virtualized framebuffer (#267220)
+
+-------------------------------------------------------------------
 Wed May  9 12:13:22 CEST 2007 - ms@xxxxxxx
 
 - v2.13.13

Modified: branches/SuSE-SLE-10-SP1-Branch/x11/src/XLib.pm
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/x11/src/XLib.pm?rev=38087&r1=38086&r2=38087&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/x11/src/XLib.pm (original)
+++ branches/SuSE-SLE-10-SP1-Branch/x11/src/XLib.pm Tue May 22 14:50:56 2007
@@ -465,6 +465,9 @@
                $color = GetFbColor();
        }
        my @list = @{$mDesktop->getResolutions($color)};
+       if (! @list) {
+               push (@list,"800x600");
+       }
        my $result = shift (@list);
        return $result;
 }

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages