[Desktop-packages] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #63)
> For the first two options I think it could be useful to grep through all
> those dumps collected over the years and check which cards have this set.

Yeah, I'll try to have a look later on.

> 
> Option 3 could definately tell if it's only used for a particular memory
> configuration of this chip, or it's more general (e.g. first 2 options).

I've fired off a question to NVIDIA, hopefully they'll respond.
Sometimes they respond ~immediately, other times it takes two months,
but so far they haven't dropped anything on the floor.

> 
> By the way I've checked again my earlier claim about being slower after
> suspend, and it's definately like that. Scrolling is more or less smooth
> (considering the age of hardware and the resolution used) after kexec-ing
> from nvidia to nouveau.
> 
> But after a suspend it's really "choppy" (same software still running,
> nothing was changed). The speed is similarly slow after a clean boot too, so
> it's not a suspend problem. Somewhere the handbrake needs to be released I
> guess...

Well, you may have just become the resident expert on NV2x cards. You
have all the tools we have, and you also have the hardware, which is
very hard to come by (a mobile NV2x). Poke around, let us know :) We
hang out on #nouveau on irc.freenode.net if you have any questions.

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

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Debian:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I have a Dell D800 laptop with high resolution screen (1920x1200) that
  was working fine with Ubuntu 10.04.  I performed a fresh install of
  Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
  displays garbage, more pronounced on icons, where text seems to render
  fairly well.

  I've attached a picture of the screen to illustrate.

  While I've tried to intall the Nvidia drivers, this problem manifested
  from the initial install of the 10.10 alternate RC disc, and remains
  present with all packages updated as of 10/1 where no alternate driver
  install was attempted.

  Please let me know what information I might be able to provide that
  would be useful in fixing this problem.

  Thank you,

  -john

  
  root@johnn-craylap:~# lspci | grep -i nvid
  01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 
Go AGP 8x] (rev a1)
  root@johnn-craylap:~# 

  root@johnn-craylap:~# lsmod | grep -i nv
  root@johnn-craylap:~# lsmod | grep -i nouv
  nouveau   516971  2 
  ttm56633  1 nouveau
  drm_kms_helper 30200  2 ch7006,nouveau
  drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
  i2c_algo_bit5168  1 nouveau
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
  Package: xserver-xorg-video-nouveau
  Status: install ok installed
  Priority: optional
  Section: x11
  Installed-Size: 284
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
  Provides: xorg-driver-video, xserver-xorg-video-8
  Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
  Description: X.Org X server -- Nouveau display driver (experimental)
   This driver for the X.Org X server (see xserver-xorg for a further 
description)
   provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
   .
   Although the nouveau project aims to provide full 3D support it is not yet
   complete, and these packages do not include any 3D support.
   Users requiring 3D support should use the non-free "nvidia" driver.
   .
   This package is built from the FreeDesktop.org xf86-video-nouveau driver.
  Homepage: http://nouveau.freedesktop.org/wiki/
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status libdrm-nouveau1
  Package: libdrm-nouveau1
  Status: install ok installed
  Priority: required
  Section: libs
  Installed-Size: 92
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Source: libdrm
  Version: 2.4.21-1ubuntu2
  Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
  Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
  Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
   This library implements the userspace interface to the nouveau-specific 
kernel
   DRM services. DRM stands for "Direct Rendering Manager", which is the
   kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI 
is
   currently used on Linux to provide 

[Desktop-packages] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
Even more interesting, your trace actually has

[0] 1012.956817 MMIO32 R 0x100080 0xe100 PFB+0x80 => 0xe100
[0] 1012.956820 MMIO32 W 0x100080 0xe100 PFB+0x80 <= 0xe100

Which means that it _starts out_ at 0xe100. Was this trace done on a
clean boot, or had the nvidia module already been loaded? The latter
makes more sense...

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

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Debian:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I have a Dell D800 laptop with high resolution screen (1920x1200) that
  was working fine with Ubuntu 10.04.  I performed a fresh install of
  Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
  displays garbage, more pronounced on icons, where text seems to render
  fairly well.

  I've attached a picture of the screen to illustrate.

  While I've tried to intall the Nvidia drivers, this problem manifested
  from the initial install of the 10.10 alternate RC disc, and remains
  present with all packages updated as of 10/1 where no alternate driver
  install was attempted.

  Please let me know what information I might be able to provide that
  would be useful in fixing this problem.

  Thank you,

  -john

  
  root@johnn-craylap:~# lspci | grep -i nvid
  01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 
Go AGP 8x] (rev a1)
  root@johnn-craylap:~# 

  root@johnn-craylap:~# lsmod | grep -i nv
  root@johnn-craylap:~# lsmod | grep -i nouv
  nouveau   516971  2 
  ttm56633  1 nouveau
  drm_kms_helper 30200  2 ch7006,nouveau
  drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
  i2c_algo_bit5168  1 nouveau
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
  Package: xserver-xorg-video-nouveau
  Status: install ok installed
  Priority: optional
  Section: x11
  Installed-Size: 284
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
  Provides: xorg-driver-video, xserver-xorg-video-8
  Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
  Description: X.Org X server -- Nouveau display driver (experimental)
   This driver for the X.Org X server (see xserver-xorg for a further 
description)
   provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
   .
   Although the nouveau project aims to provide full 3D support it is not yet
   complete, and these packages do not include any 3D support.
   Users requiring 3D support should use the non-free "nvidia" driver.
   .
   This package is built from the FreeDesktop.org xf86-video-nouveau driver.
  Homepage: http://nouveau.freedesktop.org/wiki/
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status libdrm-nouveau1
  Package: libdrm-nouveau1
  Status: install ok installed
  Priority: required
  Section: libs
  Installed-Size: 92
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Source: libdrm
  Version: 2.4.21-1ubuntu2
  Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
  Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
  Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
   This library implements the userspace interface to the nouveau-specific 
kernel
   DRM services. DRM stands for "Direct Rendering Manager", which is the
   kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI 
is
   currently used on Linux to provide hardware-accelerated OpenGL drivers.
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~#

  root@johnn-craylap:~# hwinfo
   start debug info 
  libhd version 16.0 (ia32)
  using /var/lib/hardware
  kernel version is 2.6
  - /proc/cmdline -
BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/80gblaphdd-rootvol 
ro splash
  - /proc/cmdline end -
  [...]
3: udi = '/org/freedesktop/Hal/devices/computer'
info.capabilities = { 'cpufreq_control' }
info.interfaces = { 'org.freedesktop.Hal.Device.SystemPowerManagement', 
'org.freedesktop.Hal.Device.CPUFreq' }
info.subsystem = 'unknown'
info.product = 'Computer'
info.udi = '/org/freedesktop/Hal/devices/computer'
org.freedesktop.Hal.version = '0.5.14'
org.freedesktop.Hal.version.major = 0 (0x0)
org.freedesktop.Hal.version.minor = 5 (0x5)
org.freedesktop.Hal.version.micro = 14 (0xe)
system.kernel.name = 'Linux'

[Desktop-packages] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #55)
> So something is initialized by the nvidia driver, which is not touched by
> nouveau but is required for correct operation.
> 
> Is there a way I could help? Like dumping register states with/without the
> nvidia init?

You could do a mmiotrace of the nvidia driver. It's likely that we're
missing some bit of init. The resulting file will probably be quite
large (50-100MB)... xz -9 it and email to mmio.du...@gmail.com. (Also
wouldn't hurt to upload your vbios from
/sys/kernel/debug/dri/0/vbios.rom to this bug, and also attach it in the
email while you're at it.)

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

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Debian:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I have a Dell D800 laptop with high resolution screen (1920x1200) that
  was working fine with Ubuntu 10.04.  I performed a fresh install of
  Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
  displays garbage, more pronounced on icons, where text seems to render
  fairly well.

  I've attached a picture of the screen to illustrate.

  While I've tried to intall the Nvidia drivers, this problem manifested
  from the initial install of the 10.10 alternate RC disc, and remains
  present with all packages updated as of 10/1 where no alternate driver
  install was attempted.

  Please let me know what information I might be able to provide that
  would be useful in fixing this problem.

  Thank you,

  -john

  
  root@johnn-craylap:~# lspci | grep -i nvid
  01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 
Go AGP 8x] (rev a1)
  root@johnn-craylap:~# 

  root@johnn-craylap:~# lsmod | grep -i nv
  root@johnn-craylap:~# lsmod | grep -i nouv
  nouveau   516971  2 
  ttm56633  1 nouveau
  drm_kms_helper 30200  2 ch7006,nouveau
  drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
  i2c_algo_bit5168  1 nouveau
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
  Package: xserver-xorg-video-nouveau
  Status: install ok installed
  Priority: optional
  Section: x11
  Installed-Size: 284
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
  Provides: xorg-driver-video, xserver-xorg-video-8
  Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
  Description: X.Org X server -- Nouveau display driver (experimental)
   This driver for the X.Org X server (see xserver-xorg for a further 
description)
   provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
   .
   Although the nouveau project aims to provide full 3D support it is not yet
   complete, and these packages do not include any 3D support.
   Users requiring 3D support should use the non-free "nvidia" driver.
   .
   This package is built from the FreeDesktop.org xf86-video-nouveau driver.
  Homepage: http://nouveau.freedesktop.org/wiki/
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status libdrm-nouveau1
  Package: libdrm-nouveau1
  Status: install ok installed
  Priority: required
  Section: libs
  Installed-Size: 92
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Source: libdrm
  Version: 2.4.21-1ubuntu2
  Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
  Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
  Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
   This library implements the userspace interface to the nouveau-specific 
kernel
   DRM services. DRM stands for "Direct Rendering Manager", which is the
   kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI 
is
   currently used on Linux to provide hardware-accelerated OpenGL drivers.
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~#

  root@johnn-craylap:~# hwinfo
   start debug info 
  libhd version 16.0 (ia32)
  using /var/lib/hardware
  kernel version is 2.6
  - /proc/cmdline -
BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/80gblaphdd-rootvol 
ro splash
  - /proc/cmdline end -
  [...]
3: udi = '/org/freedesktop/Hal/devices/computer'
info.capabilities = { 'cpufreq_control' }
info.interfaces = { 'org.freedesktop.Hal.Device.SystemPowerManagement', 
'org.freedesktop.Hal.Device.CPUFreq' }
info.subsystem = 'unknown'
info.product = 'Computer'
info.udi = 

[Desktop-packages] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
BTW, interesting. In your VBIOS, it tells us to do

0xcbf2: 7a 80 00 10 00 00 00 00 e0 ZM_REG
R[0x100080] = 0xe000

