himiko_the_sun_queen

tlp

Mar 24th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.64 KB | None | 0 0
  1. himiko@chinkpad:~$ cat /etc/default/tlp
  2. # ------------------------------------------------------------------------------
  3. # tlp - Parameters for power save
  4. # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html
  5.  
  6. # Hint: some features are disabled by default, remove the leading # to enable
  7. # them.
  8.  
  9. # Set to 0 to disable, 1 to enable TLP.
  10. TLP_ENABLE=1
  11.  
  12. # Operation mode when no power supply can be detected: AC, BAT
  13. # Concerns some desktop and embedded hardware only.
  14. TLP_DEFAULT_MODE=AC
  15.  
  16. # Seconds laptop mode has to wait after the disk goes idle before doing a sync.
  17. # Non-zero value enables, zero disables laptop mode.
  18. DISK_IDLE_SECS_ON_AC=0
  19. DISK_IDLE_SECS_ON_BAT=2
  20.  
  21. # Dirty page values (timeouts in secs).
  22. MAX_LOST_WORK_SECS_ON_AC=15
  23. MAX_LOST_WORK_SECS_ON_BAT=60
  24.  
  25. # Hint: CPU parameters below are disabled by default, remove the leading #
  26. # to enable them, otherwise kernel default values are used.
  27.  
  28. # Select a CPU frequency scaling governor:
  29. # ondemand, powersave, performance, conservative
  30. # Intel Core i processor with intel_pstate driver:
  31. # powersave, performance
  32. # Important:
  33. # You *must* disable your distribution's governor settings or conflicts will
  34. # occur. ondemand is sufficient for *almost all* workloads, you should know
  35. # what you're doing!
  36. #CPU_SCALING_GOVERNOR_ON_AC=ondemand
  37. #CPU_SCALING_GOVERNOR_ON_BAT=ondemand
  38.  
  39. # Set the min/max frequency available for the scaling governor.
  40. # Possible values strongly depend on your CPU. For available frequencies see
  41. # tlp-stat output, Section "+++ Processor".
  42. #CPU_SCALING_MIN_FREQ_ON_AC=0
  43. #CPU_SCALING_MAX_FREQ_ON_AC=0
  44. #CPU_SCALING_MIN_FREQ_ON_BAT=0
  45. #CPU_SCALING_MAX_FREQ_ON_BAT=0
  46.  
  47. # Set Intel P-state performance: 0..100 (%)
  48. # Limit the max/min P-state to control the power dissipation of the CPU.
  49. # Values are stated as a percentage of the available performance.
  50. # Requires an Intel Core i processor with intel_pstate driver.
  51. #CPU_MIN_PERF_ON_AC=0
  52. #CPU_MAX_PERF_ON_AC=100
  53. #CPU_MIN_PERF_ON_BAT=0
  54. #CPU_MAX_PERF_ON_BAT=30
  55.  
  56. # Set the CPU "turbo boost" feature: 0=disable, 1=allow
  57. # Requires an Intel Core i processor.
  58. # Important:
  59. # - This may conflict with your distribution's governor settings
  60. # - A value of 1 does *not* activate boosting, it just allows it
  61. #CPU_BOOST_ON_AC=1
  62. #CPU_BOOST_ON_BAT=0
  63.  
  64. # Minimize number of used CPU cores/hyper-threads under light load conditions
  65. SCHED_POWERSAVE_ON_AC=0
  66. SCHED_POWERSAVE_ON_BAT=1
  67.  
  68. # Kernel NMI Watchdog:
  69. # 0=disable (default, saves power), 1=enable (for kernel debugging only)
  70. NMI_WATCHDOG=0
  71.  
  72. # Change CPU voltages aka "undervolting" - Kernel with PHC patch required
  73. # Frequency voltage pairs are written to:
  74. # /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
  75. # CAUTION: only use this, if you thoroughly understand what you are doing!
  76. #PHC_CONTROLS="F:V F:V F:V F:V"
  77.  
  78. # Set CPU performance versus energy savings policy:
  79. # performance, normal, powersave
  80. # Requires kernel module msr and x86_energy_perf_policy from linux-tools
  81. ENERGY_PERF_POLICY_ON_AC=performance
  82. ENERGY_PERF_POLICY_ON_BAT=powersave
  83.  
  84. # Hard disk devices; separate multiple devices with spaces (default: sda).
  85. # Devices can be specified by disk ID also (lookup with: tlp diskid).
  86. DISK_DEVICES="sda sdb"
  87.  
  88. # Hard disk advanced power management level: 1..254, 255 (max saving, min, off)
  89. # Levels 1..127 may spin down the disk; 255 allowable on most drives.
  90. # Separate values for multiple devices with spaces.
  91. DISK_APM_LEVEL_ON_AC="254 254"
  92. DISK_APM_LEVEL_ON_BAT="128 128"
  93.  
  94. # Hard disk spin down timeout:
  95. # 0: spin down disabled
  96. # 1..240: timeouts from 5s to 20min (in units of 5s)
  97. # 241..251: timeouts from 30min to 5.5 hours (in units of 30min)
  98. # See 'man hdparm' for details.
  99. #DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
  100. #DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
  101.  
  102. # Select IO scheduler for the disk devices: noop, deadline, cfq (Default: cfq);
  103. # Separate values for multiple devices with spaces.
  104. #DISK_IOSCHED="cfq cfq"
  105.  
  106. # SATA aggressive link power management (ALPM):
  107. # min_power, medium_power, max_performance
  108. SATA_LINKPWR_ON_AC=max_performance
  109. SATA_LINKPWR_ON_BAT=min_power
  110.  
  111. # PCI Express Active State Power Management (PCIe ASPM):
  112. # default, performance, powersave
  113. PCIE_ASPM_ON_AC=performance
  114. PCIE_ASPM_ON_BAT=powersave
  115.  
  116. # Radeon graphics clock speed (profile method): low, mid, high, auto, default;
  117. # auto = mid on BAT, high on AC; default = use hardware defaults.
  118. # (Kernel >= 2.6.35 only, open-source radeon driver explicitly)
  119. RADEON_POWER_PROFILE_ON_AC=high
  120. RADEON_POWER_PROFILE_ON_BAT=low
  121.  
  122. # Radeon dynamic power management method (DPM): battery, performance
  123. # (Kernel >= 3.11 only, requires boot option radeon.dpm=1)
  124. RADEON_DPM_STATE_ON_AC=performance
  125. RADEON_DPM_STATE_ON_BAT=battery
  126.  
  127. # Radeon DPM performance level: auto, low, high; auto is recommended.
  128. RADEON_DPM_PERF_LEVEL_ON_AC=auto
  129. RADEON_DPM_PERF_LEVEL_ON_BAT=auto
  130.  
  131. # WiFi power saving mode: 1=disable, 5=enable; not supported by all adapters.
  132. WIFI_PWR_ON_AC=1
  133. WIFI_PWR_ON_BAT=5
  134.  
  135. # Disable wake on LAN: Y/N
  136. WOL_DISABLE=Y
  137.  
  138. # Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
  139. # A value of 0 disables, >=1 enables power save.
  140. SOUND_POWER_SAVE_ON_AC=0
  141. SOUND_POWER_SAVE_ON_BAT=1
  142.  
  143. # Disable controller too (HDA only): Y/N
  144. SOUND_POWER_SAVE_CONTROLLER=Y
  145.  
  146. # Set to 1 to power off optical drive in UltraBay/MediaBay when running on
  147. # battery. A value of 0 disables this feature (Default).
  148. # Drive can be powered on again by releasing (and reinserting) the eject lever
  149. # or by pressing the disc eject button on newer models.
  150. # Note: an UltraBay/MediaBay hard disk is never powered off.
  151. BAY_POWEROFF_ON_BAT=0
  152. # Optical drive device to power off (default sr0).
  153. BAY_DEVICE="sr0"
  154.  
  155. # Runtime Power Management for PCI(e) bus devices: on=disable, auto=enable
  156. RUNTIME_PM_ON_AC=on
  157. RUNTIME_PM_ON_BAT=auto
  158.  
  159. # Runtime PM for *all* PCI(e) bus devices, except blacklisted ones:
  160. # 0=disable, 1=enable
  161. RUNTIME_PM_ALL=1
  162.  
  163. # Exclude PCI(e) device adresses the following list from Runtime PM
  164. # (separate with spaces). Use lspci to get the adresses (1st column).
  165. #RUNTIME_PM_BLACKLIST="bb:dd.f 11:22.3 44:55.6"
  166.  
  167. # Exclude PCI(e) devices assigned to the listed drivers from Runtime PM
  168. # (should prevent accidential power on of hybrid graphics' discrete part).
  169. # Default is "radeon nouveau"; use "" to disable the feature completely.
  170. # Separate multiple drivers with spaces.
  171. RUNTIME_PM_DRIVER_BLACKLIST="radeon nouveau"
  172.  
  173. # Set to 0 to disable, 1 to enable USB autosuspend feature.
  174. USB_AUTOSUSPEND=1
  175.  
  176. # Exclude listed devices from USB autosuspend (separate with spaces).
  177. # Use lsusb to get the ids.
  178. # Note: input devices (usbhid) are excluded automatically (see below)
  179. #USB_BLACKLIST="1111:2222 3333:4444"
  180.  
  181. # WWAN devices are excluded from USB autosuspend:
  182. # 0=do not exclude / 1=exclude
  183. USB_BLACKLIST_WWAN=1
  184.  
  185. # Include listed devices into USB autosuspend even if already excluded
  186. # by the driver or WWAN blacklists above (separate with spaces).
  187. # Use lsusb to get the ids.
  188. #USB_WHITELIST="1111:2222 3333:4444"
  189.  
  190. # Set to 1 to disable autosuspend before shutdown, 0 to do nothing
  191. # (workaround for USB devices that cause shutdown problems).
  192. #USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=1
  193.  
  194. # Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
  195. # on system startup: 0=disable, 1=enable.
  196. # Hint: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
  197. # are ignored when this is enabled!
  198. RESTORE_DEVICE_STATE_ON_STARTUP=0
  199.  
  200. # Radio devices to disable on startup: bluetooth, wifi, wwan.
  201. # Separate multiple devices with spaces.
  202. #DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
  203.  
  204. # Radio devices to enable on startup: bluetooth, wifi, wwan.
  205. # Separate multiple devices with spaces.
  206. #DEVICES_TO_ENABLE_ON_STARTUP="wifi"
  207.  
  208. # Radio devices to disable on shutdown: bluetooth, wifi, wwan
  209. # (workaround for devices that are blocking shutdown).
  210. #DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
  211.  
  212. # Radio devices to enable on shutdown: bluetooth, wifi, wwan
  213. # (to prevent other operating systems from missing radios).
  214. #DEVICES_TO_ENABLE_ON_SHUTDOWN="wwan"
  215.  
  216. # Radio devices to enable on AC: bluetooth, wifi, wwan
  217. #DEVICES_TO_ENABLE_ON_AC="bluetooth wifi wwan"
  218.  
  219. # Radio devices to disable on battery: bluetooth, wifi, wwan
  220. #DEVICES_TO_DISABLE_ON_BAT="bluetooth wifi wwan"
  221.  
  222. # Radio devices to disable on battery when not in use (not connected):
  223. # bluetooth, wifi, wwan
  224. #DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
  225.  
  226. # Battery charge thresholds (ThinkPad only, tp-smapi or acpi-call kernel module
  227. # required). Charging starts when the remaining capacity falls below the
  228. # START_CHARGE_TRESH value and stops when exceeding the STOP_CHARGE_TRESH value.
  229. # Main / Internal battery (values in %)
  230. #START_CHARGE_THRESH_BAT0=75
  231. #STOP_CHARGE_THRESH_BAT0=80
  232. # Ultrabay / Slice / Replaceable battery (values in %)
  233. #START_CHARGE_THRESH_BAT1=75
  234. #STOP_CHARGE_THRESH_BAT1=80
  235.  
  236. # ------------------------------------------------------------------------------
  237. # tlp-rdw - Parameters for the radio device wizard
  238. # Possible devices: bluetooth, wifi, wwan
  239.  
  240. # Hints:
  241. # - Parameters are disabled by default, remove the leading # to enable them.
  242. # - Separate multiple radio devices with spaces.
  243.  
  244. # Radio devices to disable on connect.
  245. #DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
  246. #DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
  247. #DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"
  248.  
  249. # Radio devices to enable on disconnect.
  250. #DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="wifi wwan"
  251. #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=""
  252. #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
  253.  
  254. # Radio devices to enable/disable when docked.
  255. #DEVICES_TO_ENABLE_ON_DOCK=""
  256. #DEVICES_TO_DISABLE_ON_DOCK=""
  257.  
  258. # Radio devices to enable/disable when undocked.
  259. #DEVICES_TO_ENABLE_ON_UNDOCK="wifi"
  260. #DEVICES_TO_DISABLE_ON_UNDOCK=""
  261. himiko@chinkpad:~$ cat /etc/default/tlp.conf
  262. cat: /etc/default/tlp.conf: No such file or directory
  263. himiko@chinkpad:~$ cat /etc/default/tlp
  264. # ------------------------------------------------------------------------------
  265. # tlp - Parameters for power save
  266. # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html
  267.  
  268. # Hint: some features are disabled by default, remove the leading # to enable
  269. # them.
  270.  
  271. # Set to 0 to disable, 1 to enable TLP.
  272. TLP_ENABLE=1
  273.  
  274. # Operation mode when no power supply can be detected: AC, BAT
  275. # Concerns some desktop and embedded hardware only.
  276. TLP_DEFAULT_MODE=AC
  277.  
  278. # Seconds laptop mode has to wait after the disk goes idle before doing a sync.
  279. # Non-zero value enables, zero disables laptop mode.
  280. DISK_IDLE_SECS_ON_AC=0
  281. DISK_IDLE_SECS_ON_BAT=2
  282.  
  283. # Dirty page values (timeouts in secs).
  284. MAX_LOST_WORK_SECS_ON_AC=15
  285. MAX_LOST_WORK_SECS_ON_BAT=60
  286.  
  287. # Hint: CPU parameters below are disabled by default, remove the leading #
  288. # to enable them, otherwise kernel default values are used.
  289.  
  290. # Select a CPU frequency scaling governor:
  291. # ondemand, powersave, performance, conservative
  292. # Intel Core i processor with intel_pstate driver:
  293. # powersave, performance
  294. # Important:
  295. # You *must* disable your distribution's governor settings or conflicts will
  296. # occur. ondemand is sufficient for *almost all* workloads, you should know
  297. # what you're doing!
  298. #CPU_SCALING_GOVERNOR_ON_AC=ondemand
  299. #CPU_SCALING_GOVERNOR_ON_BAT=ondemand
  300.  
  301. # Set the min/max frequency available for the scaling governor.
  302. # Possible values strongly depend on your CPU. For available frequencies see
  303. # tlp-stat output, Section "+++ Processor".
  304. #CPU_SCALING_MIN_FREQ_ON_AC=0
  305. #CPU_SCALING_MAX_FREQ_ON_AC=0
  306. #CPU_SCALING_MIN_FREQ_ON_BAT=0
  307. #CPU_SCALING_MAX_FREQ_ON_BAT=0
  308.  
  309. # Set Intel P-state performance: 0..100 (%)
  310. # Limit the max/min P-state to control the power dissipation of the CPU.
  311. # Values are stated as a percentage of the available performance.
  312. # Requires an Intel Core i processor with intel_pstate driver.
  313. #CPU_MIN_PERF_ON_AC=0
  314. #CPU_MAX_PERF_ON_AC=100
  315. #CPU_MIN_PERF_ON_BAT=0
  316. #CPU_MAX_PERF_ON_BAT=30
  317.  
  318. # Set the CPU "turbo boost" feature: 0=disable, 1=allow
  319. # Requires an Intel Core i processor.
  320. # Important:
  321. # - This may conflict with your distribution's governor settings
  322. # - A value of 1 does *not* activate boosting, it just allows it
  323. #CPU_BOOST_ON_AC=1
  324. #CPU_BOOST_ON_BAT=0
  325.  
  326. # Minimize number of used CPU cores/hyper-threads under light load conditions
  327. SCHED_POWERSAVE_ON_AC=0
  328. SCHED_POWERSAVE_ON_BAT=1
  329.  
  330. # Kernel NMI Watchdog:
  331. # 0=disable (default, saves power), 1=enable (for kernel debugging only)
  332. NMI_WATCHDOG=0
  333.  
  334. # Change CPU voltages aka "undervolting" - Kernel with PHC patch required
  335. # Frequency voltage pairs are written to:
  336. # /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
  337. # CAUTION: only use this, if you thoroughly understand what you are doing!
  338. #PHC_CONTROLS="F:V F:V F:V F:V"
  339.  
  340. # Set CPU performance versus energy savings policy:
  341. # performance, normal, powersave
  342. # Requires kernel module msr and x86_energy_perf_policy from linux-tools
  343. ENERGY_PERF_POLICY_ON_AC=performance
  344. ENERGY_PERF_POLICY_ON_BAT=powersave
  345.  
  346. # Hard disk devices; separate multiple devices with spaces (default: sda).
  347. # Devices can be specified by disk ID also (lookup with: tlp diskid).
  348. DISK_DEVICES="sda sdb"
  349.  
  350. # Hard disk advanced power management level: 1..254, 255 (max saving, min, off)
  351. # Levels 1..127 may spin down the disk; 255 allowable on most drives.
  352. # Separate values for multiple devices with spaces.
  353. DISK_APM_LEVEL_ON_AC="254 254"
  354. DISK_APM_LEVEL_ON_BAT="128 128"
  355.  
  356. # Hard disk spin down timeout:
  357. # 0: spin down disabled
  358. # 1..240: timeouts from 5s to 20min (in units of 5s)
  359. # 241..251: timeouts from 30min to 5.5 hours (in units of 30min)
  360. # See 'man hdparm' for details.
  361. #DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
  362. #DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
  363.  
  364. # Select IO scheduler for the disk devices: noop, deadline, cfq (Default: cfq);
  365. # Separate values for multiple devices with spaces.
  366. #DISK_IOSCHED="cfq cfq"
  367.  
  368. # SATA aggressive link power management (ALPM):
  369. # min_power, medium_power, max_performance
  370. SATA_LINKPWR_ON_AC=max_performance
  371. SATA_LINKPWR_ON_BAT=min_power
  372.  
  373. # PCI Express Active State Power Management (PCIe ASPM):
  374. # default, performance, powersave
  375. PCIE_ASPM_ON_AC=performance
  376. PCIE_ASPM_ON_BAT=powersave
  377.  
  378. # Radeon graphics clock speed (profile method): low, mid, high, auto, default;
  379. # auto = mid on BAT, high on AC; default = use hardware defaults.
  380. # (Kernel >= 2.6.35 only, open-source radeon driver explicitly)
  381. RADEON_POWER_PROFILE_ON_AC=high
  382. RADEON_POWER_PROFILE_ON_BAT=low
  383.  
  384. # Radeon dynamic power management method (DPM): battery, performance
  385. # (Kernel >= 3.11 only, requires boot option radeon.dpm=1)
  386. RADEON_DPM_STATE_ON_AC=performance
  387. RADEON_DPM_STATE_ON_BAT=battery
  388.  
  389. # Radeon DPM performance level: auto, low, high; auto is recommended.
  390. RADEON_DPM_PERF_LEVEL_ON_AC=auto
  391. RADEON_DPM_PERF_LEVEL_ON_BAT=auto
  392.  
  393. # WiFi power saving mode: 1=disable, 5=enable; not supported by all adapters.
  394. WIFI_PWR_ON_AC=1
  395. WIFI_PWR_ON_BAT=5
  396.  
  397. # Disable wake on LAN: Y/N
  398. WOL_DISABLE=Y
  399.  
  400. # Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
  401. # A value of 0 disables, >=1 enables power save.
  402. SOUND_POWER_SAVE_ON_AC=0
  403. SOUND_POWER_SAVE_ON_BAT=1
  404.  
  405. # Disable controller too (HDA only): Y/N
  406. SOUND_POWER_SAVE_CONTROLLER=Y
  407.  
  408. # Set to 1 to power off optical drive in UltraBay/MediaBay when running on
  409. # battery. A value of 0 disables this feature (Default).
  410. # Drive can be powered on again by releasing (and reinserting) the eject lever
  411. # or by pressing the disc eject button on newer models.
  412. # Note: an UltraBay/MediaBay hard disk is never powered off.
  413. BAY_POWEROFF_ON_BAT=0
  414. # Optical drive device to power off (default sr0).
  415. BAY_DEVICE="sr0"
  416.  
  417. # Runtime Power Management for PCI(e) bus devices: on=disable, auto=enable
  418. RUNTIME_PM_ON_AC=on
  419. RUNTIME_PM_ON_BAT=auto
  420.  
  421. # Runtime PM for *all* PCI(e) bus devices, except blacklisted ones:
  422. # 0=disable, 1=enable
  423. RUNTIME_PM_ALL=1
  424.  
  425. # Exclude PCI(e) device adresses the following list from Runtime PM
  426. # (separate with spaces). Use lspci to get the adresses (1st column).
  427. #RUNTIME_PM_BLACKLIST="bb:dd.f 11:22.3 44:55.6"
  428.  
  429. # Exclude PCI(e) devices assigned to the listed drivers from Runtime PM
  430. # (should prevent accidential power on of hybrid graphics' discrete part).
  431. # Default is "radeon nouveau"; use "" to disable the feature completely.
  432. # Separate multiple drivers with spaces.
  433. RUNTIME_PM_DRIVER_BLACKLIST="radeon nouveau"
  434.  
  435. # Set to 0 to disable, 1 to enable USB autosuspend feature.
  436. USB_AUTOSUSPEND=1
  437.  
  438. # Exclude listed devices from USB autosuspend (separate with spaces).
  439. # Use lsusb to get the ids.
  440. # Note: input devices (usbhid) are excluded automatically (see below)
  441. #USB_BLACKLIST="1111:2222 3333:4444"
  442.  
  443. # WWAN devices are excluded from USB autosuspend:
  444. # 0=do not exclude / 1=exclude
  445. USB_BLACKLIST_WWAN=1
  446.  
  447. # Include listed devices into USB autosuspend even if already excluded
  448. # by the driver or WWAN blacklists above (separate with spaces).
  449. # Use lsusb to get the ids.
  450. #USB_WHITELIST="1111:2222 3333:4444"
  451.  
  452. # Set to 1 to disable autosuspend before shutdown, 0 to do nothing
  453. # (workaround for USB devices that cause shutdown problems).
  454. #USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=1
  455.  
  456. # Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
  457. # on system startup: 0=disable, 1=enable.
  458. # Hint: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
  459. # are ignored when this is enabled!
  460. RESTORE_DEVICE_STATE_ON_STARTUP=0
  461.  
  462. # Radio devices to disable on startup: bluetooth, wifi, wwan.
  463. # Separate multiple devices with spaces.
  464. #DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
  465.  
  466. # Radio devices to enable on startup: bluetooth, wifi, wwan.
  467. # Separate multiple devices with spaces.
  468. #DEVICES_TO_ENABLE_ON_STARTUP="wifi"
  469.  
  470. # Radio devices to disable on shutdown: bluetooth, wifi, wwan
  471. # (workaround for devices that are blocking shutdown).
  472. #DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
  473.  
  474. # Radio devices to enable on shutdown: bluetooth, wifi, wwan
  475. # (to prevent other operating systems from missing radios).
  476. #DEVICES_TO_ENABLE_ON_SHUTDOWN="wwan"
  477.  
  478. # Radio devices to enable on AC: bluetooth, wifi, wwan
  479. #DEVICES_TO_ENABLE_ON_AC="bluetooth wifi wwan"
  480.  
  481. # Radio devices to disable on battery: bluetooth, wifi, wwan
  482. #DEVICES_TO_DISABLE_ON_BAT="bluetooth wifi wwan"
  483.  
  484. # Radio devices to disable on battery when not in use (not connected):
  485. # bluetooth, wifi, wwan
  486. #DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
  487.  
  488. # Battery charge thresholds (ThinkPad only, tp-smapi or acpi-call kernel module
  489. # required). Charging starts when the remaining capacity falls below the
  490. # START_CHARGE_TRESH value and stops when exceeding the STOP_CHARGE_TRESH value.
  491. # Main / Internal battery (values in %)
  492. #START_CHARGE_THRESH_BAT0=75
  493. #STOP_CHARGE_THRESH_BAT0=80
  494. # Ultrabay / Slice / Replaceable battery (values in %)
  495. #START_CHARGE_THRESH_BAT1=75
  496. #STOP_CHARGE_THRESH_BAT1=80
  497.  
  498. # ------------------------------------------------------------------------------
  499. # tlp-rdw - Parameters for the radio device wizard
  500. # Possible devices: bluetooth, wifi, wwan
  501.  
  502. # Hints:
  503. # - Parameters are disabled by default, remove the leading # to enable them.
  504. # - Separate multiple radio devices with spaces.
  505.  
  506. # Radio devices to disable on connect.
  507. #DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
  508. #DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
  509. #DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"
  510.  
  511. # Radio devices to enable on disconnect.
  512. #DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="wifi wwan"
  513. #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=""
  514. #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
  515.  
  516. # Radio devices to enable/disable when docked.
  517. #DEVICES_TO_ENABLE_ON_DOCK=""
  518. #DEVICES_TO_DISABLE_ON_DOCK=""
  519.  
  520. # Radio devices to enable/disable when undocked.
  521. #DEVICES_TO_ENABLE_ON_UNDOCK="wifi"
  522. #DEVICES_TO_DISABLE_ON_UNDOCK=""
Advertisement
Add Comment
Please, Sign In to add comment