Displaying 6 results from an estimated 6 matches for "68037".
Did you mean:
680,7
2013 Aug 12
5
[Bug 68037] New: TRAP_TPDMA - TP0: Unhandled ustatus 0x00000008 ; and other NV50 log spam errors
https://bugs.freedesktop.org/show_bug.cgi?id=68037
Priority: medium
Bug ID: 68037
Assignee: nouveau at lists.freedesktop.org
Summary: TRAP_TPDMA - TP0: Unhandled ustatus 0x00000008 ; and
other NV50 log spam errors
QA Contact: xorg-team at lists.x.org
Severity: normal...
2013 Sep 30
7
[Bug 69952] New: [NVAA] Xorg crash+restart after glxgears on 3.12-rc2
...is nonresponsive - try keyboard shortcuts to change desktop (dont work)
- wait until Xorg is restarted
System:
-Linux Mint 15 (Ubuntu 13.04)
-NVAA (Geforce 8200) onboard (Jetway JNC62K)
-dual monitor setup
-Kernel 3.12-rc2
The attached dmesg contains several error messages that are missing from 68037
or are added compared to 69387.
It could be the same "bug"/"bugs" that are described in 68037.
Accel. Video often freeze, stability is increased when playing with x11(without
overlay) in vlc or mplayer. But that might be subjective.
possibly related:
https://bugs.freedesktop.or...
2013 Oct 03
2
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
...tps://bugs.freedesktop.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content=PAGE_NOT_PRESENT
https://bugs.freedesktop.org/show_bug.cgi?id=58556
https://bugs.freedesktop.org/show_bug.cgi?id=62835
https://bugs.freedesktop.org/show_bug.cgi?id=68037
https://bugs.freedesktop.org/show_bug.cgi?id=69029
https://bugs.freedesktop.org/show_bug.cgi?id=69928
---
drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_fbcon.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/n...
2013 Nov 17
1
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
...too easy.
And the remaining snow on the console, which other users get, are other
causes.
Actually reproducible is this (also with my patch):
1. Fresh boot up, run mplayer (-vo xv), switch to fullscreen: GPU lockup.
If I do a s2ram before, it works.
https://bugs.freedesktop.org/show_bug.cgi?id=68037
^^ same issue?! Are we missing some initialization?
2. Try a sysrq-"space"-key on console: The help text, which should appear,
is just snow (Can you reproduce this?).
3. On boot up, I'll still get some snow just before X start, _sometimes_,
not always: 3-4 lines of
nouveau E[ PF...
2013 Oct 03
0
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
...op.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=&content=PAGE_NOT_PRESENT
>
> https://bugs.freedesktop.org/show_bug.cgi?id=58556
> https://bugs.freedesktop.org/show_bug.cgi?id=62835
> https://bugs.freedesktop.org/show_bug.cgi?id=68037
> https://bugs.freedesktop.org/show_bug.cgi?id=69029
> https://bugs.freedesktop.org/show_bug.cgi?id=69928
> ---
> drivers/gpu/drm/nouveau/nouveau_drm.c | 2 +-
> drivers/gpu/drm/nouveau/nouveau_fbcon.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
>...
2013 Oct 04
2
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
Am Donnerstag, den 03.10.2013, 23:50 +0100 schrieb Emil Velikov:
> I'm not entirely sure this is correct. One needs to save and disable
> accleration before suspending the fb. Please try the following
>
> - if (state == 0)
> + if (state == 1)
> nouveau_fbcon_save_disable_accel(dev);
> fb_set_suspend(drm->fbcon->helper.fbdev, state);
> - if (state == 1)
> +