ArchiveOrangemail archive

X.Org development list


xorg-devel.lists.x.org
(List home) (Recent threads) (13 other X.org lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Moderate traffic list: up to 30 messages per day
  • This list contains about 36,438 messages, beginning Mar 2008
  • 4 messages added yesterday

X.Org development list

March 2012 - page 1
Chase Douglas 133056022301 Mar 2012* xorg-server flags are not needed. Including them also causes -fvisibility=hidden to be used, which breaks the build output. Signed-off-by: Chase Dougl...
Gaetan Nadon 133056065201 Mar 2012* This is done when autoconf runs aclocal. Signed-off-by: Gaetan Nadon --- configure.ac | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) dif...
Chase Douglas 133062505301 Mar 2012* Signed-off-by: Chase Douglas --- xorg-macros.m4.in | 53 ++++++++++++++++++++++++++++++++- 1 files changed, 32 insertions(+), 21 deletions(-) diff...
Chase Douglas 133064044901 Mar 2012* You can use this functionality by setting the language to C++ before calling XORG_DEFAULT_OPTIONS. This can accomplished with AC_LANG(C++). Signed-off...
Chase Douglas 133064048101 Mar 2012* Copied from http://www.x.org/releases/X11R7.6/doc/xorg-do... Signed-off-by: Chase Douglas...
Peter Hutterer 133065092402 Mar 2012* Just cleanups in the spec document, there isn't anything exciting in there and no actual changes to the protocol. Other than these, I think 2.2 is...
Julien Cristau 133066528202 Mar 2012* This reverts commit f09c5299a381e2729e800a0ac43f1c0e371f65f6. The TCP fallback ended up falling back to UNIX socket connection if $DISPLAY was set to ...
Mario Kleiner 133071212602 Mar 2012* Two "updated" patches, according to Michel Daenzers review. See separate e-mail for details. 01/10: Replaces original 01/09 -- Same code, up...
Peter Hutterer 133072135902 Mar 2012* From: Peter Zotov All Elantech touchpads report the number of fingers explicitly, and at least the v3 version of the hardware can report any pressure ...
Alan Coopersmith 133073822703 Mar 2012 Fixes gcc warning: xhost.c:453:6: warning: declaration of ‘namelen’ shadows a previous local xhost.c:339:9: warning: shadowed declaration is here ...
Adam Jackson 133080065503 Mar 2012* Well, almost all of them. zlib doesn't support "e" in the mode string in gzopen() though it will silently accept and ignore it, and Sola...
Mike Lothian 133088384604 Mar 2012* Hi I'm testing these patches out on my Gentoo box where I'm running the latest git for the whole X stack I can't seem to get the right (or...
Gaetan Nadon 133092065305 Mar 2012* Reviewed-by: Peter Hutterer Signed-off-by: Gaetan Nadon --- test/.gitignore | 1 + test/xi2/.gitignore | 1 + 2 files changed, 2 insertions(+)...
Peter Hutterer 133092616805 Mar 2012 The BadAccess patch doesn't have a reviewed by, but all five are harmless and fixes that should be in 1.12.1 The following changes since commit b1...
Jeremy Huddleston 133093391905 Mar 2012 The following changes since commit b1be72c5ca6cb98ba64637990b142be0f1710a19: Version bumped to 1.12 (2012-03-04 20:26:18 -0800) are available in the g...
Jeremy Huddleston 133093493105 Mar 2012 Signed-off-by: Jeremy Huddleston --- test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am in...
Alan Coopersmith 133093652105 Mar 2012* Signed-off-by: Alan Coopersmith --- configure.ac | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.a...
Matt Turner 133093666905 Mar 2012* Fixes segmentation fault when closing gv. Found at http://gitorious.org/xaw3d/xaw3d/commit/23b3c... Fixes: https://bugs.gentoo.org/show_bug.cgi?id=406...
ClickPad support (16 Replies)
Chase Douglas 133097834605 Mar 2012* Change since v3: * Disable ClickPad support unless a physical right button is present. This ensures we don't disable click action support, which m...
Chase Douglas 133101894606 Mar 2012* The first three changes are improvements to the build system. The fourth is a simple .gitignore update. The fifth is the addition of uTouch-Evemu devi...
Mehdi Dogguy 133106953706 Mar 2012* Hello, setxkbmap is a great tool, but one has to "guess" the name of known keyboard models, layouts and variants. xkeyboard-config(7) lists ...
Peter Hutterer 133107966307 Mar 2012* No effect as both have the same value anyway. Signed-off-by: Peter Hutterer --- src/synaptics.c | 4 ++-- 1 files changed, 2 insertions(+), 2 dele...
Chase Douglas 133108451907 Mar 2012* Device uses utouch-evemu for input device recording playback through the Linux kernel. Signed-off-by: Chase Douglas Acked-by: Peter Hutterer --- Chang...
Chase Douglas 133117918508 Mar 2012* This fixes scroll class increment values on 32-bit machines. Performing 1UL << 32 shifts the bit off the end of a 32-bit unsigned long value. By...
Chase Douglas 133118052808 Mar 2012* If there is only one listener of a touch, the listener is a grab, and is accepted before the touch has ended, the current code will not end the touch ...
Peter Hutterer 133122610708 Mar 2012* For driver debugging, it is helpful to know whether the driver has actually submitted an event to the server. dtrace hook can help here. Note that Get...
Julian Pidancet 133125750609 Mar 2012* My last attempts to post to the xorg-devel mailing list failed. So retry now. Some instructions are not emulated correctly by x86emu when they are pre...
Peter Hutterer 133125763609 Mar 2012* Alt+SysReq+R sets the console to raw mode. Re-enable raw mode when VT-switching back to the server. X.Org Bug 41146 <http://bugs.freedesktop.org/sh...
Gaetan Nadon 133130630709 Mar 2012* Already included in XORG_DEFAULT_OPTIONS Signed-off-by: Gaetan Nadon...
Gaetan Nadon 133130841709 Mar 2012* The variable is not used in any makefile. Configure.ac does not participate in the determination of the conf path. The final value of datadir is not k...
Dave Airlie 133131091909 Mar 2012* So I've fleshed out most of a working solution for hotplugging and gpu switching but I've started wondering how to move ahead with upstreaming...
Alan Coopersmith 133131839509 Mar 2012* Peter has said he's ready for the GetRequest changes in here to be released, but before we cut a release, it seems there's a few outstanding p...
Gaetan Nadon 133133053209 Mar 2012* The variable is used xorg-gtest.pc.in. This reverts commit 23ce7387c7a762626aef6ffb2c3970a714716595. Signed-off-by: Gaetan Nadon --- configure.ac ...
Chase Douglas 133133309309 Mar 2012* Google test does not recommend distributing precomiled libraries. See: http://code.google.com/p/googletest/wiki/FAQ#... The Debian libgtest-dev packag...
Jon TURNEY 133152029012 Mar 2012* Casting a (const char *) to (caddr_t) to assign to iovec.io_base seems pointless. caddr_t isn't used anywhere else in xcb or libX11 Removing this ...
Jean-Pierre Demailly 133155003812 Mar 2012* Hi: Please find enclosed a suggestion of patch for libXaw3d-1.6.1 (actually for the current git version that has an additional one line bug fix), alon...
Chase Douglas 133158056012 Mar 2012* Copied from XORG_ENABLE_UNIT_TESTS. Signed-off-by: Chase Douglas --- I pasted in a minimum version of 1.17.0, but I don't know if that's how w...
Gaetan Nadon 133164647213 Mar 2012* Use AM_CONDITIONAL. Automake knows what to distribute. It needs to be able to navigate down the subdirs to find what needs to be included in the tarba...
Clickpad patches (19 Replies)
Peter Hutterer 133165768813 Mar 2012* New additions since v4: - middle button emulation disabled on clickpads. You can enable it later if you feel like it. aim for the right foot, it hurts...
Christopher James Halse Rogers 133165837913 Mar 2012* --- This is not intended to be applied as-is; the autofoo will want changing to match the changes in xorg-gtest recently submitted to the list. It...
Chase Douglas 133168016413 Mar 2012* When the language is C++, the flag checking message references $CC instead of $CXX. The cache id is also xorg_cv_cc_* instead of xorg_cv_cxx_*. This c...
Alan Coopersmith 133169134114 Mar 2012* Distro makers probably want to hold off on packaging the 2.3.0 upgrade until we get a 2.3.1 release out to fix: https://bugs.freedesktop.org/show_bug....
Alan Coopersmith 133169146514 Mar 2012* [Bug 47203] libxt 1.1.2 breaks xscreensaver https://bugs.freedesktop.org/show_bug.cgi?id=... [Bug 47216] upgrade to libxt 1.1.2 breaks "windowles...
Peter Hutterer 133170436714 Mar 2012* Signed-off-by: Peter Hutterer...
Keith Packard 133170707514 Mar 2012* sync_while_locked grabs the user lock before performing the sync operation. Telling InternalLockDisplay to wait for the user lock will thus deadlock, ...
Pander 133175806514 Mar 2012* Hi all, Could someone review the patches I have submitted on the 3rd and 6th of January? http://lists.x.org/archives/xorg-devel/2012-J... and http://l...
Peter Hutterer 133181769215 Mar 2012* If the increment is 0 but this is a scroll axis, it's definitely a bug. Nonetheless, it has happened, so put a warning in and a return statement t...
Peter Hutterer 133182454015 Mar 2012* REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL. X.Org Bug 46205 <http://bugs.freedesktop.org/show_bug.cgi?id=4...> Signe...
Peter Hutterer 133183827915 Mar 2012* We currently have one global idlecounter. This patch series adds additional counters named "DEVICEIDLETIME n" (where n is the device id) tha...
Dave Airlie 133184524115 Mar 2012* Just packaged xorg-x11-drv-vmware-12.0.1 and got this in build logs /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H...

Next page

Home | About | Privacy