[Compiz] [Bug 1037411] Re: [regression][GLES] Benchmark results are 15-40% lower with the gles2 code (compiz 0.9.8.0)

2012-09-11 Thread Daniel van Vugt
Sorry, my mistake.

The slowdown in r3255 is only due to using the FBO on every frame. If I
modify r3255 to use regional redraws then its still fast. So the
regression in regional redraw performance happened after r3255.

-- 
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/1037411

Title:
  [regression][GLES] Benchmark results are 15-40% lower with the gles2
  code (compiz 0.9.8.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 1048957] Re: compiz crashed with SIGABRT in raise()

2012-09-11 Thread Apport retracing service
*** This bug is a duplicate of bug 750386 ***
https://bugs.launchpad.net/bugs/750386

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #750386, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306867/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306870/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306883/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306885/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306886/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306887/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1048957/+attachment/3306888/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 750386
   compiz crashed with SIGABRT in raise()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
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/1048957

Title:
  compiz crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1048957/+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 1046190] Re: Migration to gsettings doesn't migrate compiz/unity configurable keys to g-c-c and those keys doesn't work

2012-09-11 Thread Timo Jyrinki
To complete this, this will need also bug #1048956 fixed in gconf2.

** Changed in: compiz (Ubuntu)
 Assignee: Łukasz Zemczak (sil2100) = Timo Jyrinki (timo-jyrinki)

-- 
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/1046190

Title:
  Migration to gsettings doesn't migrate compiz/unity configurable keys
  to g-c-c and those keys doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1046190/+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 750386] Re: compiz crashed with SIGABRT in raise()

2012-09-11 Thread Apport retracing service
** Tags added: quantal

-- 
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/750386

Title:
  compiz crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/750386/+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 1046190] Re: Migration to gsettings doesn't migrate compiz/unity configurable keys to g-c-c and those keys doesn't work

2012-09-11 Thread Timo Jyrinki
** Branch linked: lp:~timo-jyrinki/compiz/migrate-profile-independent

-- 
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/1046190

Title:
  Migration to gsettings doesn't migrate compiz/unity configurable keys
  to g-c-c and those keys doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1046190/+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 1037411] Re: [regression][GLES] Benchmark results are 15-40% lower with the gles2 code (compiz 0.9.8.0)

2012-09-11 Thread Daniel van Vugt
This is a little bit mind-bending, but I've found the problem, at least
on my precise desktop using Intel Sandy Bridge graphics...

1. I disable all the fancy new opengl rendering options so compiz should use 
regional redraws, so useFbo is always false.
2. On startup, I get a couple of frames with (mask  
COMPOSITE_SCREEN_DAMAGE_ALL_MASK) so doubleBuffer.render is called with 
fullscreen==true. This calls: GLXDoubleBuffer::swap() -- copyFrontToBack() 
because useFbo was false -- glCopyPixels().
3. After startup, all frames use GLXDoubleBuffer::blit() -- 
GL::copySubBuffer(), which is now slow.

To make rendering fast again, all I have to do is break the sequence in #2. 
Either:
  (a) Force fullscreen=false; or
  (b) Comment out copyFrontToBack(); or
  (c) Comment out glCopyPixels()

So the problem, on my desktop where I've done all my performance
comparisons, is that calling glCopyPixels just once or twice on startup
will forever make GL::copySubBuffer take a slow rendering path
thereafter. If I ensure glCopyPixels is never touched on startup then
Mesa stays in fast mode for GL::copySubBuffer.

-- 
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/1037411

Title:
  [regression][GLES] Benchmark results are 15-40% lower with the gles2
  code (compiz 0.9.8.0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render()

2012-09-11 Thread Didier Roche
** Changed in: xserver-xorg-video-intel (Ubuntu Quantal)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

-- 
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/966744

Title:
  [i965] Resume from suspend leaves me with black screen or a screen of
  the desktop before it suspended. Compiz hung in
  intel_update_renderbuffers() from intel_prepare_render() from
  brw_draw_prims()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/966744/+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 1037411] Re: [regression][GLES] Benchmark results are 15-40% lower with the gles2 code (compiz 0.9.8.0)

