-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoptimus-manager.conf
More file actions
72 lines (55 loc) · 2.57 KB
/
optimus-manager.conf
File metadata and controls
72 lines (55 loc) · 2.57 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
66
67
68
69
70
71
72
[optimus]
# Module used for power switching. Possible values : nouveau, bbswitch, none
# If you select "none", no power switching will be done at all (the Nvidia GPU will stay powered
# at all times).
# Also note that if you use bbswitch, you will not be able to use video outputs attached to
# your Nvidia GPU in Intel mode.
# To use the bbswitch mode, the bbswitch module must be installed for your current kernel. You can install
# it for the default kernel with "pacman -S bbswitch".
switching=bbswitch
# Enable PCI power management in Intel mode.
# If you do not enable this option, you may see a higher power comsumption.
# This option is incompatible with bbswitch and will be ignored if bbswitch is enabled.
pci_power_control=yes
# Automatically log out the current desktop session when switching GPUs.
# At the moment this is only supported for Gnome, KDE Plasma and Xfce.
# If this options is disabled or you use a different desktop environment,
# GPU switching only becomes effective at the next graphical session login.
auto_logout=yes
[intel]
# Driver to use for the Intel GPU. Possible values : modesetting, intel
# To use the intel driver, you need to install the package "xf86-video-intel".
driver=modesetting
# Acceleration method (corresponds to AccelMethod in the Xorg configuration).
# Only applies to the intel driver.
# Possible values : sna, xna
# Leave blank for the default (no option specified)
accel=
# Enable TearFree option in the Xorg configuration.
# Only applies to the intel driver.
# Possible values : yes, no
# Leave blank for the default (no option specified)
tearfree=yes
# DRI version. Possible values : 2, 3
DRI=3
# Whether or not to enable modesetting for the nouveau driver.
# Does not affect modesetting for the Intel GPU driver !
# This option does not matter if you use bbswitch as switching backend.
modeset=yes
[nvidia]
# Whether or not to enable modesetting. Required for PRIME Synchronization (which prevents tearing.
modeset=yes
# Whether or not to enable the NVreg_UsePageAttributeTable option in the Nvidia driver.
# Recommended, can cause poor CPU performance otherwise.
PAT=yes
# DPI value. This will be set using the Xsetup script passed to your login manager.
# It will run the command
# xrandr --dpi <DPI>
# Leave blank for the default (the above command will not be run).
DPI=96
# Comma-separated list of Nvidia-specific options to apply.
# Available options :
# - overclocking : enable CoolBits in the Xorg configuration, which unlocks clocking options
# in the Nvidia control panel.
# - triple_buffer : enable triple buffering.
options=triple_buffer