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,443 messages, beginning Mar 2008
  • 6 messages added yesterday

X.Org development list

April 2009 - page 1
Detlev Casanova 123854518501 Apr 2009* Hey, About the multitouch GSoC project, I was wondering about some things : * would the project be about writing a new driver for multitouch touchpad,...
Alan Coopersmith 123854628101 Apr 2009* Signed-off-by: Alan Coopersmith...
Alan Coopersmith 123862550201 Apr 2009 Signed-off-by: Alan Coopersmith...
Alan Coopersmith 123862550201 Apr 2009 Signed-off-by: Alan Coopersmith...
Ren, Zhaohan 123865828002 Apr 2009 Hi All I wrote some code using libXrandr to check the current screen rotation state int CheckRotationState(Display * x11_dpy) { Rotation current_rotat...
Ren, Zhaohan 123869192602 Apr 2009* Hi All I wrote some code using libXrandr to check the current screen rotation state int CheckRotationState(Display * x11_dpy) { Rotation current_rotat...
James Buren 123874846003 Apr 2009 I'm using the C interface to Xlib and I was wondering what the standard method of detecting memory allocation failures for this library is. I know...
David Jander 123875176203 Apr 2009 Hi all, I am new to this list. I subscribed, because I wanted to use Xserver (kdrive) for an embedded system, so I git-cloned the repository(s), compi...
bruno belisle 123876284803 Apr 2009 http://fedora.nicubunu.ro/webcomics/ctrl-alt-......
Bob Gleitsmann 123892513705 Apr 2009* Hi, In several places in the Xserver source, the server version is compared to 7.0.0. This looks a lot like the Xorg release number rather than the se...
David Jander 123903730506 Apr 2009* When xserver is started with the option '-mouse tslib' the tslib-driver opens the default device "/dev/input/touchscreen0", but the ...
Jeremy Huddleston 123908813607 Apr 2009* The #define Status mucks up some Carbon headers on intel. See: https://bugzilla.mozilla.org/show_bug.cgi?id=... Anyone who has any reason why these sh...
Peter Hutterer 123925573009 Apr 2009* Zapping is triggered by xkb these days, so note in the man page that it's the Terminate_Server action. Since it's XKB, personal preferences to...
Alan Coopersmith 123931430009 Apr 2009 Also check for __SVR4 in remaining SVR4 check to match Solaris compiler default definition. Signed-off-by: Alan Coopersmith...
Alan Coopersmith 123937483210 Apr 2009* This updates the #if checks for all compilers, but I'm only set up to test with gcc & Sun cc - I've tried not to break the existing Micros...
Shengquan Yuan 123938469110 Apr 2009* Hi, I tried to use XvPutImage to draw into a pixmap, but it always returns error. After tracing into Xserver, I found function hw/xfree86/common/xf86x...
Cedric BAIL 123938712810 Apr 2009* Hi, I am a developper of the Enlightenment project, and during my work on optimising it, I did find that _XimParseStringFile was accounting for more t...
J.C. Roberts 123938916610 Apr 2009* Hi, I'm wondering if patches are supposed to be submitted to this mailing list, or added to Bugzilla for freedesktop.org ? It's a trivial one ...
Maarten Maathuis 123939101810 Apr 2009* - Some image viewers (eog, gqview) trigger the CopyArea path of Xext/shm.c - I'm not aware of any bad path that wouldn't like UTS and trigger ...
Xinput patches (6 Replies)
Simon Thum 123965966513 Apr 2009* Hi, I've had some patches laying around for xinput. They make it possible to select devices by using the device's type name. This is useful fo...
xorg enforces hal now? (11 Replies)
Dirk 123974930814 Apr 2009* after denying linux to become ever relevant to gamers by making it hard to disable mouse acceleration permanently (yes.. i have to use a cronjob for t...
Ander Conselvan de Oliveira 123976266215 Apr 2009* Having an input device section for a wacom device causes a server crash if the device is not present. The attached patch (against server-1.6-branch) f...
Peter Hutterer 123978006815 Apr 2009 This patch adds a test/ directory that contains the setup for a unit-testing suite designed for in-server unit-testing. All functions available to the...
Dave Airlie 123984171616 Apr 2009 ...
Peter Hutterer 123986559316 Apr 2009 Signed-off-by: Peter Hutterer...
David Jander 123986899516 Apr 2009 Rotation matrix for pointer coordinates was incomplete and pointers with absolute coordinates did not work correctly in xserver (kdrive) when the scee...
Dave Airlie 123987070716 Apr 2009* I think we have a problem with the EnableDisableFBAccess paths, but I'm not 100% sure how to fix it. However I don't believe the swapped out f...
Peter Hutterer 123993273917 Apr 2009 Some keyboards (?) advertise more than MAX_VALUATORS axes. Parts of the internal event delivery relies on not having more than MAX_VALUATOR axes, so l...
Peter Hutterer 123993382717 Apr 2009* Virtually all callers use XkbGetRulesDefault(&rmlvo); InitKeyboardDeviceStruct(..., rmlvo); Let's save them the trouble and accept NULL as a h...
Peter Hutterer 123993512817 Apr 2009* LogVWrite is limited to a buffer size of 1024, so we don't loose anything here by truncating. This way we can use LogVMessageVerb (and xf86Msg and...
Alan Coopersmith 124003179118 Apr 2009 Raises minimum autoconf version required to 2.60 Signed-off-by: Alan Coopersmith...
Werner LEMBERG 124019680920 Apr 2009* diff --git a/glx/glxdri.c b/glx/glxdri.c index eeac7fc..5fb75a4 100644 --- a/glx/glxdri.c +++ b/glx/glxdri.c @@ -1086,7 +1086,7 @@ __glXDRIscreenProbe...
David Jander 124021406220 Apr 2009* Rotation matrix for pointer coordinates was incomplete and pointers with absolute coordinates did not work correctly in xserver (kdrive) when the scee...
Pat Kane 124024446620 Apr 2009* Peter, Sounds like a broken X server, your test program must be getting some other clents events. I'd like to take a look at the WireShark dump bu...
Peter Hutterer 124026423220 Apr 2009* After > 100 stuck input events, the server is unlikely to recover. So print a message to the log and terminate the server instead of requiring user...
Timothy S. Nelson 124026504420 Apr 2009* Hi all. One thing I just noticed is that the root window property for XKB only contains the information for one keyboard. When I run setxkbmap -print,...
Peter Hutterer 124028364821 Apr 2009 From: Peter Hutterer A XTest virtual slave device pair (kbd/ptr) exists for every master device pair. This is so XTest events are correctly propogated...
()124030570521 Apr 2009 If the server is not allowed to touch or look at the type, it can't really check for correctness. Even if you did, there's the dange of breaki...
Peter Hutterer 124031245521 Apr 2009 Signed-off-by: Peter Hutterer...
Peter Åstrand 124031638921 Apr 2009* We're debugging a really strange problem with TigerVNC:s Xvnc: After executing: eval `dbus-launch --sh-syntax --exit-with-session` in a xterm wind...
Julien Cristau 124035113221 Apr 2009* ...
umang gupta 124043717422 Apr 2009* Hi All , I am a newbie for X11 - xorg . I have one task to do in X? that is to prevent X from clearing screen before it starts . X clears the contents...
Peter Åstrand 124047335523 Apr 2009* I have this extremely simple X client application: #include <stdio.h> #include <X11/Xlib.h> #include <assert.h> #include <unistd....
meta class 124050930923 Apr 2009* hi All I have a machine, which is connected by LCD. From log file I saw the preferred mode -1680x1050"x59.9 from edid was found in probed mode li...
Xvnc hogs the CPU (2 Replies)
Peter Åstrand 124051480923 Apr 2009* Here's another strange bug, also found during TigerVNC Xvnc testing. On Ubuntu 9.04 beta[*], after starting GNOME, Xvnc consumes all CPU it can ge...
Dan Nicholson 124051538823 Apr 2009* Right now there are a couple difficult XKB tasks that the server forks xkbcomp to accomplish. The main reason for this is that xkbcomp contains a pars...
Aaron Plattner 124052473723 Apr 2009 Drivers need this if they add visuals that require implicit redirection. Add a new SDK header, compositeext.h, to contain the prototype for this funct...
Simon Farnsworth 124052828523 Apr 2009* From: Simon Farnsworth For embedded use, it's convenient to be able to disable the cursor completely, without having to audit and fix up all your ...
Alan Coopersmith 124054591324 Apr 2009 Signed-off-by: Alan Coopersmith...
Peter Hutterer 124055465824 Apr 2009* All other functions are pushed into where they seemed to fit. main.c is now linked separately into libmain.a and linked in by the various DDXs....

Next page

Home | About | Privacy