Mailinglist Archive: opensuse-commit (750 mails)

< Previous Next >
commit xorg-x11-server for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 21 Oct 2009 02:06:47 +0200
  • Message-id: <20091021000647.7A0E920231@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory
checked in at Wed Oct 21 02:06:47 CEST 2009.



--------
--- xorg-x11-server/xorg-x11-server.changes 2009-10-12 17:59:38.000000000
+0200
+++ xorg-x11-server/xorg-x11-server.changes 2009-10-19 15:23:34.000000000
+0200
@@ -1,0 +2,7 @@
+Mon Oct 19 15:16:22 CEST 2009 - sndirsch@xxxxxxx
+
+- add 'Option "AutoAddDevices" "off"' to xorg.conf only as
+ documented comment, since it caused a lot of confusion
+ (bnc #548085 and various others)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.9N6gCi/_old 2009-10-21 02:06:11.000000000 +0200
+++ /var/tmp/diff_new_pack.9N6gCi/_new 2009-10-21 02:06:11.000000000 +0200
@@ -33,7 +33,7 @@
Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0
Version: 7.4
-Release: 60
+Release: 61
License: GPL v2 or later ; MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -487,17 +487,22 @@
sed -i.post_xorg-x11-server -e 's/\"i810\"/\"intel\"/g' \
etc/X11/xorg.conf
fi
- # do not change input driver behaviour for existing X.Org configurations
+ # Document how to restore previous input driver behaviour in xorg.conf files
created
+ # on openSUSE <= 11.1
if ! grep -q "will be disabled unless 'Option \"AutoAddDevices\" \"off\"'"
etc/X11/xorg.conf; then
+ if ! grep -q "\"AutoAddDevices\" \"off\"" etc/X11/xorg.conf; then
sed -i '
/Section "ServerFlags"/{
h
g
a\
- Option "AutoAddDevices" "off"
+ # Uncomment the following option to reenable kbd/mouse driver input
sections. \
+ # Otherwise evdev driver is used. \
+ #Option "AutoAddDevices" "off"
}
' etc/X11/xorg.conf
fi
+ fi
fi
%endif
# Installation of init script seems to be disabled by default


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



Remember to have fun...

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

< Previous Next >