2012-09-11 Thread Daniel van Vugt
** Bug watch added: freedesktop.org Bugzilla #54763
   https://bugs.freedesktop.org/show_bug.cgi?id=54763

** Also affects: mesa via
   https://bugs.freedesktop.org/show_bug.cgi?id=54763
   Importance: Unknown
   Status: Unknown

** Also affects: mesa (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- [regression][GLES] Benchmark results are 15-40% lower with the gles2 code 
(compiz 0.9.8.0)
+ [regression][GLES] SubBuffer rendering is much slower in compiz 0.9.8.0 than 
it was in 0.9.7

-- 
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/1037411

Title:
  [regression][GLES] SubBuffer rendering is much slower in compiz
  0.9.8.0 than it was in 0.9.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 1037411] Re: [regression][GLES] SubBuffer rendering is much slower in compiz 0.9.8.0 than it was in 0.9.7

2012-09-11 Thread Daniel van Vugt
All,

I have modified this bug to just be about a very specific problem I find
on my machine. If you're concerned about general performance of compiz
0.9.8.0 with the default settings then please look at bug 1024304
instead.

** Description changed:

+ (This is no longer the primary performance regression bug for compiz
+ 0.9.8.0. Look at bug 1024304 instead)
+ 
  Comparing graphics performance in a two-monitor configuration, I find
  the gles2 branch is 25-40% slower than trunk.
  
  This would not normally be surprising, however the slowdown REMAINS even
  when I turn off the new rendering features in the gles2 branch:
  framebuffer_object, vertex_buffer_object, always_swap_buffers
  
  So both branches should be using the same code path. But gles2 is still
  dramatically slower than trunk using two monitors.
  
  The good news is that this bug only affects benchmark results and
  seemingly a little lag. The physical frame rate achieved with two
  monitors still seems to be higher using the gles2 branch, meaning it
  drops from 60Hz to 30Hz much less often than trunk does.
  
  NOTE 1: This regression was allowed in compiz 0.9.8.0 because it is
  generally only visible in benchmark results. Meanwhile, physical compiz
  rendering performance (as reported by the compiz Benchmark plugin) is
  higher in compiz 0.9.8.0 than previous versions, in most cases.
  
  NOTE 2: If you're just worried about fullscreen game performance, then
  you don't need to wait for this bug to be resolved. You can get optimal
  graphics performance with unredirect mode. But see bug 980663 first.

-- 
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/1037411

Title:
  [regression][GLES] SubBuffer rendering is much slower in compiz
  0.9.8.0 than it was in 0.9.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 1042211] Re: [quantal] [regression] [i915] Corrupted display, desktop and menus don't repaint correctly using Mesa 9.0 (8.0.4 works)

2012-09-11 Thread Didier Roche
Putting it on the notfixing list for now as it seems that this
particular bug was workarounded by the new compiz.

** Tags removed: rls-q-incoming
** Tags added: rls-q-notfixing

-- 
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/1042211

Title:
  [quantal] [regression] [i915] Corrupted display, desktop and menus
  don't repaint correctly using Mesa 9.0 (8.0.4 works)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1042211/+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 927168] Re: compiz crashed with SIGSEGV in memmove() from drisw_update_tex_buffer() from dri_set_tex_buffer2() from drisw_bind_tex_image() from __glXBindTexImageEXT() from TfpTexture::en

2012-09-11 Thread Didier Roche
As we don't know if the issue is in mesa or compiz, Daniel, Timo, can
you work together to figure that out? Thanks!

** Also affects: mesa (Ubuntu Quantal)
   Importance: Critical
   Status: Confirmed

** Also affects: compiz (Ubuntu Quantal)
   Importance: Critical
   Status: Confirmed

** Tags removed: rls-q-incoming

** Changed in: mesa (Ubuntu Quantal)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

** Changed in: mesa (Ubuntu Quantal)
Milestone: None = ubuntu-12.10-beta-2

-- 
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/927168

Title:
  compiz crashed with SIGSEGV in memmove() from
  drisw_update_tex_buffer() from dri_set_tex_buffer2() from
  drisw_bind_tex_image() from __glXBindTexImageEXT() from
  TfpTexture::enable() from enableFragmentOperationsAndDrawGeometry()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/927168/+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 950160] Re: Unity blocks other programs from binding globally to Super+* or Alt+* (* = any key)

