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,148 messages, beginning Mar 2008
- 19 messages added yesterday
X.Org development list
September 2010 - page 1
Chase Douglas — 128330162201 Sep 2010*
From: Chase Douglas The udev device_added function takes the vendor and model IDs of added devices and converts them into an attribute that can be mat...
yakui.zhao at intel.com — 128330758301 Sep 2010
From: yakui.zhao at intel.com V2->V3: Based on the discussion it will be extended to the other platform that supports the CLOCK_MONOTONIC_COARSE po...
Huang, FrankR — 128330879601 Sep 2010*
Hi, all When compiling the Geode driver with lastest X server(1.9), Some warnings are reported: "Warning: 'Xalloc/Xfree/Xrealloc' is depr...
Peter Hutterer — 128331550301 Sep 2010*
Keith, please pull the input-next tree into master. The main changes here are the rework of the driver initialization API though I expect there may be...
Peter Hutterer — 128332235501 Sep 2010*
If the master does not have a button class, recalculating the number of buttons required for this master dereferences a NULL pointer. Guard against th...
Feng, Haitao — 128334086901 Sep 2010*
Hi, In May I have submitted code patches to enable DRI2 extension for Xephyr. In that patch, I have preferred to use DRI extension to get OpenGL accel...
Gaetan Nadon — 128335474401 Sep 2010*
This fixes misalignments to correctly display \n and \ for sample file. No source code changes needed to fix that. Replace XCOMM IMakefile comment wit...
Gaetan Nadon — 128336426601 Sep 2010*
It does the same thing, but on one line. Only difference is that -lutil is added to LIBS so it is available to all targets. This is done elsewhere for...
Gaetan Nadon — 128338969702 Sep 2010*
Mostly platform checks, defines and functions Gaetan Nadon (12): config: AC_LIBTOOL_DLOPEN is required for dynamic linking config: use libtool -export...
Adam Tkac — 128344745402 Sep 2010*
Hello, attached patch adds new option "-xkbcompdir" which allows to change xkbcomp path from commandline, please apply it to both master and...
Gaetan Nadon — 128346108002 Sep 2010*
Second edition. Patch #12: remove more empty XDM_LDFLAGS Patch #14: fixed typo, changed commit message Patch #19: this is patch #23 moved up Patch #19...
Jesse Adkins — 128352815603 Sep 2010*
ISCFuncs are no longer created by Xtranslcl.c as of Aug 7 2008 git commit 339ddc413559d4cb117a72f87b2a70dae6911c32. SCOFuncs is only created if __SCO_...
Jesse Adkins — 128355053203 Sep 2010*
Alan Coopersmith mentioned that the patch I had to fix #23324 left some ISC references behind. The first of these patches removes those ISC references...
Simon Thum — 128361068404 Sep 2010
Signed-off-by: Simon Thum...
Simon Thum — 128370304205 Sep 2010
This intends to clean up the accel struct and streamline initialization. Signed-off-by: Simon Thum...
Trevor Woerner — 128371362305 Sep 2010*
Hi, I was trying to compile Xorg and had a bit of a stumble in the mesa directory. The configure.ac looks for the talloc package and assumes your dist...
Thomas Hellstrom — 128371708205 Sep 2010
Hi! Just wanted to make people aware of bug 29969, which IMHO is pretty nasty. /Thomas...
Trevor Woerner — 128373238206 Sep 2010*
From: Trevor Woerner I don't know if others have a better way of doing this, but sometimes it would be nice to sit in the top-most directory and p...
Karl Tomlinson — 128377944906 Sep 2010*
I came across a situation (http://ie.microsoft.com/testdrive/Performance...) where copying with operator source from a pixmap with accel_blocked (due ...
Tiago Vignatti — 128379666406 Sep 2010*
Hi all, Right now, we have two impediments preventing me to put libpciaccess optional in xserver: 1. fbdevhw module, which is PCI tied 2. IOADDRESS ty...
Denis Dzyubenko — 128387305707 Sep 2010*
Hello guys, While looking through the drafts on the XInput2.1 specification as published by Daniel Stone and Peter Hutterer, I've noticed one thin...
Tiago Vignatti — 128389878207 Sep 2010*
Signed-off-by: Tiago Vignatti...
RĂ©mi Cardona — 128390090007 Sep 2010*
src/extutil.c has _X_HIDDEN while src/Xge.c didn't. This apparently went unnoticed by most compilers for a while, but not on Gentoo-prefix/amd64 w...
Macpaul Lin — 128395867708 Sep 2010*
NDS32 is a new 32-bit RISC architecture invented by andestech.com. It has a 16-bit/32-bit mixed-length instruction set to achieve optimal system perfo...
Peter Hutterer — 128396159908 Sep 2010*
From: Peter Hutterer The drain_console() function will race with new keyboard events being added by the hardware causing the server to lose keyboard e...
Adam Tkac — 128396197708 Sep 2010
Hello, this message belongs to thread http://lists.x.org/archives/xorg-devel/2010-S.... Improved patch addresses issue with the SUID servers. Reason w...
Jesse Barnes — 128396553908 Sep 2010*
Brian pointed this out awhile back but the fix was never merged. So here's a real patch. Would be nice to get into 1.9.x as well if it proves ok i...
Adam Jackson — 128397617808 Sep 2010*
Signed-off-by: Adam Jackson...
Adam Jackson — 128398017208 Sep 2010*
v2: Use != RedirectDrawNone, since we aren't called for manual windows. Signed-off-by: Adam Jackson...
Trevor Woerner — 128399238609 Sep 2010*
From: Trevor Woerner Add this option to the usage display. Signed-off-by: Trevor Woerner...
Trevor Woerner — 128399241109 Sep 2010
From: Trevor Woerner The -h and --help options were missing from the usage display. Exit successfully from the usage display. Signed-off-by: Trevor Wo...
Peter Hutterer — 128399357909 Sep 2010
The subtype in the DGA event is the core type and all ET_ event types (where applicable) are identical to the core types. Thus the switch statement be...
Fernando Carrijo — 128400242609 Sep 2010*
Ajax originally exposed the requirement embodied in this patches series. See: http://lists.x.org/archives/xorg-devel/2010-A... Do you guys see inpropr...
Peter Hutterer — 128400290609 Sep 2010*
Keith, Please pull from the branch below. These are the input fixes that do not change the ABI and most of them are safe to be pulled into stable bran...
Tiago Vignatti — 128401932809 Sep 2010*
All hook entry points are supposed to be used internally. Signed-off-by: Tiago Vignatti...
Gaetan Nadon — 128403951009 Sep 2010*
Second edition. Resend. Patch #12: remove more empty XDM_LDFLAGS Patch #14: fixed typo, changed commit message Patch #19: this is patch #23 moved up P...
Macpaul Lin — 128404661009 Sep 2010*
NDS32 is a new 32-bit RISC architecture invented by andestech.com. It has a 16-bit/32-bit mixed-length instruction set to achieve optimal system perfo...
Gaetan Nadon — 128405089809 Sep 2010*
As a result of the recent DocBook conversion. Signed-off-by: Gaetan Nadon...
albert.zeyer at rwth-aachen.de — 128406009409 Sep 2010*
From: albert.zeyer at rwth-aachen.de...
Tiago Vignatti — 128406021109 Sep 2010*
We assume already that our X implementation is POSIX compliant anyway. So remove those redundant checking. Signed-off-by: Tiago Vignatti...
Mad Fish The One — 128407321309 Sep 2010*
I'm writing a game, and I want raw mouse input to control camera (so no additional acceleration by X server) and don't want mouse to escape th...
Peter Hutterer — 128407351709 Sep 2010*
This is the second lot of input API cleanups and it goes on top of the patches already reviewed earlier. The full branch is available in my people.fdo...
Peter Hutterer — 128408020110 Sep 2010*
A set of patches to make acecad build against the input-api branch in git://people.freedesktop.org/~whot input-api patches compile but not tested for ...
Gaetan Nadon — 128408505910 Sep 2010*
Includes the first tree patches posted earlier today. Removing .ms files already converted and available in their respective modules Some DocBook file...
Adam Jackson — 128410074410 Sep 2010*
Inspired by a pattern in NoMachine's NX. Consistently zeroed buffers compress better with ssh and friends. Note that you'll need to rebuild al...
() — 128410286310 Sep 2010
that in FC13, there is underlying bug. The picture of bug can be got from the link: http://bochecha.fedorapeople.org/geode/screen... After I successfu...
Tiago Vignatti — 128412074810 Sep 2010*
Hi, In version #3 of this series, I removed the last two patches in which I got comments from Mark Kettenis. Mark didn't like the approach I used ...
Trevor Woerner — 128412407210 Sep 2010*
Hi, Since I've been working with the module build script I thought it would be prudent to make modifications to the wiki in an attempt to keep it ...
Marc Scherer — 128412626710 Sep 2010*
I would like to contribute a patch for the xf86-video-siliconmotion driver but I am not sure if it is good enough to be included upstream. Appended is...
Chris Wilson — 128412633610 Sep 2010*
As with xf86SwitchMode(), if the driver modifies the Screen pixmap header in the course of resizing the framebuffer, this change needs to be propagate...
Next page