Hello community,

here is the log from the commit of package xf86-video-cirrus for 
openSUSE:Factory checked in at 2014-02-21 19:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-cirrus (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-cirrus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-cirrus"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-cirrus/xf86-video-cirrus.changes      
2013-08-23 11:09:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-cirrus.new/xf86-video-cirrus.changes 
2014-02-21 19:43:30.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 15:03:19 UTC 2014 - [email protected]
+
+- u_cirrus-virt-16bpp.patch: also default on XenSource gfx to 16bpp
+  (bnc#864288)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-video-cirrus.spec ++++++
--- /var/tmp/diff_new_pack.dV1gDr/_old  2014-02-21 19:43:32.000000000 +0100
+++ /var/tmp/diff_new_pack.dV1gDr/_new  2014-02-21 19:43:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-cirrus
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ u_cirrus-virt-16bpp.patch ++++++
--- /var/tmp/diff_new_pack.dV1gDr/_old  2014-02-21 19:43:32.000000000 +0100
+++ /var/tmp/diff_new_pack.dV1gDr/_new  2014-02-21 19:43:32.000000000 +0100
@@ -9,13 +9,14 @@
        int depth_flags;
        ClockRangePtr clockRanges;
        char *s;
-@@ -557,11 +558,18 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
+@@ -557,11 +558,19 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
            depth_flags |= Support32bppFb |
                           SupportConvert32to24 |
                           PreferConvert32to24;
 +
 +      /* use 16bpp in virt */
-+      if ((pCir->PciInfo->subvendor_id & 0xffff) == 0x1af4)
++      if (((pCir->PciInfo->subvendor_id & 0xffff) == 0x1af4) ||
++          ((pCir->PciInfo->subvendor_id & 0xffff) == 0x5853))
 +          defaultdepth = 16;
 +      else
 +          defaultdepth = 24;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to