Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682178 - x11-drivers/nvidia-drivers-340.107-r2: add kernel-5 patch concerning drm
Summary: x11-drivers/nvidia-drivers-340.107-r2: add kernel-5 patch concerning drm
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-31 22:03 UTC by Jon Daniel
Modified: 2019-03-31 22:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Daniel 2019-03-31 22:03:20 UTC
Add two possible patches to compile the driver with kernel version 5.0.0 or greater.
Fixes timing and drm issues.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-03-31 22:29:02 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