All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 201867] New: Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working
@ 2018-12-04  0:29 bugzilla-daemon
  2018-12-04 10:43 ` [Bug 201867] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-12-04  0:29 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=201867

            Bug ID: 201867
           Summary: Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver
                    Crashes, System freezes, dual screen not working
           Product: Drivers
           Version: 2.5
    Kernel Version: 4.19.4-arch1-1-ARCH #1 SMP PREEMPT
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: david.kremer.dk@gmail.com
        Regression: No

Created attachment 279831
  --> https://bugzilla.kernel.org/attachment.cgi?id=279831&action=edit
Driver Traceback

The problem is proteiform. It is actually well described in
https://bugzilla.kernel.org/show_bug.cgi?id=156341 so this could be a
duplicate, however, since the driver supposed to actually drive the nvidia GPU
is nouveau, I feel obliged to fill a new bug report to address the issue.

So basically, there is two issues:

1. when loading the nouveau driver in a tty, you can't launch Xorg afterward,
the xinit program waits for a server to be available but that never come.
2. When loading the nouveau driver after the X session has started, the fan
finally switches off, but there is first a traceback in dmesg and everything
that is reported in bug_id=156341 happens: subsequent calls to lspci/lshw/...
are freezing the system definetely without possibility to recover except by
doing a hard reboot.

So there's definitely something messy about this familiy of Nvidia GPU
integrated as a discrete GC on this new laptop generation.

Can't give much more info

See attachment for the traceback.

lspci output:

00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM
Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core
Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070
Mobile] (rev ff)

CPU=Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 201867] Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working
  2018-12-04  0:29 [Bug 201867] New: Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working bugzilla-daemon
@ 2018-12-04 10:43 ` bugzilla-daemon
  2018-12-04 15:46 ` bugzilla-daemon
  2019-01-08 10:19 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-12-04 10:43 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=201867

david.kremer.dk@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david.kremer.dk@gmail.com
           See Also|                            |https://bugzilla.kernel.org
                   |                            |/show_bug.cgi?id=156341

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 201867] Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working
  2018-12-04  0:29 [Bug 201867] New: Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working bugzilla-daemon
  2018-12-04 10:43 ` [Bug 201867] " bugzilla-daemon
@ 2018-12-04 15:46 ` bugzilla-daemon
  2019-01-08 10:19 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-12-04 15:46 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=201867

--- Comment #1 from david.kremer.dk@gmail.com ---
I must add that the symptom as well as the concerned hardware starts to be
pretty well documented.

The problem arises with 

- recent nvidia mobile cards
- optimus technology built in
- intel integrated GPU (what else) ?

You can arrive to the same result using the `bbswitch` module or the
`acpi_call` module, trying to switch off the graphic card, *BUT*, since it's
really the `nouveau` driver job to do the work, and since it is already trying
to do it, I see no point in reporting bug for those modules.

See also:

- https://bugzilla.kernel.org/show_bug.cgi?id=156341
- https://github.com/Bumblebee-Project/Bumblebee/issues/1007
-
https://github.com/Bumblebee-Project/Bumblebee/issues/764#issuecomment-234494238

for consistent ways of reproducing the undesired behaviour.

The cheap hack to provide specific options for the `acpi_osi` driver should be
discouraged as it is not consistent across GPU models and Laptop models.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 201867] Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working
  2018-12-04  0:29 [Bug 201867] New: Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working bugzilla-daemon
  2018-12-04 10:43 ` [Bug 201867] " bugzilla-daemon
  2018-12-04 15:46 ` bugzilla-daemon
@ 2019-01-08 10:19 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-01-08 10:19 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=201867

--- Comment #2 from Andrey Melentyev (andrey+kernel@psyduck.se) ---
Possibly a duplicate of https://bugzilla.kernel.org/show_bug.cgi?id=200939 -
although that tickets lacks good description

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-08 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04  0:29 [Bug 201867] New: Nouveau + discrete GPU (GP104M = GTX 1070 M) Driver Crashes, System freezes, dual screen not working bugzilla-daemon
2018-12-04 10:43 ` [Bug 201867] " bugzilla-daemon
2018-12-04 15:46 ` bugzilla-daemon
2019-01-08 10:19 ` bugzilla-daemon

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.