Re: [e-users] GLX Pixmap problem (SOLVED)

2016-07-08 Thread Conrad Knight
On Mon, Jun 13, 2016 at 3:21 AM, Carsten Haitzler  wrote:
> On Sat, 14 May 2016 22:39:28 -0400 Conrad Knight  said:
>
>> I seem to have run into a conflict with efl, enlightenment, and nvidia
>> GLX libraries, and i'm not sure where the problem lies. While running
>> E-0.20.6, or E-0.21-beta, any windows opened have completely black
>> contents.
>
> you could switch to egl/gles ... :)

So, the problem doesn't happen with an older nvidia driver (358), and
i wanted to try again with a more recent driver (367) and the released
E-21 (previously i had been using the beta E-21).

I had the exact same problem... So i tried the above suggestion. After
digging through the configure options for the various libraries and a
few false starts, i found you have to add:
   --enable-egl --with-opengl=es
to the configure options for efl. I then recompiled elementary and
enlightenment to be on the safe side and it works! Window contents are
back, using the newer driver.

Quick question, though: What possible consequences are there from
switching to egl? Besides the obvious, that it works while gl didn't
:) Specifcally, setting the above opengl option to "es" instead of the
default "full"?

Thanks,
-Conrad.

-- 
Whenever and  wherever you want.

--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GLX Pixmap problem

2016-06-22 Thread Wido
Is there a way to do it from console? Because menus are black so I cannot
really click.

BTW, I noticed this when updated nv drivers to 364.19 and 367.27, but it
works in 358.16, except that this version doesn't compile in Linux kernel
4.6 (it does in 4.5).

El jue., 19 de may. de 2016 05:31, Carsten Holtkamp <
carsten-holtk...@t-online.de> escribió:

> Am Sat, 14 May 2016 22:39:28 -0400
> schrieb Conrad Knight :
>
> > I seem to have run into a conflict with efl, enlightenment, and nvidia
> > GLX libraries, and i'm not sure where the problem lies. While running
> > E-0.20.6, or E-0.21-beta, any windows opened have completely black
> > contents. The window decorations are fine, and E's menus, etc. appear
> > normally. But if i open a settings window from the menu, it's black.
> > Terminology is likewise completely black.
>
> Try Settings/Compositor/Advanced/Rendering
> and uncheck Texture from pixmap
>
>
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data
> untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
-- 
Wido
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GLX Pixmap problem

2016-06-13 Thread The Rasterman
On Sat, 14 May 2016 22:39:28 -0400 Conrad Knight  said:

> I seem to have run into a conflict with efl, enlightenment, and nvidia
> GLX libraries, and i'm not sure where the problem lies. While running
> E-0.20.6, or E-0.21-beta, any windows opened have completely black
> contents. The window decorations are fine, and E's menus, etc. appear
> normally. But if i open a settings window from the menu, it's black.
> Terminology is likewise completely black. There are error messages in
> my .xsession-errors:
> 
> ERR<11215>:evas-gl_x11 modules/evas/engines/gl_x11/evas_engine.c:2783
> eng_image_native_set() GLX Pixmap create fail
> 
> This does not occur if i switch my glx libraries to the Intel ones for
> this laptop. It also does not occur if i run terminology under another
> window manager. The nvidia drivers appear to be working correctly
> otherwise (i can run Steam games that depend on glx 1.4, for
> instance).
> 
> I've tried recompiling efl, and enlightenment, to no avail. Would
> anyone have any suggestions what to try next? :)

you could switch to egl/gles ... :)

> TIA,
> -Conrad.
> 
> -- 
> Whenever and  wherever you want.
> 
> --
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GLX Pixmap problem

2016-05-19 Thread Daniel Hirt
This is being tracked on
https://phab.enlightenment.org/T3030.

Feel free to share more input there.
I will go ahead and quote your output there.

Thanks.
--Danny.

On 05/15/2016 05:39 AM, Conrad Knight wrote:
> I seem to have run into a conflict with efl, enlightenment, and nvidia
> GLX libraries, and i'm not sure where the problem lies. While running
> E-0.20.6, or E-0.21-beta, any windows opened have completely black
> contents. The window decorations are fine, and E's menus, etc. appear
> normally. But if i open a settings window from the menu, it's black.
> Terminology is likewise completely black. There are error messages in
> my .xsession-errors:
> 
> ERR<11215>:evas-gl_x11 modules/evas/engines/gl_x11/evas_engine.c:2783
> eng_image_native_set() GLX Pixmap create fail
> 
> This does not occur if i switch my glx libraries to the Intel ones for
> this laptop. It also does not occur if i run terminology under another
> window manager. The nvidia drivers appear to be working correctly
> otherwise (i can run Steam games that depend on glx 1.4, for
> instance).
> 
> I've tried recompiling efl, and enlightenment, to no avail. Would
> anyone have any suggestions what to try next? :)
> 
> TIA,
> -Conrad.
> 

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GLX Pixmap problem

2016-05-19 Thread Carsten Holtkamp
Am Sat, 14 May 2016 22:39:28 -0400
schrieb Conrad Knight :

> I seem to have run into a conflict with efl, enlightenment, and nvidia
> GLX libraries, and i'm not sure where the problem lies. While running
> E-0.20.6, or E-0.21-beta, any windows opened have completely black
> contents. The window decorations are fine, and E's menus, etc. appear
> normally. But if i open a settings window from the menu, it's black.
> Terminology is likewise completely black. 

Try Settings/Compositor/Advanced/Rendering
and uncheck Texture from pixmap

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] GLX Pixmap problem

2016-05-14 Thread Eric


On 05/14/2016 07:39 PM, Conrad Knight wrote:
> I seem to have run into a conflict with efl, enlightenment, and nvidia
> GLX libraries, and i'm not sure where the problem lies. While running
> E-0.20.6, or E-0.21-beta, any windows opened have completely black
> contents. The window decorations are fine, and E's menus, etc. appear
> normally. But if i open a settings window from the menu, it's black.
> Terminology is likewise completely black. There are error messages in
> my .xsession-errors:
>
> ERR<11215>:evas-gl_x11 modules/evas/engines/gl_x11/evas_engine.c:2783
> eng_image_native_set() GLX Pixmap create fail
>
> This does not occur if i switch my glx libraries to the Intel ones for
> this laptop. It also does not occur if i run terminology under another
> window manager. The nvidia drivers appear to be working correctly
> otherwise (i can run Steam games that depend on glx 1.4, for
> instance).
>
> I've tried recompiling efl, and enlightenment, to no avail. Would
> anyone have any suggestions what to try next? :)
>
> TIA,
> -Conrad.
>
Conrad,

I have had this problem since the last two or three nvidia driver 
updates on Arch Linux.

I know it is not a real solution but the only thing I found that worked 
for me was change to software rendering in the settings for compositing.

Eric

--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users