https://bugs.kde.org/show_bug.cgi?id=423781

--- Comment #4 from Mikhail "L117" Nikolenko <l...@l117.xyz> ---
Following nvidia module options are applied:

# cat /etc/modprobe.d/nvidia.conf
# Nvidia drivers support
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195

# To tweak the driver the following options can be used, note that
# you should be careful, as it could cause instability!! For more
# options see /usr/share/doc/nvidia-drivers-450.57-r1/README
#
# !!! SECURITY WARNING !!!
# DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW
# WHAT YOU ARE DOING.
# ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH,
# COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE.
options nvidia \
        NVreg_DeviceFileGID=27 \
        NVreg_DeviceFileMode=432 \
        NVreg_DeviceFileUID=0 \
        NVreg_ModifyDeviceFiles=1 \
        NVreg_PreserveVideoMemoryAllocations=1 \
        NVreg_TemporaryFilePath=/tmp \
        NVreg_UsePageAttributeTable=1 \
        NVreg_UpdateMemoryTypes=1 \
        NVreg_EnableMSI=1 \
        NVreg_RegisterForACPIEvents=1

options nvidia-drm modeset=1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to