Re: [oi-dev] X11 update

2016-09-17 Thread ken mays via oi-dev
Martin, Well, you detailed out what I was aiming at - it is not the driver. Yes, I know about the Solaris graphics backend components as it was discussed years ago - straight from the Sun USA/China kernel teams and X11 team. I'vewalked the green mile with each graphics driver whether from Sun,

Re: [oi-dev] X11 update

2016-09-16 Thread Мартин Бохниг via oi-dev
> If we later upgrade qt4.8 to qt5.0 Err, should of course read: to qt5.8 -- Regards, %martin > ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] X11 update

2016-09-16 Thread Мартин Бохниг via oi-dev
FYI, to Vbox' userland Makefile I also added this, to hardwire it so nobody ever needs to set LD_LIBRARY_PATH or other non-recommended practices: CONFIGURE_ENV += LD_OPTIONS="-L/lib/amd64 -R/lib/amd64 -L/usr/lib/amd64 -R/usr/lib/amd64 -L/usr/lib/qt/4.8/lib/amd64 -R/usr/lib/qt/4.8/lib/amd64"

Re: [oi-dev] X11 update

2016-09-16 Thread Мартин Бохниг via oi-dev
It was OFFlist but is certainly useful as public AddOn, so I reply to myself: Hi Aurelien, don't worry. No problems. Ironically Ken - despite all of his really very good userland Xorg and Mesa work for a decade - never tested SNA on the last official Intel-Xorg-ddx which is still 2.21.5 or

Re: [oi-dev] X11 update

2016-09-16 Thread Мартин Бохниг via oi-dev
Hi, 2 things in a hurry #0.) SNA is *noo* option on any  Solaris, including latest native Oracle Solaris 11.3 with its own unmodified kernel code. (see https://openindiana.org/pipermail/oi-dev/2016-September/004835.html ) #1.) Independently of SNA after Intel-KMS footed X11 exits the

Re: [oi-dev] X11 update

2016-09-16 Thread Мартин Бохниг via oi-dev
> Kernel DRM needs more love. Unfortunately I spent all of this year for Hipster related projetcs. It doesn't need "more love" but some $$$ to pay the running bills, but I understand that community work will never ever be sustainable to us here who actually do something (and I'm only one of

Re: [oi-dev] X11 update

2016-09-16 Thread Aurélien Larcher
On Sat, Sep 17, 2016 at 1:25 AM, ken mays via oi-dev wrote: > Reviews below (-): > > 1. enabling EGL in mesa activates some tests which do not compile in > mesa-demos, > > - We can disable this in mesa-demos for default builds. Alexander commited

Re: [oi-dev] X11 update

2016-09-16 Thread ken mays via oi-dev
Reviews below (-): 1. enabling EGL in mesa activates some tests which do not compile in mesa-demos, - We can disable this in mesa-demos for default builds. 2. glamor EGL support needs patching, - OK. 3. On Intel, UXA works well while SNA still crashes. - SNA is improved in current Intel drv git.

[oi-dev] X11 update

2016-09-16 Thread Aurélien Larcher
Hi, I updated the X11 branch yesterday with mesa 12.0.3: https://github.com/OpenIndiana/oi-userland/pull/2360 Some observations: - enabling EGL in mesa activates some tests which do not compile in mesa-demos, - glamor EGL support needs patching, - latest build tested on Nvidia and Intel, - on