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
Prochaine révisionLes deux révisions suivantes
informatique:linux:ubuntu [13/05/2018 09:57] – [L'extinction ne fonctionne pas, le système redémarre après 5 secondes] cyrilleinformatique:linux:ubuntu [29/01/2022 14:10] – [Intel Iris Xe Grahpic] 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 36: Ligne 40:
  
      
 +
 +===== 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 =====
 +
 +Tips & Tricks
 +
 +  * [[https://www.techsupportalert.com/content/tips-and-tricks-ubuntu-after-installation-ubuntu-1804-lts.htm|Tips and Tricks for Ubuntu after Installation - Ubuntu 18.04 LTS]]
 +  * [[https://www.omgubuntu.co.uk/2018/04/things-to-do-after-installing-ubuntu-18-04|11 Things To Do After Installing Ubuntu 18.04 LTS ‘Bionic Beaver’]]
 +
 +LibreOffice:
 +
 +<code>
 +sudo add-apt-repository ppa:libreoffice/ppa
 +</code>
 +
 +Josm:
 +
 +<code>
 +wget -q https://josm.openstreetmap.de/josm-apt.key -O- | sudo apt-key add - echo deb https://josm.openstreetmap.de/apt $(lsb_release -sc) universe | sudo tee /etc/apt/sources.list.d/josm.list> /dev/null
 +</code>
 +
 +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
 +
  
 ===== Ubuntu 16.04 LTS ===== ===== Ubuntu 16.04 LTS =====
  
 Articles: Articles:
 +
   * [[https://www.linuxbabe.com/ubuntu/4-tips-speed-up-ubuntu-16-04|4 Tips to Speed Up Ubuntu 16.04 Even if You Have SSD]]   * [[https://www.linuxbabe.com/ubuntu/4-tips-speed-up-ubuntu-16-04|4 Tips to Speed Up Ubuntu 16.04 Even if You Have SSD]]
 +
  
 ==== Installer **PHP 5.6** ==== ==== Installer **PHP 5.6** ====
Ligne 70: Ligne 170:
  
   * éteindre le réseau avant l'extinction   * éteindre le réseau avant l'extinction
-  * ajouté à GRUB_CMDLINE_LINUX_DEFAULT dans ''/etc/default/grub''  from  [[https://askubuntu.com/questions/760851/ubuntu-16-reboots-seconds-after-shutdown|askubuntu 760851]]+  * ajouté à GRUB_CMDLINE_LINUX_DEFAULT dans ''/etc/default/grub'' (from [[https://askubuntu.com/questions/760851/ubuntu-16-reboots-seconds-after-shutdown|askubuntu 760851]])
       * reboot=pci       * reboot=pci
       * reboot=bios       * reboot=bios
       * acpi=force       * acpi=force
-  * Le Wake-on est désactivé+  * Le Wake-on est désactivé (from [[https://askubuntu.com/questions/914394/reboot-after-shutdown-ubuntu-16-04|askubuntu 914394]])
 <code bash> <code bash>
       $ sudo ethtool enp0s25       $ sudo ethtool enp0s25
Ligne 91: Ligne 191:
 </code> </code>
  
-La seule solution trouvée est dé débrancher l'alimentation secteur avant de demander l'extinction.+La seule solution trouvée est de débrancher l'alimentation secteur avant de demander l'extinction.
  
  
informatique/linux/ubuntu.txt · Dernière modification : 21/11/2023 18:28 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