2012-09-11 Thread Hsin-Yi, Chen (hychen)
WORKAROUND 2 does not work in some machines .

The launcher still shows when I press Super + P.

-- 
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/950160

Title:
  Unity blocks other programs from binding globally to Super+* or Alt+*
  (* = any key)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/950160/+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 1037411] Re: [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0 than it was in 0.9.7

2012-09-11 Thread Daniel van Vugt
** Summary changed:

- [regression][GLES] SubBuffer rendering is much slower in compiz 0.9.8.0 than 
it was in 0.9.7
+ [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0 than 
it was in 0.9.7

** Branch linked: lp:~vanvugt/compiz/fix-1037411

-- 
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/1037411

Title:
  [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0
  than it was in 0.9.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 1048761] [NEW] [regression] firefox tab corruption in fullscreen window

2012-09-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The content of new tabs in Firefox is sometimes corrupt - the content is
not drawn in the correct location or it's shifted/wrapped around in the
current window. There can also be visual artifacts such as 'static' in
certain parts of the window.

I use fullscreen windows almost exclusively, and I've seen the problem
twice today when opening documents in a new tab in a fullscreen window.
I don't know if the problem affects windows that are not fullscreen
windows.

This is a recent regression; it started around the time I upgraded from
unity 6.4.0-0ubuntu4 to unity 6.4.0-0ubuntu6.

See the attached screenshot for an example. I've blurred or redacted
parts of the window. The multicolored static at the bottom right is part
of the image, not something I've added. The big black rectangle is
content I've redacted.

Things to note in the screenshot:
* There appear to be 5 distinct panes: left side, right side top, 'static', 
center bottom, right side bottom. Each contains different parts of the browser 
window.
* Content in the bottom-right of the window is scaled down a lot compared to 
the rest of the content
* Content in the bottom right pane might be from another tab - note that it's a 
Google Doc that includes the text, All changes saved in tiny letters. The 
content of the main tab is another Google Doc, which has different text in the 
same position: Last edit was made redacted

When the FF window is in this state, a workaround is to take the window
out of fullscreen mode; it redraws properly. The windows stays drawn
properly if you make it fullscreen again.

To reproduce:
1) Open a new tab

Expected results:
New tab is drawn properly

Actual results:
New tab is not drawn properly; it may be shifted/wrapped around the screen, and 
may have other visual artifacts.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.4.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.43  Sun Aug 19 20:14:03 
PDT 2012
 GCC version:  gcc version 4.7.1 20120908 (prerelease) (Ubuntu/Linaro 
4.7.1-8ubuntu1)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Mon Sep 10 13:59:59 2012
DistUpgraded: 2012-08-07 11:19:37,876 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 nvidia-current, 304.43, 3.5.0-13-generic, x86_64: installed
 nvidia-current, 304.43, 3.5.0-14-generic, x86_64: installed
 virtualbox, 4.1.18, 3.5.0-13-generic, x86_64: installed
 virtualbox, 4.1.18, 3.5.0-14-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Apple Inc. Device [106b:00a0]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
JockeyStatus:
 kmod:nvidia_current_updates - NVIDIA binary Xorg driver, kernel module and 
VDPAU library (Proprietary, Disabled, Not in use)
 kmod:nvidia_current - nvidia_current (Proprietary, Enabled, Not in use)
 kmod:nvidia_173_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
 kmod:nvidia_173 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
MachineType: Apple Inc. MacBookPro3,1
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic 
root=UUID=4b3d81ed-fb5d-4946-97c0-ec537e1bfa3f ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: Upgraded to quantal on 2012-08-07 (34 days ago)
dmi.bios.date: 03/05/08
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP31.88Z.0070.B07.0803051658
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Mac-F4238BC8
dmi.board.vendor: Apple Inc.
dmi.board.version: PVT
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 2
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F4238BC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP31.88Z.0070.B07.0803051658:bd03/05/08:svnAppleInc.:pnMacBookPro3,1:pvr1.0:rvnAppleInc.:rnMac-F4238BC8:rvrPVT:cvnAppleInc.:ct2:cvrMac-F4238BC8:
dmi.product.name: MacBookPro3,1
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.8.0-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1

[Compiz] [Bug 1048761] Re: [regression] firefox tab corruption in fullscreen window

2012-09-11 Thread Omer Akram
not fully able to assess the screenshot, you may want to attach a less
confidential screenshot so you don't have to blur.

** Package changed: unity (Ubuntu) = compiz (Ubuntu)

-- 
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/1048761

Title:
  [regression] firefox tab corruption in fullscreen window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1048761/+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 1037411] Re: [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0 than it was in 0.9.7

2012-09-11 Thread Omer Akram
** Also affects: mesa (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: compiz (Ubuntu Precise)
   Importance: Undecided
   Status: New

-- 
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/1037411

Title:
  [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0
  than it was in 0.9.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 980663] Re: Compiz won't start if unredirect fullscreen windows is enabled

2012-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/unity/precise_sru-2

-- 
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/980663

Title:
  Compiz won't start if unredirect fullscreen windows is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/980663/+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 1044662] Re: compiz crashed with signal 5 (SIGTRAP) in g_logv() from g_log() from g_settings_schema_get_value() from g_settings_schema_key_init() from g_settings_get_value()

2012-09-11 Thread Sam Spilsbury
Schema's weren't recompiled on the user's system. Not a compiz bug.

** Changed in: compiz
   Status: Confirmed = Invalid

-- 
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/1044662

Title:
  compiz crashed with signal 5 (SIGTRAP) in g_logv() from g_log() from
  g_settings_schema_get_value() from g_settings_schema_key_init() from
  g_settings_get_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1044662/+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 1044996] Re: compiz crashed with SIGSEGV in DecorWindow::glDecorate()

2012-09-11 Thread Francis Ginther
Daniel,

Yes, I arrived here via the automatic crash handler. I still have my
crash from bzr qdiff, if you want it.

-- 
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/1044996

Title:
  compiz crashed with SIGSEGV in DecorWindow::glDecorate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1044996/+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 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render()

2012-09-11 Thread Julien-Charles Lévesque
Doesn't seem to restricted to i965 since it happens on my laptop running
i915 (ASUS UX31, IntelHD 4000)

-- 
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/966744

Title:
  [i965] Resume from suspend leaves me with black screen or a screen of
  the desktop before it suspended. Compiz hung in
  intel_update_renderbuffers() from intel_prepare_render() from
  brw_draw_prims()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/966744/+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 1047067] Re: [FFE][UIFE][regression] workspace switcher layout needs adjustments

