rpms/xorg-x11-server/F-13 10-quirks.conf, 1.1, 1.2 xorg-x11-server.spec, 1.511, 1.512

Peter Hutterer whot at fedoraproject.org
Mon Apr 12 05:42:08 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-server/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27729

Modified Files:
	10-quirks.conf xorg-x11-server.spec 
Log Message:
* Mon Apr 12 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.8.0-2
- Add Xen virtual pointer quirk to 10-quirks.conf (#523914)



Index: 10-quirks.conf
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-13/10-quirks.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 10-quirks.conf	17 Feb 2010 05:32:34 -0000	1.1
+++ 10-quirks.conf	12 Apr 2010 05:42:07 -0000	1.2
@@ -8,3 +8,13 @@ Section "InputClass"
         MatchProduct "ThinkPad HDAPS accelerometer data"
         Option "Ignore" "on"
 EndSection
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=523914
+# Mouse does not move in PV Xen guest
+# Explicitly tell evdev to not ignore the absolute axes.
+Section "InputClass"
+        Identifier "Xen Virtual Pointer axis blacklist"
+        MatchProduct "Xen Virtual Pointer"
+        Option "IgnoreAbsoluteAxes" "off"
+        Option "IgnoreRelativeAxes" "off"
+EndSection


Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-13/xorg-x11-server.spec,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -p -r1.511 -r1.512
--- xorg-x11-server.spec	7 Apr 2010 00:13:31 -0000	1.511
+++ xorg-x11-server.spec	12 Apr 2010 05:42:07 -0000	1.512
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.8.0
-Release:   1%{?gitdate:.%{gitdate}}%{dist}
+Release:   2%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -526,6 +526,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Mon Apr 12 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.8.0-2
+- Add Xen virtual pointer quirk to 10-quirks.conf (#523914)
+
 * Tue Apr 06 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.8.0-1
 - xserver 1.8.0
 - Drop merged patches.



More information about the scm-commits mailing list