Re: 1.6.4 brown-bag DGA fixes

2009-09-29 Thread Keith Packard
Excerpts from Daniel Stone's message of Tue Sep 29 11:23:33 -0700 2009: > You don't want to just no-op DGAInit? And have the DiDGA layer call some other 'real' DGAInit function? -- keith.pack...@intel.com signature.asc Description: PGP signature ___

Re: 1.6.4 brown-bag DGA fixes

2009-09-29 Thread Keith Packard
Excerpts from Daniel Stone's message of Tue Sep 29 12:34:55 -0700 2009: > Well, if the objective is to never have the driver call the real > DGA initialisation, but to have DGAInit() present for API/linker > reasons, then, er ... heh. 1.6 is supposed to not break stuff, so we'll avoid that for no

[ANNOUNCE] xorg-server 1.6.4.901

2009-10-01 Thread Keith Packard
ll plan on pushing 1.6.5 in a few days (I'm going camping today, and won't be home until late Sunday). Keith Packard (2): Re-fix DGA removal. Bump to version 1.6.4.901 git tag: xorg-server-1.6.4.901 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1

Re: [ANNOUNCE] xorg-server 1.6.4.901

2009-10-05 Thread Keith Packard
Excerpts from Ingmar Vanhassel's message of Fri Oct 02 07:38:10 -0700 2009: > Excerpts from Keith Packard's message of Fri Oct 02 00:30:19 +0200 2009: > > http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.6.4.901.tar > > .bz2 > > MD5: 6eaa5c3c3f81886a1b71afd6b40b6047 xorg-serve

[ANNOUNCE] randrproto 1.3.1

2009-10-05 Thread Keith Packard
This release doesn't contain any protocol changes, just some clarifications and a few new properties. Adam Jackson (3): Punctuation fix. Clarify that GetOutputPrimary is per-screen. Update reference to renderproto.txt Keith Packard (5): Allow inactive outputs to be s

Re: fd.o services outage, annarchy $HOME lost

2009-10-07 Thread Keith Packard
Excerpts from Matthias Hopf's message of Wed Oct 07 08:12:28 -0700 2009: > But I would like to know the reasoning behind that. Is /home > notoriously flooded with short-living big-sized files, or has this > something to do with local law, or what? It's just to reduce the size of our backup images

[ANNOUNCE] xorg-server 1.6.5

