Re: [e-users] background rippling

2017-01-15 Thread Peter Flynn
In 01/14/2017 11:41 PM, Dave wrote:
[...]
> The more recent Enlightenment WMs are quite different to E17.  Specifically,
> compositing is now permanently on, which makes it more demanding on your
> video driver than XFCE (Xubuntu uses XFCE for a Window Manager).  Assuming
> you're using OpenGL for compositing.  You can always switch to software
> (in Settings->Look->Compositor) if you're having driver difficulties.

I can experiment, thanks.

On 01/15/2017 02:14 AM, Carsten Haitzler (The Rasterman) wrote:
[...]
> basically the nvidia driver does have a bug. if you go to:
> 
> settings->look->compositor->advanced->rendering
> 
> and at the bottom change swapping method from "auto" to "invalidate"
> does flickering go away?

Time to try...thanks.

///Peter

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-14 Thread The Rasterman
On Sat, 14 Jan 2017 21:23:57 + Peter Flynn  said:

> On 01/14/2017 02:00 AM, Carsten Haitzler (The Rasterman) wrote:
> > On Fri, 13 Jan 2017 22:19:30 + Peter Flynn  said:
> > 
> >> On 01/12/2017 10:53 PM, Carsten Haitzler (The Rasterman) wrote:
> >>> On Thu, 12 Jan 2017 20:33:45 + Peter Flynn  said:
> >> [...]
>  On one machine (only) running my new e, the URL bar and bookmarks bar
>  (only) in chromium-browser now flicker *violently* from time to time.
> 
>  In my general ignorance of video, I have put this down to the video card
>  and/or driver conflicting with something. Fortunately it doesn't happen
>  often enough to worry me.
> >>>
> >>> not an nvidia driver perchance?
> >>
> >> Maybe. New Dell something-or-other, standard office fodder.
> > 
> > maybe? how do you not know what gpu you have or that is being used? 
> 
> Because I have never needed to ask or specify — my requirements are more
> for cpu and memory than for graphics. I checked: it's a Dell XPS 8900.
> 
> > if it's nvidia and you're using nvidia drivers it's a whole buhahah 
> > to get the proprietary drivers installed + working in addition to or 
> > as a replacemenet of mesa... if tis a modern-ish nvidia gpu nouveau
> > (mesa) won't even work...
> 
> I am aware that nvidia graphics drivers cause problems — I've seen
> comments and complaints about them for years — but I have never
> experienced problems, so maybe I have just managed to avoid them.
> 
> I looked up my specification, which says:
> 
> >> Video
> >> Controller:
> >> Integrated Intel HD Graphics 530
> >> Discrete • NVIDIA GT 730
> >> • NVIDIA GTX 745
> >> • NVIDIA GTX 750 Ti
> >> • NVIDIA GTX 960
> >> • AMD Radeon R9 370
> >> Memory:
> >> Integrated Shared system memory
> >> Discrete Up to 4 GB GDDR5
> 
> > this matters. so know. 
> 
> It certainly matters if you have problems.

sure. so are you using the intel or the nvidia for display ... for rendering?
sometimes they are used separately.

basically the nvidia driver does have a bug. if you go to:

settings->look->compositor->advanced->rendering

and at the bottom change swapping method from "auto" to "invalidate" does
flickering go away? if not then it may simply be an artefact of your display
panel  the good old interlaced display kind of flicker... but i'd find this
odd... i'd have to see it myself to know.

> > because nvidia drivers seem to have a bug with buffer age support.
> > it's specific to their drivers. there's a work around to disable
> > partial render but knowing your driver is important... :/
> 
> Right. But the problem I described [above] ONLY occurs when using the
> new Enlightenment I compiled last week. It does not occur when using the
> xfce or xubuntu display managers, and it did not occur when I was using
> the repo-supplied e17 Ubuntu package. As I said, it's minimal.

