HP TouchScreen 600
De Admin -- TALEVAS.
(Différences entre les versions)
(Page créée avec « Problème d'affichage ubuntu 22.04 https://forums.developer.nvidia.com/t/ubuntu-22-04-lts-with-geforce-210-unable-to-install-nvidia-drivers/222935 add-apt-repository ppa:... ») |
|||
| (16 révisions intermédiaires par un utilisateur sont masquées) | |||
| Ligne 1 : | Ligne 1 : | ||
| − | + | !!! 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 | ||
| − | add-apt-repository | + | |
| + | |||
| + | |||
| + | 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 update | ||
| − | apt install nvidia- | + | 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 | ||
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