2009-10-11 Thread Keith Packard
some 'really important' fixes needed, please post them to the wiki page and you may convince me to reconsider. Keith Packard (1): Bump version to 1.6.5 Peter Hutterer (1): ephyr: if -parent is given, check for a trailing -screen. (#24144) git tag: xorg-ser

[ANNOUNCE] xorg-server 1.7.99.1

2009-10-21 Thread Keith Packard
l null pointer dereference before input initialization Julien Cristau (3): xfree86: fix xorg.conf manpage formatting error configure: quote argument to m4_pattern_forbid configure: quote argument to m4_pattern_forbid Keith Packard (7): Re-fix DGA removal. Fix '

Re: Monochrome framebuffer driver

2009-10-29 Thread Keith Packard
Excerpts from Mikhail Gusarov's message of Thu Oct 29 14:06:26 -0700 2009: > Btw, does it work (or at least is it supposed to work) for 2 or 4 bits > per pixel? X doesn't support 2bpp devices. We could add 2bpp support to fb and expose that as 4bpp for images. Adding 2bpp drawing code to fb would

Re: [PATCH] xfree86: Edid quirk for Philips LCD LP154W01

2009-11-18 Thread Keith Packard
On Wed, 18 Nov 2009 18:04:58 +0800, yakui.z...@intel.com wrote: > /* Bug #21000: LGPhilipsLCD LP154W01-TLAJ */ > +/* Bug #10304: LGPhilipsLCD LP154W01-A5 */ > if (memcmp (DDC->vendor.name, "LPL", 4) == 0 && > - DDC->vendor.prod_id == 47360) > + (DDC->vendor.prod_id == 47360 |

Re: Changes to XInput Proto Number of Events Cause Xlib WireToEvent Vector Mismatch

2009-12-02 Thread Keith Packard
On Thu, 26 Nov 2009 11:45:39 +1000, Peter Hutterer wrote: > On Wed, Nov 25, 2009 at 04:42:59PM -0500, Nathan Kidd wrote: > Attached is an attempt of a fix to libXext. There's not a lot of > wriggle-room, the APIs are quite restrictive and we can't pass a great deal > of information around. Addit

Re: Changes to XInput Proto Number of Events Cause Xlib WireToEvent Vector Mismatch

2009-12-02 Thread Keith Packard
On Thu, 3 Dec 2009 13:44:59 +1000, Peter Hutterer wrote: > You'd need to patch this into every extension though. Sure, let's at least fix Xinput then; it's the only one changing the number of events on a regular basis anyway. But, the patch to make Xlib not smash other extension events is a goo

Re: touchscreens in multiscreen setups

2009-12-17 Thread Keith Packard
On Fri, 18 Dec 2009 15:04:48 +1000, Peter Hutterer wrote: > there's two parts to it: > - xf86InputSetScreen seems broken, this should be fixed in the server. > though it's probably optimised for the Xinerama scenario, I think it > should be possible to set it up for randr output or CRTC trac

Re: touchscreens in multiscreen setups

2009-12-17 Thread Keith Packard
On Fri, 18 Dec 2009 15:41:00 +1000, Peter Hutterer wrote: > by default, devices cross screen boundaries and tablets/touchscreens map to > the range of the screen. With xf86InputSetScreen a driver could be mapped > to a single screen only, thus a right-hand corner would always be the > right-hand

[ANNOUNCE] xorg-server 1.7.99.2

2009-12-19 Thread Keith Packard
Move SHA1 computation from render/glyph.c to os/ configure: add --with-sha1={libmd,libcrypto} option Add libgcrypt as an option for SHA1 xfree86: set a sane umask before opening the log Move config_init() after CreateWellKnownSockets() and InitCoreDevices() Keith Pac

Re: [PATCH] Another profile

2010-01-01 Thread Keith Packard
> I created another acceleration profile, inspired by the bits removed > from the wacom driver. Do we have enough info to start assigning default profiles to different kinds of devices yet? Should we stick this in some default xorg.conf.d fragments? Or should we stick it in the code instead? --

Re: [PATCH] dri2: Fix order of operations issue in __glXdriSwapEvent test.

2010-01-24 Thread Keith Packard
On Thu, 21 Jan 2010 10:31:04 -0800, Eric Anholt wrote: > -if (!drawable->eventMask & GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK) > +if (!(drawable->eventMask & GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK)) Reviewed-by: Keith Packard I'll note that using 'drawable'

Re: Laptop screen below external monitor

2010-02-07 Thread Keith Packard
On Sun, 7 Feb 2010 18:19:12 -0500, Nick Hoffman wrote: > How can I move LVDS down to position 0x1050 ? xrandr doesn't allow you to do that, because it's generally not useful. Of course, the protocol does permit it, so you could write a custom application... > I'm trying to do this because that

Re: X.Org Foundation Board of Directors 2010 Election

2010-02-10 Thread Keith Packard
On Wed, 10 Feb 2010 19:47:11 +, Daniel Stone wrote: > [0]: Namely, it's been incredibly difficult to even get a statement out > out of our current bank. We've been hoping to switch for quite > some time, but unfortunately this is basically predicated on the > 501(c)(3) transit

[ANNOUNCE] xorg-server 1.7.99.901

2010-02-12 Thread Keith Packard
27;-nolock' Cygwin/X: Avoid cursor size log spam Cygwin/X: Avoid a collision between DEBUG and a token name Julien Cristau (3): test/xi2: fix maximum max_keycode (bug#25492) config: add libudev input-hotplug backend main: move config_init() after InitInput

Re: X.Org Foundation Board of Directors 2010 Election

2010-02-16 Thread Keith Packard
On Mon, 15 Feb 2010 23:21:28 +0100, Luc Verhaegen wrote: > Can we get some more details here please? Alanc also mentioned ssl > certificates, FOSDEM 2010 and Videohackfest from the top of his head. We haven't paid for any SSL certificates, or a video hackfest. The sum total of our expenses can

Re: X.Org Foundation Board of Directors 2010 Election

2010-02-16 Thread Keith Packard
On Tue, 16 Feb 2010 17:54:56 +0100, Matthias Hopf wrote: > But something like $100 / month sounds like a reasonable upper limit for > me, and you should actually get by for half of it. We've got three servers and a switch; the 3U servers are $1200/year, and the 2U server + switch is $600. -- k

Re: Xorg really unstable

2010-03-15 Thread Keith Packard
On Mon, 15 Mar 2010 15:52:41 -0400, Jérôme Poulin wrote: > #6 > #7 drmmode_ConvertFromKMode (scrn=0x7f2540, kmode=0x0, mode=0x1e9c4d0) at > drmmode_display.c:240 > #8 0x7fe72ab87427 in drmmode_output_get_modes (output=0x7f7190) at > drmmode_display.c:831 That "can't" happen as drmmode_C

Re: Xorg really unstable

2010-03-21 Thread Keith Packard
On Sun, 21 Mar 2010 21:52:31 -0400, Jérôme Poulin wrote: > I confirm that after installing libdrm-2.4.18 and recompiling all the other > packages like usual, it fixed the problem, thank you, it was the third > update I had problem with, this one seems stable for now about a week. Thanks for che

[ANNOUNCE] xorg-server 1.7.99.902

2010-03-21 Thread Keith Packard
an empty xkb keymap by default Jon TURNEY (2): Cygwin/X: Fix thinko in mount option checking Cygwin/X: Tidy up some cosmetic issues in log strings Julien Cristau (1): dix: restore lastDeviceEventTime update in dixSaveScreens Keith Packard (3): Share enum definition for det_monrec_par

[ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Keith Packard
ixScreenOrigins as the value could've changed. darwin: Correct inline assembly for ___crashreporter_info__ Bump bundle version to 2.5.1 Keith Packard (2): Install 10-evdev.conf in $(prefix)/etc/X11/xorg.conf.d under udev xserver 1.8.0 Michel Dänzer (1): Xext:

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Keith Packard
> Can you post the rest of the log? It should be picking up the > InputClass settings from the installed xorg.conf.d/10-evdev.conf. See > the INPUTCLASS section in xorg.conf(5). They're basically like the fdi > stubs used with the hal backend. Yeah, one possibility is that you have an existing /e

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Keith Packard
On Fri, 2 Apr 2010 19:24:42 +0200, Stefan Dirsch wrote: > -xorgconfddir = $(prefix)/etc/X11/$(XF86CONFIGDIR) > +xorgconfddir = $(sysconfdir)/X11/$(XF86CONFIGDIR) A matching patch in hw/xfree86/common/xf86Config.c might be a good idea as that uses %P/etc/X11/xorg.conf.d, where %P is replaced with

Re: [ANNOUNCE] xorg-server 1.8.0

2010-04-02 Thread Keith Packard
On Fri, 2 Apr 2010 21:01:30 +0200, Julien Cristau wrote: > And I'll be using /usr/lib/X11/xorg.conf.d/ because using /etc for the > default "make my xserver work" snippets just seems wrong (and /usr > allows me to make sure they're in sync with the packages, not conflated > with configuration whi

Re: touchscreens in multiscreen setups

2010-04-08 Thread Keith Packard
On Thu, 08 Apr 2010 17:22:56 +0200, Peter Korsgaard wrote: > - Add an XInput property to evdev to assign a screen number / randr > output name to a device Use a window ID to identify the screen; the protocol never uses screen 'numbers'. > - Add an API to forward this info to the server (xf86X

Re: X11 error from home grown application

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 14:58:16 -0400, Geoffrey wrote: > Can you define 'viewable'? From the X protocol glossary: .LP \fBViewable\fP .IN "Viewable" "" "@DEF@" .IP A window is viewable if it and all of its ancestors are mapped. This does not imply that any portion of the window is actually visible

Re: X11 error from home grown application

2010-05-19 Thread Keith Packard
On Wed, 19 May 2010 15:39:43 -0700, Aaron Plattner wrote: > That seems misleading... the server makes a distinction between 'realized' > and 'viewable': Indeed it does; 'viewable' wrt the protocol is the same as 'realized' wrt the X server. The protocol doesn't have a term for 'viewable and Inpu

Re: ANN luit 20100601

2010-06-02 Thread Keith Packard
On Wed, 2 Jun 2010 04:20:01 -0400 (EDT), Thomas Dickey wrote: > Xorg isn't a _technical_ organization. > It is a political organzation, which lacks focus. Thomas -- you're welcome to work on stuff wherever you like; I'm certainly happy that you're continuing to maintain xterm and luit and encour

[ANNOUNCE] xorg-server 1.8.99.901

2010-06-15 Thread Keith Packard
UND, it breaks composite Xwin: Simplify screen option processing Xwin: make screens structures run-time adjustable Cygwin/X: AIGLX using native WGL Julien Cristau (6): Bump version in configure.ac XGE: don't register an extension event vfb: add a name and

[ANNOUNCE] xorg-server 1.8.99.902 (1.9 RC2)

2010-06-22 Thread Keith Packard
ap until after move/resize/cbw (bug 28345) Gaetan Nadon (1): config: declare xserver private dependencies in xorg-server.pc Keith Packard (3): Clean up RandR12 bits on screen close (bug 27114) In DRI2Connect, check to see if DRI2 has been initialized (bug 28424) Bump to 1

[ANNOUNCE] xorg-server 1.8.99.903 (1.9 RC3)

2010-06-22 Thread Keith Packard
nd substitute a nice shiny RC3 instead! Enjoy. Keith Packard (2): Revert "mi: Remove unused overlay support" Bump to 1.8.99.903 -- 1.9 RC3 Kristian Høgsberg (1): list.h: Fix list_for_each_entry_safe() git tag: xorg-server-1.8.99.903 http://xorg.freedesktop.org/archiv

[ANNOUNCE] xorg-server 1.8.99.904

2010-07-01 Thread Keith Packard
mary for release 1.9: Jesse Barnes (1): OS support: fix writeable client vs IgnoreClient behavior Julien Cristau (3): Xephyr: fix memory leak in XF86DRIOpenConnection configure: bail if Xephyr was requested but its dependencies are missing Xephyr: fix Xv adaptor capabili

[ANNOUNCE] xorg-server 1.8.99.905

2010-07-14 Thread Keith Packard
rawable if pixmap serial changes Keith Packard (6): Revert "Revert "dix: use the event mask of the grab for TryClientEvents."" Revert "xkb: merge lockedPtrButtons state from all attached SDs." Delete unused miDbe screen private private datatype

Re: [PATCH] Call flush callback chain when we flush client buffer due to overflow

2010-07-29 Thread Keith Packard
s there a specific bug that this helps address? Also, there is one more call to FlushClient in CloseDownConnection; any reason we shouldn't be invoking the FlushCallback there too? More from a sense of completeness than a chance that it's going to actually matter. Reviewed-by: Keith Packa

Re: [PATCH 1/2] Always call the flush callback chain when we might send out damage events

2010-08-01 Thread Keith Packard
On Sun, 1 Aug 2010 14:39:46 -0400, Kristian Høgsberg wrote: > Before this gets drowned out in janitorial patches... Keith, do you > want a pull request for this and the damageext patch? Did you have > have a look at the damage change? I read through the change and reviewed the potential impacts

Re: [PATCH 1/2] Always call the flush callback chain when we might send out damage events

2010-08-02 Thread Keith Packard
On Mon, 2 Aug 2010 08:24:04 -0400, Kristian Høgsberg wrote: > On Sun, Aug 1, 2010 at 3:20 PM, Keith Packard wrote: > > On Sun, 1 Aug 2010 14:39:46 -0400, Kristian Høgsberg > > wrote: > >> Before this gets drowned out in janitorial patches... Keith, do you > >>

Re: [PATCH] os: Don't write the reply that overflows output buffer

2010-08-02 Thread Keith Packard
On Mon, 2 Aug 2010 11:29:55 -0400, Kristian Høgsberg wrote: > > Here's the other approach for fixing damage vs flush client. In writing the > commit message, it certainly does feel like damage should just be fixed to > not reply on that behaviour. And writing the patch, I realize that the > o

Re: [PATCH] os: Don't write the reply that overflows output buffer

2010-08-02 Thread Keith Packard
On Mon, 2 Aug 2010 19:58:47 -0400, Kristian Høgsberg wrote: > And if I don't have to touch low level protocol code, I'd > rather not. Scaredy cat. -- keith.pack...@intel.com pgpA6YYLFPDkx.pgp Description: PGP signature ___ xorg@lists.freedesktop.or

Re: [PATCH] os: Don't write the reply that overflows output buffer

2010-08-04 Thread Keith Packard
ull > request. Yeah, it looks like the best solution for 1.9 anyway. Reviewed-by: Keith Packard (sorry, busy at debconf this week). -- keith.pack...@intel.com pgp6t9x22BIuP.pgp Description: PGP signature ___ xorg@lists.freedesktop.org: X

[ANNOUNCE] xorg-server 1.8.99.906

2010-08-12 Thread Keith Packard
(1): xfree86: parser: Never use constant strings for driver names (fixes #17438) Jon TURNEY (2): rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/X Cygwin/X: Fix glxWinCreateDrawable() for API change Keith Packard (3): Don't let alpha ma

Re: Concerning "X freezing occasionally", I can confirm, somewhat

2010-08-14 Thread Keith Packard
On Sat, 14 Aug 2010 15:41:02 -0400, Marty Jack wrote: > It's really up to the server architects to decide how to fix this > "properly". I might suggest that the Init stay outside the loop, and > then Register be changed so that if the handler is already registered, > it is a no-op. That seems l

[ANNOUNCE] xorg-server 1.9.0

2010-08-20 Thread Keith Packard
Jeremy Huddleston (4): XQuartz: Ignore kXquartzToggleFullscreen when rootless XQuartz: Make application switching work better for the no-spaces case XQuartz: UpdateScreen at the end of SetRootless XQuartz: xpr: Bail on errors during unlock and destroy Keith Packard (3

Re: commit 648c8871c92727d7b6b16859f27f12266a06a16e breaks "xv" and "ImageMagick"

2010-12-03 Thread Keith Packard
On Thu, 2 Dec 2010 16:02:45 +0800, Jeff Chua wrote: > Commit 648c8871c92727d7b6b16859f27f12266a06a16e breaks "xv" and > "ImageMagick". Upon running the application, the window displays a > blank black window until certain mouse events triggered the window to > display correct contents. Reverting t

[ANNOUNCE] xorg-server 1.9.99.901

2010-12-06 Thread Keith Packard
Cygwin/X: Drop several unneeded includes of winprefs.h Cygwin/X: Fix typos in comments Cygwin/X: Make g_hhookKeyboardLL static Cygwin/X: Make g_hmodDirectDraw static Cygwin/X: Make g_hmodCommonControls static Cygwin/X: Remove g_hwndKeyboardFocus Cygwin/X: Move dupli

Re: [ANNOUNCE] xorg-server 1.9.99.901

2010-12-06 Thread Keith Packard
On Tue, 7 Dec 2010 13:59:28 +0800, Jeff Chua wrote: > On Tue, Dec 7, 2010 at 1:04 PM, Keith Packard wrote: > > > Note that this tarball depends on unreleased protocol packages for xext > > and randr. It should correctly whine if they aren't available. > > > R

Re: [PATCH] Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buffers function

2011-02-18 Thread Keith Packard
On Thu, 10 Feb 2011 16:27:29 -0500, Kristian Høgsberg wrote: > The calling for allocate_or_reuse_buffer may fail due to some reason, e.g. > out of memory. > If the buffers[] were not initialized to be NULL, the following err_out may > try to access an illegal memory, which will cause X crash a

[ANNOUNCE] xorg-server 1.9.99.902 (1.10 RC2)

2011-02-18 Thread Keith Packard
ustin Dou (1): Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buffers function Jörn Horstmann (1): Add EDID quirk for HP Compaq nc8430. Keith Packard (1): Version bumped to 1.9.99.902 (1.10 RC2) Maarten Maathuis (3): exa/driver: set pExaPixma

[ANNOUNCE] xorg-server 1.9.99.903

2011-02-24 Thread Keith Packard
erence to `XNFsprintf' on sparc. Erkki Seppälä (1): record: avoid crash when calling RecordFlushReplyBuffer recursively Jeremy Huddleston (2): XQuartz: Add LSApplicationCategoryType key to Info.plist XQuartz: Localization Updates Keith Packard (14): Revert &q

Re: [ANNOUNCE] xorg-server 1.9.99.903

2011-02-25 Thread Keith Packard
On Fri, 25 Feb 2011 19:28:38 +1000, Peter Hutterer wrote: > this is not a fix that should hold up the release. It happens on SD > detachment only (which is rare enough) and even then only if buttons or > keys are down while detaching. Not a very common use-case and not a > high-priority patch

[ANNOUNCE] xorg-server 1.10.0

2011-02-25 Thread Keith Packard
glx: fix BindTexImageEXT length check glx: Work around wrong request lengths sent by mesa Justin Dou (1): Replace malloc with calloc to initialize the buffers[] as NULL in do_get_buffers function Jörn Horstmann (1): Add EDID quirk for HP Compaq nc8430. Keith Packard (34):

[ANNOUNCE] xextproto 7.2.0

2011-02-27 Thread Keith Packard
James Jones (5): Document changes in XSync version 3.1 Initial Fence Sync support Add XSyncQueryFence() Add protocol for XSyncAwaitFence() Bump version to 7.1.99.0 Jesse Adkins (1): Purge cvs tags. Keith Packard (1): Version 7.2.0 Matt Dew (1): specs

[ANNOUNCE] xorg-server 1.10.99.901

2011-06-01 Thread Keith Packard
e() thread-safe Cygwin/X: Handle failure during winScreenInit() configure: Look for Khronos OpenGL spec files using pkg-config hw/xwin: wglext.h should be provided by w32api, rather than downloaded Julien Cristau (2): configure.ac: bump version for 1.11 development X

[ANNOUNCE] xorg-server 1.10.99.902

2011-08-03 Thread Keith Packard
nux Xquartz: include new localization files in the tarball Keith Packard (2): Create sdksyms.dep in the right place at configure time Version bumped to 1.10.99.902 (1.11 RC2) Lennart Poettering (3): config: process udev "changed" and "add" events in

Re: Xrandr fails to change resolution of external crt monitor

2011-08-10 Thread Keith Packard
On Wed, 10 Aug 2011 08:12:23 -0700 (PDT), Witold Pilat wrote: > However when I try any lower resolution other than 1280x800 it doesn't > change actual resolution but crops working space instead and keeps > 1280x1024. On the other hand when I try higher resolutions all I can > get is 1280x1024 or

Re: [ANNOUNCE] xorg-server 1.10.99.902

2011-08-23 Thread Keith Packard
On Wed, 03 Aug 2011 21:21:44 -0700, "Keith Packard" wrote: > We're still on schedule for an August 19th release at this point, so > keep on testing and we'll try to clean up any last-minute bugs. As many of you may have noticed, 1.11 wasn't released last Friday. M

[ANNOUNCE] xorg-server 1.11.0

2011-08-26 Thread Keith Packard
screen and window privates on init Keith Packard (1): Version bumped to 1.11 Michel Dänzer (1): EXA/mixed: Update sys_pitch in MPH even when there's no system memory copy. Pelle Johansson (1): XQuartz: Initialize darwin pointer valuators git tag: xorg-serv

Re: [Pull Request] Glamor: A 2D rendering acceleration implementation based on OpenGL

2011-09-27 Thread Keith Packard
On Tue, 27 Sep 2011 08:39:33 -0700, Alan Coopersmith wrote: > On 09/27/11 06:50 AM, zhigang gong wrote: > > [Over 225 commits] > > 47 files changed, 10484 insertions(+), 14 deletions(-) > > That's a huge amount of change without any Reviewed-by: tags, which > makes it seem very premature for

[ANNOUNCE] xorg-server 1.11.99.1

2011-11-20 Thread Keith Packard
6PciInfo.h Jesse Barnes (1): crtc: match full preferred modes if possible when choosing an initial config Jon TURNEY (3): Cygwin/X: Make default DPI match native DPI hw/xwin: Link directly to TrackMouseEvent() hw/xwin: Stop pretending we work on NT4 Julien Cristau

Re: hdmi output not detected by xrandr

2011-11-26 Thread Keith Packard
On Sun, 27 Nov 2011 16:01:52 +1100, sashan wrote: > Hi > > I'm trying to figure out why the external hdmi output on my laptop doesn't > work > but am not sure where the problem is or if this is the right mailing > list. I'd bet money that the hdmi connector is only hooked up to the nVidia devic

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Keith Packard
On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer wrote: > We probably won't get X Input 2.2 done if the release is moved forward to > Feb 8th. What's the date for the merge window end? If we followed the 1.11 schedule, the non-critical bug window would close three weeks earlier (Jan 18), and

Re: [ANNOUNCE] xorg-server 1.11.99.1

2011-11-27 Thread Keith Packard
On Mon, 28 Nov 2011 13:36:35 +1000, Peter Hutterer wrote: > On Sun, Nov 27, 2011 at 07:29:53PM -0800, Keith Packard wrote: > > On Mon, 28 Nov 2011 11:39:31 +1000, Peter Hutterer > > wrote: > > > > > We probably won't get X Input 2.2 done if the releas

[ANNOUNCE] xorg-server 1.11.99.2

2011-12-17 Thread Keith Packard
Werror=implicit-function-declaration dmx: Build fix for -Werror=implicit-function-declaration on linux Julien Cristau (1): Fix ShmPutImage for XYBitmap Keith Packard (3): Save major/minor opcodes in ClientRec for RecordAReply hw/xfree86: fix segfault in config parser when

<    1   2   3