Package Details: tuxedo-control-center-bin 2.0.7-1

Git Clone URL: https://aur.archlinux.org/tuxedo-control-center-bin.git (read-only, click to copy)
Package Base: tuxedo-control-center-bin
Description: A tool to help you control performance, energy, fan and comfort settings on TUXEDO laptops.
Upstream URL: https://github.com/tuxedocomputers/tuxedo-control-center
Keywords: TUXEDO
Licenses: GPL3
Conflicts: auto-cpufreq, tuxedo-control-center
Replaces: tuxedo-control-center
Submitter: StevenSeifried
Maintainer: StevenSeifried
Last Packager: StevenSeifried
Votes: 22
Popularity: 0.023856
First Submitted: 2021-08-08 14:20 (UTC)
Last Updated: 2023-05-23 16:35 (UTC)

Latest Comments

1 2 3 Next › Last »

a_manthey commented on 2023-03-29 20:09 (UTC) (edited on 2023-03-29 20:10 (UTC) by a_manthey)

after update of package tuxedo-control-center does not start from autostart on gnome wayland or wayfire. So i tried to start from console:

$ tuxedo-control-center
[2982:0329/120914.557864:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. 
Rather than run without sandboxing I'm aborting now. 
You need to make sure that /opt/tuxedo-control-center/chrome-sandbox is owned by root and has mode 4755.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

The file "/opt/tuxedo-control-center/chrome-sandbox" has mode 755 at this time and is owned by root. After running

# chmod 4755 /opt/tuxedo-control-center/chrome-sandbox

tuxedo-control-center starts as expected.

StevenSeifried commented on 2023-03-29 18:39 (UTC)

@a_manthey where are you getting that message? I tried to reproduce the issue, but without success. journalctl | grep -E "SUID sandbox" founds nothing. I can add it, but without being able to reproduce the problem myself, I'd like to do so reluctantly

a_manthey commented on 2023-03-29 16:53 (UTC)

After every update i get this error:

The SUID sandbox helper binary was found, but is not configured correctly. 
Rather than run without sandboxing I'm aborting now. 
You need to make sure that /opt/tuxedo-control-center/chrome-sandbox is owned  by root and has mode 4755.
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)

Adding this line to PKGBUILD solved it:

chmod 4755 "${pkgdir}"/opt/tuxedo-control-center/chrome-sandbox

barskern commented on 2023-03-18 12:35 (UTC)

When running this with linux kernel 6.2.6 in sway with wayland I get the following error:

The futex facility returned an unexpected error code.
[1]    5880 IOT instruction (core dumped)  tuxedo-control-center oruud

Though the tccd service starts successfully. Anyone faced a similar issue?

FederAndInk commented on 2022-08-25 04:36 (UTC)

I made it working by uninstalling all dmks modules (and dkms itself) also cleaned the residual file in the src tree: /usr/src/tuxedo-keyboard-3.0.10 and /usr/src/tuxedo-keyboard-3.0.9, rebooted, then reinstalling this, and it worked

koutheir commented on 2022-08-24 23:22 (UTC) (edited on 2022-08-24 23:23 (UTC) by koutheir)

On Linux 5.15.62-1-lts, I installed tuxedo-keyboard version 3.0.9-1 (downgraded it from version 3.0.10-3) along with tuxedo-control-center-bin version 1.1.5-1. I rebooted and all was working as before.

FederAndInk commented on 2022-08-24 10:20 (UTC) (edited on 2022-08-24 10:21 (UTC) by FederAndInk)

I'm getting:

Failed to insert module 'tuxedo_io': Invalid argument
Failed to insert module 'tuxedo_keyboard': Invalid argument

BPF:[109479] Invalid kind:19
failed to validate module [tuxedo_keyboard] BTF: -22

Any idea why? And how to fix this?

kernel: linux-lts 5.15.62-1 tuxedo-keyboard: 3.0.10-3

onurbbr commented on 2022-04-14 12:35 (UTC) (edited on 2022-04-14 12:35 (UTC) by onurbbr)

[onur@archlinux ~]$ tuxedo-control-center [2601:0414/152205.754960:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/tuxedo-control-center/chrome-sandbox is owned by root and has mode 4755. Trace/breakpoint trap (core dumped)

chmod -R 755 "${pkgdir}"/opt/tuxedo-control-center/

This command breaks chrome-sandbox. You can also see it in the output above. You should add chmod string like this

chmod 4755 "${pkgdir}"/opt/tuxedo-control-center/chrome-sandbox

Dwa30v commented on 2022-03-04 16:40 (UTC) (edited on 2022-03-05 08:32 (UTC) by Dwa30v)

UPDATE: This error was related to the manjaro community package tuxedo-control-center and not this AUR package tuxedo-control-center-bin.

More info: https://github.com/tuxedocomputers/tuxedo-control-center/issues/186#issuecomment-1058613100

$ tuxedo-control-center 
/bin/sh: line 1: prime-select: command not found
/bin/sh: line 1: prime-supported: command not found
[11684:0304/152709.557226:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

freerider commented on 2022-01-01 16:56 (UTC) (edited on 2022-01-01 16:57 (UTC) by freerider)

fan control didn't worked for me either. the status of tccd.service mentioned: cant' find tuxedo_io. an installation of the linux kernel headers for the used kernel version and a reboot solved that problem for me - even on 5.15. the kernel module is now been build