Which is why that bit gets lost on resume (but not on kexec, since init
scripts don't run, since the adapter is already init'd). Good to know,
that means that any fixup would have to be made _after_ the bios gets
executed... or more likely, as part of the COMPUTE_MEM thing (meminit in
core/subdev/devinit/nv20.c), which gets executed in "init script 5",
which happens after that "init script 1" which contains the 0x100080 =
0xe000 command. Although then it wouldn't happen on boot, so
nevermind. Has to happen after the vbios executes.

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

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Debian:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I have a Dell D800 laptop with high resolution screen (1920x1200) that
  was working fine with Ubuntu 10.04.  I performed a fresh install of
  Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
  displays garbage, more pronounced on icons, where text seems to render
  fairly well.

  I've attached a picture of the screen to illustrate.

  While I've tried to intall the Nvidia drivers, this problem manifested
  from the initial install of the 10.10 alternate RC disc, and remains
  present with all packages updated as of 10/1 where no alternate driver
  install was attempted.

  Please let me know what information I might be able to provide that
  would be useful in fixing this problem.

  Thank you,

  -john

  
  root@johnn-craylap:~# lspci | grep -i nvid
  01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 
Go AGP 8x] (rev a1)
  root@johnn-craylap:~# 

  root@johnn-craylap:~# lsmod | grep -i nv
  root@johnn-craylap:~# lsmod | grep -i nouv
  nouveau   516971  2 
  ttm56633  1 nouveau
  drm_kms_helper 30200  2 ch7006,nouveau
  drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
  i2c_algo_bit5168  1 nouveau
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
  Package: xserver-xorg-video-nouveau
  Status: install ok installed
  Priority: optional
  Section: x11
  Installed-Size: 284
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
  Provides: xorg-driver-video, xserver-xorg-video-8
  Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
  Description: X.Org X server -- Nouveau display driver (experimental)
   This driver for the X.Org X server (see xserver-xorg for a further 
description)
   provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
   .
   Although the nouveau project aims to provide full 3D support it is not yet
   complete, and these packages do not include any 3D support.
   Users requiring 3D support should use the non-free "nvidia" driver.
   .
   This package is built from the FreeDesktop.org xf86-video-nouveau driver.
  Homepage: http://nouveau.freedesktop.org/wiki/
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status libdrm-nouveau1
  Package: libdrm-nouveau1
  Status: install ok installed
  Priority: required
  Section: libs
  Installed-Size: 92
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Source: libdrm
  Version: 2.4.21-1ubuntu2
  Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
  Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
  Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
   This library implements the userspace interface to the nouveau-specific 
kernel
   DRM services. DRM stands for "Direct Rendering Manager", which is the
   kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI 
is
   currently used on Linux to provide hardware-accelerated OpenGL drivers.
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~#

  root@johnn-craylap:~# hwinfo
   start debug info 
  libhd version 16.0 (ia32)
  using /var/lib/hardware
  kernel version is 2.6
  - /proc/cmdline -
BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/80gblaphdd-rootvol 
ro splash
  - /proc/cmdline end -
  [...]
3: udi = '/org/freedesktop/Hal/devices/computer'
info.capabilities = { 'cpufreq_control' }
info.interfaces = { 'org.freedesktop.Hal.Device.SystemPowerManagement', 
'org.freedesktop.Hal.Device.CPUFreq' }
info.subsystem = 

[Desktop-packages] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #61)
> At the end I got what I wanted. The winner is:
> nvapoke 00100080 e100
> 
> This register is e000 after suspend or after clean boot. So all this
> trouble only because of a single bit was not set ;(

Fantastic! I was secretly hoping that by ignoring the issue for a short
while, one of the hardware owners would step up and work it out :)

Looks like register 100080 isn't documented in rnndb. In the linux
source it's referred to as NV04_PFB_DEBUG_0. Unfortunately on a quick
grep of the code, nothing ever touches bit 24 of that register.

There are three ways forward:

1. Set it for all nv04:nv50 cards
2. Set it for nv28 cards
3. Reach out to nvidia and see if they'll be kind enough to let us know the 
meaning of that bit, and when we should be setting it. They've been fielding 
some questions of late, and this seems likely to be one that they'd answer.

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

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Debian:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I have a Dell D800 laptop with high resolution screen (1920x1200) that
  was working fine with Ubuntu 10.04.  I performed a fresh install of
  Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
  displays garbage, more pronounced on icons, where text seems to render
  fairly well.

  I've attached a picture of the screen to illustrate.

  While I've tried to intall the Nvidia drivers, this problem manifested
  from the initial install of the 10.10 alternate RC disc, and remains
  present with all packages updated as of 10/1 where no alternate driver
  install was attempted.

  Please let me know what information I might be able to provide that
  would be useful in fixing this problem.

  Thank you,

  -john

  
  root@johnn-craylap:~# lspci | grep -i nvid
  01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 
Go AGP 8x] (rev a1)
  root@johnn-craylap:~# 

  root@johnn-craylap:~# lsmod | grep -i nv
  root@johnn-craylap:~# lsmod | grep -i nouv
  nouveau   516971  2 
  ttm56633  1 nouveau
  drm_kms_helper 30200  2 ch7006,nouveau
  drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
  i2c_algo_bit5168  1 nouveau
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
  Package: xserver-xorg-video-nouveau
  Status: install ok installed
  Priority: optional
  Section: x11
  Installed-Size: 284
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
  Provides: xorg-driver-video, xserver-xorg-video-8
  Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
  Description: X.Org X server -- Nouveau display driver (experimental)
   This driver for the X.Org X server (see xserver-xorg for a further 
description)
   provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
   .
   Although the nouveau project aims to provide full 3D support it is not yet
   complete, and these packages do not include any 3D support.
   Users requiring 3D support should use the non-free "nvidia" driver.
   .
   This package is built from the FreeDesktop.org xf86-video-nouveau driver.
  Homepage: http://nouveau.freedesktop.org/wiki/
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status libdrm-nouveau1
  Package: libdrm-nouveau1
  Status: install ok installed
  Priority: required
  Section: libs
  Installed-Size: 92
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Source: libdrm
  Version: 2.4.21-1ubuntu2
  Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
  Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
  Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
   This library implements the userspace interface to the nouveau-specific 
kernel
   DRM services. DRM stands for "Direct Rendering Manager", which is the
   kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI 
is
   currently used on Linux to provide hardware-accelerated OpenGL drivers.
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~#

  root@johnn-craylap:~# hwinfo
   start debug info 
  libhd version 16.0 (ia32)
  using /var/lib/hardware
  kernel version is 2.6
  - /proc/cmdline -
BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/80gblaphdd-rootvol 
ro splash
  - /proc/cmdline end -
  [...]
3: udi = 

[Desktop-packages] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to AndrewK from comment #73)
> (In reply to nv28m from comment #71)
> > nouveau.agpmode=0 seems to work here too, also after comming back from
> > suspend.
> > 
> > Still I think I'm stuck with the modesetting driver with the bit 24 hack in
> > boot/suspend scripts. The scrolling and rxvt performance is just better.
> 
> The parameter name seems to be changed.  nouveau.modeset=0 is what worked
> for me.
> 
> I add my thanks for the hard work done by Mr. nv28m.

nouveau.modeset=0 just disables nouveau entirely.

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

Title:
  Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia
  GeForce4 Ti 4200 Go AGP rev a1 [NV28])

Status in Nouveau Xorg driver:
  Unknown
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Debian:
  New

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I have a Dell D800 laptop with high resolution screen (1920x1200) that
  was working fine with Ubuntu 10.04.  I performed a fresh install of
  Ubuntu 10.10 which appears to use the nouveau driver.  The screen now
  displays garbage, more pronounced on icons, where text seems to render
  fairly well.

  I've attached a picture of the screen to illustrate.

  While I've tried to intall the Nvidia drivers, this problem manifested
  from the initial install of the 10.10 alternate RC disc, and remains
  present with all packages updated as of 10/1 where no alternate driver
  install was attempted.

  Please let me know what information I might be able to provide that
  would be useful in fixing this problem.

  Thank you,

  -john

  
  root@johnn-craylap:~# lspci | grep -i nvid
  01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 
Go AGP 8x] (rev a1)
  root@johnn-craylap:~# 

  root@johnn-craylap:~# lsmod | grep -i nv
  root@johnn-craylap:~# lsmod | grep -i nouv
  nouveau   516971  2 
  ttm56633  1 nouveau
  drm_kms_helper 30200  2 ch7006,nouveau
  drm   168054  5 ch7006,nouveau,ttm,drm_kms_helper
  i2c_algo_bit5168  1 nouveau
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status xserver-xorg-video-nouveau
  Package: xserver-xorg-video-nouveau
  Status: install ok installed
  Priority: optional
  Section: x11
  Installed-Size: 284
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Version: 1:0.0.16+git20100805+b96170a-0ubuntu1
  Provides: xorg-driver-video, xserver-xorg-video-8
  Depends: libc6 (>= 2.4), libdrm-nouveau1 (>= 2.4.20-3~), libudev0 (>= 147), 
xorg-video-abi-8.0, xserver-xorg-core (>= 2:1.8.99.904)
  Description: X.Org X server -- Nouveau display driver (experimental)
   This driver for the X.Org X server (see xserver-xorg for a further 
description)
   provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards.
   .
   Although the nouveau project aims to provide full 3D support it is not yet
   complete, and these packages do not include any 3D support.
   Users requiring 3D support should use the non-free "nvidia" driver.
   .
   This package is built from the FreeDesktop.org xf86-video-nouveau driver.
  Homepage: http://nouveau.freedesktop.org/wiki/
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~# 

  root@johnn-craylap:~# dpkg --status libdrm-nouveau1
  Package: libdrm-nouveau1
  Status: install ok installed
  Priority: required
  Section: libs
  Installed-Size: 92
  Maintainer: Ubuntu X-SWAT 
  Architecture: i386
  Source: libdrm
  Version: 2.4.21-1ubuntu2
  Depends: libc6 (>= 2.3.4), libdrm2 (>= 2.4.3)
  Breaks: xserver-xorg-video-nouveau (<< 1:0.0.16)
  Description: Userspace interface to nouveau-specific kernel DRM services -- 
runtime
   This library implements the userspace interface to the nouveau-specific 
kernel
   DRM services. DRM stands for "Direct Rendering Manager", which is the
   kernelspace portion of the "Direct Rendering Infrastructure" (DRI). The DRI 
is
   currently used on Linux to provide hardware-accelerated OpenGL drivers.
  Original-Maintainer: Debian X Strike Force 
  root@johnn-craylap:~#

  root@johnn-craylap:~# hwinfo
   start debug info 
  libhd version 16.0 (ia32)
  using /var/lib/hardware
  kernel version is 2.6
  - /proc/cmdline -
BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/80gblaphdd-rootvol 
ro splash
  - /proc/cmdline end -
  [...]
3: udi = '/org/freedesktop/Hal/devices/computer'
info.capabilities = { 'cpufreq_control' }
info.interfaces = { 'org.freedesktop.Hal.Device.SystemPowerManagement', 
'org.freedesktop.Hal.Device.CPUFreq' }
info.subsystem = 'unknown'
info.product = 'Computer'
info.udi = '/org/freedesktop/Hal/devices/computer'
org.freedesktop.Hal.version = '0.5.14'

[Desktop-packages] [Bug 1314587]

