Hi,
I'm running Pd Extended 0.43.4 on Ubuntu 14.04. I've got a Dell XPS13 with Intel Ivybridge Mobile i7 graphics and I'm getting lots of screen tear/flicker when I go full screen with an external monitor attached. It doesn't matter if I'm full screen on the external or primary monitor, I still get lots of flicker.
Attached is an example patch that causes this problem (contains flashing colours)
I've noticed that if I don't go full screen (deleting border 0) then the flicker stops, but I then have the window borders and menu bar being displayed.
Is this a problem with GEM?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-05-26 13:56, Antonio Roberts wrote:
Is this a problem with GEM?
thanks for mentioning that this is about Gem :-)
have you tried enabling the "sync to v-blank" (or similar) in the settings for your gfx-card? this will prevent updating of the framebuffer while it is being drawn.
mgfasdr IOhannes
Hi Antonio,
I had the same problem but with an Nvidia card on Mint 15 (ubuntu 13.10).
Imho often times is not a software problem, but a firmware issue with the vertical blank and refresh rate.
Does it happens with movies in full screen on an external monitor?
So not sure this below will help you, but it fixed the issue on my machine:
I put the following lines in "/etc/environment" -
CLUTTER_PAINT=disable-clipped-redraws:disable-culling CLUTTER_VBLANK=True
best, M
-- Marco Donnarumma Performer, body tinkerer, teacher and writer. #soundandmusic #biotech #freeculture EAVI - Goldsmiths, University of London
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
On Mon, May 26, 2014 at 12:56 PM, Antonio Roberts
<antonio@hellocatfood.com>wrote:
> Hi,
>
> I'm running Pd Extended 0.43.4 on Ubuntu 14.04. I've got a Dell XPS13
> with Intel Ivybridge Mobile i7 graphics and I'm getting lots of screen
> tear/flicker when I go full screen with an external monitor attached.
> It doesn't matter if I'm full screen on the external or primary
> monitor, I still get lots of flicker.
>
> Attached is an example patch that causes this problem (contains
> flashing colours)
>
> I've noticed that if I don't go full screen (deleting border 0) then
> the flicker stops, but I then have the window borders and menu bar
> being displayed.
>
> Is this a problem with GEM?
>
> --
> ============================
> antonio@hellocatfood.com
> http://www.hellocatfood.com
> ============================
>
> _______________________________________________
> GEM-dev mailing list
> GEM-dev@lists.iem.at
> http://lists.puredata.info/listinfo/gem-dev
>
>
have you tried enabling the "sync to v-blank" (or similar) in the settings for your gfx-card? this will prevent updating of the framebuffer while it is being drawn.
Turns out I already had sync to v-blank enabled (through Compiz).
I put the following lines in "/etc/environment" -
CLUTTER_PAINT=disable-clipped-redraws:disable-culling CLUTTER_VBLANK=True
I tried a combination of those two solutions but still getting the same problem
On 26 May 2014 13:57, Marco Donnarumma lists@marcodonnarumma.com wrote:
Hi Antonio,
I had the same problem but with an Nvidia card on Mint 15 (ubuntu 13.10).
Imho often times is not a software problem, but a firmware issue with the vertical blank and refresh rate.
Does it happens with movies in full screen on an external monitor?
So not sure this below will help you, but it fixed the issue on my machine:
I put the following lines in "/etc/environment" -
CLUTTER_PAINT=disable-clipped-redraws:disable-culling CLUTTER_VBLANK=True
best, M
-- Marco Donnarumma Performer, body tinkerer, teacher and writer. #soundandmusic #biotech #freeculture EAVI - Goldsmiths, University of London
Portfolio: http://marcodonnarumma.com Research: http://res.marcodonnarumma.com On Mon, May 26, 2014 at 12:56 PM, Antonio Roberts <antonio@hellocatfood.com> wrote: > > Hi, > > I'm running Pd Extended 0.43.4 on Ubuntu 14.04. I've got a Dell XPS13 > with Intel Ivybridge Mobile i7 graphics and I'm getting lots of screen > tear/flicker when I go full screen with an external monitor attached. > It doesn't matter if I'm full screen on the external or primary > monitor, I still get lots of flicker. > > Attached is an example patch that causes this problem (contains > flashing colours) > > I've noticed that if I don't go full screen (deleting border 0) then > the flicker stops, but I then have the window borders and menu bar > being displayed. > > Is this a problem with GEM? > > -- > ============================ > antonio@hellocatfood.com > http://www.hellocatfood.com > ============================ > > _______________________________________________ > GEM-dev mailing list > GEM-dev@lists.iem.at > http://lists.puredata.info/listinfo/gem-dev >
On Mon, May 26, 2014 at 1:56 PM, Antonio Roberts antonio@hellocatfood.comwrote:
Hi,
I'm running Pd Extended 0.43.4 on Ubuntu 14.04. I've got a Dell XPS13 with Intel Ivybridge Mobile i7 graphics and I'm getting lots of screen tear/flicker when I go full screen with an external monitor attached. It doesn't matter if I'm full screen on the external or primary monitor, I still get lots of flicker.
Attached is an example patch that causes this problem (contains flashing colours)
I've noticed that if I don't go full screen (deleting border 0) then the flicker stops, but I then have the window borders and menu bar being displayed.
Is this a problem with GEM?
You can check by playing this youtube vidoe:
https://www.youtube.com/watch?v=5xkNy9gfKOg
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
Section "Device" Option "AccelMethod" "sna" Option "TearFree" "true" EndSection
(I assume you have an intel gfx card)
If that doesn't help, try to install compton ( https://github.com/chjj/compton) and run it like this: ./compton --backend glx --vsync opengl
(unless you run another compositor manager at the same time, that should work)
--
============================ antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Strangely I'm only getting some tearing as the youtube player controls start to disappear. Once they've gone the video plays as normal.
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
That directory (xorg.conf.d) doesn't exist for me
On 26 May 2014 14:09, Kjetil Matheussen k.s.matheussen@gmail.com wrote:
On Mon, May 26, 2014 at 1:56 PM, Antonio Roberts antonio@hellocatfood.com wrote:
Hi,
I'm running Pd Extended 0.43.4 on Ubuntu 14.04. I've got a Dell XPS13 with Intel Ivybridge Mobile i7 graphics and I'm getting lots of screen tear/flicker when I go full screen with an external monitor attached. It doesn't matter if I'm full screen on the external or primary monitor, I still get lots of flicker.
Attached is an example patch that causes this problem (contains flashing colours)
I've noticed that if I don't go full screen (deleting border 0) then the flicker stops, but I then have the window borders and menu bar being displayed.
Is this a problem with GEM?
You can check by playing this youtube vidoe:
https://www.youtube.com/watch?v=5xkNy9gfKOg
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
Section "Device" Option "AccelMethod" "sna" Option "TearFree" "true" EndSection
(I assume you have an intel gfx card)
If that doesn't help, try to install compton (https://github.com/chjj/compton) and run it like this: ./compton --backend glx --vsync opengl
(unless you run another compositor manager at the same time, that should work)
--
antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Mon, May 26, 2014 at 3:17 PM, Antonio Roberts antonio@hellocatfood.comwrote:
Strangely I'm only getting some tearing as the youtube player controls start to disappear. Once they've gone the video plays as normal.
It might be fine then...
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
That directory (xorg.conf.d) doesn't exist for me
mkdir /etc/X11/xorg.conf.d
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
That directory (xorg.conf.d) doesn't exist for me
mkdir /etc/X11/xorg.conf.d
That stopped my computer from starting up!
Any other possible solutions?
On 26 May 2014 14:30, Kjetil Matheussen k.s.matheussen@gmail.com wrote:
On Mon, May 26, 2014 at 3:17 PM, Antonio Roberts antonio@hellocatfood.com wrote:
Strangely I'm only getting some tearing as the youtube player controls start to disappear. Once they've gone the video plays as normal.
It might be fine then...
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
That directory (xorg.conf.d) doesn't exist for me
mkdir /etc/X11/xorg.conf.d
On Mon, May 26, 2014 at 4:51 PM, Antonio Roberts antonio@hellocatfood.comwrote:
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
That directory (xorg.conf.d) doesn't exist for me
mkdir /etc/X11/xorg.conf.d
That stopped my computer from starting up!
Any other possible solutions?
Upgrade to latest version of the intel graphics drivers, and dependencies: https://01.org/linuxgraphics/downloads
It should be pretty simple. You run a graphical tool which takes care of updating everything.
After that, if you still can't use /etc/X11/xorg.conf.d/20-intel.conf, just put the content of it into /etc/X11/xorg.conf
Upgrade to latest version of the intel graphics drivers, and dependencies: https://01.org/linuxgraphics/downloads
Updated to the latest version but still no file called 20-intel.conf. Not even an xorg.conf. Closest was an xorg.conf.failsafe located in /etc/X11/
On 26 May 2014 15:59, Kjetil Matheussen k.s.matheussen@gmail.com wrote:
On Mon, May 26, 2014 at 4:51 PM, Antonio Roberts antonio@hellocatfood.com wrote:
If you have tearing in general, try to create a file called /etc/X11/xorg.conf.d/20-intel.conf with the following options:
That directory (xorg.conf.d) doesn't exist for me
mkdir /etc/X11/xorg.conf.d
That stopped my computer from starting up!
Any other possible solutions?
Upgrade to latest version of the intel graphics drivers, and dependencies: https://01.org/linuxgraphics/downloads
It should be pretty simple. You run a graphical tool which takes care of updating everything.
After that, if you still can't use /etc/X11/xorg.conf.d/20-intel.conf, just put the content of it into /etc/X11/xorg.conf
On Tue, May 27, 2014 at 5:45 PM, Antonio Roberts antonio@hellocatfood.comwrote:
Upgrade to latest version of the intel graphics drivers, and
dependencies:
Updated to the latest version but still no file called 20-intel.conf. Not even an xorg.conf. Closest was an xorg.conf.failsafe located in /etc/X11/
Hi, That sounds correct. It's not supposed to be there. Create it, and add the content.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-05-27 17:45, Antonio Roberts via GEM-dev wrote:
Updated to the latest version but still no file called 20-intel.conf.
kjetil's advise was, that *your* create this file.
fgmasdr IOhannes
hi there,
On Mon, 26/5/14, Antonio Roberts antonio@hellocatfood.com wrote:
Is this a problem with GEM?
more likely a problem with x11 / opengl / your gfx driver … the following usually works fine for me on my performance boxes with nvidia / intel gfx hardware:
you still might have to experiment with various driver settings (vsync to which monitor / video output?), but compton seems to be the silver bullet.
hth, t.
¹ - an extremely lightweight compositor, see https://github.com/chjj/compton . the version in the jessy repos works fine for me, don't know about ubuntu.