Unexpectedly high xruns with modern hardware

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Re: Unexpectedly high xruns with modern hardware

Post by sunrat »

I put the brain into gear and realised that was a convoluted way of doing it. Tried the logical way and it worked:
- Export environment variable to bypass check which precludes nvidia-driver from installing on RT kernel:

Code: Select all

export IGNORE_PREEMPT_RT_PRESENCE=1
- Install RT kernel and headers, currently latest in Debian Bullseye:

Code: Select all

apt install linux-image-5.10.0-6-rt-amd64 linux-headers-5.10.0-6-rt-amd64
- If nvidia driver is already installed dkms will build the module during kernel install process. Otherwise:

Code: Select all

apt install nvidia-driver
- Done. Reboot now into RT kernel with nvidia.

*Edited 13/5 to cover procedure for when nvidia-driver is already installed.
Post Reply