* Nvidia recent drivers @ 2017-01-23 19:50 Mr.ze 2017-01-27 15:06 ` Peter Wu 0 siblings, 1 reply; 4+ messages in thread From: Mr.ze @ 2017-01-23 19:50 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org [-- Attachment #1.1: Type: text/plain, Size: 146 bytes --] Hi, When will Nvidia Geforce 965M nouveau driver be available? It's just that when I use linux, i have to use intel HD graphics :\ Thanks, Ze. H [-- Attachment #1.2: Type: text/html, Size: 402 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Nvidia recent drivers 2017-01-23 19:50 Nvidia recent drivers Mr.ze @ 2017-01-27 15:06 ` Peter Wu [not found] ` <4813CD8E-8E01-48BE-B4AA-8B57E6A4531C-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Peter Wu @ 2017-01-27 15:06 UTC (permalink / raw) To: Mr.ze, nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org It is already available (I have that dGPU myself). Newer kernels are recommended (Linux 4.8+), you need either xf86-video-modesetting driver (known working with xorg 1.18) or xf86-video-nouveau (from git). Also note that many laptops with these card suffer from a problem that cause lockups when runpm kicks in. See https://bugzilla.kernel.org/show_bug.cgi?id=156341 Kind regards, Peter https://lekensteyn.nl (pardon my brevity, top-posting and formatting, sent from my phone) On 23 January 2017 20:50:34 CET, "Mr.ze" <mr.ze@protonmail.com> wrote: >Hi, >When will Nvidia Geforce 965M nouveau driver be available? >It's just that when I use linux, i have to use intel HD graphics :\ > >Thanks, >Ze. > >H _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <4813CD8E-8E01-48BE-B4AA-8B57E6A4531C-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org>]
* Re: Nvidia recent drivers [not found] ` <4813CD8E-8E01-48BE-B4AA-8B57E6A4531C-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org> @ 2017-01-28 6:58 ` Lukas Wunner [not found] ` <20170128065832.GA27774-JFq808J9C/izQB+pC5nmwQ@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Lukas Wunner @ 2017-01-28 6:58 UTC (permalink / raw) To: Peter Wu; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Mr.ze On Fri, Jan 27, 2017 at 04:06:38PM +0100, Peter Wu wrote: > Also note that many laptops with these card suffer from a problem > that cause lockups when runpm kicks in. > See https://bugzilla.kernel.org/show_bug.cgi?id=156341 Peter, I notice you weren't cc'ed on the last few messages of the 'PCI: Revert "PCI: Add runtime PM support for PCIe ports"' thread, the similar bug https://bugzilla.kernel.org/show_bug.cgi?id=190861 turned out to be caused by locking issues in nouveau which were fixed with 3846fd9b8600 in Linus' tree. That commit swiftly got reverted because it lacked prerequisites, and replaced by the temporary fix cae9ff036eea + 15266ae38fe0. These two will be reverted in 4.11 and replaced with the proper solution (which was 3846fd9b8600). Long story short, the issue seems solved, the revert of PCIe port PM is dequeued. Perhaps this also fixes the issues in the bugzilla entry you mentioned above, at least for some laptops? Thanks, Lukas _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20170128065832.GA27774-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>]
* Re: Nvidia recent drivers [not found] ` <20170128065832.GA27774-JFq808J9C/izQB+pC5nmwQ@public.gmane.org> @ 2017-01-28 10:48 ` Peter Wu 0 siblings, 0 replies; 4+ messages in thread From: Peter Wu @ 2017-01-28 10:48 UTC (permalink / raw) To: Lukas Wunner Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Mr.ze Hi Lukas, On Sat, Jan 28, 2017 at 07:58:32AM +0100, Lukas Wunner wrote: > On Fri, Jan 27, 2017 at 04:06:38PM +0100, Peter Wu wrote: > > Also note that many laptops with these card suffer from a problem > > that cause lockups when runpm kicks in. > > See https://bugzilla.kernel.org/show_bug.cgi?id=156341 > > Peter, I notice you weren't cc'ed on the last few messages of the > 'PCI: Revert "PCI: Add runtime PM support for PCIe ports"' thread, > the similar bug https://bugzilla.kernel.org/show_bug.cgi?id=190861 > turned out to be caused by locking issues in nouveau which were > fixed with 3846fd9b8600 in Linus' tree. That commit swiftly got > reverted because it lacked prerequisites, and replaced by the > temporary fix cae9ff036eea + 15266ae38fe0. These two will be > reverted in 4.11 and replaced with the proper solution (which was > 3846fd9b8600). Long story short, the issue seems solved, the revert > of PCIe port PM is dequeued. Perhaps this also fixes the issues in > the bugzilla entry you mentioned above, at least for some laptops? Thanks for following up, but I am afraid it won't help since the other problem is in ACPI or PCI while this fixes a locking problem (in 4.10, current stable 4.9 was unaffected). FYI, the fbcon patch mentioned above will also (temporary) Related to the fbcon patch, there was an attempt to do something similar last year, also due to locking issues (with console_lock): https://lists.freedesktop.org/archives/dri-devel/2016-July/113087.html The 15266ae38fe0 patch will probably fix that for the moment, but when reverting it the problem returns. -- Kind regards, Peter Wu https://lekensteyn.nl _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-28 10:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23 19:50 Nvidia recent drivers Mr.ze
2017-01-27 15:06 ` Peter Wu
[not found] ` <4813CD8E-8E01-48BE-B4AA-8B57E6A4531C-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org>
2017-01-28 6:58 ` Lukas Wunner
[not found] ` <20170128065832.GA27774-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
2017-01-28 10:48 ` Peter Wu
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.