2015-10-25 Thread Ilia Mirkin
There is no mention of nouveau anywhere in here, indications of the
other bug are that nouveau vs nvidia doesn't matter, and I see no
indication of DRI_PRIME ever getting set. I believe this is
miscategorized, it's unclear to me why this is in the fd.o bugtracker at
all, sounds like some ubuntu thing.

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

Title:
  Windows slow/stall/freeze when minimizing/restoring/etc in Unity 7
  (14.04 and 14.10)

Status in Unity:
  Confirmed
Status in X.Org X server:
  Won't Fix
Status in unity package in Ubuntu:
  Triaged
Status in xorg package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:

   * Minimize current window or alt-tab between windows
   * Reveal launcher to click on application
   * Click `Super` to bring up Dash
   * Hold `Super` to bring up Keyboard Shortcuts

  What should happen:

  Action completes smoothly and quickly.

  What happens instead:

   * Action may be slow / animation jerky.
   * Action may stall (animation frozen on given frame, e.g. window partially 
minimized) - initiating another action cancels first action and second action 
may succeed (most often calling Guake with F12 seems to solve the issue)
   * Action may freeze - cursor no longer moves - a soft reboot 
(Alt+PrtScr+REISUB) usually works, otherwise a hard reboot

  Notes:

   * Not application specific. Minimizing is reliably slow/stalls with 
minimizing Firefox (including 29, I do not have a lot of bookmarks) or Pidgin, 
but I use those programs more often.
   * I am using an Nvidia Optimus machine with the default Nouveau driver - no 
`nvidia-prime`, no Bumblebee. I temporarily installed the latest stable Nvidia 
driver (including `nvidia-prime`) and it made no difference.
   * I did not experience this issue on the same machine running 13.10 (with 
Bumblebee).
   * I am running Maximus.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Apr 30 12:53:15 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.3.10, 3.13.0-24-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Several times a day
  GpuHangReproducibility: Occurs more often under certain circumstances
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:04b6]
   NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0df5] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:04b6]
  InstallationDate: Installed on 2014-04-24 (5 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: Dell Inc. Dell System XPS L502X
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=3a8fb3f3-1054-45a0-8ec0-0cbeba33da00 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/25/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.name: 0YR8NN
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd03/25/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Apr 30 12:03:43 2014
  xserver.configfile: default
  xserver.errors:
   Failed to load module "nvidia" (module does not exist, 0)
   Failed to load 

[Desktop-packages] [Bug 879559]

2015-05-09 Thread Ilia Mirkin
This bug is a couple years old with no updates, no mention of the
hardware, no mention of software versions, or anything else that would
make this investigatable. Feel free to reopen if it's still an issue and
you can provide fresh information with fresh software versions.

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

Title:
  X sesssion freeze at screensaver - mouse and ssh still works

Status in Light Display Manager:
  Confirmed
Status in X.Org X server:
  Invalid
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  dmesg 
  ---
  [   34.605997] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT
  [   34.606009] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0300 data 0x
  [   34.606016] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT
  [   34.606024] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0304 data 0x
  [   34.606033] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: 
ILLEGAL_MTHD nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606042] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0308 data 0x03600480
  [   34.606049] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606058] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0300 data 0x
  [   34.606064] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606073] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0304 data 0x0480
  [   34.606080] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: 
ILLEGAL_MTHD nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606089] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0308 data 0x03600480
  [   34.606096] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606104] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0300 data 0x
  [   34.606111] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606120] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0304 data 0x0900
  [   34.606127] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: 
ILLEGAL_MTHD nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606136] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0308 data 0x036000ba
  [   34.606142] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606151] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0300 data 0x
  [   34.606158] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: DATA_ERROR 
nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606167] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0304 data 0x0360
  [   34.606173] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: 
ILLEGAL_MTHD nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   34.606182] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 2 
class 0x004a mthd 0x0308 data 0x033009ba
  [   34.614601] [drm] nouveau :01:00.0: Setting dpms mode 3 on vga encoder 
(output 1)
  [   34.634634] [drm] nouveau :01:00.0: Setting dpms mode 0 on vga encoder 
(output 1)
  [   34.634639] [drm] nouveau :01:00.0: Output VGA-1 is running on CRTC 1 
using output A
  [   34.639243] [drm] nouveau :01:00.0: Setting dpms mode 3 on lvds 
encoder (output 0)
  [   34.639247] [drm] nouveau :01:00.0: Calling LVDS script 6:
  [   34.639252] [drm] nouveau :01:00.0: 0xCDA1: Parsing digital output 
script table
  [   34.699020] [drm] nouveau :01:00.0: Calling LVDS script 2:
  [   34.699024] [drm] nouveau :01:00.0: 0xCE17: Parsing digital output 
script table
  [   34.846053] [drm] nouveau :01:00.0: Setting dpms mode 0 on lvds 
encoder (output 0)
  [   34.846057] [drm] nouveau :01:00.0: Calling LVDS script 5:
  [   34.846060] [drm] nouveau :01:00.0: 0xCD92: Parsing digital output 
script table
  [   34.846068] [drm] nouveau :01:00.0: Output LVDS-1 is running on CRTC 0 
using output A
  [   36.413281] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: 
ILLEGAL_MTHD nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   36.413295] [drm] nouveau :01:00.0: PGRAPH - ch 1 (0x000ed000) subc 6 
class 0x009f mthd 0x03fc data 0x
  [   36.413302] [drm] nouveau :01:00.0: PGRAPH - ERROR nsource: 
ILLEGAL_MTHD nstatus: BAD_ARGUMENT PROTECTION_FAULT
  [   36.413311] [drm] nouveau :01:00.0: PGRAPH - ch 1 

[Desktop-packages] [Bug 1203731]

2015-04-22 Thread Ilia Mirkin
This bug should have been fixed in ~3.18 or so. Re 'ret' being special,
it is, see nvif_unpack macro definition. Feel free to reopen if you're
still seeing pink lines on Kepler GPUs.

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

Title:
  10de:11c0 [Asus Maximus IV GENE-Z] Strange line on left screen side

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Triaged

Bug description:
  This Line is displayed all the time while using nouveau.

  WORKAROUND: Use the nvidia proprietary drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
  Uname: Linux 3.11.0-031100rc2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jul 22 14:27:36 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.2.10, 3.11.0-031100rc2-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-25-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-26-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.13-03081304-generic, x86_64: installed
   virtualbox, 4.2.10, 3.9.11-030911-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:8422]
  InstallationDate: Installed on 2013-07-01 (20 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-031100rc2-generic 
root=UUID=b03e8634-09c0-4fe7-8de4-2039a742e8ff ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3603
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Maximus IV GENE-Z
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3603:bd11/09/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnMaximusIVGENE-Z:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Mon Jul 22 14:03:22 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: nouveau
  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  DkmsStatus:
   8192cu, 4.0.2.9000.20130911, 3.13.0-7-generic, x86_64: installed
   8192cu, 4.0.2.9000.20130911, 3.13.0-8-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device 

[Desktop-packages] [Bug 1217585]

2015-04-20 Thread Ilia Mirkin
*** Bug 89991 has been marked as a duplicate of this bug. ***

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

Title:
  System hangs after some time with nouveau and GT240

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-nouveau package in Fedora:
  Unknown

Bug description:
  With the Nouveau driver I get random system hangs in the Live CD - any
  version since it was switched to nouveau up until today's daily
  images. It happens after half an hour to a couple of hours usage and
  affects installed systems as well, until they are switched to the
  proprietary driver.

  This is a well known bug in other trackers but I can't see it anywhere
  on Launchpad, so I'm reporting it and will add bug watches.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336
  Date: Tue Aug 27 22:16:06 2013
  LiveMediaBuild: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130827)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2014-10-26 Thread Ilia Mirkin
*** Bug 78570 has been marked as a duplicate of this bug. ***

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

Title:
  System hangs after some time with nouveau and GT240

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Fedora:
  Unknown

Bug description:
  With the Nouveau driver I get random system hangs in the Live CD - any
  version since it was switched to nouveau up until today's daily
  images. It happens after half an hour to a couple of hours usage and
  affects installed systems as well, until they are switched to the
  proprietary driver.

  This is a well known bug in other trackers but I can't see it anywhere
  on Launchpad, so I'm reporting it and will add bug watches.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336
  Date: Tue Aug 27 22:16:06 2013
  LiveMediaBuild: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130827)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2014-10-17 Thread Ilia Mirkin
To anyone looking to pile on with a me too comment: Only do so *AFTER*
verifying that commit 4f6029da is the first bad commit for you.

[Also, check that it's still happening with the latest kernel... 3.17 at
the time of writing.]

BobbyJ: I'm guessing you didn't do that. File your own bug with all the
relevant info, and we can take it from there.

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

Title:
  10de:0611 nouveau fails at suspend/resume - PAGE_NOT_PRESENT

Status in The Linux Kernel:
  Invalid
Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Happens when resuming from standby. Can be reproduced. Every time.

  nouveau E[ PFB][:05:00.0] trapped read at 0x002001a020 on channel 
0x0001fae9 SEMAPHORE_BG/PFIFO_READ/00 reason: PAGE_NOT_PRESENT
  nouveau E[ PFB][:05:00.0] trapped write at 0x002001a020 on channel 
0x0001fae9 PFIFO/PFIFO_READ/SEMAPHORE reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - Unknown fault at 
address 00449b
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - e0c: , e18: 
, e1c: , e20: 0011, e24: 0c03
  nouveau E[  PGRAPH][:05:00.0]  TRAP
  nouveau E[  PGRAPH][:05:00.0] ch 2 [0x001fae9000] subc 2 class 0x502d 
mthd 0x060c data 0x04b0
  nouveau E[ PFB][:05:00.0] trapped write at 0x00449b on channel 
0x0001fae9 PGRAPH/PROP/DST2D reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] magic set 0:
  nouveau E[  PGRAPH][:05:00.0] 0x00408904: 0x20087701
  nouveau E[  PGRAPH][:05:00.0] 0x00408908: 0x00449b00
  nouveau E[  PGRAPH][:05:00.0] 0x0040890c: 0x8432
  nouveau E[  PGRAPH][:05:00.0] 0x00408910: 0x9b00
  nouveau E[  PGRAPH][:05:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 
0x0003
  nouveau E[  PGRAPH][:05:00.0]  TRAP

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.8-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Thu Jan 31 22:17:49 2013
  DistUpgraded: 2013-01-30 03:34:50,679 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:2330]
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-2-generic 
root=UUID=615f02d8-8bf1-4c07-bf26-9f8b2230d6d6 ro pcie_aspm=force
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: Upgraded to raring on 2013-01-30 (1 days ago)
  UserGroups:

  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0806
  dmi.board.name: P5WD2-Premium
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0806:bd12/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WD2-Premium:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.41-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.19-0ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 

[Desktop-packages] [Bug 1203731]

2014-09-16 Thread Ilia Mirkin
Looks like Ben made a more complete fix, now available as part of

http://cgit.freedesktop.org/nouveau/linux-2.6/log/?h=linux-3.18

More specifically

http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?h=linux-3.18id=a522946174b5ae389af0856c422d865a63c70316

Please test  confirm.

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

Title:
  10de:11c0 [Asus Maximus IV GENE-Z] Strange line on left screen side

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  This Line is displayed all the time while using nouveau.

  WORKAROUND: Use the nvidia proprietary drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
  Uname: Linux 3.11.0-031100rc2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.9.2-0ubuntu8.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Mon Jul 22 14:27:36 2013
  DistUpgraded: Fresh install
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.2.10, 3.11.0-031100rc2-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-25-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.0-26-generic, x86_64: installed
   virtualbox, 4.2.10, 3.8.13-03081304-generic, x86_64: installed
   virtualbox, 4.2.10, 3.9.11-030911-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106 [GeForce GTX 660] [10de:11c0] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: ASUSTeK Computer Inc. Device [1043:8422]
  InstallationDate: Installed on 2013-07-01 (20 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-031100rc2-generic 
root=UUID=b03e8634-09c0-4fe7-8de4-2039a742e8ff ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/09/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 3603
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Maximus IV GENE-Z
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3603:bd11/09/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnMaximusIVGENE-Z:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.7-0ubuntu1
  xserver.bootTime: Mon Jul 22 14:03:22 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu6
  xserver.video_driver: nouveau
  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroRelease: Ubuntu 14.04
  DistroVariant: ubuntu
  DkmsStatus:
   8192cu, 4.0.2.9000.20130911, 3.13.0-7-generic, x86_64: installed
   8192cu, 4.0.2.9000.20130911, 3.13.0-8-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   NVIDIA Corporation GK106 [GeForce GTX 660] 

[Desktop-packages] [Bug 1228506]

2014-08-21 Thread Ilia Mirkin
Try updating your intel ddx -- nouveau is not responsible for the
contents of the images it renders when in reverse-prime mode -- the
primary gpu is (in your case, intel).

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

Title:
  [Lenovo ThinkPad W530] Unsynchronised rendering on secondary displays

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete

Bug description:
  See attached photo, replicable 100% just by moving the mouse fast.
  Note that this Thinkpad has two video cards. I don't know how to tell
  if Intel or Nvidia is being used. I'm using the default saucy install,
  no additional drivers.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-intel 2:2.21.14-4ubuntu4
  ProcVersionSignature: Ubuntu 3.11.0-5.11-generic 3.11.0
  Uname: Linux 3.11.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sat Sep 21 10:35:28 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: Lenovo Device [17aa:21f5]
   NVIDIA Corporation GK107GLM [Quadro K1000M] [10de:0ffc] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Lenovo Device [17aa:21f5]
  InstallationDate: Installed on 2013-09-13 (7 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130909)
  MachineType: LENOVO 2449A22
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-5-generic 
root=UUID=d9f16f85-5511-470f-972f-687054e80e8f ro quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-intel
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: G5ET90WW (2.50 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 2449A22
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrG5ET90WW(2.50):bd12/21/2012:svnLENOVO:pn2449A22:pvrThinkPadW530:rvnLENOVO:rn2449A22:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 2449A22
  dmi.product.version: ThinkPad W530
  dmi.sys.vendor: LENOVO
  version.compiz: compiz 1:0.9.10+13.10.20130828.2-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.2.901-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu6
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.14-4ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Fri Sep 20 13:38:20 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
   NOUVEAU(G0): [XvMC] Failed to initialize extension.
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.14.2.901-2ubuntu4

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

2014-07-24 Thread Ilia Mirkin
(In reply to comment #12)
 This bug is affecting me also, see the last duplicated bug. Any progress in
 fixing this? Maybe some help in testing (for ex.) required?

It's a bit of a mystery unfortunately. Adding to the annoyance, Ben said
that it does work just fine on his NVC8, although he has the less
powerful versions. Could be something with high ROP/TPC/GPC counts not
being handled. (Or multiple PARTs?)

That might actually be an interesting experiment -- before loading
nouveau, mask out a bunch of the units and see if it helps. If it does,
find the breaking point.

This is the code that computes that stuff:

http://cgit.freedesktop.org/~darktama/nouveau/tree/nvkm/engine/graph/nvc0.c#n1330

priv-rop_nr = (nv_rd32(priv, 0x409604)  0x001f)  16;
priv-gpc_nr =  nv_rd32(priv, 0x409604)  0x001f;
for (i = 0; i  priv-gpc_nr; i++) {
priv-tpc_nr[i]  = nv_rd32(priv, GPC_UNIT(i, 0x2608));
priv-tpc_total += priv-tpc_nr[i];
}

Step 1: Print out the various values (i.e. number of ROPs, GPCs, and the 
per-GPC TPC counts).
Step 2: Artificially lower them (to, e.g., 1) and see if it helps. If it does, 
figure out which of the values matter and where the breaking points are.

If it doesn't help, perhaps the units need to be disabled a little
harder, e.g. by setting 0x22584/0x22588.

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Machine boots to and displays the lightdm login banner, as soon as the
  cursor flashes in the password box output stops.  The mouse pointer is
  still movable but nothing else works.

  This was successfully running nouveau on an earlier version of ubuntu.
  The fault occurred after upgrade to precise.

  [   15.944425] [drm] nouveau :03:00.0: PMFB2_SUBP0: 0x037f0040
  [   15.944430] [drm] nouveau :03:00.0: PMFB2_SUBP1: 0x037f
  [   15.944435] [drm] nouveau :03:00.0: PMFB3_SUBP0: 0x037f
  [   15.90] [drm] nouveau :03:00.0: PMFB3_SUBP1: 0x037f0040
  [   15.95] [drm] nouveau :03:00.0: PMFB4_SUBP0: 0x037f0040
  [   15.99] [drm] nouveau :03:00.0: PMFB4_SUBP1: 0x037f
  [   16.785866] hda-intel: IRQ timing workaround is activated for card #0. 
Suggest a bigger bdl_pos_adj.
  [   17.349142] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow 
Control: Rx/Tx
  [   17.349654] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  [   21.940164] [drm] nouveau :03:00.0: PFIFO: read fault at 0x00080da000 
[PAGE_SYSTEM_ONLY] from PGRAPH/GPC3/(unknown enum 0x000b) on channel 
0xa21000
  [   21.940171] [drm] nouveau :03:00.0: PFIFO: unknown status 0x4000

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+10ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
  Date: Wed Feb  1 19:19:29 2012
  DistUpgraded: Log time: 2012-02-01 16:44:35.369830
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GlAlternative: lrwxrwxrwx 1 root root 24 Feb  7  2011 
/etc/alternatives/gl_conf - /usr/lib/mesa/ld.so.conf
  GraphicsCard:
   NVIDIA Corporation GF110 [GeForce GTX 580] [10de:1080] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: eVga.com. Corp. Device [3842:1587]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110207)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 003: ID 099a:7202 Zippy Technology Corp.
  ProcEnviron:
   LC_CTYPE=en_GB.UTF-8
   LC_COLLATE=en_GB.UTF-8
   LANG=en_GB.UTF-8
   LC_MESSAGES=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-12-generic 
root=UUID=375e3b8f-01ec-41de-80ee-6ab3210f6988 ro quiet splash nolapic_timer 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-02-01 (0 days ago)
  dmi.bios.date: 07/15/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: LCPBG10J.86A.0548.2011.0715.2025
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.chassis.type: 3
  dmi.modalias: 

[Desktop-packages] [Bug 925048]

2014-07-24 Thread Ilia Mirkin
*** Bug 81614 has been marked as a duplicate of this bug. ***

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

Title:
  [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Machine boots to and displays the lightdm login banner, as soon as the
  cursor flashes in the password box output stops.  The mouse pointer is
  still movable but nothing else works.

  This was successfully running nouveau on an earlier version of ubuntu.
  The fault occurred after upgrade to precise.

  [   15.944425] [drm] nouveau :03:00.0: PMFB2_SUBP0: 0x037f0040
  [   15.944430] [drm] nouveau :03:00.0: PMFB2_SUBP1: 0x037f
  [   15.944435] [drm] nouveau :03:00.0: PMFB3_SUBP0: 0x037f
  [   15.90] [drm] nouveau :03:00.0: PMFB3_SUBP1: 0x037f0040
  [   15.95] [drm] nouveau :03:00.0: PMFB4_SUBP0: 0x037f0040
  [   15.99] [drm] nouveau :03:00.0: PMFB4_SUBP1: 0x037f
  [   16.785866] hda-intel: IRQ timing workaround is activated for card #0. 
Suggest a bigger bdl_pos_adj.
  [   17.349142] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow 
Control: Rx/Tx
  [   17.349654] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  [   21.940164] [drm] nouveau :03:00.0: PFIFO: read fault at 0x00080da000 
[PAGE_SYSTEM_ONLY] from PGRAPH/GPC3/(unknown enum 0x000b) on channel 
0xa21000
  [   21.940171] [drm] nouveau :03:00.0: PFIFO: unknown status 0x4000

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+10ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
  Uname: Linux 3.2.0-12-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
  Date: Wed Feb  1 19:19:29 2012
  DistUpgraded: Log time: 2012-02-01 16:44:35.369830
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GlAlternative: lrwxrwxrwx 1 root root 24 Feb  7  2011 
/etc/alternatives/gl_conf - /usr/lib/mesa/ld.so.conf
  GraphicsCard:
   NVIDIA Corporation GF110 [GeForce GTX 580] [10de:1080] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: eVga.com. Corp. Device [3842:1587]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110207)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 003: ID 099a:7202 Zippy Technology Corp.
  ProcEnviron:
   LC_CTYPE=en_GB.UTF-8
   LC_COLLATE=en_GB.UTF-8
   LANG=en_GB.UTF-8
   LC_MESSAGES=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-12-generic 
root=UUID=375e3b8f-01ec-41de-80ee-6ab3210f6988 ro quiet splash nolapic_timer 
vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2012-02-01 (0 days ago)
  dmi.bios.date: 07/15/2011
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: LCPBG10J.86A.0548.2011.0715.2025
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrLCPBG10J.86A.0548.2011.0715.2025:bd07/15/2011:svn:pn:pvr:rvn:rn:rvr:cvn:ct3:cvr:
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu8
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.30-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 
7.12.0~git20110825.27395cb5-0ubuntu0sarvatt~natty
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental 
7.12.0~git20110825.27395cb5-0ubuntu0sarvatt~natty
  version.libgl1-mesa-glx: libgl1-mesa-glx 
7.12.0~git20110825.27395cb5-0ubuntu0sarvatt~natty
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.3-0ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901-1ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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

2014-07-06 Thread Ilia Mirkin
*** Bug 77371 has been marked as a duplicate of this bug. ***

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

Title:
  System hangs after some time with nouveau and GT240

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Fedora:
  Unknown

Bug description:
  With the Nouveau driver I get random system hangs in the Live CD - any
  version since it was switched to nouveau up until today's daily
  images. It happens after half an hour to a couple of hours usage and
  affects installed systems as well, until they are switched to the
  proprietary driver.

  This is a well known bug in other trackers but I can't see it anywhere
  on Launchpad, so I'm reporting it and will add bug watches.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336
  Date: Tue Aug 27 22:16:06 2013
  LiveMediaBuild: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130827)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2014-05-27 Thread Ilia Mirkin
(In reply to comment #40)
 I hit this bug upon upgrade from Ubuntu 12.04 to 14.04. I can confirm
 nouveau is working in Ubuntu kernel 3.7.10 and it freezes on resume in
 3.13.0.
 My hardware:
 
 02:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9400M]
 (rev b1) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. MacBook5,1

Did you verify that the same commit is responsible? If not, please do a
bisect (you can cheat and just assume this is the same issue and test
the commit and its parent). If it's the same commit, please let us know.
If not, open a separate 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/884

Title:
  10de:0611 nouveau fails at suspend/resume - PAGE_NOT_PRESENT

Status in The Linux Kernel:
  Invalid
Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Happens when resuming from standby. Can be reproduced. Every time.

  nouveau E[ PFB][:05:00.0] trapped read at 0x002001a020 on channel 
0x0001fae9 SEMAPHORE_BG/PFIFO_READ/00 reason: PAGE_NOT_PRESENT
  nouveau E[ PFB][:05:00.0] trapped write at 0x002001a020 on channel 
0x0001fae9 PFIFO/PFIFO_READ/SEMAPHORE reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - Unknown fault at 
address 00449b
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - e0c: , e18: 
, e1c: , e20: 0011, e24: 0c03
  nouveau E[  PGRAPH][:05:00.0]  TRAP
  nouveau E[  PGRAPH][:05:00.0] ch 2 [0x001fae9000] subc 2 class 0x502d 
mthd 0x060c data 0x04b0
  nouveau E[ PFB][:05:00.0] trapped write at 0x00449b on channel 
0x0001fae9 PGRAPH/PROP/DST2D reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] magic set 0:
  nouveau E[  PGRAPH][:05:00.0] 0x00408904: 0x20087701
  nouveau E[  PGRAPH][:05:00.0] 0x00408908: 0x00449b00
  nouveau E[  PGRAPH][:05:00.0] 0x0040890c: 0x8432
  nouveau E[  PGRAPH][:05:00.0] 0x00408910: 0x9b00
  nouveau E[  PGRAPH][:05:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 
0x0003
  nouveau E[  PGRAPH][:05:00.0]  TRAP

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.8-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Thu Jan 31 22:17:49 2013
  DistUpgraded: 2013-01-30 03:34:50,679 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:2330]
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-2-generic 
root=UUID=615f02d8-8bf1-4c07-bf26-9f8b2230d6d6 ro pcie_aspm=force
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: Upgraded to raring on 2013-01-30 (1 days ago)
  UserGroups:

  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0806
  dmi.board.name: P5WD2-Premium
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0806:bd12/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WD2-Premium:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.41-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 

[Desktop-packages] [Bug 1111884]

2014-05-27 Thread Ilia Mirkin
(In reply to comment #42)
 Ilia, I don't know how to do that.

Use your favourite search engine to see how to use 'git bisect'. You may
even be able to find some guide specific to your distro. If you can't
narrow the problem down, we definitely won't be able to help.

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

Title:
  10de:0611 nouveau fails at suspend/resume - PAGE_NOT_PRESENT

Status in The Linux Kernel:
  Invalid
Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Happens when resuming from standby. Can be reproduced. Every time.

  nouveau E[ PFB][:05:00.0] trapped read at 0x002001a020 on channel 
0x0001fae9 SEMAPHORE_BG/PFIFO_READ/00 reason: PAGE_NOT_PRESENT
  nouveau E[ PFB][:05:00.0] trapped write at 0x002001a020 on channel 
0x0001fae9 PFIFO/PFIFO_READ/SEMAPHORE reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - Unknown fault at 
address 00449b
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - e0c: , e18: 
, e1c: , e20: 0011, e24: 0c03
  nouveau E[  PGRAPH][:05:00.0]  TRAP
  nouveau E[  PGRAPH][:05:00.0] ch 2 [0x001fae9000] subc 2 class 0x502d 
mthd 0x060c data 0x04b0
  nouveau E[ PFB][:05:00.0] trapped write at 0x00449b on channel 
0x0001fae9 PGRAPH/PROP/DST2D reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] magic set 0:
  nouveau E[  PGRAPH][:05:00.0] 0x00408904: 0x20087701
  nouveau E[  PGRAPH][:05:00.0] 0x00408908: 0x00449b00
  nouveau E[  PGRAPH][:05:00.0] 0x0040890c: 0x8432
  nouveau E[  PGRAPH][:05:00.0] 0x00408910: 0x9b00
  nouveau E[  PGRAPH][:05:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 
0x0003
  nouveau E[  PGRAPH][:05:00.0]  TRAP

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.8-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Thu Jan 31 22:17:49 2013
  DistUpgraded: 2013-01-30 03:34:50,679 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:2330]
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-2-generic 
root=UUID=615f02d8-8bf1-4c07-bf26-9f8b2230d6d6 ro pcie_aspm=force
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: Upgraded to raring on 2013-01-30 (1 days ago)
  UserGroups:

  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0806
  dmi.board.name: P5WD2-Premium
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0806:bd12/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WD2-Premium:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.41-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.19-0ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu2
  xserver.bootTime: Thu Jan 31 22:30:57 2013
  xserver.configfile: 

[Desktop-packages] [Bug 1111884]

2014-05-27 Thread Ilia Mirkin
(In reply to comment #44)
 I'm sorry Ilia, I'm a normal user, no kernel developer.

If you're unable/unwilling/whatever-the-reason to do some amount of
debugging, you will be best-served by your distribution's support
channels.

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

Title:
  10de:0611 nouveau fails at suspend/resume - PAGE_NOT_PRESENT

Status in The Linux Kernel:
  Invalid
Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Happens when resuming from standby. Can be reproduced. Every time.

  nouveau E[ PFB][:05:00.0] trapped read at 0x002001a020 on channel 
0x0001fae9 SEMAPHORE_BG/PFIFO_READ/00 reason: PAGE_NOT_PRESENT
  nouveau E[ PFB][:05:00.0] trapped write at 0x002001a020 on channel 
0x0001fae9 PFIFO/PFIFO_READ/SEMAPHORE reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - Unknown fault at 
address 00449b
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - e0c: , e18: 
, e1c: , e20: 0011, e24: 0c03
  nouveau E[  PGRAPH][:05:00.0]  TRAP
  nouveau E[  PGRAPH][:05:00.0] ch 2 [0x001fae9000] subc 2 class 0x502d 
mthd 0x060c data 0x04b0
  nouveau E[ PFB][:05:00.0] trapped write at 0x00449b on channel 
0x0001fae9 PGRAPH/PROP/DST2D reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] magic set 0:
  nouveau E[  PGRAPH][:05:00.0] 0x00408904: 0x20087701
  nouveau E[  PGRAPH][:05:00.0] 0x00408908: 0x00449b00
  nouveau E[  PGRAPH][:05:00.0] 0x0040890c: 0x8432
  nouveau E[  PGRAPH][:05:00.0] 0x00408910: 0x9b00
  nouveau E[  PGRAPH][:05:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 
0x0003
  nouveau E[  PGRAPH][:05:00.0]  TRAP

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.8-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Thu Jan 31 22:17:49 2013
  DistUpgraded: 2013-01-30 03:34:50,679 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:2330]
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-2-generic 
root=UUID=615f02d8-8bf1-4c07-bf26-9f8b2230d6d6 ro pcie_aspm=force
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: Upgraded to raring on 2013-01-30 (1 days ago)
  UserGroups:

  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0806
  dmi.board.name: P5WD2-Premium
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0806:bd12/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WD2-Premium:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.41-0ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.19-0ubuntu3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.6-0ubuntu2
  xserver.bootTime: Thu Jan 31 22:30:57 2013
  xserver.configfile: /etc/X11/xorg.conf
  xserver.devices:
   input

[Desktop-packages] [Bug 1217585]

2014-03-16 Thread Ilia Mirkin
(In reply to comment #29)
 Created attachment 95418 [details] [review]
 another patch for gddr5 ram
 
 I made this patch using my mmiotrace, but it doesn't help either.

Oh well. Indeed the values in your mmiotrace are different, but your and
Andrew's mmiotrace are the only traces I've seen that actually have the
writes to those 0x10fxyz registers. (A few other traces have writes to
the similar-but-different DDR3 registers.)

And yes, I definitely did want to use offsets[o] in my patch.

Well, perhaps this 0x10f stuff has nothing to do with the issue. My
observation was that it seemed like for all the people it was broken for
had GDDR5 ram, which is why I went in this direction.

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

Title:
  System hangs after some time with nouveau and GT240

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Fedora:
  Unknown

Bug description:
  With the Nouveau driver I get random system hangs in the Live CD - any
  version since it was switched to nouveau up until today's daily
  images. It happens after half an hour to a couple of hours usage and
  affects installed systems as well, until they are switched to the
  proprietary driver.

  This is a well known bug in other trackers but I can't see it anywhere
  on Launchpad, so I'm reporting it and will add bug watches.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336
  Date: Tue Aug 27 22:16:06 2013
  LiveMediaBuild: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130827)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2014-03-16 Thread Ilia Mirkin
Created attachment 95408
initialize stuff for gddr5 ram

This patch is based on Andrew's mmiotrace. I saw a sequence of init that
I didn't see in other traces for working cards. Andrew -- would be
interesting if you could check it out and see if it helps. The algorithm
I came up with is insane -- there has to be some sort of data-driven
thing going on there, but I couldn't work it out.

