Re: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-02-26 Thread Guillem Jover
On Mon, 2014-02-24 at 22:27:54 +, Robert Millan wrote: > On 22/02/2014 16:12, Guillem Jover wrote: > >> +++ b/config/devd.c > >> @@ -0,0 +1,365 @@ > >> +/* > >> + * Copyright ?? 2012 Baptiste Daroussin > > > > Encoding issue? Should be ©, I guess. > > It's © in the actual file - just checked.

Re: [PULL] OutputClass and autoloading of drivers for non-PCI devices

2014-02-26 Thread Keith Packard
Aaron Plattner writes: > Dear Keith, > > The following changes since commit f34dc7fa96457ea6a0703493d74e63cca357712e: > > XQuartz: pointer -> void * (2014-02-14 00:33:38 -0800) > > are available in the git repository at: > > git://people.freedesktop.org/~aplattner/xserver tags/outputclass I'

Re: [PATCH libXau] Constify XauGetBestAuthByAddr type_names argument

2014-02-26 Thread Alan Coopersmith
Sorry, but char ** and const char ** are not compatible in C, and trying to make changes like this is pure, unmitigated pain requiring changing all callers in lockstep. -alan- On 02/24/14 03:27 PM, Ran Benita wrote: The type names are merely accessed, not changed. So make it const to av

Re: [PATCH RESEND] xfree86: fix "No devices detected" error for non-seat0 seats (#66851)

2014-02-26 Thread Dave Airlie
On Fri, Jan 31, 2014 at 9:19 PM, Laércio de Sousa wrote: > This fixes a bug that prevents X.Org from starting properly on, > e.g., NVIDIA cards with proprietary drivers, when "-seat" option > is passed with an argument different from "seat0". > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id

[PULL] OutputClass and autoloading of drivers for non-PCI devices

2014-02-26 Thread Aaron Plattner
Dear Keith, The following changes since commit f34dc7fa96457ea6a0703493d74e63cca357712e: XQuartz: pointer -> void * (2014-02-14 00:33:38 -0800) are available in the git repository at: git://people.freedesktop.org/~aplattner/xserver tags/outputclass for you to fetch changes up to 319d9c857e

Re: Compiling xf86-video-xgi driver for ARM

2014-02-26 Thread Gaetan Nadon
On 14-02-26 07:48 AM, Artemy Makarov wrote: > I have a ARM PC, similar to hp t5325, based on Marvell CPU and XGI > Volari z11 video chip. I've compiled xf86-video-xgi driver for it, but > it doesn't work. FYI, this driver was removed from the regular build in Dec 2011. xorg.modules: Remove x

[PATCH 5/6 v2] glamor: Rename the DRI-related pixmap functions.

2014-02-26 Thread Eric Anholt
There was confusion over whether they should have egl in the name, and they had DRI3 in the name even though they're useful to have without DRI3. v2: Just rename glamor_name_from_pixmap for now -- I'd accidentally conflict-resolved in adding new parameters from a later commit. Signed-off-by:

Compiling xf86-video-xgi driver for ARM

2014-02-26 Thread Artemy Makarov
Hello, everyone! I have a ARM PC, similar to hp t5325, based on Marvell CPU and XGI Volari z11 video chip. I've compiled xf86-video-xgi driver for it, but it doesn't work. Here's parts of Xorg.0.log: X.Org X Server 1.12.4 Release Date: 2012-08-27 [10.805] X Protocol Version 11, Revision 0 [

Re: [PATCH RESEND] xfree86: fix "No devices detected" error for non-seat0 seats (#66851)

2014-02-26 Thread Laércio de Sousa
It's also importante to note that this patch is indispensable (there's no workaround) to make X server work with non-seat0 seats when you have a graphics card with non-KMS driver (while it tries to keep current behaviour when you have a KMS-compliant one), thus I really appreciate any review for it