HP TouchScreen 600

De Admin -- TALEVAS.
(Différences entre les versions)
 
(9 révisions intermédiaires par un utilisateur sont masquées)
Ligne 1 : Ligne 1 :
!!! installer une DEBIAN 11 !!!
+
!!! 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/
 
https://itsubuntu.com/install-nvidia-drivers-on-debian-11/
Ligne 8 : Ligne 17 :
 
  sudo apt install nvidia-driver
 
  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
  
  
Ligne 14 : Ligne 31 :
  
 
Le wifi =>
 
Le wifi =>
  apt instal firmware-misc-nonfree
+
  apt install firmware-misc-nonfree
  
 
Activer autologin => passer par GDM le fichier ... c'est un gros fail !
 
Activer autologin => passer par GDM le fichier ... c'est un gros fail !
 
  vi /etc/gdm3/daemon.conf
 
  vi /etc/gdm3/daemon.conf
 +
 +
 +
sudo apt install python3-pip python3-pyqt5 vim htop iftop net-tools git
 +
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