2012-09-11 Thread Timo Jyrinki
** Branch unlinked: lp:~smspillaz/compiz/ubuntu.fix_1047067

-- 
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/1047067

Title:
  [FFE][UIFE][regression] workspace switcher layout needs adjustments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1047067/+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 1047067] Re: [FFE][UIFE][regression] workspace switcher layout needs adjustments

2012-09-11 Thread Timo Jyrinki
** Branch linked: lp:~smspillaz/compiz/ubuntu.fix_1047067

-- 
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/1047067

Title:
  [FFE][UIFE][regression] workspace switcher layout needs adjustments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1047067/+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 980663] Re: Compiz won't start if unredirect fullscreen windows is enabled

2012-09-11 Thread Łukasz Zemczak
** Description changed:

+ [Test Case]
+ 1. Open CCSM
+ 2. Navigate to ccsm - Composite
+ 3. Enable unredirect fullscreen windows
+ 4. Reboot
+- Verify that after the reboot Unity works correctly
+ 
+ [Regression Potential]
+ Visual regressions at most.
+ 
+ Original description:
+ 
  Setting unredirect fullscreen windows in ccsm prevents compiz to start
  on the next startup, the only visible part of the screen will be the
  wallpaper. The only way to recover is logging into Unity-2d and
  resetting the default compiz settings, where that option is disabled.
  
  To reproduce, simply:
  - navigate to ccsm - Composite
  - enable unredirect fullscreen windows
  - reboot
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz 1:0.9.7.4-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  295.33  Sat Mar 17 14:56:23 PDT 
2012
   GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu4)
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.0.1-0ubuntu2
  Architecture: i386
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Fri Apr 13 11:45:32 2012
  DistUpgraded: Fresh install
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current, 295.33, 3.2.0-23-generic-pae, i686: installed
  GraphicsCard:
   NVIDIA Corporation ION LE VGA [10de:087f] (rev b1) (prog-if 00 [VGA 
controller])
     Subsystem: Samsung Electronics Co Ltd Device [144d:c056]
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120324)
  JockeyStatus:
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, In use)
   xorg:nvidia_current_updates - NVIDIA accelerated graphics driver 
