• Stars
    star
    498
  • Rank 87,865 (Top 2 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A tool to help you control performance, energy, fan and comfort settings on TUXEDO laptops.

TUXEDO Control Center

The TUXEDO Control Center (short: TCC) gives TUXEDO laptop users full control over their hardware like CPU cores, fan speed and more.
To get a more detailed description of features, plans and the ideas behind please check our press release (english | german) and info pages (english | german).

Using it

There are pre-build packages for Ubuntu 16.04/18.04/20.04 as well as openSUSE Leap 15.x and Tumbleweed available at our repositories. For details please have a look over here.

Note: TCC depends on the tuxedo-io module from the tuxedo-keyboard package for some core functionality like fan control.

Project structure

tuxedo-control-center
|  README.md
|--src
|  |--ng-app            Angular GUI (aka electron renderer)
|  |--e-app             Electron main
|  |--service-app       Daemon part (Node 12)
|  |--common            Common shared sources
|  |  |--classes
|  |  |--models
|  |--dist-data         Data needed for packaging
|--build-src            Source used for building

Development setup

  1. Install git, gcc, g++, make, nodejs, npm and libudev-dev
    Ex (deb):

    curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
    
    sudo apt install -y git gcc g++ make nodejs libudev-dev
    
  2. Clone & install libraries

    git clone https://github.com/tuxedocomputers/tuxedo-control-center
    
    cd tuxedo-control-center
    
    npm install
    

    Note: Do not continue with npm audit fix. Known to cause various issues.

  3. Install service file that points to development build path (or use installed service from packaged version)

    Manual instructions:

    1. Copy tccd.service and tccd-sleep.service (from src/dist-data) to /etc/systemd/system/
    2. Edit the tccd.service (exec start/stop) to point to <dev path>/dist/tuxedo-control-center/data/service/tccd.
    3. Copy com.tuxedocomputers.tccd.conf to /usr/share/dbus-1/system.d/
    4. Start service systemctl start tccd. (And enable for autostart systemctl enable tccd tccd-sleep)

NPM scripts

npm run <script-name>

Script name Description
build Build all apps service/electron/angular
start Normal start of electron app after build
start-watch Start GUI with automatic reload on changes to angular directory
test-common Test common files (jasmine)
gen-lang Generate base for translation (ng-app/assets/locale/lang.xlf)
pack-prod -- all | deb | rpm Build and package for chosen target(s)
inc-version-patch Patch version increase (updates package.json files)
inc-version-minor Minor version increase (updates package.json files)
inc-version-major Major version increase (updates package.json files)

Debugging

Debugging of electron main and render process is configured for vscode in .vscode/launch.json

Screenshots

English

Systemmonitor

Dark Theme

Tools

Profiles

Profile Settings

About

German

Systemmonitor

Dark Theme

Tools

Profile

Profil Einstellungen

More Repositories

1

tuxedo-keyboard

This repository will no longer get any updates as the code here is now part of tuxedo-drivers https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.
C
300
star
2

tuxedo-fan-control

The TUXEDO Fan Control is a Application and Daemon for controlling the fans of CPU and GPU of your TUXEDO Notebook device.
TypeScript
60
star
3

keyboard-layouts

Laptop keyboards your own way!
44
star
4

tuxedo-tomte

Magic housekeeping package for TUXEDO books
Perl
35
star
5

tuxedo.sh

Anpassungen nach der Installation / Adjustments after installation
Shell
31
star
6

pulseeffects-presets

Collection of community-made presets for PulseEffects tailored for TUXEDO laptops.
20
star
7

tuxedo-touchpad-switch

Linux userspace driver to enable and disable the touchpads on TongFang/Uniwill laptops using a HID command.
C++
19
star
8

tuxedo-drivers

This is a read only mirror of this GitLab repository https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers. For contributions and bug reports please head over to GitLab.
C
16
star
9

tuxedo-cc-wmi

An interface to the WMI methods on TUXEDO laptops.
C
14
star
10

Tuxedo-Linux-Kernel-Self-Signed-Certificate

10
star
11

linux

This is a read only mirror of this GitLab repository https://gitlab.com/tuxedocomputers/development/packages/linux. For contributions and bug reports please head over to GitLab.
C
10
star
12

tuxedo-plymouth-one

TUXEDO style plymouth theme
9
star
13

tuxedo-systeminfos

Script used for support purposes to collect info about the system and send it to TUXEDO Computers.
Shell
9
star
14

tuxedo-dgpu-run

Shell
6
star
15

tuxedo-gtk-theme-one_v2

Gtk theme based on Arc
CSS
5
star
16

tuxedo-corefix-clevo-nh5xax

Fix for Clevo NH5xAx with Ryzen 9 3950x to make use of CPU cores 25-32
Shell
4
star
17

linux-meta

This is a read only mirror of this GitLab repository https://gitlab.com/tuxedocomputers/development/packages/linux-meta. For contributions and bug reports please head over to GitLab.
Shell
3
star
18

mytuxedo-desktop-client

C++
1
star
19

wallpapers

1
star