From e108d1447229c1d0ef6d96f62e92400b3d0b9830 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 11 Mar 2011 12:38:25 +1000 Subject: [PATCH] Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699) (cherry picked from commit 2046ef50d72ec47cc3d77b4c876f586e2fe0e808) Conflicts: xorg-x11-server.spec --- 10-quirks.conf | 10 ++++++++++ xorg-x11-server.spec | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/10-quirks.conf b/10-quirks.conf index 7afad22..82d3ec2 100644 --- a/10-quirks.conf +++ b/10-quirks.conf @@ -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 diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 8f006c4..75b4fc6 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -30,7 +30,7 @@ Summary: X.Org X11 X server Name: xorg-x11-server Version: 1.10.0 -Release: 2%{?gitdate:.%{gitdate}}%{dist} +Release: 3%{?gitdate:.%{gitdate}}%{dist} URL: http://www.x.org License: MIT Group: User Interface/X @@ -545,6 +545,9 @@ rm -rf $RPM_BUILD_ROOT %{xserver_source_dir} %changelog +* Fri Mar 11 2011 Peter Hutterer 1.10.0-3 +- Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699) + * Wed Mar 09 2011 Adam Jackson 1.10.0-2 - Disable filesystem caps in paranoia until module loading is audited