(post-release updates) (Proprietary, Disabled, Not in use)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N510
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=708488ca-c05c-4623-b349-3ec0bf6d25ba ro quiet splash vt.handoff=7
  SourcePackage: compiz
  UpgradeStatus: No upgrade log present (probably fresh install)
  XorgConf:
   Section Device
    Identifier  Default Device
    Option  NoLogoTrue
   EndSection
  dmi.bios.date: 08/24/2009
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 02MU.M004.20090824.LDG
  dmi.board.name: N510
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr02MU.M004.20090824.LDG:bd08/24/2009:svnSAMSUNGELECTRONICSCO.,LTD.:pnN510:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN510:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N510
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.7.4-0ubuntu3
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

-- 
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/980663

Title:
  Compiz won't start if unredirect fullscreen windows is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/980663/+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 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render()

2012-09-11 Thread Vladimir Dobriakov
I am currently experiencing this problem with my Lenovo X220 Notebook
under Ubuntu 12.04, `lsmod|grep video` shows `i915`. But I've seen the
same problem for years(!), on e.g. HP Z400 with Nvidia graphics and
Ubuntu 11.04 and 11.10. The black-screen-lock happens either on sleep-
resume and even after just locking the keyboard (lock, wait till display
goes to sleep, move the mouse, display wakes up, mouse cursor visible,
but nothing works).

So for me it looks like it is not related to particular hardware or
driver - happens in compiz/unity with different hardware.

-- 
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/966744

Title:
  [i965] Resume from suspend leaves me with black screen or a screen of
  the desktop before it suspended. Compiz hung in
  intel_update_renderbuffers() from intel_prepare_render() from
  brw_draw_prims()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/966744/+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 803943] Re: compiz consuming a lot of cpu

2012-09-11 Thread Marco Biscaro
As the original bug reporter, I can confirm this bug is now solved *to
me* with Ubuntu 12.04 (unity version 5.14.0-0ubuntu1). When idle, compiz
consumes  1% of CPU time and when moving windows and doing other things
related to windows management, it consumes about 5%.

Daniel said in comment #197 that performance bugs are almost always too
vague and subjective and I agree. My performance problem (which this
bug report represents) is now solved. I'll mark this bug as fixed, and
ask that other people that face similar performance problems that open
another bugs reports with their specific hardware info and steps to
reproduce.

Thank you for your understanding.

** Changed in: compiz
   Status: Confirmed = Fix Released

** Changed in: compiz (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: compiz-core
   Status: Confirmed = Fix Released

** Changed in: unity
   Status: Confirmed = Fix Released

** Changed in: unity (Ubuntu)
   Status: Confirmed = Fix Released

-- 
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/803943

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/803943/+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 803943] Re: compiz consuming a lot of cpu

2012-09-11 Thread Marco Biscaro
Probably the bugs marked as duplicates of this one should be unmarked as
duplicated and set to incomplete, waiting for feedback from the original
reporters to know if the problems still happening.

-- 
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/803943

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/803943/+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 755842] Re: Non-maximized windows which sit on the border of a workspace move when called

2012-09-11 Thread Omer Akram
** Changed in: compiz (Ubuntu Quantal)
   Importance: Undecided = Medium

-- 
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/755842

Title:
  Non-maximized windows which sit on the border of a workspace move when
  called

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/755842/+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 1037164] Re: Clicking on snapped windows in a different workspace produce unexpected results

2012-09-11 Thread Omer Akram
** Changed in: compiz
   Importance: Undecided = Medium

** Changed in: compiz (Ubuntu)
   Importance: Undecided = Medium

** Description changed:

  Steps to reproduce:
  --
+ 0. make sure there is no terminal window open.
  1. Open a terminal window.
