[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-nouveau -
1:1.0.3-0ubuntu0.2

---
xserver-xorg-video-nouveau (1:1.0.3-0ubuntu0.2) quantal-proposed; urgency=low

  * Revert kwin fix, it caused a regression.
- 101-Revert-nouveau-dri2-fix-pixmap-window-offset-calcs.patch

xserver-xorg-video-nouveau (1:1.0.3-0ubuntu0.1) quantal-proposed;
urgency=low

  [ Maarten Lankhorst ]
  * New upstream bugfix release
  * Fix SIBABRT in NVRefreshArea (LP: #1056511)
  * Fix race condition in vblank
  * Add solid fill acceleration (LP: #1010794)
  * Cleanup download/upload screen functions (LP: #1010794)
  * Fix prime rendering with kwin

xserver-xorg-video-nouveau (1:1.0.3-1) UNRELEASED; urgency=low

  [ Maarten Lankhorst ]
  * New upstream release.
  * Drop 02-drm-nouveau-newabi.patch and require libdrm 2.4.34

  [ Timo Aaltonen ]
  * watch: Use the .gz tarball, and update the url.
 -- Maarten Lankhorst maarten.lankho...@ubuntu.com   Thu, 28 Feb 2013 
12:35:09 +0100

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Released
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-12-16 Thread Maarten Lankhorst
downgrading xorg-server and xorg-video-nouveau triggers it, only
updating nouveau fixes it. verification-done. :P

** Tags removed: removal-candidate verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Committed
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-09-12 Thread Jan Rathmann
Hello Steve,

I'm a bit confused, from my point of view the fix for this bug has been
in Quantal since end of last November, and I had verified the fix at
that time (see comments 191 - 193).

Also testing again would be a bit hard since I'm on Raring since its
release and I currently don't have a partition with Quantal on my system
anymore. However, if it is really necessary, I could try to test with
booting from an USB stick and selectively installing the respective
updates.

Kind regards,
Jan

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Committed
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-09-11 Thread Steve Langasek
Hello Jan, or anyone else affected,

Accepted xserver-xorg-video-nouveau into quantal-proposed. The package
will build now and be available at http://launchpad.net/ubuntu/+source
/xserver-xorg-video-nouveau/1:1.0.3-0ubuntu0.2 in a few hours, and then
in the -proposed repository.

Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!


** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Status: Invalid = Fix Committed

** Tags removed: verification-done
** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Fix Committed
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-02-04 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.11.4-0ubuntu10.11

---
xorg-server (2:1.11.4-0ubuntu10.11) precise-proposed; urgency=low

  * Drop 237-dix-set-the-device-transformation-matrix.patch:
Bug was targeted to precise, but is only confirmed to affect xserver
1.13 and newer.
(LP: 1041063)

xorg-server (2:1.11.4-0ubuntu10.10) precise-proposed; urgency=low

  * Add 237-dix-set-the-device-transformation-matrix.patch: Fix pointer
jumping with absolute pointing device.  Initializes device
transformation matrix to an identity matrix.  Thanks to a7x.
(LP: #1041063)

xorg-server (2:1.11.4-0ubuntu10.9) precise-proposed; urgency=low

  [ Maarten Lankhorst ]
  * add 233-xf86events-valgrind.patch to fix a xserver corruption
when acpid is stopped before Xorg is. (LP: #1070481)
  * add 235-composite-tracking.diff to fix exa corruption. (LP: #1010794)
 -- Bryce Harrington br...@ubuntu.com   Wed, 19 Dec 2012 16:39:23 -0800

** Changed in: xorg-server (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Invalid
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-01-17 Thread Jan Rathmann
I have run a short test with Precise on a seperate partition (since I'm
using Quantal now for daily purpose) and I didn't find any problems so
far.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Invalid
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-01-17 Thread Giovanni Tornatore
Hello,

I have tested Edubuntu amd64 (e37ee30822fc8ca0697c32bf2035d4ac *raring-
desktop-amd64.iso 20130116), on live usb persistent, because this bug
(https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
nouveau/+bug/1009353), I have reported on Lubuntu amd64 (precise).

I have performed these action:
1) enabled the repository proposed;
2) sudo apt-get update.
3) sudo apt-get upgrade.

I confirmed this fix.

I am available for verify this bug on Lubuntu-precise-amd64.

Thank

Giovanni Tornatore

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Invalid
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-01-17 Thread Maarten Lankhorst
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Invalid
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2013-01-09 Thread Bryce Harrington
No work needs done specifically for nouveau in precise and quantal; this
was really an xserver problem.

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Status: Triaged = Invalid

** Changed in: xserver-xorg-video-nouveau (Ubuntu Precise)
   Status: Triaged = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Invalid
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Invalid
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-12-18 Thread Chris Halse Rogers
Hello Jan, or anyone else affected,

Accepted xorg-server into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/xorg-
server/2:1.11.4-0ubuntu10.10 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: xorg-server (Ubuntu Precise)
   Status: Confirmed = Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-12-04 Thread Maarten Lankhorst
** Changed in: xorg-server (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-30 Thread Jan Rathmann
I can also confirm that the updated package fixes this issue.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-30 Thread Jonathan Weber
Same for me, bug fixed. Thanks guys.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-28 Thread Maarten Lankhorst
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-27 Thread Bolick
I'm on Ubuntu 12.10 32-bit with GF108GLM [Quadro 1000M]
Just updated xorg-server to those latest packets 2:1.13.0-0ubuntu6.1 from 
proposed updates.
For 30 minutes I didn't get any visible corruptions as I saw before.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/xorg-server

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-26 Thread Adam Conrad
Hello Jan, or anyone else affected,

Accepted xorg-server into quantal-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/xorg-
server/2:1.13.0-0ubuntu6.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/xorg-server

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-16 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.13.0-0ubuntu7

---
xorg-server (2:1.13.0-0ubuntu7) raring; urgency=low

  [ Maarten Lankhorst ]
  * Add 233-xf86events-valgrind.patch to fix a xserver corruption
when acpid is stopped before Xorg is.
(LP: #1070481)
  * Add 235-composite-tracking.patch to fix exa corruption.
(LP: #1010794)

  [ Bryce Harrington ]
  * Add 236-use-fbdev-for-poulsbo-oaktrail-medfield.patch: Never use Intel
driver on Poulsbo/Oaktrail/Medfield.  Thanks to Matthias Klumpp.
(LP: #1069031)
  * Add 237-dix-set-the-device-transformation-matrix.patch: Fix pointer
jumping with absolute pointing device.  Initializes device
transformation matrix to an identity matrix.  Thanks to a7x.
(LP: #1041063)

  [ Tim Lunn ]
  * 500_pointer_barrier_thresholds.diff: Update to fix gaps above
barriers at edge of screen
(LP: #1073724)
 -- Bryce Harrington br...@ubuntu.com   Fri, 16 Nov 2012 11:37:26 -0800

** Changed in: xorg-server (Ubuntu Raring)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-16 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu Quantal)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-16 Thread Bryce Harrington
I've also uploaded the xserver fix for quantal, but precise still needs
done.

mlankhorst, did you already upload the nouveau fix for quantal-proposed
and precise-proposed?  If not then that still needs done as well.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Fix Committed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Fix Released
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package xserver-xorg-video-nouveau -
1:1.0.4-0ubuntu1

---
xserver-xorg-video-nouveau (1:1.0.4-0ubuntu1) raring; urgency=low

  * Sync from unreleased debian experimental git.
  * Remaining differences:
- Try to enable vblank if available (LP: #1019131)
  - 100-vblank-on.diff
 -- Maarten Lankhorst maarten.lankho...@ubuntu.com   Thu, 15 Nov 2012 
11:02:38 +0100

** Changed in: xserver-xorg-video-nouveau (Ubuntu Raring)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  Fix Released

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-11-07 Thread Jonathan Weber
Happens too on Dell Latitude e6530 with  NVIDIA NVS 5200M. Ubuntu 12.10
using nouveau drivers.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-31 Thread Hein
Happens on my system as well. Ubuntu 12.10 with Nvidia 6400m G (Acer
aspire 7520 laptop). Nvidia drivers not working properly (wrong screen
resolution/ freezes/ double login (loop?!)) Because of problems with
Nvidia 12.10 is only usable with Nouveau drivers, but I need to restart
my desktop about 5 to 10 times a day due to artefacts that make programs
rather useless. Looks like an old problem that was here before. Found
also description of this problem related to Debian. Problem is not
reproducable by starting certain programs.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-31 Thread Bug Watch Updater
** Changed in: nouveau
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  For xserver-xorg-video-nouveau sru:

  [IMPACT]
   * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
     the more you mover over the more it shows.
   * This wil not fix it completely, only make it occur less, see xorg-server 
below for the real fix.

  [Regression Potential]
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  
  For the xorg-server sru:

  [IMPACT]
   * Fallback to exa with gradients and solid pictures results in visual 
corruption,
     because sometimes the source or mark pixmaps from previous operations are 
used.
     This results in visual corruption when those fallbacks are triggered.
     The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
     but gradients are still not handled so it still triggers it.

  [TESTCASE]
   * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
   * Highlight mouse over items
   * Notice display corruption.

  [Regression Potential]
   * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.

  [Other Info]
  See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-25 Thread Maarten Lankhorst
** Description changed:

- [IMPACT] 
-  * Enables SolidFill on fermi and kepler cards, fixing this bug.
+ 
+ For xserver-xorg-video-nouveau sru:
+ 
+ [IMPACT]
+  * Enables SolidFill on fermi and kepler cards, increasing performance 
slightly.
  
  [TESTCASE]
-  * start ubuntu software center
-  * hover over some urls and icons, likely corruption already occurs at this 
point,
-the more you mover over the more it shows.
+  * start ubuntu software center
+  * hover over some urls and icons, likely corruption already occurs at this 
point,
+    the more you mover over the more it shows.
+ 
+ [Regression Potential]
+  * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
+  * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
+ 
+ [Other Info]
+  * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.
+ 
+ 
+ For the xorg-server sru:
+ 
+ [IMPACT] 
+  * Fallback to exa with gradients and solid pictures results in visual 
corruption,
+because sometimes the source or mark pixmaps from previous operations are 
used.
+This results in visual corruption when those fallbacks are triggered.
+The xxv-nouveau fix helps slightly because it disables fallback for solid 
fills,
+but gradients are still not handled so it still triggers it.
+ 
+ [TESTCASE]
+  * Start ubuntu software center on a geforce card that has exa acceleration 
enabled.
+  * Highlight mouse over items
+  * Notice display corruption.
  
  [Regression Potential] 
-  * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
-  * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
-  * I am unsure why sw fallback is causing glitches like this, I tried to add a
-nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
-ruled out that some lesser used EXA ops may still be glitched, however 
this would
-not result in this fix being invalid, just if that's the case more 
research into
-the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
-then, since this would at least make it less likely that the bug is 
triggered.
+  * The patch has been reviewed by upstream, but is not yet included (upstream 
can be slow). The most likely regression would be that suddenly other 
operations start failing to draw correctly, or worst case cause crashes but I 
do not think it is likely.
  
  [Other Info]
-  * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.
+ See also http://www.mail-archive.com/xorg-devel@lists.x.org/msg33376.html
  
  [Original bug report]
  Hello,
  
  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).
  
  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).
  
  I have seen this kind of corruption so far in software-center, ubiquity-
  slideshow (during installation) and one time on filename text field of
  gtk-filechooser.
  
  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.
  
  Kind regards,
  Jan
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
  
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-23 Thread Maarten Lankhorst
** Bug watch added: freedesktop.org Bugzilla #47266
   https://bugs.freedesktop.org/show_bug.cgi?id=47266

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

** Also affects: xorg-server (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Unknown
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Unknown
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Unknown
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-server (Ubuntu Quantal)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Unknown
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-23 Thread Maarten Lankhorst
The real bug seems to be in xorg-server, I linked the upstream bug for
this, I would still want to have the SolidFill fix in since it provides
a nice speedup.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in Accelerated Xorg driver for nVidia cards:
  Unknown
Status in “xorg-server” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xorg-server” source package in Precise:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xorg-server” source package in Quantal:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xorg-server” source package in Raring:
  Confirmed
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Maarten Lankhorst
Ok seems solid fill wasn't accelerated and did a fallback, I don't know
why the fallback would corrupt things though, but the acceleration will
at least make it work again and increase performance slightly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Maarten Lankhorst
Can you patch your xserver-xorg-video-nouveau with this debdiff and see
if it fixes this issue?

** Patch added: debdiff for 1:1.0.2-0ubuntu3+bug1010794~try1
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+attachment/3408705/+files/xserver-xorg-video-nouveau_1.0.2-0ubuntu3%2Bbug1010794%7Etry1.debdiff

** Changed in: xserver-xorg-video-nouveau (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Ubuntu Foundation's Bug Bot
The attachment debdiff for 1:1.0.2-0ubuntu3+bug1010794~try1 of this
bug report has been identified as being a patch in the form of a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  In the event
that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-sponsors team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Jan Rathmann
Maarten, yes, your patches helped, I don't see these corruptions anymore
with the patched package.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Hew McLachlan
The corruption seems to have disappeared on text and mostly on icons,
but the software centre in progress animated icon still displays
corruption as the white arrow image appears warped and detached from the
shadow behind.

** Attachment added: Corruption of software centre in progress icon
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+attachment/3408844/+files/1010794-sc.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Hew McLachlan
When I suspend and resume I still have full screen corruption. The mouse
can move on top while the background flickers.

** Attachment added: Corruption of whole screen from suspend and resume
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+attachment/3408845/+files/1010794-suspend.jpg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Maarten Lankhorst
** Description changed:

+ [IMPACT] 
+  * Enables SolidFill on fermi and kepler cards, fixing this bug.
+ 
+ [TESTCASE]
+  * start ubuntu software center
+  * hover over some urls and icons, likely corruption already occurs at this 
point,
+the more you mover over the more it shows.
+ 
+ [Regression Potential] 
+  * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
+  * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
+  * I am unsure why sw fallback is causing glitches like this, I tried to add a
+nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
+ruled out that some lesser used EXA ops may still be glitched, however 
this would
+not result in this fix being invalid, just if that's the case more 
research into
+the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
+then, since this would at least make it less likely that the bug is 
triggered.
+ 
+ [Other Info]
+  * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.
+ 
+ [Original bug report]
  Hello,
  
  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).
  
  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).
  
  I have seen this kind of corruption so far in software-center, ubiquity-
  slideshow (during installation) and one time on filename text field of
  gtk-filechooser.
  
  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.
  
  Kind regards,
  Jan
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
-  [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
-  [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
-  [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
-  [   22.920011] eth0: no IPv6 routers present
+  [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
+  [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
+  [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
+  [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  version.xserver-xorg-input-evdev: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Maarten Lankhorst
suspend/resume corruption is a separate bug, but still looking into why
the fallback is failing

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Maarten Lankhorst
So one of the sources seem to be nouveau_exa_prepare_access performing
operations directly on the bo, which works but screws up due to tiling.
The fix would be to do similar to nouveau_exa_download_from_screen and
nouveau_exa_upload_to_screen with a scratch bo to fix up tiling. In this
case it would be possible without the extra memcpy since the scratch bo
could be operated on directly.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xserver-xorg-video-nouveau” source package in Precise:
  New
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  New
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Bryce Harrington
** Also affects: xserver-xorg-video-nouveau (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: xserver-xorg-video-nouveau (Ubuntu Raring)
   Importance: Undecided
 Assignee: Maarten Lankhorst (mlankhorst)
   Status: In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xserver-xorg-video-nouveau” source package in Precise:
  New
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  New
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-22 Thread Bryce Harrington
** Changed in: xserver-xorg-video-nouveau (Ubuntu Raring)
   Importance: Undecided = High

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Importance: Undecided = High

** Changed in: xserver-xorg-video-nouveau (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
 Assignee: (unassigned) = Maarten Lankhorst (mlankhorst)

** Changed in: xserver-xorg-video-nouveau (Ubuntu Precise)
 Assignee: (unassigned) = Maarten Lankhorst (mlankhorst)

** Changed in: xserver-xorg-video-nouveau (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: xserver-xorg-video-nouveau (Ubuntu Precise)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  In Progress
Status in “xserver-xorg-video-nouveau” source package in Precise:
  Triaged
Status in “xserver-xorg-video-nouveau” source package in Quantal:
  Triaged
Status in “xserver-xorg-video-nouveau” source package in Raring:
  In Progress

Bug description:
  [IMPACT] 
   * Enables SolidFill on fermi and kepler cards, fixing this bug.

  [TESTCASE]
   * start ubuntu software center
   * hover over some urls and icons, likely corruption already occurs at this 
point,
 the more you mover over the more it shows.

  [Regression Potential] 
   * This should be a safe fix, since it simply enables some code which was 
already created specifically for these cards, and with some testing it appears 
to work just fine.
   * I expect no regressions, but in the worst case this would result in 
garbage being sent to the card, which may cause it to do an unexplained hang or 
(more likely) errors in dmesg and worse glitches since nothing is being shown 
any more.
   * I am unsure why sw fallback is causing glitches like this, I tried to add a
 nouveau_bo_wait to nouveau_exa_upload_to_screen, but this didn't fix it. 
It's not
 ruled out that some lesser used EXA ops may still be glitched, however 
this would
 not result in this fix being invalid, just if that's the case more 
research into
 the underlying cause is needed. I would prefer that to be fixed in a 
separate bug
 then, since this would at least make it less likely that the bug is 
triggered.

  [Other Info]
   * Doing solid fill in hardware is a pretty nice speedup for those who use 
valgrind to test code, and also seems to increase responsitivity a little on 
nouveau without valgrind, since it safes 2 memcpy's on host, 2 memcpy's on gpu, 
and a memset.

  [Original bug report]
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  

[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-20 Thread Hew McLachlan
Same problem for me with a clean install of Ubuntu 12.10. Noticed in
Ubiquity and Software Centre for me as well.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-10-14 Thread Jan Rathmann
Still present at current stage.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010794] Re: Graphics/text corruptions in some applications with nouveau drivers

2012-09-20 Thread Jan Rathmann
Still present on current quantal daily image.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.
https://bugs.launchpad.net/bugs/1010794

Title:
  Graphics/text corruptions in some applications with nouveau drivers

Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  Hello,

  there are several serious graphic and text corruptions on Quantal with
  nouveau drivers (which are used by default).

  To reproduce:
  - Boot a Quantal live system or a fresh installation
  - Start software-center.
  - Move the mouse in its window or click anything.
  Result: Text and some graphics become massively corrupted (See also attached 
screenshots and short demo video).

  I have seen this kind of corruption so far in software-center,
  ubiquity-slideshow (during installation) and one time on filename text
  field of gtk-filechooser.

  Booting the system with nomodeset seems to make the problem go away,
  as well as installing the propritary Nvidia drivers.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-nouveau 1:0.0.16+git20120322+ab7291d-1
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CurrentDmesg:
   [   14.977209] [drm] nouveau :01:00.0: PMFB0_SUBP0: 0x037f0040
   [   14.977214] [drm] nouveau :01:00.0: PMFB0_SUBP1: 0x037f
   [   22.821303] [drm] nouveau :01:00.0: PFIFO: unknown status 0x4000
   [   22.920011] eth0: no IPv6 routers present
  Date: Sat Jun  9 09:21:19 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard: NVIDIA Corporation GF108 [GeForce GT 430] [10de:0de1] (rev a1) 
(prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz root=/dev/dm-5
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F13
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF13:bd07/10/2008:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  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.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1010794/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp