From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 58925] New: compis/kwin crashes on nouveau due to msaa Date: Tue, 01 Jan 2013 21:25:44 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2091002586==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 41046E5C1A for ; Tue, 1 Jan 2013 13:25:44 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2091002586== Content-Type: multipart/alternative; boundary="1357075544.a322cf0.20620"; charset="us-ascii" --1357075544.a322cf0.20620 Date: Tue, 1 Jan 2013 21:25:44 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=58925 Priority: medium Bug ID: 58925 Assignee: dri-devel@lists.freedesktop.org Summary: compis/kwin crashes on nouveau due to msaa Severity: normal Classification: Unclassified OS: All Reporter: bobahu4@gmail.com Hardware: Other Status: NEW Version: XOrg CVS Component: General Product: DRI Here compiz/kwin crashes when tries to run with weird assertion on msaa textures. Found that msaa can be swithced off with enviroment variable http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d0bf69f831e138a05a282e59746f20141046fd6 but GALLIUM_MSAA = 0 doesnt help at all. so I edited dri_fill_st_visual in dri_screen.c to disable msaa at all if (mode->sampleBuffers) { - stvis->samples = mode->samples; + stvis->samples = 1; } Now compiz/kwin work fine. kernel 3.8-git from ubuntu daily kernel-ppa, ubuntu 12.10, nvidia gtx670 -- You are receiving this mail because: You are the assignee for the bug. --1357075544.a322cf0.20620 Date: Tue, 1 Jan 2013 21:25:44 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 58925
Assignee dri-devel@lists.freedesktop.org
Summary compis/kwin crashes on nouveau due to msaa
Severity normal
Classification Unclassified
OS All
Reporter bobahu4@gmail.com
Hardware Other
Status NEW
Version XOrg CVS
Component General
Product DRI

Here compiz/kwin crashes when tries to run with weird assertion on msaa
textures. 
Found that msaa can be swithced off with enviroment variable 

http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d0bf69f831e138a05a282e59746f20141046fd6

but GALLIUM_MSAA = 0 doesnt help at all.

so I edited dri_fill_st_visual in dri_screen.c to disable msaa at all 

   if (mode->sampleBuffers) {
-      stvis->samples = mode->samples;
+      stvis->samples = 1;
   }

Now compiz/kwin work fine.

kernel 3.8-git from ubuntu daily kernel-ppa, ubuntu 12.10, nvidia gtx670


You are receiving this mail because:
  • You are the assignee for the bug.
--1357075544.a322cf0.20620-- --===============2091002586== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============2091002586==--