- 2. Snap it on the right in workspace (1, 2) (Top right).
- 3. Go to workspace (1, 1) (top left) and click on the snapped window.
+ 2. Move it to the top right workspace and snap it to the right edge of the 
screen
+ 3. Go to workspace (1, 1) (top left) and click on the terminal icon in the 
launcher
  
  What happens:
  
  Part of the window will now appear in the left side in top left workspace.
  
  Expected:
  --
  When clicked on the window icon, the focus should move to the window and the 
workspace.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-9.9-generic 3.5.0
  Uname: Linux 3.5.0-9-generic x86_64
  ApportVersion: 2.4-0ubuntu6
  Architecture: amd64
  Date: Wed Aug 15 23:31:16 2012
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to quantal on 2012-07-10 (36 days ago)

** Changed in: compiz (Ubuntu)
 Assignee: Ted Gould (ted) = Sam Spilsbury (smspillaz)

** Changed in: compiz
 Assignee: (unassigned) = Sam Spilsbury (smspillaz)

-- 
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/1037164

Title:
  Clicking on snapped windows in a different workspace produce
  unexpected results

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037164/+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 734908] Re: Unity is visible on top of fullscreen apps

2012-09-11 Thread Łukasz Zemczak
** Description changed:

+ [Test Case]
+ 1. Start a fullscreen application (e.g. Firefox in Fullscreen mode)
+- Verify that the panel is not visible
+ 
+ [Regression Potential]
+ Visual regressions, shell drawing problems. Part of a big change, many 
regression potentials.
+ 
+ Original description:
+ 
  NOTE: This bug is only about the single monitor case. If you still have
  problems with multiple monitors, see bug 748539 instead.
  
  ORIGINAL DESCRIPTION:
  In natty alpha 3 up to date, I cannot get fullscreen in any application. 
Panels are still visible.
  
  Tested with:
  - totem
  - vlc
  - firefox
  - chrome
  - geany
  
  Unity panel and top bar are always on top.
  
  -
  Desired Solution:
  
  - When a window is fullscreen (note: this should not be confused with
  the *maximised* state) the menu bar should not be displayed.

-- 
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/734908

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+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 803943] Re: compiz consuming a lot of cpu

2012-09-11 Thread Jesse Johnson
What graphics card and associated driver are you using?  I am on a
Radeon 6950 with Catalyst 12.3 and am still having compiz utilize 2-3%
CPU on idle and 50-100% while moving windows.  I will try upgrading my
graphics driver to see if there is any improvement.

-- 
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/803943

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/803943/+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 1037200] Re: Week 33-Blank grey window: gnome-power-statistics

2012-09-11 Thread Nice Testhouse
Week 37 - Similar issue and some new ones observed on ubuntu 12.10
quantal with ppa:unity-team/staging

Some additional issues observed: 
1) The title of the windows disappears in spread view.
2) When tried with terminal/Firefox windows, the resulting blank window has a 
grey window border and black inside. Sometimes it has grey window border and 
translucent inside.
3) Graphics when spread gets activated is not smooth - the lighting goes dull 
slowly and the windows movement into spread is not very smooth.

Action:
1. Ensure unity is running on a machine with a nvidia GPU using the nvidia 
driver
2. Open two windows of the same app (Terminal in this example)
3. Minimize one
4. Click the launcher icon to activate the spread and again click the launcher 
icon to deactivate the spread- repeat this a couple of times.
5. When the spread is not active, close the terminal window which is visible on 
screen.
6. Now click on launcher terminal icon to bring the minimized window to view. - 
Observe.

-- 
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/1037200

Title:
  Week 33-Blank grey window: gnome-power-statistics

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037200/+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 1049306] Re: compiz crashed with SIGSEGV in GLScreen::GLScreen()

2012-09-11 Thread Rainer Rohde
** Visibility changed to: Public

-- 
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/1049306

Title:
  compiz crashed with SIGSEGV in GLScreen::GLScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049306/+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 1049306] Re: compiz crashed with SIGSEGV in GLScreen::GLScreen()

2012-09-11 Thread Ubuntu Foundation's Bug Bot
** Tags added: compiz-0.9

-- 
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/1049306

Title:
  compiz crashed with SIGSEGV in GLScreen::GLScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049306/+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 803943] Re: compiz consuming a lot of cpu