and they don't support partial buffer updates with buffer age - we do. we use
advanced features drivers offer. it happens to work amazingly well on other
drivers (mali, even rpi's vc4), but nvidia seems to have glitches where it
starts reporting incorrect buffer age... the automatic vs invalidate above
forces evas to cease listening to the driver and what it reports and just
ignore it (which is almost certainly what everyone else does as they likely
dont even have the support).

> ///Peter
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> ___
> 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


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-14 Thread Dave
> I looked up my specification, which says:
> 
> >> Video
> >> Controller:
> >> Integrated Intel HD Graphics 530
> >> Discrete • NVIDIA GT 730
> >> • NVIDIA GTX 745
> >> • NVIDIA GTX 750 Ti
> >> • NVIDIA GTX 960
> >> • AMD Radeon R9 370
> >> Memory:
> >> Integrated Shared system memory
> >> Discrete Up to 4 GB GDDR5
 
 To check for GPU, run the command: lspci | grep VGA

 To check the video driver, run the command: glxinfo | grep "OpenGL version"

 I'm using an Nvidia 670MX, with driver 367.57.  I don't get any rippling.

 
> Right. But the problem I described [above] ONLY occurs when using the
> new Enlightenment I compiled last week. It does not occur when using the
> xfce or xubuntu display managers, and it did not occur when I was using
> the repo-supplied e17 Ubuntu package. As I said, it's minimal.

 The more recent Enlightenment WMs are quite different to E17.  Specifically,
compositing is now permanently on, which makes it more demanding on your
video driver than XFCE (Xubuntu uses XFCE for a Window Manager).  Assuming
you're using OpenGL for compositing.  You can always switch to software
(in Settings->Look->Compositor) if you're having driver difficulties.

 Cheers,
 dave.k


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-14 Thread Peter Flynn
On 01/14/2017 02:00 AM, Carsten Haitzler (The Rasterman) wrote:
> On Fri, 13 Jan 2017 22:19:30 + Peter Flynn  said:
> 
>> On 01/12/2017 10:53 PM, Carsten Haitzler (The Rasterman) wrote:
>>> On Thu, 12 Jan 2017 20:33:45 + Peter Flynn  said:
>> [...]
 On one machine (only) running my new e, the URL bar and bookmarks bar
 (only) in chromium-browser now flicker *violently* from time to time.

 In my general ignorance of video, I have put this down to the video card
 and/or driver conflicting with something. Fortunately it doesn't happen
 often enough to worry me.
>>>
>>> not an nvidia driver perchance?
>>
>> Maybe. New Dell something-or-other, standard office fodder.
> 
> maybe? how do you not know what gpu you have or that is being used? 

Because I have never needed to ask or specify — my requirements are more
for cpu and memory than for graphics. I checked: it's a Dell XPS 8900.

> if it's nvidia and you're using nvidia drivers it's a whole buhahah 
> to get the proprietary drivers installed + working in addition to or 
> as a replacemenet of mesa... if tis a modern-ish nvidia gpu nouveau
> (mesa) won't even work...

I am aware that nvidia graphics drivers cause problems — I've seen
comments and complaints about them for years — but I have never
experienced problems, so maybe I have just managed to avoid them.

I looked up my specification, which says:

>> Video
>> Controller:
>> Integrated Intel HD Graphics 530
>> Discrete • NVIDIA GT 730
>> • NVIDIA GTX 745
>> • NVIDIA GTX 750 Ti
>> • NVIDIA GTX 960
>> • AMD Radeon R9 370
>> Memory:
>> Integrated Shared system memory
>> Discrete Up to 4 GB GDDR5

> this matters. so know. 

It certainly matters if you have problems.

> because nvidia drivers seem to have a bug with buffer age support.
> it's specific to their drivers. there's a work around to disable
> partial render but knowing your driver is important... :/

Right. But the problem I described [above] ONLY occurs when using the
new Enlightenment I compiled last week. It does not occur when using the
xfce or xubuntu display managers, and it did not occur when I was using
the repo-supplied e17 Ubuntu package. As I said, it's minimal.

///Peter

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-13 Thread The Rasterman
On Fri, 13 Jan 2017 22:19:30 + Peter Flynn  said:

> On 01/12/2017 10:53 PM, Carsten Haitzler (The Rasterman) wrote:
> > On Thu, 12 Jan 2017 20:33:45 + Peter Flynn  said:
> [...]
> >> On one machine (only) running my new e, the URL bar and bookmarks bar
> >> (only) in chromium-browser now flicker *violently* from time to time.
> >>
> >> In my general ignorance of video, I have put this down to the video card
> >> and/or driver conflicting with something. Fortunately it doesn't happen
> >> often enough to worry me.
> > 
> > not an nvidia driver perchance?
> 
> Maybe. New Dell something-or-other, standard office fodder.

maybe? how do you not know what gpu you have or that is being used? if it's
nvidia and you're using nvidia drivers it's a whole buhahah to get the
proprietary drivers installed + working in addition to or as a replacemenet of
mesa... if tis a modern-ish nvidia gpu nouveau (mesa) won't even work...

this matters. so know. because nvidia drivers seem to have a bug with buffer
age support. it's specific to their drivers. there's a work around to disable
partial render but knowing your driver is important... :/

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


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-13 Thread Peter Flynn
On 01/12/2017 10:53 PM, Carsten Haitzler (The Rasterman) wrote:
> On Thu, 12 Jan 2017 20:33:45 + Peter Flynn  said:
[...]
>> On one machine (only) running my new e, the URL bar and bookmarks bar
>> (only) in chromium-browser now flicker *violently* from time to time.
>>
>> In my general ignorance of video, I have put this down to the video card
>> and/or driver conflicting with something. Fortunately it doesn't happen
>> often enough to worry me.
> 
> not an nvidia driver perchance?

Maybe. New Dell something-or-other, standard office fodder.

///Peter



--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-12 Thread The Rasterman
On Thu, 12 Jan 2017 20:33:45 + Peter Flynn  said:

> On 01/12/2017 05:56 PM, Cedric BAIL wrote:
> > Hi Christopher,
> > 
> > On Thu, Jan 12, 2017 at 9:00 AM, christopher barry
> >  wrote:
> >> I just installed e on a new work box, and the background is doing this
> >> wavy-like rippling thing that's making me dizzy. How can I make it stop?
> > 
> > I am not to sure of what you are describing as there is no animation
> > in the default background. Still I had in the past a very bad screen
> > on one of my laptop that would kind of look flickering on the default
> > background. I switched the background to a different image (The system
> > Light background provided in default Enlightenment installation) and
> > it fixed the problem.
> 
> On one machine (only) running my new e, the URL bar and bookmarks bar
> (only) in chromium-browser now flicker *violently* from time to time.
> 
> In my general ignorance of video, I have put this down to the video card
> and/or driver conflicting with something. Fortunately it doesn't happen
> often enough to worry me.

not an nvidia driver perchance?

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


--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-12 Thread Peter Flynn
On 01/12/2017 05:56 PM, Cedric BAIL wrote:
> Hi Christopher,
> 
> On Thu, Jan 12, 2017 at 9:00 AM, christopher barry
>  wrote:
>> I just installed e on a new work box, and the background is doing this
>> wavy-like rippling thing that's making me dizzy. How can I make it stop?
> 
> I am not to sure of what you are describing as there is no animation
> in the default background. Still I had in the past a very bad screen
> on one of my laptop that would kind of look flickering on the default
> background. I switched the background to a different image (The system
> Light background provided in default Enlightenment installation) and
> it fixed the problem.

On one machine (only) running my new e, the URL bar and bookmarks bar
(only) in chromium-browser now flicker *violently* from time to time.

In my general ignorance of video, I have put this down to the video card
and/or driver conflicting with something. Fortunately it doesn't happen
often enough to worry me.

///Peter

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] background rippling

2017-01-12 Thread Cedric BAIL
Hi Christopher,

On Thu, Jan 12, 2017 at 9:00 AM, christopher barry
 wrote:
> I just installed e on a new work box, and the background is doing this
> wavy-like rippling thing that's making me dizzy. How can I make it stop?

I am not to sure of what you are describing as there is no animation
in the default background. Still I had in the past a very bad screen
on one of my laptop that would kind of look flickering on the default
background. I switched the background to a different image (The system
Light background provided in default Enlightenment installation) and
it fixed the problem.
-- 
Cedric BAIL

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] background rippling

2017-01-12 Thread christopher barry

Hi All,

I just installed e on a new work box, and the background is doing this
wavy-like rippling thing that's making me dizzy. How can I make it stop?

-- 
-C

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users