search for: forcepost

Displaying 3 results from an estimated 3 matches for "forcepost".

Did you mean: force_post
2014 Nov 22
2
[Bug 86566] New: [NV96] nouveau_pmops_suspend returns -16
...nent: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: pierre.morrow at free.fr QA Contact: xorg-team at lists.x.org Created attachment 109842 --> https://bugs.freedesktop.org/attachment.cgi?id=109842&action=edit dmesg with noaccel=1 config=NvForcePost=1 Hardware: * 9600M GT (NV96) * 9400M (NVAC) Tested on http://cgit.freedesktop.org/~darktama/nouveau/commit/?id=8c83f75747abb996509d01d30104fe820eae9d67 The NV96 card fails to suspend, with nouveau_pmops_suspend returning -16. PDISPLAY.CHANNEL[0].STAT (0x610200) value is not the one expected aft...
2012 Dec 20
32
[Bug 58556] New: MacBook Pro 5, 1 with nVidia 9400m and 9600m, scrambled screen
https://bugs.freedesktop.org/show_bug.cgi?id=58556 Priority: medium Bug ID: 58556 Assignee: nouveau at lists.freedesktop.org Summary: MacBook Pro 5,1 with nVidia 9400m and 9600m, scrambled screen QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: other
2013 Nov 17
1
[PATCH] drm/nouveau/fb: fix suspend/resume fbcon
On 17.11.2013 00:22, Emil Velikov wrote: > On 04/10/13 01:54, Christoph Rudorff wrote: >> 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)