[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-08-07 Thread Jaime Marques
Christopher i meant 14.10, somewhy when i added the ppa before this updated it 
wanted to remove compiz core and unity...
its fixed now with this update, memory usage seems stable at around 60mb and 
flickering is gone but i did notice something strange when i minimize a window 
the memory goes up for 1mb, i killed/restarted compiz and i can reproduce this 
everytime when closing system monitor not sure if its related with the patch.

Thanks for updating the ppa so fast it was really annoying me :)

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1288747

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1288747/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-08-07 Thread Christopher Townsend
Hi Jaime,

Did you mean update the 14.04 Compiz as the 14.10 version seems to be
updated?  At any rate, I've updated both the Utopic and Trusty versions
to have the latest Compiz code base and I also added the code Viktor
posted above.  If that causes issues for some, then I'll revert that
code and re-upload.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1288747

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1288747/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-08-07 Thread Jaime Marques
A new driver has been released so i decided to test it (NV 343],

fresh install no patch = bugged & unusable.
ppa added = outdated, cant install.

Christopher could you please update the ppa so it works with 14.10 please?
Also this bug needs to be tagged critical or something, the drivers on the 
archives are OLD and when gaming you generaly want recent drivers, this becomes 
a problem to everyone wanting to game on ubuntu, they can use the drives or the 
will break the desktop and they cant use the old drivers in the archive because 
they have bug or are slow.

If the CLA is stoping the patch on getting into compiz why not drop CLA on 
compiz anyway??
its not like compiz will be on the new tech like unity8 and will moust likely 
die after unity8 becomes standart.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1288747

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1288747/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1288747] Re: [334] Parts of the UI randomly flicker when moving the mouse

2014-08-07 Thread Viktor A. Danilov
I am using ubuntu 14.04 (amd64) at Clevo P151HM: i7-2670QM + GF116M [GeForce GT 
560M].
 
My results:
* nvidia driver 331.38 + native compiz 0.9.11 = no bug
* nvidia driver 340.24 + native compiz + high performance mode + no flip = no 
bug
* nvidia driver 340.24 + native compiz + adaptive mode + flipping = bug presents
* nvidia driver 340.24 + patched compiz = no bug + tons of messages in log 
"Sync object is not ready -- were events handled properly?" (1-2 message every 
second), sometimes hangs


I download compiz source (from ubuntu), apply the patch,
then add following code in method PrivateGLScreen::prepareDrawing ():

  if (currentSync) {
if (!currentSync->isReady()) {
for (std::vector::size_type i = xToGLSyncs.size()/2; 
i>0; i--) {
updateXToGLSyncs();  /* try to check next sync */
if (!currentSync) { break; }  /* method updateXToGLSync may 
disable syncs */
if (currentSync->isReady()) { break; }
}
}
}

just before check:

if (currentSync) 
{
if (!currentSync->isReady())


As a result - no bug, no messages in log, no hangs, uptime 1day (during this 
time: live switching to dual-monitor mode and back, several cycles of 
suspend/resume, work with power supply and from battery it seems all is ok).


ps. Sorry for my bad english

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1288747

Title:
  [334] Parts of the UI randomly flicker when moving the mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1288747/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 964270] Re: Ubuntu forgets keyboard shortcuts after a restart

2014-08-07 Thread primetech
Today I rebooted my lovely 14.04 virtual machine. During the reboot, my
Show Desktop shortcut (which I had switched to Windows+D) is now using
Alt. Just Alt. I checked the settings, where it is still showing
Windows+D.

Windows+Up for Maximize is also broken; it appears to be fully
unregistered (unless I reset it in the settings screen).

Windows+Left for Snap Left and Windows+Right for Snap Right are still working, 
humorously.
So is Windows+Shift+Up for Maximize Vertically.

I don't even know, but it's sure a mess. This isn't even Compiz; it's
XFCE.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/964270

Title:
  Ubuntu forgets keyboard shortcuts after a restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/964270/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1327820] Re: Multi-monitor - Maximized Firefox windows cast shadows on adjacent monitors

2014-08-07 Thread SB
I see a similar problem.  Eclipse on monitor 1 is maximized and the
window shadow bleeds over to monitor 2.  The two monitors have been
placed "next to" each other so the bleeding happens where the two
monitors are logically joined.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1327820

Title:
  Multi-monitor - Maximized Firefox windows cast shadows on adjacent
  monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1327820/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1353675] Re: _NET_WM_FULLSCREEN_MONITORS not handled correctly

2014-08-07 Thread Michael Thayer
We are re-working multi-monitor full-screen support in VirtualBox, and
the new code, which should be part of the next fails in Compiz because
of this bug.  Specifically  the top left-hand corners of guest screens
is offset from that of the host screen by an amount related to the
position of the host screen in the virtual desktop area.  I would be
happy to provide a pre-release VirtualBox build you could use for
testing, or alternatively to test any fix you produce.

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1353675

Title:
  _NET_WM_FULLSCREEN_MONITORS not handled correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1353675/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp


[Compiz] [Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-08-07 Thread Piotr Kloc
According to this https://devtalk.nvidia.com/default/topic/766018/unix-
graphics-announcements-and-news/linux-solaris-and-freebsd-
driver-343-13-beta-/

Nvidia 343.13 beta may be a solution.

"Fixed a "black window" bug in Ubuntu 14.04 when using the Xinerama and
Composite extensions."

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1072206

Title:
  [nvidia] Window content is black or transparent

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1072206/+subscriptions

___
Mailing list: https://launchpad.net/~compiz
Post to : compiz@lists.launchpad.net
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp