[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 Ubuntu
Bugs, which is subscribed to 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])

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu
Bugs, which is subscribed to 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])

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu
Bugs, which is subscribed to 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])

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu
Bugs, which is subscribed to 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])

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu
Bugs, which is subscribed to 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])

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 Ubuntu
Bugs, which is subscribed to 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])

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1275042]

2016-01-02 Thread Ilia Mirkin
(In reply to Alex Perez from comment #14)
> Ping. I am still experiencing problems with incorrect colors with the very
> latest Mesa, compiled from a fresh git checkout today.

Mesa 11.0.3+ work fine on a PPC G5 with a NV34 GPU. Haven't tested much
else. I don't think this is a "core" issue anymore.

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

Title:
  Wrong colors with Mesa 9.2 and Mesa 10.0 on Lubuntu 14.04 PowerPC

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1314587

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879559

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1203731

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1217585

Title:
  System hangs after some time with nouveau and GT240

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 763052]

2015-04-14 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 Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/763052

Title:
  Ubuntu can't boot on nvidia GeForce GT240 with nouveau drivers

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1217585

Title:
  System hangs after some time with nouveau and GT240

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1203731

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1330785]

2014-08-24 Thread Ilia Mirkin
All those patches should have made it to 3.16 (and were cc'd to earlier
stable kernels). Does 3.16 work OK for people?

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

Title:
  Weston on Nouveau displays black screen on Nouveau due to page flip
  issues

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1228506

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925048

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925048

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1217585

Title:
  System hangs after some time with nouveau and GT240

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1217585

Title:
  System hangs after some time with nouveau and GT240

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1217585

Title:
  System hangs after some time with nouveau and GT240

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1238902

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1238902/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243557

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243557

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243557

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243557

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1243557

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075050]

2013-10-05 Thread Ilia Mirkin
A lot of parts of nouveau are rewritten in various kernel versions. A
bunch of stuff happened in 3.5, more in 3.7, more in 3.8. Probably a
bunch of stuff before then too.

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

Title:
  [Dell E6530] Precise installer can't boot to desktop without
  nomodeset

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075050]

2013-10-01 Thread Ilia Mirkin
No (positive) response to re-test request after a month. Closing as
invalid. The driver has been rewritten enough since the original report
that it's very unlikely that the same crash still exists.

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

Title:
  [Dell E6530] Precise installer can't boot to desktop without
  nomodeset

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075050]

2013-10-01 Thread Ilia Mirkin
Does this still happen with more recent kernels?

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

Title:
  [Dell E6530] Precise installer can't boot to desktop without
  nomodeset

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005292

Title:
  EOG shows black stripe in pictures

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1041637]

2013-09-05 Thread Ilia Mirkin
This is pseudo-similar to bug 53566 which I closed earlier. Do these
issues persist, or are they all fixed in recent kernels?

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

Title:
  GF114 cards = PFIFO - playlist update failed on boot.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196049

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1196049

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

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921321

Title:
  nouveau: dark screen after suspend/resume

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921321

Title:
  nouveau: dark screen after suspend/resume

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005292

Title:
  EOG shows black stripe in pictures

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 754711]

2013-08-29 Thread Ilia Mirkin
Marking as fixed per the last comment. If this is still an issue, feel
free to reopen with fresh logs/etc from a new kernel.

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

Title:
  [Dell Studio XPS  1340] Doesn't enter suspend mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/405387

Title:
  nouveau not supporting backlight

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 706063]

2013-08-24 Thread Ilia Mirkin
*** This bug has been marked as a duplicate of bug 33165 ***

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

Title:
  Nvidia GT240 screen corruption after boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 620335]

2013-08-19 Thread Ilia Mirkin
It appears that this bug report has laid dormant for quite a while.
Sorry we haven't gotten to it. Since we fix bugs all the time, chances
are pretty good that your issue has been fixed with the latest software.
Please give it a shot. (Linux kernel 3.10.7, xf86-video-nouveau 1.0.9,
mesa 9.1.6, or their git versions.) If upgrading to the latest isn't an
option for you, your distro's bugzilla is probably the right destination
for your bug report.

In an effort to clean up our bug list, we're pre-emptively closing all
bugs that haven't seen updates since 2011. If the original issue
remains, please make sure to provide fresh info, see
http://nouveau.freedesktop.org/wiki/Bugs/ for what we need to see, and
re-open this one.

Thanks,

The Nouveau Team

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

Title:
  xv video output not work on GeForce 6100 with nouveau driver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs