Thanks for your help, we indeed add a call to
fmt.setAlphaBufferSize(1);
Mathieu Westphal
On Fri, Sep 21, 2018 at 8:11 PM Alan Coopersmith <
alan.coopersm...@oracle.com> wrote:
> On 09/21/18 10:54 AM, Adam Jackson wrote:
> >> Since Composite is not enabled by default, it is not expected that
>
hello
apologies if I'm missing something blatant here...
Might it be that font files are NOT read/loaded by the X server when
they are symbolic links?
I have recently migrated from a fontpath layout where all files were
"physically" (ie "real" regular files) present under the font
directories
/u
On 09/24/18 04:51 AM, baldu...@units.it wrote:
Might it be that font files are NOT read/loaded by the X server when
they are symbolic links?
Correct - since the X server is often run with raised privileges, it
was fixed last year to use O_NOFOLLOW to not follow symbolic links
when handling font
Alan Coopersmith writes:
> Correct - since the X server is often run with raised privileges, it
> was fixed last year to use O_NOFOLLOW to not follow symbolic links
> when handling font files:
>
> https://gitlab.freedesktop.org/xorg/lib/libxfont/commit/7b377456f95d2ec3ead40
> f4fb74ea620191f88c8
t
Hello:
I have this message in my Xorg.O.log:
[code]
[34.298] (WW) Unresolved symbol: fbGetGCPrivateKey
[/code]
I'm running Devuan ASCII with two NVidia caards for three monitors and using
proprietary
drivers.
I have searched all over the web and have found a great deal on posts/instances
On Thu, 2018-09-06 at 10:10 -0500, Chris wrote:
> On Thu, 2018-09-06 at 16:00 +0200, Michel Dänzer wrote:
> > On 2018-09-06 1:53 p.m., Chris wrote:
> > > On Thu, 2018-09-06 at 12:21 +0200, Michel Dänzer wrote:
> > > > On 2018-09-05 9:16 p.m., Adam Jackson wrote:
> > > > > On Sat, 2018-09-01 at 10:2