2012-09-11 Thread Marco Biscaro
@Jesse Johnson: I don't have the exact graphic card model, but it was a
Intel card (Asus Eee PC 1001HA netbook).

-- 
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/803943

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/803943/+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 750386] Re: compiz crashed with SIGABRT in raise()

2012-09-11 Thread Yann Dìnendal
When I log in my session, unity is unresponsive for a few minutes, then
crashes. Apport told me this was this bug report.

-- 
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/750386

Title:
  compiz crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/750386/+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 860375] Re: Screen edge actions set in CCSM don't work (sometimes)

2012-09-11 Thread karl
the workaround posted by dbius works for me, too, under 12.04.1

-- 
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/860375

Title:
  Screen edge actions set in CCSM don't work (sometimes)

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/860375/+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 727290] Re: Allow enhanced zoom to follow text.

2012-09-11 Thread Alejandro Leiva
** Branch linked: lp:~gloob/compiz/texttracking

-- 
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/727290

Title:
  Allow enhanced zoom to follow text.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/727290/+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 966744] Re: [i965] Resume from suspend leaves me with black screen or a screen of the desktop before it suspended. Compiz hung in intel_update_renderbuffers() from intel_prepare_render()

2012-09-11 Thread James M. Leddy
** Changed in: oem-priority
 Assignee: (unassigned) = James M. Leddy (jm-leddy)

-- 
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/966744

Title:
  [i965] Resume from suspend leaves me with black screen or a screen of
  the desktop before it suspended. Compiz hung in
  intel_update_renderbuffers() from intel_prepare_render() from
  brw_draw_prims()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/966744/+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 1037411] Re: [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0 than it was in 0.9.7

2012-09-11 Thread Daniel van Vugt
** Changed in: compiz (Ubuntu Precise)
   Status: New = Invalid

** Changed in: mesa (Ubuntu Precise)
   Status: New = Invalid

** Changed in: mesa (Ubuntu Quantal)
   Status: New = Triaged

-- 
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/1037411

Title:
  [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0
  than it was in 0.9.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 1049306] Re: compiz crashed with SIGSEGV in GLScreen::GLScreen()

2012-09-11 Thread Daniel van Vugt
*** This bug is a duplicate of bug 944653 ***
https://bugs.launchpad.net/bugs/944653

I'm not 100% sure but it looks a lot like bug 944653. So assuming it is
for now...

** This bug has been marked a duplicate of bug 944653
   compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()

-- 
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/1049306

Title:
  compiz crashed with SIGSEGV in GLScreen::GLScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1049306/+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 1049421] [NEW] apps launch in full screen incorrectly

2012-09-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When I launch almost any of my apps in fullscreen they underlap the
launcher, and leave empty space to the right.  If I simply tap on the
menu bar, they then fit into place.  They launch in the window size as
if my launcher is not in auto-hide mode, but they line up to the left of
the screen as if my launcher is in auto-hide mode.  This is only a minor
inconvenience, but it's quite annoying that it doesn't just work they
way it's supposed to.  This hasn't been happening forever either.  It
only began about a week or two ago.

I am running Ubuntu 12.04.1 LTS.
I have tried restarting my computer.
I have been up to date with updating via update manager.

I overall feel like I'm doing a pretty good job, but I don't know how
this may have started.

**I have attached an image to better explain what my problem is**

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

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

