Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 80f6769ebc1a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6e8964256ceb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 24, 2021

  1. nvidia-x11: ignore linux-rt sanity check

    Ignore the sanity check that prevents the Nvidia drivers from
    being built for kernels with real-time patches.
    Even though the driver might not be officially supported by
    Nvidia for linux-rt, it seems to work without issues.
    Attempting to install the driver for linux-rt fails with the
    following error message:
    
    The kernel you are installing for is a PREEMPT_RT kernel!
    
    The NVIDIA driver does not support real-time kernels. If you
    are using a stock distribution kernel, please install
    a variant of this kernel that does not have the PREEMPT_RT
    patch set applied; if this is a custom kernel, please
    install a standard Linux kernel.  Then try installing the
    NVIDIA kernel module again.
    
    *** Failed PREEMPT_RT sanity check. Bailing out! ***
    ilian committed Jan 24, 2021
    Copy the full SHA
    d3b3fa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Copy the full SHA
    6e89642 View commit details
    Browse the repository at this point in the history