For people having issues, please do a mmiotrace of the blob loading on
your card (see https://wiki.ubuntu.com/X/MMIOTracing for instructions),
and send it (xz -9'd) to mmio.du...@gmail.com.

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

Title:
  System hangs after some time with nouveau and GT240

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Fedora:
  Unknown

Bug description:
  With the Nouveau driver I get random system hangs in the Live CD - any
  version since it was switched to nouveau up until today's daily
  images. It happens after half an hour to a couple of hours usage and
  affects installed systems as well, until they are switched to the
  proprietary driver.

  This is a well known bug in other trackers but I can't see it anywhere
  on Launchpad, so I'm reporting it and will add bug watches.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu3
  ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7
  Uname: Linux 3.11.0-4-generic x86_64
  ApportVersion: 2.12.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.336
  Date: Tue Aug 27 22:16:06 2013
  LiveMediaBuild: Xubuntu 13.10 Saucy Salamander - Alpha amd64 (20130827)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2014-02-10 Thread Ilia Mirkin
Would you be able to do a bisect between 3.7 and 3.8?

Another user identified commit 4f6029da58ba (in bug #67878) which came
in between 3.7 and 3.8 -- perhaps you have the same issue? It's a
different card, so might be different... a bunch of stuff changed
between 3.7 and 3.8.

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

Title:
  10de:0422 [Asus M2N] Xorg crashed with SIGABRT

Status in X.Org X server:
  Confirmed
Status in “xorg-server” package in Ubuntu:
  Triaged

Bug description:
  After resuming from suspension of my PC. The backtrace may be found at:
  https://launchpadlibrarian.net/153518329/XorgLogOld.txt

  ProblemType: Crash
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-core 2:1.14.3-3ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Fri Oct 11 19:02:16 2013
  DistUpgraded: 2013-10-11 06:32:17,679 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.2.16, 3.11.0-12-generic, x86_64: installed
   virtualbox, 4.2.16, 3.8.0-32-generic, x86_64: installed
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation G86 [GeForce 8400 GS] [10de:0422] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:2310]
  InstallationDate: Installed on 2012-03-02 (587 days ago)
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120301)
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/X -core :0 -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=85f8c649-a0b7-4899-8b56-cf85fbe7f8e5 ro 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: Upgraded to saucy on 2013-10-11 (0 days ago)
  UserGroups:

  dmi.bios.date: 05/28/2007
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0702
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0702:bd05/28/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu3.1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.2.0-0ubuntu10
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.904-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.9-2ubuntu1
  xserver.bootTime: Fri Oct 11 19:03:36 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.14.3-3ubuntu1
  xserver.video_driver: nouveau
  ---
  .tmp.unity.support.test.0:

  ApportVersion: 2.13.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: 2013-10-25 23:00:42,375 DEBUG enabling apt cron job
  DistroCodename: trusty
  

[Desktop-packages] [Bug 1111884]

2014-02-07 Thread Ilia Mirkin
(In reply to comment #37)
 I've been following this ticket and attempting to poke around a bit. I just
 tested my hardware with various points in the 3.6, 3.7, and 3.7-rc kernels,
 and all of those still gave me a non-responsive screen with messages like
 the following after resume. e.g., on Linux 3.6:

Do you have any reason to believe that you have the same problem? This
one was bisected to commit 4f6029da58ba9204c98e33f4f3737fe085c87a6f
which appeared in v3.8 (which means that 3.7.x should all be fine).

Of course you have the additional problem of having a nva8 (this bug has
nv98 hw users, although that doesn't exclude you from having the same
issue -- the bisected commit was fairly generic), which is still
unstable for some users, but was even more unstable in earlier kernels.
As for not seeing a PAGE_NOT_PRESENT -- are you sure that the kernels in
question had code to emit the error in the first place?

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

Title:
  10de:0611 nouveau fails at suspend/resume - PAGE_NOT_PRESENT

Status in The Linux Kernel:
  Invalid
Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  Happens when resuming from standby. Can be reproduced. Every time.

  nouveau E[ PFB][:05:00.0] trapped read at 0x002001a020 on channel 
0x0001fae9 SEMAPHORE_BG/PFIFO_READ/00 reason: PAGE_NOT_PRESENT
  nouveau E[ PFB][:05:00.0] trapped write at 0x002001a020 on channel 
0x0001fae9 PFIFO/PFIFO_READ/SEMAPHORE reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - Unknown fault at 
address 00449b
  nouveau E[  PGRAPH][:05:00.0] TRAP_TPDMA_2D - TP 0 - e0c: , e18: 
, e1c: , e20: 0011, e24: 0c03
  nouveau E[  PGRAPH][:05:00.0]  TRAP
  nouveau E[  PGRAPH][:05:00.0] ch 2 [0x001fae9000] subc 2 class 0x502d 
mthd 0x060c data 0x04b0
  nouveau E[ PFB][:05:00.0] trapped write at 0x00449b on channel 
0x0001fae9 PGRAPH/PROP/DST2D reason: PAGE_NOT_PRESENT
  nouveau E[  PGRAPH][:05:00.0] magic set 0:
  nouveau E[  PGRAPH][:05:00.0] 0x00408904: 0x20087701
  nouveau E[  PGRAPH][:05:00.0] 0x00408908: 0x00449b00
  nouveau E[  PGRAPH][:05:00.0] 0x0040890c: 0x8432
  nouveau E[  PGRAPH][:05:00.0] 0x00408910: 0x9b00
  nouveau E[  PGRAPH][:05:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 
0x0003
  nouveau E[  PGRAPH][:05:00.0]  TRAP

  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: xserver-xorg-core 2:1.13.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
  Uname: Linux 3.8.0-2-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.8-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CrashCounter: 1
  Date: Thu Jan 31 22:17:49 2013
  DistUpgraded: 2013-01-30 03:34:50,679 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  ExecutablePath: /usr/bin/Xorg
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G92 [GeForce 8800 GT] [10de:0611] (rev a2) (prog-if 00 
[VGA controller])
     Subsystem: XFX Pine Group Inc. Device [1682:2330]
  MachineType: System manufacturer System Product Name
  MarkForUpload: True
  ProcCmdline: /usr/bin/X :0 -core -auth /var/run/lightdm/root/:0 -nolisten tcp 
vt7 -novtswitch -background none
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-2-generic 
root=UUID=615f02d8-8bf1-4c07-bf26-9f8b2230d6d6 ro pcie_aspm=force
  Signal: 6
  SourcePackage: xorg-server
  StacktraceTop:
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
   ?? () from /usr/lib/xorg/modules/libexa.so
  Title: Xorg crashed with SIGABRT
  UpgradeStatus: Upgraded to raring on 2013-01-30 (1 days ago)
  UserGroups:

  dmi.bios.date: 12/24/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0806
  dmi.board.name: P5WD2-Premium
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0806:bd12/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WD2-Premium:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz 1:0.9.9~daily13.01.25-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 

[Desktop-packages] [Bug 1243557]

2014-01-20 Thread Ilia Mirkin
(In reply to comment #16)
 Created attachment 92127 [details]
 kernel log 3.13rc+firmware
 
 What does not in the initrd mean?  The files were in /lib/firmware/nouveau
 with the names the script gave them (nvd9_fuc*).

But was this /lib/firmware/nouveau available when the nouveau module
loaded? E.g. if it loads from initrd, this needs to be in the initrd. If
nouveau is built-in, the firmware files need to be baked into the kernel
(I think).

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  With the Nouveau driver selected, my system freezes within a few
  minutes of boot if on battery, but only on heavy graphics load
  (flightgear in maximized window) if on mains. The mouse pointer still
  moves at first, but often freezes later; the keyboard LEDs do not
  react. Sounds already playing continue until finished, but don't
  repeat if set to (i.e. applications are frozen). Alt+SysRq works
  (provided bug 1244312 is fixed first).

  The kernel log nearly always contains the line
  nouveau ![   PFIFO][:01:00.0] unhandled status 0x0080

  and sometimes other errors as well, while the Xorg log often contains
  EQ overflow errors; the full logs are attached.

  WORKAROUND: This does not occur with the nvidia-319 driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 
PDT 2013
   GCC version:  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Oct 23 08:19:06 2013
  DistUpgraded: 2013-10-21 23:03:05,341 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus: nvidia-319, 319.32, 3.11.0-12-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Device [1028:0494]
  InstallationDate: Installed on 2012-01-25 (636 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   kmod:nvidia_319_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:wl - Broadcom STA wireless driver (Proprietary, Disabled, Not in use) 
[auto-install]
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_319 - nvidia_319 (Proprietary, Enabled, Not in use)
  MachineType: Dell Inc. Latitude E6520
  MarkForUpload: True
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=b491a34a-6045-4ad4-a2b8-b9ca018c5d41 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  XorgConf:
   Section Device
    Identifier  Default Device
    Option  NoLogoTrue
   EndSection
  dmi.bios.date: 10/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J4TFW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  

[Desktop-packages] [Bug 1243557]

2014-01-20 Thread Ilia Mirkin
(In reply to comment #18)
 It still doesn't find the firmware after updating the initramfs (sudo
 update-initramfs -u -k all), whether it is placed at
 /lib/firmware/nouveau/nvd9_fuc*, /lib/firmware/nouveau/fuc*,
 /lib/firmware/kernel_version/nouveau/nvd9_fuc* or
 /lib/firmware/kernel_version/nouveau/fuc*.  (The script uses nvd9_fuc* but
 http://nouveau.freedesktop.org/wiki/NVC0_Firmware/ says just fuc* for
 pre-NVE0 cards.)

Erm, that's a lie. I've been meaning to fix it. I'm like 99.999% sure it
always has to be nvXX_fucYYY[cd]. I'll double-check it again before
updating the wiki. Putting it in /lib/firmware/nouveau is sufficient --
adding in the kernel version also works, but you'd normally just do that
for firmware that was kernel version dependent, which this isn't.

 
 My 3.13-rc7 test kernel was compiled with the procedure in
 https://wiki.ubuntu.com/KernelTeam/GitKernelBuild; the .config lines
 containing nouveau are
 CONFIG_DRM_NOUVEAU=m
 CONFIG_NOUVEAU_DEBUG=5
 CONFIG_NOUVEAU_DEBUG_DEFAULT=3
 CONFIG_DRM_NOUVEAU_BACKLIGHT=y
 and kernel/drivers/gpu/drm/nouveau/nouveau.ko is on the modules.order list,
 not the modules.builtin list.

Don't know what to say. It just uses request_firmware() so it's whatever
the kernel's normal mechanism for loading firmware.

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  With the Nouveau driver selected, my system freezes within a few
  minutes of boot if on battery, but only on heavy graphics load
  (flightgear in maximized window) if on mains. The mouse pointer still
  moves at first, but often freezes later; the keyboard LEDs do not
  react. Sounds already playing continue until finished, but don't
  repeat if set to (i.e. applications are frozen). Alt+SysRq works
  (provided bug 1244312 is fixed first).

  The kernel log nearly always contains the line
  nouveau ![   PFIFO][:01:00.0] unhandled status 0x0080

  and sometimes other errors as well, while the Xorg log often contains
  EQ overflow errors; the full logs are attached.

  WORKAROUND: This does not occur with the nvidia-319 driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 
PDT 2013
   GCC version:  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Oct 23 08:19:06 2013
  DistUpgraded: 2013-10-21 23:03:05,341 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus: nvidia-319, 319.32, 3.11.0-12-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Device [1028:0494]
  InstallationDate: Installed on 2012-01-25 (636 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   kmod:nvidia_319_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:wl - Broadcom STA wireless driver (Proprietary, Disabled, Not in use) 
[auto-install]
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_319 - nvidia_319 (Proprietary, Enabled, Not in use)
  MachineType: Dell Inc. Latitude E6520
  MarkForUpload: True
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=b491a34a-6045-4ad4-a2b8-b9ca018c5d41 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  XorgConf:
   Section Device
    Identifier  Default Device
    Option  NoLogoTrue
 

[Desktop-packages] [Bug 1243557]

2014-01-13 Thread Ilia Mirkin
(In reply to comment #12)
 The blob firmware (in the standard 3.11 kernel) turns the login screen
 blank, with no recognisable error in the log.

Was this with mmiotrace'd firmware or with firmware extracted using my
script? If the latter, try moving nvd7_fuc*[cd] over nvd9_fuc*[cd] --
perhaps they're swapped. Also 3.11 contained a bug for nvd7/nvd9 (and
nvc1) which was fixed by 89ad841ffd3e and backported to 3.12.x iirc.
Although I'm not sure if that's important when the blob fw is used.

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  With the Nouveau driver selected, my system freezes within a few
  minutes of boot if on battery, but only on heavy graphics load
  (flightgear in maximized window) if on mains. The mouse pointer still
  moves at first, but often freezes later; the keyboard LEDs do not
  react. Sounds already playing continue until finished, but don't
  repeat if set to (i.e. applications are frozen). Alt+SysRq works
  (provided bug 1244312 is fixed first).

  The kernel log nearly always contains the line
  nouveau ![   PFIFO][:01:00.0] unhandled status 0x0080

  and sometimes other errors as well, while the Xorg log often contains
  EQ overflow errors; the full logs are attached.

  WORKAROUND: This does not occur with the nvidia-319 driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 
PDT 2013
   GCC version:  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Oct 23 08:19:06 2013
  DistUpgraded: 2013-10-21 23:03:05,341 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus: nvidia-319, 319.32, 3.11.0-12-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Device [1028:0494]
  InstallationDate: Installed on 2012-01-25 (636 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   kmod:nvidia_319_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:wl - Broadcom STA wireless driver (Proprietary, Disabled, Not in use) 
[auto-install]
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_319 - nvidia_319 (Proprietary, Enabled, Not in use)
  MachineType: Dell Inc. Latitude E6520
  MarkForUpload: True
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=b491a34a-6045-4ad4-a2b8-b9ca018c5d41 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  XorgConf:
   Section Device
    Identifier  Default Device
    Option  NoLogoTrue
   EndSection
  dmi.bios.date: 10/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J4TFW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  

[Desktop-packages] [Bug 1243557]

2014-01-13 Thread Ilia Mirkin
Out of curiousity, does using blob pgraph fw help with this issue?

You can extract it yourself by using the instructions at
http://nouveau.freedesktop.org/wiki/NVC0_Firmware/ or you can try using
my script (https://raw2.github.com/imirkin/re-
vp2/master/extract_firmware.py) with the 325.15 blob, although I'm not
_100%_ sure that it produces the correct graph fw for nvd9; that's a
very recently-added feature.

Note that you'll need to add nouveau.config=NvGrUseFW=1 to your kernel
cmdline, and make sure that the fw is reachable when the nouveau module
loads.

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

Title:
  10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze, unhandled
  status 0x0080

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Triaged

Bug description:
  With the Nouveau driver selected, my system freezes within a few
  minutes of boot if on battery, but only on heavy graphics load
  (flightgear in maximized window) if on mains. The mouse pointer still
  moves at first, but often freezes later; the keyboard LEDs do not
  react. Sounds already playing continue until finished, but don't
  repeat if set to (i.e. applications are frozen). Alt+SysRq works
  (provided bug 1244312 is fixed first).

  The kernel log nearly always contains the line
  nouveau ![   PFIFO][:01:00.0] unhandled status 0x0080

  and sometimes other errors as well, while the Xorg log often contains
  EQ overflow errors; the full logs are attached.

  WORKAROUND: This does not occur with the nvidia-319 driver.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 
PDT 2013
   GCC version:  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
  .tmp.unity.support.test.0:

  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Oct 23 08:19:06 2013
  DistUpgraded: 2013-10-21 23:03:05,341 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus: nvidia-319, 319.32, 3.11.0-12-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
     Subsystem: Dell Device [1028:0494]
  InstallationDate: Installed on 2012-01-25 (636 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   kmod:nvidia_319_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:wl - Broadcom STA wireless driver (Proprietary, Disabled, Not in use) 
[auto-install]
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_319 - nvidia_319 (Proprietary, Enabled, Not in use)
  MachineType: Dell Inc. Latitude E6520
  MarkForUpload: True
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=b491a34a-6045-4ad4-a2b8-b9ca018c5d41 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  XorgConf:
   Section Device
    Identifier  Default Device
    Option  NoLogoTrue
   EndSection
  dmi.bios.date: 10/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J4TFW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  

[Desktop-packages] [Bug 1243557]

2013-11-26 Thread Ilia Mirkin
*** Bug 71662 has been marked as a duplicate of this bug. ***

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

Title:
  [NVS 4200M] X freeze, unhandled status 0x0080

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  With the Nouveau driver selected, my system freezes within a few
  minutes of boot if on battery, but only on heavy graphics load
  (flightgear in maximized window) if on mains.

  The mouse pointer still moves at first, but often freezes later; the
  keyboard LEDs do not react.  Sounds already playing continue until
  finished, but don't repeat if set to (i.e. applications are frozen).
  Alt+SysRq works (provided bug 1244312 is fixed first).

  The kernel log nearly always contains the line

  nouveau ![   PFIFO][:01:00.0] unhandled status 0x0080

  and sometimes other errors as well, while the Xorg log often contains
  EQ overflow errors; the full logs are attached.

  This does not occur with the nvidia-319 driver; the apport logs in
  comment 1 are with nvidia-319, in comments 3-30 (with some duplication
  because apport-collect itself crashed) are with nouveau.

  I first noticed it after upgrading to 13.10, but suspect this was
  because I'd never done the above in Nouveau before, not an actual
  regression.

  Possibly related to bug 1241595.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.9-2ubuntu1
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 
PDT 2013
   GCC version:  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Oct 23 08:19:06 2013
  DistUpgraded: 2013-10-21 23:03:05,341 DEBUG enabling apt cron job
  DistroCodename: saucy
  DistroVariant: ubuntu
  DkmsStatus: nvidia-319, 319.32, 3.11.0-12-generic, x86_64: installed
  EcryptfsInUse: Yes
  GraphicsCard:
   NVIDIA Corporation GF119M [NVS 4200M] [10de:1056] (rev a1) (prog-if 00 [VGA 
controller])
 Subsystem: Dell Device [1028:0494]
  InstallationDate: Installed on 2012-01-25 (636 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  JockeyStatus:
   kmod:nvidia_319_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:wl - Broadcom STA wireless driver (Proprietary, Disabled, Not in use) 
[auto-install]
   kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library 
(Proprietary, Disabled, Not in use)
   kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU 
library (Proprietary, Disabled, Not in use)
   kmod:nvidia_319 - nvidia_319 (Proprietary, Enabled, Not in use)
  MachineType: Dell Inc. Latitude E6520
  MarkForUpload: True
  PlymouthDebug: Error: [Errno 13] Permission denied: 
'/var/log/plymouth-debug.log'
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=b491a34a-6045-4ad4-a2b8-b9ca018c5d41 ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: Upgraded to saucy on 2013-10-21 (1 days ago)
  XorgConf:
   Section Device
Identifier  Default Device
Option  NoLogoTrue
   EndSection
  dmi.bios.date: 10/18/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A08
  dmi.board.name: 0J4TFW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6520
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.46-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.2.1-1ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.2.1-1ubuntu3
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.14.3-3ubuntu2
  

[Desktop-packages] [Bug 1005292]

2013-09-27 Thread Ilia Mirkin
No response to re-test request in over a month. Closing as invalid.

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

Title:
  EOG shows black stripe in pictures

Status in Eye of GNOME:
  Unknown
Status in Accelerated Xorg driver for nVidia cards:
  Invalid
Status in “eog” package in Ubuntu:
  Triaged
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  I'm using a freshly installed Precise on a fairly old computer.

  eog: 3.4.1-0ubuntu1
  xserver-xorg-video-nouveau: 1:0.0.16+git20111201+b5534a1-1build2

  The problem is that eog shows a black stripe in some of my jpg
  pictures. I think the position of the stripe depends on the resolution
  of the picture. If the resolution is high the stripe is located close
  to the top, if it's medium the stripe is in the middle. If the
  resolution is low then there is no black stripe. Please take a look at
  the sample images.

  I used the printscreen button to create the eog version of the images.
  There is no problem with other image viewing tools.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: eog 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May 27 23:11:28 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.2)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2013-09-02 Thread Ilia Mirkin
(In reply to comment #3)
 Do you really understand that Nvidia-based 1500-3000$ laptop may be really
 killed by overheat with pretty non-binary / no-blob / GPL-friendly
 opensource driver? Are you kidding? :)

I really understand. But no amount of understanding will make it a good
idea to file bugs about it. [Also note that most CPU/GPU chips have
overheat protection.]

 OK, Ilia. Where do yo recommend to post such report about  power management
 not supported issues?

I would recommend sitting tight and waiting for this functionality to be
released. The Nouveau project's devs are well aware of the lack of power
management support. You can also come to #nouveau and see if some devs
are willing to share their reclocking scripts with you, although it's
more than likely that the answer will be no or that they won't work at
all for you.

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

Title:
  Laptop with Nvidia GPU is hot while using xserver-xorg-video-nouveau
  driver

Status in Accelerated Xorg driver for nVidia cards:
  Invalid
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  I have Sony VAIO F13Z1R laptop with GeForce GT 425M.
  Under all versions of Ubuntu (12.04+) it is hot, while using 
xserver-xorg-video-nouveau driver.

   sensors
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+70.0°C  (crit = +98.0°C)
  temp2:+70.0°C  (crit = +98.0°C)

  nouveau-pci-0100
  Adapter: PCI adapter
  temp1:+70.0°C  (high = +95.0°C, hyst =  +3.0°C)
 (crit = +105.0°C, hyst =  +5.0°C)
 (emerg = +135.0°C, hyst =  +5.0°C)

  coretemp-isa-
  Adapter: ISA adapter
  Core 0:   +70.0°C  (high = +84.0°C, crit = +100.0°C)
  Core 1:   +70.0°C  (high = +84.0°C, crit = +100.0°C)
  Core 2:   +70.0°C  (high = +84.0°C, crit = +100.0°C)
  Core 3:   +70.0°C  (high = +84.0°C, crit = +100.0°C)




  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.10.0-0.7-generic 3.10.0-rc7
  Uname: Linux 3.10.0-0-generic i686
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jun 29 18:59:54 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Sony Corporation Device [104d:907a]
  InstallationDate: Installed on 2013-06-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha i386 
(20130626)
  MachineType: Sony Corporation VPCF13Z1R
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-0-generic 
root=UUID=913c23e3-8a56-4fcf-b2f7-cca3abf84cfb ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:svnSonyCorporation:pnVPCF13Z1R:pvrC607OEHZ:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCF13Z1R
  dmi.product.version: C607OEHZ
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.45-2ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu13
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.8-0ubuntu1
  xserver.bootTime: Sat Jun 29 14:35:31 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu13
  xserver.video_driver: nouveau

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

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

[Desktop-packages] [Bug 1196049]

2013-09-02 Thread Ilia Mirkin
This is not the appropriate forum to track power management not
supported issues. This is something that's being worked on, when it's
supported, should it not work, feel free to file bugs then.

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

Title:
  Laptop with Nvidia GPU is hot while using xserver-xorg-video-nouveau
  driver

Status in Accelerated Xorg driver for nVidia cards:
  Invalid
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  I have Sony VAIO F13Z1R laptop with GeForce GT 425M.
  Under all versions of Ubuntu (12.04+) it is hot, while using 
xserver-xorg-video-nouveau driver.

   sensors
  acpitz-virtual-0
  Adapter: Virtual device
  temp1:+70.0°C  (crit = +98.0°C)
  temp2:+70.0°C  (crit = +98.0°C)

  nouveau-pci-0100
  Adapter: PCI adapter
  temp1:+70.0°C  (high = +95.0°C, hyst =  +3.0°C)
 (crit = +105.0°C, hyst =  +5.0°C)
 (emerg = +135.0°C, hyst =  +5.0°C)

  coretemp-isa-
  Adapter: ISA adapter
  Core 0:   +70.0°C  (high = +84.0°C, crit = +100.0°C)
  Core 1:   +70.0°C  (high = +84.0°C, crit = +100.0°C)
  Core 2:   +70.0°C  (high = +84.0°C, crit = +100.0°C)
  Core 3:   +70.0°C  (high = +84.0°C, crit = +100.0°C)




  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: xserver-xorg-video-nouveau 1:1.0.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.10.0-0.7-generic 3.10.0-rc7
  Uname: Linux 3.10.0-0-generic i686
  ApportVersion: 2.10.2-0ubuntu3
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat Jun 29 18:59:54 2013
  DistUpgraded: Fresh install
  DistroCodename: saucy
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 425M] [10de:0df0] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Sony Corporation Device [104d:907a]
  InstallationDate: Installed on 2013-06-29 (0 days ago)
  InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Alpha i386 
(20130626)
  MachineType: Sony Corporation VPCF13Z1R
  MarkForUpload: True
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.10.0-0-generic 
root=UUID=913c23e3-8a56-4fcf-b2f7-cca3abf84cfb ro quiet splash
  SourcePackage: xserver-xorg-video-nouveau
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R0190Y9
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR0190Y9:bd10/20/2010:svnSonyCorporation:pnVPCF13Z1R:pvrC607OEHZ:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCF13Z1R
  dmi.product.version: C607OEHZ
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.45-2ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu13
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.9-0ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.8-0ubuntu1
  xserver.bootTime: Sat Jun 29 14:35:31 2013
  xserver.configfile: default
  xserver.errors:
   Failed to load module nvidia (module does not exist, 0)
   Failed to load module nvidia (module does not exist, 0)
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.3-0ubuntu13
  xserver.video_driver: nouveau

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

2013-08-31 Thread Ilia Mirkin
What backlight driver is being used? Please post your dmesg. Are you
booting with acpi_backlight=vendor ?

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

Title:
  nouveau: dark screen after suspend/resume

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  Nouveau works fine with brightness controls working fine after initial
  boot, but I do S3 suspend, and then resume via power button, and
  brightness controls don't work at all, and backlight is on, but set at
  extremely low level.

  hardware is Quadro 770M on HP 8530w laptop

  /sys/.../brightness control does nothing when in this state,
  suspend resume cycles after this first cycle all have the same problem.

  I'll test if a full hibernate has the issue or not after this and
  report back.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu7
  Uname: Linux 3.3.0-rc1+ x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,move,compiztoolbox,grid,vpswitch,gnomecompat,place,session,snap,mousepoll,regex,resize,imgpng,unitymtgrabhandles,wall,animation,workarounds,expo,fade,ezoom,scale,unityshell]
  CompositorRunning: None
  Date: Tue Jan 24 15:57:58 2012
  DistUpgraded: Log time: 2011-10-20 21:20:49.957387
  DistroCodename: oneiric
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   nVidia Corporation G96M [Quadro FX 770M] [10de:065c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:30e7]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  MachineType: Hewlett-Packard HP EliteBook 8530w
  PccardctlIdent:
   Socket 0:
 product info: RICOH, Bay8Controller, , 
 manfid: 0x, 0x
 function: 254 (unknown)
  PccardctlStatus:
   Socket 0:
 3.3V 16-bit PC Card
 Subdevice 0 (function 0) bound to driver pata_pcmcia
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc1+ 
root=UUID=824346e6-fd2f-4916-a2c9-e883c1fe860c ro splash quiet vga=771 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to oneiric on 2011-10-21 (95 days ago)
  Xrandr: Screen 0: minimum 0 x 0, current 3200 x 1200, maximum 4096 x 4096
  dmi.bios.date: 12/13/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PDV Ver. F.13
  dmi.board.name: 30E7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 90.27
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDVVer.F.13:bd12/13/2010:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.13:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.27:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8530w
  dmi.product.version: F.13
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6
  version.ia32-libs: ia32-libs 20090808ubuntu26
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.15.901-1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

2013-08-30 Thread Ilia Mirkin
Can someone confirm that this is fixed in newer kernels as Ben said it
should be?

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

Title:
  nouveau: dark screen after suspend/resume

Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Confirmed

Bug description:
  Nouveau works fine with brightness controls working fine after initial
  boot, but I do S3 suspend, and then resume via power button, and
  brightness controls don't work at all, and backlight is on, but set at
  extremely low level.

  hardware is Quadro 770M on HP 8530w laptop

  /sys/.../brightness control does nothing when in this state,
  suspend resume cycles after this first cycle all have the same problem.

  I'll test if a full hibernate has the issue or not after this and
  report back.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xorg 1:7.6+7ubuntu7
  Uname: Linux 3.3.0-rc1+ x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,move,compiztoolbox,grid,vpswitch,gnomecompat,place,session,snap,mousepoll,regex,resize,imgpng,unitymtgrabhandles,wall,animation,workarounds,expo,fade,ezoom,scale,unityshell]
  CompositorRunning: None
  Date: Tue Jan 24 15:57:58 2012
  DistUpgraded: Log time: 2011-10-20 21:20:49.957387
  DistroCodename: oneiric
  DistroVariant: ubuntu
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   nVidia Corporation G96M [Quadro FX 770M] [10de:065c] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:30e7]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  MachineType: Hewlett-Packard HP EliteBook 8530w
  PccardctlIdent:
   Socket 0:
 product info: RICOH, Bay8Controller, , 
 manfid: 0x, 0x
 function: 254 (unknown)
  PccardctlStatus:
   Socket 0:
 3.3V 16-bit PC Card
 Subdevice 0 (function 0) bound to driver pata_pcmcia
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc1+ 
root=UUID=824346e6-fd2f-4916-a2c9-e883c1fe860c ro splash quiet vga=771 
crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to oneiric on 2011-10-21 (95 days ago)
  Xrandr: Screen 0: minimum 0 x 0, current 3200 x 1200, maximum 4096 x 4096
  dmi.bios.date: 12/13/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68PDV Ver. F.13
  dmi.board.name: 30E7
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 90.27
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDVVer.F.13:bd12/13/2010:svnHewlett-Packard:pnHPEliteBook8530w:pvrF.13:rvnHewlett-Packard:rn30E7:rvrKBCVersion90.27:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP EliteBook 8530w
  dmi.product.version: F.13
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu6
  version.ia32-libs: ia32-libs 20090808ubuntu26
  version.libdrm2: libdrm2 2.4.26-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.15.901-1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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

2013-08-29 Thread Ilia Mirkin
Does this still happen with newer versions of the kernel/xf86-video-
nouveau?

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

Title:
  EOG shows black stripe in pictures

Status in Eye of GNOME:
  Unknown
Status in Accelerated Xorg driver for nVidia cards:
  Confirmed
Status in “eog” package in Ubuntu:
  Triaged
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  New

Bug description:
  I'm using a freshly installed Precise on a fairly old computer.

  eog: 3.4.1-0ubuntu1
  xserver-xorg-video-nouveau: 1:0.0.16+git20111201+b5534a1-1build2

  The problem is that eog shows a black stripe in some of my jpg
  pictures. I think the position of the stripe depends on the resolution
  of the picture. If the resolution is high the stripe is located close
  to the top, if it's medium the stripe is in the middle. If the
  resolution is low then there is no black stripe. Please take a look at
  the sample images.

  I used the printscreen button to create the eog version of the images.
  There is no problem with other image viewing tools.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: eog 3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.39-generic-pae 3.2.16
  Uname: Linux 3.2.0-24-generic-pae i686
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  Date: Sun May 27 23:11:28 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.2)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SourcePackage: eog
  UpgradeStatus: No upgrade log present (probably fresh install)

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

2013-08-26 Thread Ilia Mirkin
Re-closing this. The people who reopened posters (a) had totally
different hardware, (b) did not provide any actual info, and (c) didn't
add themselves to cc.

If someone should still have issues regarding backlight, please file a
full issue as instructed by http://nouveau.freedesktop.org/wiki/Bugs/

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

Title:
  nouveau not supporting backlight

Status in Accelerated Xorg driver for nVidia cards:
  Fix Released
Status in “xserver-xorg-video-nouveau” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: xserver-xorg-video-nouveau

  I experience problems with backlight. 
  There is no backlight information in /sys/class backlight nor /proc/acpi/video
  xbacklight is also not working

  ProblemType: Bug
  Architecture: amd64
  Date: Mon Jul 27 19:05:17 2009
  DistroRelease: Ubuntu 9.10
  MachineType: Sony Corporation VGN-FZ21E
  NonfreeKernelModules: nvidia
  Package: xserver-xorg-video-nouveau 1:0.0.10~git+20090708+ef3a386-0ubuntu1
  ProcCmdLine: root=UUID=0918e4be-9bb8-4304-8f19-1fd016c6837b ro initcall_debug 
nomodeset
  ProcEnviron:
   LANGUAGE=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-3.19-generic
  RelatedPackageVersions:
   xserver-xorg 1:7.4+3ubuntu5
   libgl1-mesa-glx 7.5-1ubuntu1
   libdrm2 2.4.11-1ubuntu1
   xserver-xorg-video-intel 2:2.8.0-0ubuntu1
   xserver-xorg-video-ati 1:6.12.99+git20090629.f39cafc5-0ubuntu1
  SourcePackage: xserver-xorg-video-nouveau
  Uname: Linux 2.6.31-3-generic x86_64
  dmi.bios.date: 07/04/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: R1120J7
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR1120J7:bd07/04/2007:svnSonyCorporation:pnVGN-FZ21E:pvrC3LPXCR7:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VGN-FZ21E
  dmi.product.version: C3LPXCR7
  dmi.sys.vendor: Sony Corporation
  fglrx: Not loaded
  system:
   distro: Ubuntu
   architecture:   x86_64kernel: 2.6.31-3-generic

  [lspci]
  01:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 
8400M GT] [10de:0426] (rev a1)
Subsystem: Sony Corporation Device [104d:9005]

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