Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680278 - x11-drivers/nvidia-drivers-340.107 crashes under sys-kernel/gentoo-sources-4.19 series
Summary: x11-drivers/nvidia-drivers-340.107 crashes under sys-kernel/gentoo-sources-4....
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-14 00:20 UTC by Red
Modified: 2019-03-14 09:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The relevant parts of /var/log/messages (messages-nvidia-crash.txt,8.81 KB, text/plain)
2019-03-14 00:21 UTC, Red
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Red 2019-03-14 00:20:13 UTC
I have a really old laptop (Latitude E6410) with an old video card (NVIDIA Corporation GT218M [NVS 3100M] rev a2) which requires nvidia-drivers-340.107.

No problems with kernel 4.14, but crashes with 4.19 at boot. X does not start, the computer goes to a blank screen and freezes, requiring an improper shutdown.

A similar bug was recently reported (and fixed upstream) for the 390 series x11-drivers/nvidia-drivers (Bug 658748). I was told to file a separate bug for 340.107.

Attached are the relevant parts of /var/log/messages.

Reproducible: Always

Steps to Reproduce:
1. Upgrade sys-kernel/gentoo-sources from the 4.14 series to the 4.19 series, per https://wiki.gentoo.org/wiki/Kernel/Upgrade.
2. emerge @module-rebuild to rebuild =x11-drivers/nvidia-drivers-340.107
3. Make the initramfs with genkernel, update grub
4. Restart into a 4.19 series kernel.
Actual Results:  
Crash, X does not start

Expected Results:  
Continue boot and start X
Comment 1 Red 2019-03-14 00:21:33 UTC
Created attachment 569066 [details]
The relevant parts of /var/log/messages
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-03-14 09:13:44 UTC
    if use kernel_linux && kernel_is ge 4 18; then
        ewarn "Gentoo supports kernels which are supported by NVIDIA"
        ewarn "which are limited to the following kernels:"
        ewarn "<sys-kernel/gentoo-sources-4.18"
        ewarn "<sys-kernel/vanilla-sources-4.18"
        ewarn ""
        ewarn "You are free to utilize eapply_user to provide whatever"
        ewarn "support you feel is appropriate, but will not receive"
        ewarn "support as a result of those changes."
        ewarn ""
        ewarn "Do not file a bug report about this."
        ewarn ""
    fi


(In reply to Red from comment #0)
> A similar bug was recently reported (and fixed upstream) for the 390 series
> x11-drivers/nvidia-drivers (Bug 658748). I was told to file a separate bug
> for 340.107.

I would not have asked you to file a bug report. Upstream does not support newer kernels for the 340 series (yet).