-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathloader.conf
More file actions
50 lines (44 loc) · 923 Bytes
/
Copy pathloader.conf
File metadata and controls
50 lines (44 loc) · 923 Bytes
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
## SECURITY
security.bsd.allow_destructive_dtrace=0
## Disable CPU mitigations
vm.pmap.pti=0
hw.ibrs_disable=1
## CONSOLE & BOOT
boot_mute=YES
beastie_disable="YES"
autoboot_delay="0"
hw.usb.no_boot_wait=1
hw.snd.vpc_autoreset=0
hw.syscons.bell=0
hw.usb.no_pf=1
hw.usb.no_shutdown_wait=1
## MODULES
nvidia-modeset_load="YES"
ahci_load="YES"
cuse_load="YES"
ums_load="YES"
aio_load="YES"
snd_uaudio_load="YES"
## ENABLE SYNAPTICS
hw.psm.synaptics_support=1
hw.psm.trackpoint_support=1
## DISKS TUNING
kern.geom.label.disk_ident.enable="0"
vfs.root_mount_always_wait=1
vfs.mountroot.timeout=300
kern.cam.scsi_delay=5000
## AUDIO RELATED
sysctlinfo_load="YES"
sysctlbyname_improved_load="YES"
hint.pcm.0.eq="1"
hint.pcm.1.eq="1"
hint.pcm.2.eq="1"
hint.pcm.3.eq="1"
hint.pcm.4.eq="1"
hint.pcm.5.eq="1"
hint.pcm.6.eq="1"
hint.pcm.7.eq="1"
hint.pcm.8.eq="1"
hint.pcm.9.eq="1"
## POWER MANAGEMENT
hw.pci.do_power_nodriver=3