You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,31 @@ How to use it?
5
5
6
6
I) Compile or download compiled package from https://github.com/sleepingtux/TCD_COMMUNITY_PACKAGE
7
7
8
-
II) make a profile for your computer. Take a look of some exemple in https://github.com/sleepingtux/TCD_COMMUNITY_PACKAGE
9
-
You should have a config file tcd_config.yaml near the binary.
10
-
In this file, you should configure:
11
-
Directory_Profile: "profile" ==> if the directory "profile" is near the binary or "/home/user/profile" if you put it on a directory "profile" in your home for exemple
12
-
Profile_Battery: "pulse_battery.yaml" ==> name of the file that contain the profile for battery
13
-
Profile_Power: "pulse_power.yaml" ==> name of the file that contain the profile for ac
8
+
II) make a profile for your computer. Take a look of some exemple in https://github.com/sleepingtux/TCD_COMMUNITY_PACKAGE\
9
+
You should have a config file tcd_config.yaml near the binary.\
10
+
In this file, you should configure:\
11
+
Directory_Profile: "profile" ==> if the directory "profile" is near the binary or "/home/user/profile" if you put it on a directory "profile" in your home for exemple\
12
+
Profile_Battery: "pulse_battery.yaml" ==> name of the file that contain the profile for battery\
13
+
Profile_Power: "pulse_power.yaml" ==> name of the file that contain the profile for ac\
14
14
IF you got a dedicated gpu, dont forger to add a GPU Curve!!!
15
15
16
16
III) Install tuxedo-keyboard (it's needed to use it)
17
17
18
-
IV) you could test the settings with launching in root ./TCD_COMMUNITY
18
+
IV) you could test the settings with launching in root ./TCD_COMMUNITY \
19
19
TAKE A LOOKS OF THE TEMPERATURE!!!! Before forget it in background.
20
20
21
-
V) If all is ok, make a service to launch it on start.
22
-
For exemple here is my systemd service:
23
-
[unit]
24
-
Description=TCD Community
25
-
[Service]
26
-
Type=simple
27
-
WorkingDirectory=/opt/TCD_Community
28
-
ExecStart=/opt/TCD_Community/TCD_COMMUNITY
29
-
StandardOutput=syslog
30
-
StandardError=syslog
31
-
SyslogIdentifier=TCD_Community
32
-
User=root
33
-
Group=root
34
-
[Install]
21
+
V) If all is ok, make a service to launch it on start.\
0 commit comments