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.
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'
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
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
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
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
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:
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
[
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