| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Psensor is a graphical hardware monitoring application for Linux.
Note
OmniSensor can also be executed from TTY session without the need of a window manager / desktop manager simply by running omnisensor command
A new feature of PSensor is to allow manual fan speed controlling by writing PWM values to the pwm controllers each asociated to the certain fan managed by the kernel.
It relies on a simple user interface that lists all available cooling fans inside your computer.
json-c glib-2.0 libgtop-2.0 gio-unix-2.0 udisks2 libatasmart X11 libkmod
also check out build configuration for specific fatures: xmake f --menu then enter Project Configuartion
then build: xmake
Note
The GTK based desktop GUI will be removed in the future due to old unmaintained dependencies and code bloatware.
New GUI is currently located in src/new-gui/ and it will serve as the official desktop application of psensor fork
Same goes for the old web server which is currently very unsafe to use in terms of security.
🔽 Core library
✔️ Sensor reading
✔️ JSON Output of sensor values
🔽 Fan controller (!!! WARNING !!! It may not work correctly for any hardware. Be cautious when using it as it can cause GPU / CPU overheating)
🔽 Hardware Providers
❌ Sensor recording
🔽 Desktop GUI
🔽 Server
🔽 Web Interface
Note
On wayland when running with sudo psensor-ui can fail with ERROR new-gui/ui_entry.cpp:168: Error: SDL_Init(): No available video device
To fix this simply pass the -E flag to sudo : sudo -E psensor-ui
This preserves the environment variables
| Back | FazBrowse Home | New Git URL |