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
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ _**Note:**_
14
14
-[Building](#building)
15
15
-[Usage](#usage)
16
16
-[Features](#features)
17
+
-[Screenshots](#screenshots)
17
18
-[Dependencies](#dependencies)
18
19
-[Configuration](#configuration)
19
20
-[Examples](#examples)
@@ -67,16 +68,17 @@ To install **Undervolt Go** on your system, follow these steps:
67
68
- You can download the Graphical Interface version (Pro version) or the CLI version.
68
69
- The GUI version can also run the CLI commands. The commands need to be passed to `undervolt-go-pro`
69
70
2. Extract the archive. You should now have the following files:
70
-
1. undervolt-go or undervolt-go-pro
71
-
2. install-undervolt.sh
72
-
3. uninstall-undervolt.sh
73
-
4. update-undervolt.sh
74
-
5. icon.png (in case of Pro version)
75
-
3. Simply make install-undervolt.sh executable (or update-undervolt.sh if you already have Undervolt Go installed on your system):
71
+
1.`undervolt-go` or `undervolt-go-pro`
72
+
2.`install-undervolt.sh`
73
+
3.`uninstall-undervolt.sh`
74
+
4.`update-undervolt.sh`
75
+
5.`icon.png` (in case of Pro version)
76
+
3. Open Terminal and navigate to the directory containing the undervolt-go or undervolt-go-pro executable. You can often simply launch Terminal in the active folder with a right-click.
77
+
4. Simply make `install-undervolt.sh` executable (or `update-undervolt.sh` if you already have Undervolt Go installed on your system):
76
78
-`chmod +x install-undervolt.sh`
77
-
- or you can right click install-undervolt.sh, go to Properties, and in the Permissions tab, tick 'Make executable'
78
-
4. If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)
79
-
5. Run install-undervolt.sh (or update-undervolt.sh) with sudo (it's always recommended to check the script by opening it in a text editor before executing it)
79
+
- or you can right click `install-undervolt.sh`, go to Properties, and in the Permissions tab, tick 'Make executable'
80
+
5. If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)
81
+
6. Run `install-undervolt.sh` (or `update-undervolt.sh`) with sudo (it's always recommended to check the script by opening it in a text editor before executing it)
80
82
`sudo ./install-undervolt.sh`
81
83
82
84
## Usage
@@ -144,6 +146,19 @@ To install **Undervolt Go** on your system, follow these steps:
144
146
-**Temperature Monitoring:** Monitor and display the current temperature of the CPU.
145
147
-**Fan Monitoring:** Monitor and display the current fan speed of the CPU.
146
148
149
+
## Screenshots
150
+
| Description | Screenshot |
151
+
| --- | --- |
152
+
| Voltage Offsets ||
153
+
| Power Limit ||
154
+
| Temperature Limit ||
155
+
| Other Flags ||
| Version ||
161
+
147
162
## Dependencies
148
163
149
164
-**For usage**
@@ -225,9 +240,9 @@ To edit `sudoers` file,
225
240
226
241
Mehtod 2: With installation:
227
242
228
-
- Navigate to the undervolt-go or undervolt-go-pro directory: Change to the directory containing the undervolt-go executable or undervolt-go-pro executable for graphical version, along with the install-undervolt.sh, uninstall-undervolt.sh and update-undervolt.sh scripts. Make sure that all the files are in the same directory.
243
+
- Navigate to the undervolt-go or undervolt-go-pro directory: Change to the directory containing the undervolt-go executable or undervolt-go-pro executable for graphical version, along with the `install-undervolt.sh`, `uninstall-undervolt.sh` and `update-undervolt.sh` scripts. Make sure that all the files are in the same directory.
229
244
- Open Terminal: Launch your terminal application in the undervolt-go or undervolt-go-pro directory.
230
-
- Install Undervolt Go: Run the install-undervolt.sh script:
245
+
- Install Undervolt Go: Run the `install-undervolt.sh` script:
231
246
`sudo ./install-undervolt.sh`
232
247
- Run Undervolt Go:
233
248
- For `undervolt-go`, you can now use 'Undervolt Go' from any directory. Run the `undervolt-go` command with root privileges:
0 commit comments