Outils pour utilisateurs

Outils du site


informatique:linux:ubuntu

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:linux:ubuntu [29/12/2018 16:05] – [Ubuntu 18.04 LTS] cyrilleinformatique:linux:ubuntu [21/11/2023 18:28] (Version actuelle) – [Get BIOS version] cyrille
Ligne 19: Ligne 19:
   sudo ppa-purge ppa:oibaf/graphics-drivers   sudo ppa-purge ppa:oibaf/graphics-drivers
  
 +Ajouter une clé de dépôt:
 +<code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00000000</code>
 ==== Sources list ==== ==== Sources list ====
  
-MariaDB : https://downloads.mariadb.org/mariadb/repositories +  * MariaDB : https://downloads.mariadb.org/mariadb/repositories 
 +  * Php : https://launchpad.net/~ondrej/+archive/ubuntu/php 
 +  * Docker: https://docs.docker.com/engine/installation/linux/ubuntulinux/ 
 +  * Google Chrome: ''deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main''
  
 ==== Application desktop file ==== ==== Application desktop file ====
Ligne 35: Ligne 39:
   $ update-mime-database ~/.local/share/mime   $ update-mime-database ~/.local/share/mime
  
-  +==== Désactiver Bluetooth ==== 
 + 
 +<code> 
 +sudo rfkill block bluetooth 
 +sudo rfkill list 
 +</code> 
 + 
 +<code> 
 +# sudo nano /etc/udev/rules.d/81-bluetooth-hci.rules 
 + 
 +</code> 
 + 
 +==== Get BIOS version ==== 
 + 
 +<code bash> 
 +# simple 
 +sudo dmidecode -s bios-version 
 +# plus verbeux 
 +sudo dmidecode -t bios -q 
 +</code> 
 + 
 +===== Intel Iris Xe Graphic ===== 
 + 
 +Avec les nouveaux cpu Intel 11th Gen le GPU intégré est "Intel Iris Xe Grahpic". Je cherche à remplacer le driver "i915" par "iris"
 + 
 +<code bash> 
 +$ inxi 
 +CPU: Quad Core 11th Gen Intel Core i7-1165G7 (-MT MCP-)  
 + 
 +$ lspci -nnk | grep -iA2 VGA 
 +00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
 + Subsystem: Intel Corporation Iris Xe Graphics [8086:9a49] 
 + Kernel driver in use: i915 
 + 
 +$ inxi -G 
 +Graphics: 
 +  Device-1: Intel TigerLake GT2 [Iris Xe Graphics] driver: i915 v: kernel  
 +  Device-2: Chicony Chicony USB2.0 Camera type: USB driver: uvcvideo  
 +  Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting  
 +  unloaded: fbdev,vesa resolution: 1: 1600x900 2: 1920x1080~60Hz  
 +  OpenGL: renderer: Mesa Intel Xe Graphics (TGL GT2)  
 +  v: 4.6 Mesa 21.2.0-devel (git-629e834 2021-05-15 hirsute-oibaf-ppa)  
 +</code> 
 + 
 +  * [[https://askubuntu.com/questions/1309561/ubuntu-20-10-how-to-use-iris-driver-with-intel-iris-xe-graphics|Ubuntu 20.10 How to use iris driver with intel Iris Xe graphics]] 
 + 
 +Nouveaux drivers via oibaf https://launchpad.net/%7Eoibaf/+archive/ubuntu/graphics-drivers (don't forget to call ''apt upgrade''). 
 + 
 +Mais pas de changement : 
 +<code bash> 
 +$ lsmod|grep video 
 +video  49152  1 i915 
 +</code> 
 + 
 +Toujours est-il qu'il n'existe pas de module ''iris''
 +<code bash> 
 +$ sudo modprobe --verbose i915 
 +$ sudo modprobe --verbose iris 
 +modprobe: FATAL: Module iris not found in directory /lib/modules/5.11.0-17-generic 
 +</code> 
 + 
 +Aucune référence à iris ou xe dans les packages 
 +<code> 
 +$ apt search driver | grep -i intel 
 + 
 +WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 
 + 
 +  création de graphes graphviz à partir d'informations de codec HDA-Intel 
 +  Pilote VAAPI pour la famille Intel G45 et HD Graphics 
 +  VAAPI driver for Intel G45 & HD Graphics family 
 +intel-gpu-tools/hirsute 1.25-2.1 amd64 
 +  Outils de débogage des pilotes graphiques Intel 
 +intel-media-va-driver/hirsute,now 21.1.1+dfsg1-1 amd64  [installé, automatique] 
 +  VAAPI driver for the Intel GEN8+ Graphics family 
 +intel-media-va-driver-non-free/hirsute 21.1.1+ds1-1 amd64 
 +  VAAPI driver for the Intel GEN8+ Graphics family 
 +libdrm-intel1/hirsute,now 2.4.105+git2105101700.cfbea7~oibaf~h amd64  [installé, automatique] 
 +  interface pour les services DRM du noyau spécifiques à Intel - exécutables 
 +  Intel graphics compiler for OpenCL -- media tools 
 +  Intel Graphics Memory Management Library -- development files 
 +  Intel Graphics Memory Management Library -- shared library 
 +  Intel C for Media Runtime -- development files 
 +  Intel C for Media Runtime -- shared library 
 +  Buffer manager for the GPU of Intel Cedar Trail chipsets. 
 +  Buffer manager for the GPU of Intel Cedar Trail chipsets. 
 +xserver-xorg-video-intel/hirsute,now 2:2.99.917+git20200714-1ubuntu1 amd64  [installé, automatique] 
 +  serveur X pour X.org – pilote d'affichage Intel i8xx et i9xx 
 +</code>
  
 ===== Ubuntu 18.04 LTS ===== ===== Ubuntu 18.04 LTS =====
Ligne 56: Ligne 147:
 </code> </code>
  
-Installer Php5.6 et Php7.x : [[https://tecadmin.net/install-php5-on-ubuntu/|https://tecadmin.net/install-php5-on-ubuntu/]]+Mysql: https://downloads.mariadb.org/mariadb/repositories/#mirror=ovh&distro=Ubuntu&distro_release=bionic--ubuntu_bionic&version=10.2 
 + 
 +Installer Php5.6 et Php7.x : 
 +  * [[https://tecadmin.net/install-php5-on-ubuntu/|https://tecadmin.net/install-php5-on-ubuntu/]] 
 +  * packages: https://launchpad.net/~ondrej/+archive/ubuntu/php
  
  
informatique/linux/ubuntu.1546095928.txt.gz · Dernière modification : 29/12/2018 16:05 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki