diff options
Diffstat (limited to 'x200-my.confd')
-rw-r--r-- | x200-my.confd | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/x200-my.confd b/x200-my.confd index 35d26bd..4de394d 100644 --- a/x200-my.confd +++ b/x200-my.confd | |||
@@ -1,9 +1,46 @@ | |||
1 | # /etc/conf.d/x200-my: config file for /etc/init.d/x200-my | 1 | # /etc/conf.d/x200-my: config file for /etc/init.d/x200-my |
2 | 2 | ||
3 | # Options to pass to the x200-my daemon. | 3 | ######################################### |
4 | # Options to pass to the x200-my daemon # | ||
5 | ######################################### | ||
6 | |||
7 | # Is this machine a Thinkpad X200? If so, x200-my can eliminate the | ||
8 | # whining noise that is noticeable when the brightness of the screen | ||
9 | # is lowered. | ||
10 | |||
11 | is_thinkpad_x200="yes" # (yes|no) | ||
4 | 12 | ||
5 | PWMFREQ_RATE="0x8bb7b16dc5b6a" | 13 | PWMFREQ_RATE="0x8bb7b16dc5b6a" |
6 | 14 | ||
15 | #################### | ||
16 | # Privacy settings # | ||
17 | #################### | ||
18 | |||
19 | # To enable privacy settings, set enable_privacy to 'true' and supply | ||
20 | # the right name of the wired internet interface that may or may not | ||
21 | # be connected to the internet so that its MAC address can be spoofed | ||
22 | # at startup. Additionally, x200-my will delete /etc/dhcpcd.duid, | ||
23 | # which will make dhcpcd generate a new DUID-LLT based file with an | ||
24 | # updated timestamp and the link-layer address of the network | ||
25 | # interface that is connected to the DHCP device at the time that the | ||
26 | # DUID is generated. | ||
27 | |||
28 | # IMPORTANT NOTICE: As dhcpcd uses ANY ONE network interface that is | ||
29 | # connected to the DHCP device to generate the DIUD-LLT file, the | ||
30 | # wireless interface MUST have its MAC address spoofed as well. To | ||
31 | # make wpa_supplicant handle this, add the following two lines in | ||
32 | # /etc/wpa_supplicant/wpa_supplicant.conf: | ||
33 | # mac_addr=1 | ||
34 | # preassoc_mac_addr=1 | ||
35 | |||
36 | # Finally, it is advisable to set the hostname to "localhost" and have | ||
37 | # "hostname_short" in /etc/dhcpcd.conf so that the actual hostname of | ||
38 | # the machine should not be sent to the DHCP server. | ||
39 | |||
40 | enable_privacy="false" # either 'true' or 'false' | ||
41 | wired_interface="" # supply the actual interface name! In case of | ||
42 | # doubt, see the output of 'ls /sys/class/net/' | ||
43 | |||
7 | ################## | 44 | ################## |
8 | # Backup options # | 45 | # Backup options # |
9 | ################## | 46 | ################## |