forked from Wamphyre/BSD-XFCE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloader.conf
54 lines (47 loc) · 1.01 KB
/
loader.conf
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
## SECURITY
security.bsd.allow_destructive_dtrace=0
## CONSOLE & BOOT
boot_mute="NO"
beastie_disable="YES"
autoboot_delay="1"
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
## Use coretemp_load if you use Intel CPU instead AMD.
ng_ubt_load="YES"
ahci_load="YES"
cuse_load="YES"
ums_load="YES"
aio_load="YES"
snd_uaudio_load="YES"
amdtemp_load="YES"
#coretemp_load="YES"
mac_priority_load="YES"
sysctlinfo_load="YES"
sysctlbyname_improved_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
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
## ENABLE HYPERTHREADING
machdep.hyperthreading_allowed=1