Hello community,

here is the log from the commit of package xf86-video-modesetting for 
openSUSE:Factory checked in at 2014-03-18 13:38:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-modesetting (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-modesetting.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-modesetting"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xf86-video-modesetting/xf86-video-modesetting.changes
    2013-12-11 17:43:13.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-modesetting.new/xf86-video-modesetting.changes
       2014-03-18 13:38:31.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Mar 14 14:14:29 CET 2014 - [email protected]
+
+- N_modesetting-default-swcursor.diff:
+  Force SWCursor for KMS drivers without hw cursor support
+  (bnc#864141,bnc#866152)
+  
+-------------------------------------------------------------------

New:
----
  N_modesetting-default-swcursor.diff

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

Other differences:
------------------
++++++ xf86-video-modesetting.spec ++++++
--- /var/tmp/diff_new_pack.LwZcvg/_old  2014-03-18 13:38:31.000000000 +0100
+++ /var/tmp/diff_new_pack.LwZcvg/_new  2014-03-18 13:38:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-modesetting
 #
-# 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
@@ -35,6 +35,7 @@
 Supplements:    xorg-x11-server
 
 Patch1:         
U_Handle_new_DamageUnregister_API_which_has_only_one_argument.patch
+Patch2:         N_modesetting-default-swcursor.diff
 
 %x11_abi_videodrv_req
 
@@ -48,6 +49,7 @@
 %setup -q -n %{name}-%{version}
 
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi

++++++ N_modesetting-default-swcursor.diff ++++++
diff --git a/src/driver.c b/src/driver.c
index 0f9190a43239..51e1f8d107ca 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -705,9 +705,7 @@ PreInit(ScrnInfoPtr pScrn, int flags)
     if (!xf86SetDefaultVisual(pScrn, -1))
        return FALSE;
 
-    if (xf86ReturnOptValBool(ms->Options, OPTION_SW_CURSOR, FALSE)) {
-       ms->drmmode.sw_cursor = TRUE;
-    }
+    ms->drmmode.sw_cursor = xf86ReturnOptValBool(ms->Options, 
OPTION_SW_CURSOR, TRUE);
 
     ret = drmGetCap(ms->fd, DRM_CAP_DUMB_PREFER_SHADOW, &value);
     if (!ret) {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to