HP TouchScreen 600

De Admin -- TALEVAS.
(Différences entre les versions)
 
Ligne 37 : Ligne 37 :
  
  
  sudo apt install python3-pip python3-pyqt5 vim htop iftop net-tools
+
  sudo apt install python3-pip python3-pyqt5 vim htop iftop net-tools git
 
  pip install kanboard
 
  pip install kanboard

Version actuelle en date du 4 avril 2023 à 15:46

!!! installer une DEBIAN 10 !!!

apt-add-repository contrib
apt-add-repository non-free
apt update
apt install nvidia-detect
apt install nvidia-legacy-340xx-driver



https://itsubuntu.com/install-nvidia-drivers-on-debian-11/

sudo apt-add-repository contrib
sudo apt-add-repository non-free
sudo apt update
sudo apt install nvidia-driver


Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:

# Debian Sid
 deb http://deb.debian.org/debian/ sid main contrib non-free non-free-firmware

Update the list of available packages, then we can install the nvidia-legacy-340xx-driver package, plus the necessary firmware:

apt update
apt install nvidia-legacy-340xx-driver firmware-misc-nonfree


La partie TouchScreen =>

https://github.com/glorang/nwfermi

Le wifi =>

apt install firmware-misc-nonfree

Activer autologin => passer par GDM le fichier ... c'est un gros fail !

vi /etc/gdm3/daemon.conf


sudo apt install python3-pip python3-pyqt5 vim htop iftop net-tools git
pip install kanboard