-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbasic.conf
More file actions
65 lines (61 loc) · 2.31 KB
/
Copy pathbasic.conf
File metadata and controls
65 lines (61 loc) · 2.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
## Nvidia build vars.
# compile open nvidia drivers: (1) or not (0)
open_drv=0
# use open nvidia drivers: (1) or not (0)
use_open=0
# display open modules build messsage: (1) or not (0)
open_wrn=1
# Activate plymouth (fbdev) splash screen in grub (nvidia-drm.modeset): (1) or not (0)
drm_modset=0
# Force use of GSP firmware. By default since 555 serie (NVreg_EnableGpuFirmware): (1) or not (0)
GSP_firm=1
# Activate Nvidia persistenced, this allow GPU to be pre init in some case: (1) or not (0)
use_persistenced=0
# Use GZIP backup container instead of auto selected container (GZIP, ZX): (1) or not (0)
use_gzip=0
# Fix faulty nvidia-application-profiles-rc: (1) or not (0)
fix_profiles=0
# Use building modules from source instead of DKMS. Default use dkms (1): (0) or not (1)
use_dkms=0
## PRIME setups.
# Optimus modules configuration sets on/off: (1) or not (0)
opti_preset_off=0
# Select the PRIME render methode (NONE,PRIME,PRIME render offlaod):
render="NONE"
# Force use of PRIME render on Nvidia dGPU only: (1) or not (0)
offload=0
# Set PRIME render configuration silent: (1) or not (0)
opti_auto_set=0
## Nvidia installer user config vars.
# Prevent GCC compilator version mismatch: (rare)
gcc_mismatch=0
# Force use of GL libs direct or indirect: (1) or not (0)
use_indirect=0
# Force use of libglvnd: (1) or not (0)
use_glvnd=1
# Link wayland lib to system: (1) or not (0)
wayland_link=0
# Allow driver backups during install process: (1) or not (0)
backup_prev=1
# Allow to store driver backups in user zenvidia path instead of default: (1) or not (0)
backup_to_user_dir=0
## Cuda sets and options
# Manage Cuda Toolkit: (1) or not (0)
use_cuda=0
# Define the Cuda install path, default (/usr/local):
cuda_install_dir="DEFAULT"
# Display Cuda install path warning, default '1' (yes):
cuda_install_warn=1
## Specials GUI vars.
# Display first time alert open modules build messsage: (1) or not (0)
first_open=1
# To hold xterm and logs display: (1) or not (0)
xt_hold=0
# Use delay instead of hold for log window (in seconds, default 4): (2 or more) or not (0)
xt_delay=4
# Yad message reading time. Too short, too long, change it here. Default (2): (1, 1.25, 1.5 etc)
read_timeout=2
# Use help tip: (1) or not (0)
hlp_txt=1
# Select if storage have to be display in bytes or octets (defautl: 1000, octet): (1024) or (1000)
divider="DEFAULT"