___
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 1037411] Re: [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0 than it was in 0.9.7

2012-09-11 Thread Daniel van Vugt
** Description changed:

  (This is no longer the primary performance regression bug for compiz
  0.9.8.0. Look at bug 1024304 instead)
  
- Comparing graphics performance in a two-monitor configuration, I find
- the gles2 branch is 25-40% slower than trunk.
+ TEST CASE:
+ 1. CCSM  OpenGL 
+  framebuffer_object = OFF
+  vertex_buffer_object = OFF
+  always_swap_buffers = OFF
+ 2. Run graphics benchmarks.
+ 
+ Expected: Similar results to compiz 0.9.7
+ Observed: Much lower results than compiz 0.9.7
+ 
+ 
+ ORIGINAL DESCRIPTION:
+ Comparing graphics performance in a two-monitor configuration, I find the 
gles2 branch is 25-40% slower than trunk.
  
  This would not normally be surprising, however the slowdown REMAINS even
  when I turn off the new rendering features in the gles2 branch:
  framebuffer_object, vertex_buffer_object, always_swap_buffers
  
  So both branches should be using the same code path. But gles2 is still
  dramatically slower than trunk using two monitors.
  
  The good news is that this bug only affects benchmark results and
  seemingly a little lag. The physical frame rate achieved with two
  monitors still seems to be higher using the gles2 branch, meaning it
  drops from 60Hz to 30Hz much less often than trunk does.
  
  NOTE 1: This regression was allowed in compiz 0.9.8.0 because it is
  generally only visible in benchmark results. Meanwhile, physical compiz
  rendering performance (as reported by the compiz Benchmark plugin) is
  higher in compiz 0.9.8.0 than previous versions, in most cases.
  
  NOTE 2: If you're just worried about fullscreen game performance, then
  you don't need to wait for this bug to be resolved. You can get optimal
  graphics performance with unredirect mode. But see bug 980663 first.

-- 
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/1037411

Title:
  [regression][DRI] SubBuffer rendering is much slower in compiz 0.9.8.0
  than it was in 0.9.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1037411/+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 1049421] Re: apps launch in full screen incorrectly

2012-09-11 Thread Edward Donovan
** Package changed: ubuntu = compiz (Ubuntu)

-- 
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/1049421

Title:
  apps launch in full screen incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1049421/+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 1049421] Re: apps launch in full screen incorrectly

2012-09-11 Thread Daniel van Vugt
** Also affects: compiz
   Importance: Undecided
   Status: New

-- 
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/1049421

Title:
  apps launch in full screen incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1049421/+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 1049421] Re: apps launch in full screen incorrectly

2012-09-11 Thread Ryan Brink
Oops, thanks for adding the package Edward!

-- 
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/1049421

Title:
  apps launch in full screen incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1049421/+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 1048542] Re: compiz crashed with SIGSEGV in GLScreen::GLScreen()

2012-09-11 Thread Apport retracing service
*** This bug is a duplicate of bug 944653 ***
https://bugs.launchpad.net/bugs/944653

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #944653, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305133/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305136/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305147/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305149/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305150/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305151/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1048542/+attachment/3305152/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 944653
   compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
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/1048542

Title:
  compiz crashed with SIGSEGV in GLScreen::GLScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1048542/+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


Re: [Compiz] [Bug 803943] Re: compiz consuming a lot of cpu

2012-09-11 Thread odror
The problem is not solved. I have the same issue with the Radeon 6850.

Ubuntu Kernel 3.2.0-30-generic and unity 5.14.0

On 09/11/2012 09:07 AM, Jesse Johnson wrote:
 What graphics card and associated driver are you using?  I am on a
 Radeon 6950 with Catalyst 12.3 and am still having compiz utilize 2-3%
 CPU on idle and 50-100% while moving windows.  I will try upgrading my
 graphics driver to see if there is any improvement.


-- 
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/803943

Title:
  compiz consuming a lot of cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/803943/+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 1048861] Re: compiz crashed with SIGSEGV in GLScreen::GLScreen()

2012-09-11 Thread Apport retracing service
*** This bug is a duplicate of bug 944653 ***
https://bugs.launchpad.net/bugs/944653

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #944653, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306363/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306365/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306375/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306377/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306378/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306379/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1048861/+attachment/3306380/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 944653
   compiz crashed on startup with SIGSEGV in strstr() from GLScreen::GLScreen()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
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/1048861

Title:
  compiz crashed with SIGSEGV in GLScreen::GLScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1048861/+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 1042323] Re: [FFE] Port GTK Window Decorator to GSettings

2012-09-11 Thread Xiao-Long Chen
Hi Sam,

Thanks for the reply! You were right about the shared library. I'm
actually packaging for Fedora, which builds with
-DBUILD_SHARED_LIBS:BOOL=ON by default. When I build compiz manually,
all is fine.

My fault, sorry :)

-- 
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/1042323

Title:
  [FFE] Port GTK Window Decorator to GSettings

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1042323/+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