# TUXEDO Computers

## Introduction

TUXEDO Computers est fabricant d'ordinateurs originaire d'Allemagne qui produit des configs entièrement custom et avec du matériel parfaitement optimisé pour l'exécution de Linux.

## Logiciels

Voici deux logiciels indispensable si vous possédez un laptop de la marque.

Les commandes d'installations ci-dessous sont pour la distribution Linux Fedora.

### BIOS

Pour accéder au menu du bios, appuyer sur la touche `F2` au démarrage ou `F7` pour le menu de boot.

### Tuxedo Keyboard

Kernel module pour le rétroéclairage du clavier

{% hint style="warning" %}
Pré-requis : Assurez-vous qu&#x65;**`kernel-devel`**&#x73;oit installé pour la version du noyau en cours d'exécution
{% endhint %}

```bash
sudo dnf in kernel-devel
```

```bash
sudo dnf copr enable kallepm/tuxedo-keyboard	  # Activate repo Copr ("Community projects")
sudo dnf install tuxedo-keyboard		  # Install Tuxedo Keyboard
```

{% hint style="success" %}
Source : <https://copr.fedorainfracloud.org/coprs/kallepm/tuxedo-keyboard/>
{% endhint %}

{% hint style="info" %}
Site officiel :  <https://github.com/tuxedocomputers/tuxedo-keyboard>
{% endhint %}

### Tuxedo Control Center

Un outil pour vous aider à contrôler les paramètres de performance, d'énergie, de ventilation et de confort sur les ordinateurs portables TUXEDO.

{% hint style="warning" %}
Pré-requis : **Tuxedo Keyboard** doit être installer avant
{% endhint %}

```bash
sudo dnf copr enable kallepm/tuxedo-control-center  # Activate repo Copr ("Community projects")
sudo dnf install tuxedo-control-center              # Install Tuxedo Control Center
```

{% hint style="success" %}
Source : <https://copr.fedorainfracloud.org/coprs/kallepm/tuxedo-control-center/>
{% endhint %}

{% hint style="info" %}
Site officie : <https://github.com/tuxedocomputers/tuxedo-control-center>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.chamallow.com/1.-technologie/hardware/informatique/tuxedo-computers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
