#1 Le 27/08/2021, à 00:03
- Pindrey
Essai d'installation du support de l'API Vulkan sur ubuntu 20
Bonjour,
Excusez-moi mais en ce moment j'éssaye d'installer le support de l'API Vulkan sur ubuntu 20 et a chaque fois que je fait la commande "sudo add-apt-repository ppa:oibaf/graphics-drivers" le terminal me dit ça:
~$ sudo add-apt-repository ppa:oibaf/graphics-drivers
PLEASE READ: don't email me to report bugs, unless you are sure it's a packaging bug. Not only is email not a good tool for tracking bugs, it also excludes anybody else from tracking or working on the issue. Please read the section "Debugging and reporting problems" below.
Also, please don't ask me to include non-free drivers, I won't do it.
Patches and suggestions are welcomed.
=============
All Ubuntu architectures are supported.
Supported Ubuntu versions:
- 20.04 (focal) <- supported
- 21.04 (hirsute) <- supported
- 21.10 (impish) <- supported
For forum support see: http://goo.gl/qoUpWK
=== Introduction ===
This PPA provides updated free graphics drivers packages for radeon, intel and nvidia hardware. Updates packages provide:
* all driver packages are automagically built every day, when there are upstream changes
* Vulkan 1.2+ and OpenGL 4.6+ : http://mesamatrix.net
* gallium-nine support. Read the specific section below
* VDPAU and VAAPI Gallium3D accelerated video drivers (see below)
* packages built against latest stable LLVM
* mesa packages built with gcc LTO for smaller binary size (~10-15%) and improved performance
As an added bonus I may include some updated open source games (backported from Debian or newer Ubuntu).
=== Basic usage ===
See "Adding this PPA to your system" later on, or just do:
sudo add-apt-repository ppa:oibaf/graphics-drivers
and update your Ubuntu with the package here.
=== Using gallium-nine ===
Gallium-nine lets you run DirectX 9 games in a faster way, avoiding the inefficient translation of D3D9 calls to OpenGL. For more info see https://wiki.ixit.cz/d3d9
You need:
* enable this PPA (see previous paragraph)
* then follow the instructions to install wine from this PPA: https://launchpad.net/~commendsarnex/+a … u/winedri3
=== Using alternative drivers - Here be dragons ===
* zink - OpenGL emulated on a Vulkan driver:
Set MESA_LOADER_DRIVER_OVERRIDE=zink
* Old Intel i965 OpenGL driver (iris is the default):
Set MESA_LOADER_DRIVER_OVERRIDE=i965
* llvmpipe OpenGL software render:
Set MESA_LOADER_DRIVER_OVERRIDE=llvmpipe
* Other options here: https://www.mesa3d.org/envvars.html
=== Using accelerated video ===
Supported VDPAU drivers: r300, r600, radeonsi, nouveau
Supported VAAPI drivers: r600, radeonsi
* First you need to install mesa-vdpau-drivers package:
sudo apt-get install mesa-vdpau-drivers
* Then to test the VDPAU driver with mpv use:
$ mpv --hwdec=vdpau yourvideofile
=== Upgrading to a newer Ubuntu ===
It is *strongly* suggested to remove all packages from this PPA before updating to a newer Ubuntu release. See the section "Revert to original drivers" later on.
Then, after the upgrade, you can add again this PPA.
=== Debugging and reporting problems ===
If you have some problem with the drivers try running the application from the command line and see if there are graphics related warnings. Also type dmesg to see if there are other related information here.
If you get crashes install the relevant -dbg pacakges (libgl1-mesa-dri-dbg or libgl1-mesa-dri-experimental-dbg for 3D drivers and xserver-xorg-video-intel-dbg , xserver-xorg-video-nouveau-dbg or xserver-xorg-video-radeon-dbg for X drivers) and reproduce the crash with gdb. Example:
$ gdb glxgears
[...make your application crash and then get a backtrace with:]
(gdb) bt
If X.org crashes look at /var/log/Xorg.0.log (or /var/log/Xorg.0.log.old when a new X session is started after the crash).
With the gathered information try searching at https://bugs.freedesktop.org/query.cgi (also try with google) if someone already reported a similar bug. If not you may want to report a new bug:
for 3D drivers bugs: https://www.mesa3d.org/bugs.html
for X / 2D driver bugs: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
=== Revert to original drivers ===
To revert to standard Ubuntu drivers type the following in a prompt shell:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:oibaf/graphics-drivers
=== Donations ===
Some people asked me if I can accept donations to support this work. I don't, but if you have some spare money I would be happy if you could do a donation to a charity of your choice (for the poors, animals, whatever else you may think it might need it). Then feel free to send me a note about it!
Plus d’info : https://launchpad.net/~oibaf/+archive/u … cs-drivers
Appuyez sur [ENTRÉE] pour continuer ou sur Ctrl-c pour annuler l'ajout.
Atteint :1 http://deb.playonlinux.com cosmic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Ign :3 http://ppa.launchpad.net/bumblebee/stable/ubuntu focal InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Atteint :5 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :6 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal InRelease
Atteint :7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Atteint :8 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Atteint :9 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :10 http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal InRelease
Atteint :11 http://ppa.launchpad.net/maarten-baert/ … der/ubuntu focal InRelease
Atteint :12 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal InRelease
Err :13 http://ppa.launchpad.net/bumblebee/stable/ubuntu focal Release
404 Not Found [IP : 91.189.95.85 80]
Lecture des listes de paquets... Fait
E: Le dépôt http://ppa.launchpad.net/bumblebee/stable/ubuntu focal Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
y-a-t-il une solution pour régler ce problème ?
Hors ligne
#2 Le 27/08/2021, à 07:56
- xubu1957
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Bonjour,
Nota : notre modération a scindé le fil > [RESOLU]problème mise à jour
@Pindrey
Comme demandé dans le premier message du tutoriel Retour utilisable de commande
Pour ajouter toi-même les balises code à ton précédent message #1 :
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
~$ sudo add-apt-repository ppa:oibaf/graphics-drivers
PLEASE READ: don't email me to report bugs, unless you are sure it's a packaging bug. Not only is email not a good tool for tracking bugs, it also excludes anybody else from tracking or working on the issue. Please read the section "Debugging and reporting problems" below.
Also, please don't ask me to include non-free drivers, I won't do it.
Patches and suggestions are welcomed.
=============
All Ubuntu architectures are supported.
Supported Ubuntu versions:
- 20.04 (focal) <- supported
- 21.04 (hirsute) <- supported
- 21.10 (impish) <- supported
For forum support see: http://goo.gl/qoUpWK
=== Introduction ===
This PPA provides updated free graphics drivers packages for radeon, intel and nvidia hardware. Updates packages provide:
* all driver packages are automagically built every day, when there are upstream changes
* Vulkan 1.2+ and OpenGL 4.6+ : http://mesamatrix.net
* gallium-nine support. Read the specific section below
* VDPAU and VAAPI Gallium3D accelerated video drivers (see below)
* packages built against latest stable LLVM
* mesa packages built with gcc LTO for smaller binary size (~10-15%) and improved performance
As an added bonus I may include some updated open source games (backported from Debian or newer Ubuntu).
=== Basic usage ===
See "Adding this PPA to your system" later on, or just do:
sudo add-apt-repository ppa:oibaf/graphics-drivers
and update your Ubuntu with the package here.
=== Using gallium-nine ===
Gallium-nine lets you run DirectX 9 games in a faster way, avoiding the inefficient translation of D3D9 calls to OpenGL. For more info see https://wiki.ixit.cz/d3d9
You need:
* enable this PPA (see previous paragraph)
* then follow the instructions to install wine from this PPA: https://launchpad.net/~commendsarnex/+a … u/winedri3
=== Using alternative drivers - Here be dragons ===
* zink - OpenGL emulated on a Vulkan driver:
Set MESA_LOADER_DRIVER_OVERRIDE=zink
* Old Intel i965 OpenGL driver (iris is the default):
Set MESA_LOADER_DRIVER_OVERRIDE=i965
* llvmpipe OpenGL software render:
Set MESA_LOADER_DRIVER_OVERRIDE=llvmpipe
* Other options here: https://www.mesa3d.org/envvars.html
=== Using accelerated video ===
Supported VDPAU drivers: r300, r600, radeonsi, nouveau
Supported VAAPI drivers: r600, radeonsi
* First you need to install mesa-vdpau-drivers package:
sudo apt-get install mesa-vdpau-drivers
* Then to test the VDPAU driver with mpv use:
$ mpv --hwdec=vdpau yourvideofile
=== Upgrading to a newer Ubuntu ===
It is *strongly* suggested to remove all packages from this PPA before updating to a newer Ubuntu release. See the section "Revert to original drivers" later on.
Then, after the upgrade, you can add again this PPA.
=== Debugging and reporting problems ===
If you have some problem with the drivers try running the application from the command line and see if there are graphics related warnings. Also type dmesg to see if there are other related information here.
If you get crashes install the relevant -dbg pacakges (libgl1-mesa-dri-dbg or libgl1-mesa-dri-experimental-dbg for 3D drivers and xserver-xorg-video-intel-dbg , xserver-xorg-video-nouveau-dbg or xserver-xorg-video-radeon-dbg for X drivers) and reproduce the crash with gdb. Example:
$ gdb glxgears
[...make your application crash and then get a backtrace with:]
(gdb) bt
If X.org crashes look at /var/log/Xorg.0.log (or /var/log/Xorg.0.log.old when a new X session is started after the crash).
With the gathered information try searching at https://bugs.freedesktop.org/query.cgi (also try with google) if someone already reported a similar bug. If not you may want to report a new bug:
for 3D drivers bugs: https://www.mesa3d.org/bugs.html
for X / 2D driver bugs: https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
=== Revert to original drivers ===
To revert to standard Ubuntu drivers type the following in a prompt shell:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:oibaf/graphics-drivers
=== Donations ===
Some people asked me if I can accept donations to support this work. I don't, but if you have some spare money I would be happy if you could do a donation to a charity of your choice (for the poors, animals, whatever else you may think it might need it). Then feel free to send me a note about it!
Plus d’info : https://launchpad.net/~oibaf/+archive/u … cs-drivers
Appuyez sur [ENTRÉE] pour continuer ou sur Ctrl-c pour annuler l'ajout.
Atteint :1 http://deb.playonlinux.com cosmic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Ign :3 http://ppa.launchpad.net/bumblebee/stable/ubuntu focal InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Atteint :5 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease
Atteint :6 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal InRelease
Atteint :7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Atteint :8 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Atteint :9 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :10 http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal InRelease
Atteint :11 http://ppa.launchpad.net/maarten-baert/ … der/ubuntu focal InRelease
Atteint :12 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal InRelease
Err :13 http://ppa.launchpad.net/bumblebee/stable/ubuntu focal Release
404 Not Found [IP : 91.189.95.85 80]
Lecture des listes de paquets... Fait
E: Le dépôt http://ppa.launchpad.net/bumblebee/stable/ubuntu focal Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
_ _ _
Vu :
Err :13 http://ppa.launchpad.net/bumblebee/stable/ubuntu focal Release
404 Not Found [IP : 91.189.95.85 80]
Ce ppa bumblebee, n'est plus mis à jour depuis août 2015
Et je n'aborde pas le mélange des dépôts, du cosmic et du bionic sur une version 20.04 focal !
Dernière modification par xubu1957 (Le 11/09/2024, à 15:39)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#3 Le 27/08/2021, à 11:06
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
D'accord merci beaucoup je ne savais pas
Ducoup y a t-il une alternative pour installer les api vulkan ?
Hors ligne
#4 Le 27/08/2021, à 11:27
- xubu1957
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Montre le sources.list, pour le faire nettoyer :
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
et d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
Fournis aussi la carte graphique :
lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
Méthode détaillée :
Bonjour,
Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :
Ouvre le terminal avec ctrl-alt-t
Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)
Colle-la dans le terminal avec un clic molette, valide avec Entrée
Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse
Clique sur le <> de l'éditeur de message
Colle là où se trouve le curseur (entre le ] et le [)
Refais toutes les étapes depuis la 2 pour les autres commandes.
Dernière modification par xubu1957 (Le 27/08/2021, à 11:40)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#5 Le 27/08/2021, à 11:42
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
c'est ça ???
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu focal partner
44 # deb-src http://archive.canonical.com/ubuntu focal partner
45
46 deb http://security.ubuntu.com/ubuntu focal-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
48 deb http://security.ubuntu.com/ubuntu focal-security universe
49 # deb-src http://security.ubuntu.com/ubuntu focal-security universe
50 deb http://security.ubuntu.com/ubuntu focal-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
52
53 # This system was installed using small removable media
54 # (e.g. netinst, live or single CD). The matching "deb cdrom"
55 # entries were disabled at the end of the installation process.
56 # For information about how to configure apt package sources,
57 # see the sources.list(5) manual.
58 deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
59 # deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
60 deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
61 # deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-focal.list
1 deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal main
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-focal.list
1 deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
/etc/apt/sources.list.d/playonlinux.list
1 deb http://deb.playonlinux.com/ cosmic main
/etc/apt/sources.list.d/bumblebee-ubuntu-stable-focal.list
1 deb http://ppa.launchpad.net/bumblebee/stable/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/bumblebee/stable/ubuntu focal main
/etc/apt/sources.list.d/maarten-baert-ubuntu-simplescreenrecorder-focal.list
1 deb http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu focal main
/etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-focal.list
1 deb http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal main
Hors ligne
#6 Le 27/08/2021, à 11:48
- xubu1957
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Fournis les autres retours demandés au message #4.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#7 Le 27/08/2021, à 12:47
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
1) Tu as un problème avec le PPA bumblebee qui n'a apparemment pas de version Focal (20.04).
2) Vulkan est dans les dépôts Ubuntu. Le PPA Oibaf ne sert pas à l'installer mais propose de nouvelles versions des pilotes, essentiellement libres. Le PPA en question fournit la version de développement de Mesa, ce n'est pas une version stable, tu auras des problèmes avec à un moment ou à un autre, il est recommandé de l'utiliser seulement si on sait ce qu'on fait, qu'on comprend les conséquences et qu'on est capable de récupérer le système s'il est cassé (il n'est pas rare que Mesa devel apporte de gros problèmes graphiques, ça peut même arriver qu'on se retrouve sans affichage). Si tu utilises Mesa, je conseillerais de garder la version des dépôts. Si tu veux vraiment l'avoir plus à jour pour une raison quelconque, il vaut mieux utiliser le PPA de Kisak.
3) Qu'est-ce que tu as comme GPU et quel pilote est utilisé ? Si tu ne sais pas, donne le retour de :
lspci
glxinfo | grep OpenGL
4) Tu mélanges plusieurs dépôts tiers pour les pilotes (le PPA graphics-drivers de Canonical, Oibaf, peut-être bumblebee), ce qui n'est pas du tout une bonne idée. Accessoirement, tu as aussi le dépôt de Wine en double (18.04 et 20.04).
Avant de faire quoi que ce soit, il faudrait connaître ton GPU (question 3) pour te dire quoi installer/utiliser comme pilote et dépôts tiers éventuels.
EDIT : je rajoute une autre question :
5) Quand tu dis que tu chercher à installer l'API Vulkan, c'est pour jouer ou tu cherches à installer de quoi développer avec Vulkan ?
Dernière modification par abelthorne (Le 27/08/2021, à 12:50)
Hors ligne
#8 Le 27/08/2021, à 13:24
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM70 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
et
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 2000 (SNB GT1)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 21.0.3
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 21.0.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 21.0.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
c'est ça ???
Hors ligne
#9 Le 27/08/2021, à 14:14
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
GPU Intel HD Graphics 2000 intégré au CPU. Vraisemblablement un portable ? Apparemment pas de deuxième GPU nvidia avec, donc je ne comprends pas bien pourquoi tu avais ajouté le PPA bumblebee, à moins que quelque chose m'échappe ?
Ton GPU date de début 2011 (Sandy Bridge), a priori c'est mal barré pour pouvoir utiliser Vulkan avec, le support commence normalement avec la génération Haswell (celle qui a succédé à ton CPU fin 2012).
On va de toute façon faire du nettoyage mais je voudrais que tu fasses une dernière vérif avant : lance Logiciels et mises à jour et va dans Pilotes additionnels ; est-ce que tu as quelque chose de listé là ?
Hors ligne
#10 Le 27/08/2021, à 16:46
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
merci beaucoup de m'aider.
Je voudrais installer vulkan pour pouvoir lancer des jeux auquel je pouvait jouer mais d'un coup il m'on demander d'installer les nouveux driver vulkan il me semble alors j'ai cherché mais je n'ai soit pas trouvé soit pas réussi.
dans les pilottes aditionneels ils n'y a rien.
Après si je ne peux pas c'est pas grave au moins j'aurai éssayer ;-;
Hors ligne
#11 Le 27/08/2021, à 19:29
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Je n'ai peut-être pas été assez clair : ton matériel est tout simplement trop vieux pour utiliser Vulkan. Ton GPU (la puce graphique) ne gère pas certaines fonctionnalités hardware dont il a besoin.
Après, la question est de savoir qui/quoi t'a demandé d'installer Vulkan. Je peux supposer que c'est Lutris et/ou Steam qui le demandent pour DXVK (la couche Direct3D → Vulkan) qui est utilisé par défaut. Il y a des réglages à faire pour que les jeux utilisent OpenGL à la place, sachant que dans le cas de jeux Windows, ce sera limité à ceux qui utilisent DirectX 10 au mieux, donc grosso modo des jeux qui ont une dizaine d'années ou un peu moins. Et comme ton GPU n'est vraiment pas performant, ne t'attends pas à de super perfs.
Pour les réglages en question, il faudrait que tu en dises un peu plus sur les jeux que tu veux lancer :
- ce sont des jeux Windows ou Linux ?
- tu veux les lancer via Lutris ou Steam (ou les deux) ?
Dans tous les cas, on va faire un peu de nettoyage dans tes dépôts et paquets. On va supprimer le PPA Oibaf (qui t'apportera surtout des problèmes), celui de PlayOnLinux (il est complètement abandonné et POL est dans les dépôts Ubuntu), celui de Bumblebee (qui ne concerne que les PC avec un système de double GPU Intel + nvidia, ce n'est pas le cas du tien) et celui des pilotes de Canonical (qui propose uniquement des mises à jour des pilotes nvidia, il ne te concerne pas). Lance ces deux commandes dans un terminal :
cd /etc/apt/sources.list.d
sudo rm *.save oibaf-ubuntu-graphics-drivers-focal.list playonlinux.list bumblebee-ubuntu-stable-focal.list graphics-drivers-ubuntu-ppa-focal.list
On va en profiter pour faire un fichier dédié pour Wine, avec seulement la bonne version du dépôt. D'abord, édite ton sources.list :
sudo nano /etc/apt/sources.list
Supprime les quatre dernières lignes, celles qui concernent le dépôt winehq.org. Tu peux utiliser ctrl + K dans Nano pour effacer des lignes entières rapidement.
Une fois ces lignes supprimées, enregistre avec ctrl + O ; il va te demander le nom de fichier, valide simplement avec entrée. Ferme ensuite Nano avec ctrl + X.
Une fois que c'est fait, on va créer le fichier pour Wine :
sudo nano /etc/apt/sources.list.d/winehq.list
Dans le nouveau fichier qui s'ouvre, colle les deux lignes suivantes :
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
Enregistre et ferme Nano comme précédemment : ctrl + O, valide le nom avec entrée, ctrl + X.
Enfin, recharge la liste des dépôts (donne le retour) :
sudo apt-get update
puis donne le retour de la commande suivante :
apt list | grep "installé, local"
Hors ligne
#12 Le 27/08/2021, à 19:58
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
J'éssaye de faire fonctionner l'epic game launcher pour pouvoir jouer a ftl ou bien abzu ou plein d'autre petit jeu mais je ne peux plus le lancer et pareil pour steam litle nightmare warface et d'autre jeux.
quand j'éssaye de faire
sudo nano /etc/apt/sources.list
ça me met:
# deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
^G Aide ^O Écrire ^W Chercher ^K Couper ^J Justifier ^C Pos. cur. M-U Annuler M-A Marquer M-] -> Crochet M-Q Précédent
^X Quitter ^R Lire fich. ^\ Remplacer ^U Coller ^T Orthograp. ^_ Aller ligne M-E Refaire M-6 Copier ^Q Retrouver M-W Suivant
c'est normal que je n'e trouve pas le winehq.org
Dernière modification par Pindrey (Le 27/08/2021, à 19:59)
Hors ligne
#13 Le 27/08/2021, à 20:17
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Ce n'est pas juste l'affichage qui est tronqué ? Dans ton retour en #5, après la dernière ligne que tu montres là, tu devrais avoir encore ça :
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
Concernant le lancement des jeux, je ne sais pas ce qu'il en est de l'Epic Games Launcher : c'est le lanceur officiel que tu as installé (si oui, comment : Lutris ?) ou tu passes par un lanceur alternatif du style Legendary/Heroic Games Launcher ?
Pour les jeux Windows sur Steam, que tu lances avec Proton (Steam Play), est-ce que ça change quelque chose si tu modifies leurs propriétés et que tu indiques ce qui suit comme options de lancement ?
PROTON_USE_WINED3D=1 %command%
(La ligne est à mettre telle quelle.)
Dernière modification par abelthorne (Le 27/08/2021, à 20:17)
Hors ligne
#14 Le 27/08/2021, à 20:54
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Pour l'épic game launcher je l'est lancé sur lutris
et j'ai refait les dernière étapes
lima@BaDoDoRo2:~$ sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :2 http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal InRelease
Réception de :3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Atteint :5 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Atteint :6 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu focal InRelease
Réception de :7 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [522 kB]
Réception de :9 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [27,7 kB]
Réception de :10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [61,1 kB]
Réception de :11 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1169 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [282 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [629 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [848 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [351 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [10,3 kB]
4234 ko réceptionnés en 5s (929 ko/s)
Lecture des listes de paquets... Fait
lima@BaDoDoRo2:~$ apt list | grep "installé, local"
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
digimend-dkms/now 10 all [installé, local]
lima@BaDoDoRo2:~$
lima@BaDoDoRo2:~$ sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :2 http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal InRelease
Réception de :3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Atteint :5 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Atteint :6 http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu focal InRelease
Réception de :7 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [522 kB]
Réception de :9 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [27,7 kB]
Réception de :10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [61,1 kB]
Réception de :11 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1169 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [282 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [629 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [848 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [351 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [944 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [10,3 kB]
4234 ko réceptionnés en 5s (929 ko/s)
Lecture des listes de paquets... Fait
et:
lima@BaDoDoRo2:~$ apt list | grep "installé, local"
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
digimend-dkms/now 10 all [installé, local]
lima@BaDoDoRo2:~$
Et la commande steam n'améliore rien.
Dernière modification par Pindrey (Le 27/08/2021, à 20:57)
Hors ligne
#15 Le 27/08/2021, à 22:46
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Le paquet digimend-dkms a été installé manuellement ?
Pour ce qui est de Lutris, dans la colonne de gauche, clique sur l'engrenage à côté de Wine dans la section Runners. Dans l'onglet Runner options, décoche "Enable DXVK/VKD3D". Fais de même pour le launcher Epic : clic droit dessus → Configure → Runner options, décoche l'option DXVK. Est-ce que ça permet de le lancer ?
Quand tu dis que ça n'améliore rien pour Steam, tu as testé sur quel(s) jeu(x) ? Est-ce qu'ils se lancent quand même un peu ou pas du tout ?
Quelques questions supplémentaires : dans ton message #10, tu dis que tu pouvais jouer à certains jeux et que tu jour au lendemain on t'a demandé d'installer Vulkan ; il y a eu un changement au niveau de la config, des mises à jour, etc. entre le moment où ça marchait et celui où ça ne marchait plus ? C'était sur le même PC ? Si oui sur Ubuntu ou tu étais sur Windows avant ? C'était avec les jeux que tu cites plus haut ? Bref, essaie de donner plus de détails sur la situation.
Donne aussi le retour de :
dpkg -l | grep vulkan
Hors ligne
#16 Le 27/08/2021, à 23:39
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
oui le paquet a été instalé manuellement
La j'ai un gros problème... genre lutris veut plus s'ouvrir et les jeu lutris non plus on est d'accord c'est pas normal
???
[modif] je viens de trouver que lutris a crash juste avant et mtn pas moyen de le réouvrir j'ai aussi eu un souci d'espace de stockage rempli alors j'ai suprimé le jeu en question de steam mais maintenant je ne peut plus ouvrir lutris je crois que je suis un énorme boulet
Dernière modification par Pindrey (Le 27/08/2021, à 23:56)
Hors ligne
#17 Le 27/08/2021, à 23:46
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
les jeux steam que j'ai testé sont: we were here, litle nightmare 1,cs go et warface
je suis toujours resté sur ce pc sur linux ubuntu 20 je n'ai pas de dual boot
~$ dpkg -l | grep vulkan
ii libvulkan1:amd64 1.2.131.2-1 amd64 Vulkan loader library
ii libvulkan1:i386 1.2.131.2-1 i386 Vulkan loader library
ii mesa-vulkan-drivers:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 Mesa Vulkan graphics drivers
ii mesa-vulkan-drivers:i386 21.0.3-0ubuntu0.3~20.04.1 i386 Mesa Vulkan graphics drivers
Hors ligne
#18 Le 28/08/2021, à 09:01
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
[modif] je viens de trouver que lutris a crash juste avant et mtn pas moyen de le réouvrir j'ai aussi eu un souci d'espace de stockage rempli alors j'ai suprimé le jeu en question de steam mais maintenant je ne peut plus ouvrir lutris je crois que je suis un énorme boulet
D'abord, donne le retour de :
df -h
pour voir s'il y a effectivement des problèmes de place qui pourraient en entraîner d'autres.
je suis toujours resté sur ce pc sur linux ubuntu 20 je n'ai pas de dual boot
Avec Steam Play (Proton), il y a toujours eu DXVK par défaut. Avec Lutris, depuis que DXVK est installé automatiquement, il a toujours été actif par défaut. Donc si les jeux fonctionnaient avant dans les mêmes conditions sans paramètres particuliers, ça implique que ton PC gérait Vulkan ; or :
- d'après les infos que je trouve, ton GPU est trop vieux ;
- dans l'hypothèse où les infos en question ne sont pas à jour, tu as de toute façon les biblis installées.
On va quand même vérifier des infos supplémentaires pour voir s'il manque des paquets :
dpkg -l | grep mesa
dpkg -l | grep wine
dpkg -l | grep ubuntu-desktop
La dernière commande ne concerne qu'Ubuntu "tout court", la variante principale avec GNOME. Si tu es sur une autre variante (Kubuntu, Xubuntu...), ne la lance pas mais précise sur quelle variante/environnement tu es.
D'autre part, si c'est un PC portable, est-ce que tu connaîtrais sa marque et son modèle ?
Dernière modification par abelthorne (Le 28/08/2021, à 09:02)
Hors ligne
#19 Le 28/08/2021, à 10:48
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
pour le retour de la commande df-hg le voici:
~$ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
udev 7,8G 0 7,8G 0% /dev
tmpfs 1,6G 2,0M 1,6G 1% /run
/dev/sda5 457G 344G 91G 80% /
tmpfs 7,8G 4,1M 7,8G 1% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 7,8G 0 7,8G 0% /sys/fs/cgroup
/dev/loop0 236M 236M 0 100% /snap/audacity/910
/dev/loop2 33M 33M 0 100% /snap/chromium-ffmpeg/17
/dev/loop1 100M 100M 0 100% /snap/core/11420
/dev/loop3 56M 56M 0 100% /snap/core18/2074
/dev/loop4 100M 100M 0 100% /snap/core/11606
/dev/loop6 62M 62M 0 100% /snap/core20/1081
/dev/loop5 62M 62M 0 100% /snap/core20/1026
/dev/loop7 56M 56M 0 100% /snap/core18/2128
/dev/loop8 77M 77M 0 100% /snap/discord/122
/dev/loop9 242M 242M 0 100% /snap/gnome-3-38-2004/70
/dev/loop10 244M 244M 0 100% /snap/gnome-3-38-2004/39
/dev/loop11 256K 256K 0 100% /snap/gtk2-common-themes/13
/dev/loop13 65M 65M 0 100% /snap/gtk-common-themes/1514
/dev/loop12 219M 219M 0 100% /snap/gnome-3-34-1804/72
/dev/loop15 163M 163M 0 100% /snap/gnome-3-28-1804/145
/dev/loop14 66M 66M 0 100% /snap/gtk-common-themes/1515
/dev/loop16 63M 63M 0 100% /snap/istekram/12
/dev/loop17 139M 139M 0 100% /snap/krita/63
/dev/loop18 177M 177M 0 100% /snap/krita/64
/dev/loop19 165M 165M 0 100% /snap/gnome-3-28-1804/161
/dev/loop20 261M 261M 0 100% /snap/kde-frameworks-5-core18/32
/dev/loop21 219M 219M 0 100% /snap/gnome-3-34-1804/66
/dev/loop22 102M 102M 0 100% /snap/mc-installer/568
/dev/loop23 63M 63M 0 100% /snap/istekram/13
/dev/loop24 101M 101M 0 100% /snap/mc-installer/567
/dev/loop25 188M 188M 0 100% /snap/audacity/857
/dev/loop26 51M 51M 0 100% /snap/snap-store/547
/dev/loop27 51M 51M 0 100% /snap/snap-store/542
/dev/loop28 78M 78M 0 100% /snap/discord/128
/dev/loop29 180M 180M 0 100% /snap/spotify/46
/dev/loop30 128K 128K 0 100% /snap/tmnationsforever/47
/dev/loop32 296M 296M 0 100% /snap/vlc/2288
/dev/loop31 33M 33M 0 100% /snap/snapd/12883
/dev/loop33 154M 154M 0 100% /snap/opera-beta/108
/dev/loop34 256K 256K 0 100% /snap/tmnationsforever/40
/dev/loop35 302M 302M 0 100% /snap/obs-studio/1258
/dev/loop36 296M 296M 0 100% /snap/obs-studio/1251
/dev/loop37 180M 180M 0 100% /snap/spotify/45
/dev/loop38 74M 74M 0 100% /snap/wine-platform-3-stable/10
/dev/loop39 33M 33M 0 100% /snap/snapd/12704
/dev/loop40 155M 155M 0 100% /snap/opera-beta/109
/dev/loop41 338M 338M 0 100% /snap/wine-platform-runtime/233
/dev/loop42 52M 52M 0 100% /snap/twinux/62
/dev/loop43 338M 338M 0 100% /snap/wine-platform-runtime/234
/dev/loop44 945M 945M 0 100% /snap/xonotic/64
/dev/loop45 100M 100M 0 100% /snap/wine-platform-3-stable/11
/dev/loop46 296M 296M 0 100% /snap/vlc/2344
/dev/sda1 511M 4,0K 511M 1% /boot/efi
tmpfs 1,6G 52K 1,6G 1% /run/user/1000
et pour les trois dernière commande les voila:
~$ dpkg -l | grep mesa
ii libegl-mesa0:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 free implementation of the EGL API -- Mesa vendor library
ii libgl1-mesa-dri:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-dri:i386 21.0.3-0ubuntu0.3~20.04.1 i386 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 transitional dummy package
ii libgl1-mesa-glx:i386 21.0.3-0ubuntu0.3~20.04.1 i386 transitional dummy package
ii libglapi-mesa:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 free implementation of the GL API -- shared library
ii libglapi-mesa:i386 21.0.3-0ubuntu0.3~20.04.1 i386 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 9.0.1-1build1 amd64 Mesa OpenGL utility library (GLU)
ii libglu1-mesa:i386 9.0.1-1build1 i386 Mesa OpenGL utility library (GLU)
ii libglx-mesa0:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx-mesa0:i386 21.0.3-0ubuntu0.3~20.04.1 i386 free implementation of the OpenGL API -- GLX vendor library
ii libosmesa6:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 Mesa Off-screen rendering extension
ii libosmesa6:i386 21.0.3-0ubuntu0.3~20.04.1 i386 Mesa Off-screen rendering extension
ii mesa-utils 8.4.0-1build1 amd64 Miscellaneous Mesa GL utilities
ii mesa-va-drivers:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 Mesa VA-API video acceleration drivers
ii mesa-va-drivers:i386 21.0.3-0ubuntu0.3~20.04.1 i386 Mesa VA-API video acceleration drivers
ii mesa-vdpau-drivers:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 Mesa VDPAU video acceleration drivers
ii mesa-vdpau-drivers:i386 21.0.3-0ubuntu0.3~20.04.1 i386 Mesa VDPAU video acceleration drivers
ii mesa-vulkan-drivers:amd64 21.0.3-0ubuntu0.3~20.04.1 amd64 Mesa Vulkan graphics drivers
ii mesa-vulkan-drivers:i386 21.0.3-0ubuntu0.3~20.04.1 i386 Mesa Vulkan graphics drivers
:~$ dpkg -l | grep wine
ii fonts-wine 5.0-3ubuntu1 all Windows API implementation - fonts
ii libwine:amd64 5.0-3ubuntu1 amd64 Windows API implementation - library
ii libwine:i386 5.0-3ubuntu1 i386 Windows API implementation - library
ii libwine-development:amd64 5.5-3ubuntu1 amd64 Windows API implementation - library
ii wine-stable 6.0.1~focal-1 amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-stable-amd64 6.0.1~focal-1 amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-stable-i386:i386 6.0.1~focal-1 i386 WINE Is Not An Emulator - runs MS Windows programs
ii wine-staging 6.15~focal-1 amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-staging-amd64 6.15~focal-1 amd64 WINE Is Not An Emulator - runs MS Windows programs
ii wine-staging-i386:i386 6.15~focal-1 i386 WINE Is Not An Emulator - runs MS Windows programs
ii wine32:i386 5.0-3ubuntu1 i386 Windows API implementation - 32-bit binary loader
ii wine64 5.0-3ubuntu1 amd64 Windows API implementation - 64-bit binary loader
ii winehq-staging 6.15~focal-1 amd64 WINE Is Not An Emulator - runs MS Windows programs
ii winetricks 0.0+20200412-1 all simple tool to work around common problems in Wine
~$ dpkg -l | grep ubuntu-desktop
ii ubuntu-desktop 1.450.2 amd64 The Ubuntu desktop system
ii ubuntu-desktop-minimal 1.450.2 amd64 The Ubuntu desktop minimal system
je suis sur ubuntu tout simple et mon pc est un vaio.
je ne l'est pas préciser mais il est portable
ma carte graphique est (une patate) une intel penium inside
Hors ligne
#20 Le 28/08/2021, à 12:04
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Un Vaio, d'accord mais quel modèle plus précisément ? C'est pour chercher ses caractéristiques en ligne.
Au niveau de Mesa et du paquet ubuntu-desktop c'est à peu près bon. Il manque un paquet Mesa en 32 bits, je ne suis pas sûr qu'il soit indispensable mais tu peux l'installer au cas où :
sudo apt-get install libegl-mesa0:i386
Pour ce qui est de Wine, c'est un peu le bordel, tu as trois versions d'installées. On va nettoyer un peu ça (même si ça n'a vraisemblablement rien à voir avec ton problème directement) :
sudo apt-get remove --purge fonts-wine libwine libwine:i386 libwine-development wine-stable wine-stable-amd64 wine-stable-i386:i386 wine-staging wine-staging-amd64 wine-staging-i386:i386 wine32:i386 wine64 winehq-staging
Ensuite, réinstalle une seule version de WineHQ depuis ces trois-là, au choix (pas les trois commandes) :
sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends winehq-devel
sudo apt install --install-recommends winehq-staging
Si c'est essentiellement pour jouer, installe plutôt Staging (la troisième commande).
Une fois que c'est fait, redémarre. De retour sur le bureau, lance Lutris en ligne de commande :
lutris
Est-ce qu'il se lance ?
Concernant les jeux Steam, là encore, lance-le en ligne de commande :
steam
Essaie de lancer un jeu, par exemple Little Nightmares. A priori, il ne se lancera pas mais est-ce que tu as des messages d'erreur au niveau de Steam ou dans le terminal ?
Dernière modification par abelthorne (Le 28/08/2021, à 12:05)
Hors ligne
#21 Le 28/08/2021, à 12:36
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
en ce qui concerne steam ça met ça quand j'éssaye de lancé litle nightmare
~$ steam
Running Steam on ubuntu 20.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/lima/.steam/debian-installation/ubuntu12_32/steam -nominidumps -nobreakpad
[2021-08-28 12:33:03] Startup - updater built Dec 20 2020 23:07:02
[2021-08-28 12:33:04] Loading cached metrics from disk (/home/lima/.steam/debian-installation/package/steam_client_metrics.bin)
[2021-08-28 12:33:04] Using the following download hosts for Public, Realm steamglobal
[2021-08-28 12:33:04] 1. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
[2021-08-28 12:33:04] 2. https://cdn.akamai.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
[2021-08-28 12:33:04] uninstalled manifest found in /home/lima/.steam/debian-installation/package/steam_client_ubuntu12 (1).
[2021-08-28 12:33:04] Found pending update
[2021-08-28 12:33:04] Installation de la mise à jour...
[2021-08-28 12:33:04] Extraction du package...
[2021-08-28 12:33:24] Error: Failed to create symlink 5 (package/tmp/legacycompat/steamclient64.dll_ -> ../steamclient64.dll) - errno=17
[2021-08-28 12:33:24] Error: Impossible de décompresser le package (/home/lima/.steam/debian-installation/package/bins_misc_ubuntu12.zip.vz.1dd80b02a55c53da97bf715f3edff8704d59fe2b_17008740).
[2021-08-28 12:33:24] Vérification de l'installation...
[2021-08-28 12:33:24] Unable to read and verify install manifest /home/lima/.steam/debian-installation/package/steam_client_ubuntu12.installed
[2021-08-28 12:33:24] Verification complete
[2021-08-28 12:33:24] Téléchargement de la mise à jour...
[2021-08-28 12:33:24] Recherche de nouvelles mises à jour...
[2021-08-28 12:33:24] Downloading manifest: https://cdn.cloudflare.steamstatic.com/client/steam_client_ubuntu12
[2021-08-28 12:33:24] Téléchargement terminé.
[2021-08-28 12:33:24] Extraction du package...
[2021-08-28 12:33:44] Error: Failed to create symlink 5 (package/tmp/legacycompat/steamclient64.dll_ -> ../steamclient64.dll) - errno=17
[2021-08-28 12:33:44] Error: Impossible de décompresser le package (/home/lima/.steam/debian-installation/package/bins_misc_ubuntu12.zip.vz.1dd80b02a55c53da97bf715f3edff8704d59fe2b_17008740).
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy
src/tier1/fileio.cpp (4914) : Assertion Failed: s_bExit
src/tier0/threadtools.cpp (1851) : Assertion Failed: Thread synchronization object is unuseable
src/tier0/threadtools.cpp (1851) : Assertion Failed: Thread synchronization object is unuseable
src/tier1/fileio.cpp (4916) : Assertion Failed: m_vecRegisteredWriters.Count() == 0
src/tier1/fileio.cpp (4976) : Assertion Failed: CFileWriterThread already exited
src/tier1/fileio.cpp (4976) : Assertion Failed: CFileWriterThread already exited
et lutris me met ça:
~$ lutris
Traceback (most recent call last):
File "/usr/games/lutris", line 52, in <module>
from lutris.gui.application import Application # pylint: disable=no-name-in-module
File "/usr/lib/python3/dist-packages/lutris/gui/application.py", line 53, in <module>
from .lutriswindow import LutrisWindow
File "/usr/lib/python3/dist-packages/lutris/gui/lutriswindow.py", line 26, in <module>
from lutris.gui.widgets.sidebar import LutrisSidebar
File "/usr/lib/python3/dist-packages/lutris/gui/widgets/sidebar.py", line 6, in <module>
from lutris import platforms, runners, services
File "/usr/lib/python3/dist-packages/lutris/platforms.py", line 19, in <module>
_init_platforms()
File "/usr/lib/python3/dist-packages/lutris/platforms.py", line 14, in _init_platforms
runner = runners.import_runner(runner_name)()
File "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 229, in __init__
"default": dxvk.DXVKManager().version,
File "/usr/lib/python3/dist-packages/lutris/util/wine/dxvk.py", line 56, in version
if self.versions:
File "/usr/lib/python3/dist-packages/lutris/util/wine/dxvk.py", line 45, in versions
self._versions = self.load_dxvk_versions()
File "/usr/lib/python3/dist-packages/lutris/util/wine/dxvk.py", line 70, in load_dxvk_versions
dxvk_versions = [v["tag_name"] for v in json.load(dxvk_version_file)]
File "/usr/lib/python3.8/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/usr/lib/python3.8/json/__init__.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Hors ligne
#22 Le 28/08/2021, à 13:50
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Du côté de Steam, il se passe des trucs bizarres, on dirait qu'il n'arrive pas à mettre à jour des fichiers. On va vérifier si tu n'aurais pas des fichiers appartenant à root dans ton dossier perso :
ls -lRa ~ | grep root
Note : il va probablement lister des fichiers avec "root" dans le nom, ce n'est pas un problème, ce qu'on cherche c'est le proprio des fichiers.
Et côté Lutris, il y a des erreurs en rapport avec Python. Tu as tenté d'installer/mettre à jour Python depuis un dépôt tiers ou une installation manuelle ?
Donne à tout hasard le retour de :
python --version
python2 --version
python3 --version
which python
dpkg -l | grep python
Redonne aussi la liste des dépôts et leur contenu, des fois que j'aie zappé quelque chose avant :
cat /etc/apt/sources.list
ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list
Hors ligne
#23 Le 28/08/2021, à 13:58
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
du côté root voici :
~$ ls -lRa ~ | grep root
drwxr-xr-x 3 root root 4096 oct. 24 2020 ..
-rwxrwxr-x 1 lima lima 22528 mars 29 17:43 mozroots.exe
drwxrwxr-x 3 lima lima 4096 juin 6 21:59 catroot
/home/lima/Games/adobe-photoshop-cs6/drive_c/windows/system32/catroot:
/home/lima/Games/adobe-photoshop-cs6/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:
-rwxrwxr-x 1 lima lima 22528 mai 27 20:13 mozroots.exe
drwxrwxr-x 2 lima lima 4096 juil. 12 22:26 catroot
/home/lima/Games/battlenet/drive_c/windows/system32/catroot:
-rw-rw-r-- 1 lima lima 47856 mars 17 14:08 root.res
-rw-rw-r-- 1 lima lima 500 mars 17 14:06 root.res
-rw-rw-r-- 1 lima lima 173968 mars 17 14:08 root.res
-rw-rw-r-- 1 lima lima 772 mars 17 14:07 root.res
-rw-rw-r-- 1 lima lima 204 mars 17 14:06 root.res
-rw-rw-r-- 1 lima lima 13620 mars 17 14:07 root.res
-rw-rw-r-- 1 lima lima 96 mars 17 14:08 root.res
-rw-rw-r-- 1 lima lima 1480 mars 17 14:08 root.res
-rw-rw-r-- 1 lima lima 38980 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 660 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 287596 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 852 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 196 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 17280 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 76 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 696792 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 3444 mai 27 21:47 root.res
-rw-rw-r-- 1 lima lima 556 mai 27 21:47 root.res
drwxrwxr-x 2 lima lima 4096 mai 27 21:46 catroot
/home/lima/Games/epic-games-store/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 févr. 6 2021 mozroots.exe
drwxrwxr-x 2 lima lima 4096 mai 27 21:43 catroot
/home/lima/Games/fortnite/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 nov. 1 2019 mozroots.exe
drwxrwxr-x 2 lima lima 4096 avril 16 21:12 catroot
/home/lima/Games/league-of-legends/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 févr. 6 2021 mozroots.exe
drwxrwxr-x 2 lima lima 4096 avril 14 00:04 catroot
/home/lima/Games/origin/drive_c/windows/system32/catroot:
-rw-rw-r-- 1 lima lima 0 août 27 11:30 rootca1[0]
-rw-rw-r-- 1 lima lima 493 août 27 11:30 rootca1[1]
-rwxrwxr-x 1 lima lima 22528 juil. 23 18:36 mozroots.exe
drwxrwxr-x 2 lima lima 4096 août 27 11:20 catroot
/home/lima/Games/ubisoft-connect/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 mars 29 17:43 mozroots.exe
drwxrwxr-x 2 lima lima 4096 mai 16 20:00 catroot
/home/lima/Games/yandere-simulator/drive_c/windows/system32/catroot:
-rw------- 1 lima lima 8600 août 28 13:38 root
-rw-rw-r-- 1 lima lima 32768 août 28 13:38 root-2363d347.log
-rw-rw-r-- 1 lima lima 7679 févr. 5 2021 9th-company-roots-of-terror.jpg
-rwxrwxr-x 1 lima lima 382 déc. 28 2020 steamrootdialog_gamespage_details2.layout
-rwxrwxr-x 1 lima lima 9337 déc. 28 2020 steamrootdialog_gamespage_details.layout
-rwxrwxr-x 1 lima lima 307 déc. 28 2020 steamrootdialog_gamespage_list.layout
-rwxrwxr-x 1 lima lima 17256 déc. 28 2020 steamrootdialog.layout
-rwxrwxr-x 1 lima lima 165 déc. 28 2020 steamrootdialog_mediapage.layout
-rwxrwxr-x 1 lima lima 523 déc. 28 2020 steamrootdialog_musicpage_details.layout
-rwxrwxr-x 1 lima lima 619 déc. 28 2020 steamrootdialog_toolspage.layout
-rwxrwxr-x 1 lima lima 2120 déc. 28 2020 steamrootdialog_small.res
-rwxrwxr-x 1 lima lima 1682974 juil. 5 11:59 libraryroot.js
-rwxrwxr-x 1 lima lima 974663 déc. 28 2020 libraryroot.css
-rw-rw-r-- 1 lima lima 0 janv. 9 2021 Omniroot2025[0]
-rw-rw-r-- 1 lima lima 0 mars 28 00:04 Omniroot2025[1]
-rw-rw-r-- 1 lima lima 0 avril 16 20:44 Omniroot2025[0]
-rw-rw-r-- 1 lima lima 0 juil. 5 11:57 Omniroot2025[0]
-rw-rw-r-- 1 lima lima 7869 juil. 5 11:57 Omniroot2025[1]
-rwxrwxr-x 1 lima lima 22528 déc. 28 2020 mozroots.exe
drwxrwxr-x 2 lima lima 4096 déc. 28 2020 catroot
/home/lima/.local/share/lutris/runners/winesteam/prefix64/drive_c/windows/system32/catroot:
lrwxrwxrwx 1 lima lima 36 déc. 28 2020 xcb_x_print_print_query_screens_roots.3.gz -> xcb_x_print_print_query_screens.3.gz
lrwxrwxrwx 1 lima lima 36 déc. 28 2020 xcb_x_print_print_query_screens_roots_end.3.gz -> xcb_x_print_print_query_screens.3.gz
lrwxrwxrwx 1 lima lima 36 déc. 28 2020 xcb_x_print_print_query_screens_roots_length.3.gz -> xcb_x_print_print_query_screens.3.gz
lrwxrwxrwx 1 lima lima 36 déc. 28 2020 xcb_x_print_print_query_screens_roots.3.gz -> xcb_x_print_print_query_screens.3.gz
lrwxrwxrwx 1 lima lima 36 déc. 28 2020 xcb_x_print_print_query_screens_roots_end.3.gz -> xcb_x_print_print_query_screens.3.gz
lrwxrwxrwx 1 lima lima 36 déc. 28 2020 xcb_x_print_print_query_screens_roots_length.3.gz -> xcb_x_print_print_query_screens.3.gz
drwxrwxr-x 2 lima lima 4096 janv. 22 2021 catroot
/home/lima/.PlayOnLinux/wineprefix/_/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 mars 28 14:59 catroot
/home/lima/.PlayOnLinux/wineprefix/amongus/drive_c/windows/system32/catroot:
-rw-rw-r-- 1 lima lima 382 févr. 10 2016 steamrootdialog_gamespage_details2.layout
-rw-rw-r-- 1 lima lima 9337 août 21 2018 steamrootdialog_gamespage_details.layout
-rw-rw-r-- 1 lima lima 307 mars 20 2010 steamrootdialog_gamespage_list.layout
-rw-rw-r-- 1 lima lima 17256 nov. 15 2018 steamrootdialog.layout
-rw-rw-r-- 1 lima lima 165 sept. 15 2009 steamrootdialog_mediapage.layout
-rw-rw-r-- 1 lima lima 523 août 20 2014 steamrootdialog_musicpage_details.layout
-rw-rw-r-- 1 lima lima 619 juil. 30 2014 steamrootdialog_toolspage.layout
-rw-rw-r-- 1 lima lima 2120 janv. 3 2007 steamrootdialog_small.res
-rw-rw-r-- 1 lima lima 2577777 déc. 17 2020 libraryroot.js
-rw-rw-r-- 1 lima lima 974663 déc. 9 2020 libraryroot.css
-rw-rw-r-- 1 lima lima 7477 janv. 24 2021 Omniroot2025[0]
-rw-rw-r-- 1 lima lima 0 janv. 24 2021 Omniroot2025[0]
-rwxrwxr-x 1 lima lima 22528 juil. 31 2017 mozroots.exe
drwxrwxr-x 2 lima lima 4096 janv. 24 2021 catroot
/home/lima/.PlayOnLinux/wineprefix/Brawlhalla/drive_c/windows/system32/catroot:
-rw-rw-r-- 1 lima lima 382 févr. 10 2016 steamrootdialog_gamespage_details2.layout
-rw-rw-r-- 1 lima lima 9337 août 21 2018 steamrootdialog_gamespage_details.layout
-rw-rw-r-- 1 lima lima 307 mars 20 2010 steamrootdialog_gamespage_list.layout
-rw-rw-r-- 1 lima lima 17256 nov. 15 2018 steamrootdialog.layout
-rw-rw-r-- 1 lima lima 165 sept. 15 2009 steamrootdialog_mediapage.layout
-rw-rw-r-- 1 lima lima 523 août 20 2014 steamrootdialog_musicpage_details.layout
-rw-rw-r-- 1 lima lima 619 juil. 30 2014 steamrootdialog_toolspage.layout
-rw-rw-r-- 1 lima lima 2120 janv. 3 2007 steamrootdialog_small.res
-rw-rw-r-- 1 lima lima 2577777 déc. 17 2020 libraryroot.js
-rw-rw-r-- 1 lima lima 974663 déc. 9 2020 libraryroot.css
-rw-rw-r-- 1 lima lima 7477 janv. 27 2021 Omniroot2025[0]
-rw-rw-r-- 1 lima lima 0 janv. 27 2021 Omniroot2025[0]
-rwxrwxr-x 1 lima lima 22528 mars 2 2017 mozroots.exe
-rw-rw-r-- 1 lima lima 2828 mars 2 2017 mozroots.pdb
drwxrwxr-x 2 lima lima 4096 mars 27 16:23 catroot
/home/lima/.PlayOnLinux/wineprefix/DeadCyborg/drive_c/windows/system32/catroot:
drwxrwxr-x 3 lima lima 4096 mars 20 19:29 catroot
/home/lima/.PlayOnLinux/wineprefix/driver/drive_c/windows/system32/catroot:
/home/lima/.PlayOnLinux/wineprefix/driver/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:
drwxrwxr-x 3 lima lima 4096 mars 27 14:10 catroot
/home/lima/.PlayOnLinux/wineprefix/DRIVER/drive_c/windows/system32/catroot:
/home/lima/.PlayOnLinux/wineprefix/DRIVER/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:
drwxrwxr-x 3 lima lima 4096 mars 20 19:33 catroot
/home/lima/.PlayOnLinux/wineprefix/DriverGaomon/drive_c/windows/system32/catroot:
/home/lima/.PlayOnLinux/wineprefix/DriverGaomon/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:
drwxrwxr-x 3 lima lima 4096 avril 5 23:06 catroot
/home/lima/.PlayOnLinux/wineprefix/Driver_Yamaha/drive_c/windows/system32/catroot:
/home/lima/.PlayOnLinux/wineprefix/Driver_Yamaha/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:
-rw-rw-r-- 1 lima lima 3974 déc. 3 2019 16 note split root notes.fst
-rwxrwxr-x 1 lima lima 22528 juil. 31 2017 mozroots.exe
-rwxrwxr-x 1 lima lima 22528 mai 27 20:13 mozroots.exe
drwxrwxr-x 2 lima lima 4096 juil. 28 23:34 catroot
/home/lima/.PlayOnLinux/wineprefix/FL_studio_testing/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 mars 27 20:35 catroot
/home/lima/.PlayOnLinux/wineprefix/Photoshop/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 juil. 31 2017 mozroots.exe
drwxrwxr-x 3 lima lima 4096 févr. 15 2021 catroot
/home/lima/.PlayOnLinux/wineprefix/PhotoshopCC/drive_c/windows/system32/catroot:
/home/lima/.PlayOnLinux/wineprefix/PhotoshopCC/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:
-rwxrwxr-x 1 lima lima 22528 juil. 13 2018 mozroots.exe
drwxrwxr-x 2 lima lima 4096 janv. 9 2021 catroot
/home/lima/.PlayOnLinux/wineprefix/PhotoshopCS6/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 juil. 31 2017 mozroots.exe
drwxrwxr-x 2 lima lima 4096 janv. 24 2021 catroot
/home/lima/.PlayOnLinux/wineprefix/Runergaomon/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 janv. 24 2021 catroot
/home/lima/.PlayOnLinux/wineprefix/RunerGaomon/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 avril 3 23:01 catroot
/home/lima/.PlayOnLinux/wineprefix/Snaz/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 avril 7 18:42 catroot
/home/lima/.PlayOnLinux/wineprefix/StreamLabs/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 mars 28 14:57 catroot
/home/lima/.PlayOnLinux/wineprefix/test/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 mars 27 12:17 catroot
/home/lima/.PlayOnLinux/wineprefix/ucn/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 mars 27 12:21 catroot
/home/lima/.PlayOnLinux/wineprefix/UCN/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 avril 4 16:46 catroot
/home/lima/.PlayOnLinux/wineprefix/Voicemod/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 déc. 6 2020 catroot
/home/lima/snap/tmnationsforever/common/.wine/drive_c/windows/system32/catroot:
lrwxrwxrwx 1 lima lima 37 août 28 12:33 root -> /home/lima/.steam/debian-installation
-rwxrwxr-x 1 lima lima 382 févr. 10 2016 steamrootdialog_gamespage_details2.layout_
-rwxrwxr-x 1 lima lima 9337 août 21 2018 steamrootdialog_gamespage_details.layout_
-rwxrwxr-x 1 lima lima 307 mars 20 2010 steamrootdialog_gamespage_list.layout_
-rwxrwxr-x 1 lima lima 17256 nov. 15 2018 steamrootdialog.layout_
-rwxrwxr-x 1 lima lima 165 sept. 15 2009 steamrootdialog_mediapage.layout_
-rwxrwxr-x 1 lima lima 523 août 20 2014 steamrootdialog_musicpage_details.layout_
-rwxrwxr-x 1 lima lima 619 juil. 30 2014 steamrootdialog_toolspage.layout_
-rwxrwxr-x 1 lima lima 2120 janv. 3 2007 steamrootdialog_small.res_
-rwxrwxr-x 1 lima lima 1683174 juil. 15 19:08 libraryroot.js_
-rwxrwxr-x 1 lima lima 974663 déc. 9 2020 libraryroot.css_
-rwxrwxr-x 1 lima lima 382 févr. 10 2016 steamrootdialog_gamespage_details2.layout
-rwxrwxr-x 1 lima lima 9337 août 21 2018 steamrootdialog_gamespage_details.layout
-rwxrwxr-x 1 lima lima 307 mars 20 2010 steamrootdialog_gamespage_list.layout
-rwxrwxr-x 1 lima lima 17256 nov. 15 2018 steamrootdialog.layout
-rwxrwxr-x 1 lima lima 165 sept. 15 2009 steamrootdialog_mediapage.layout
-rwxrwxr-x 1 lima lima 523 août 20 2014 steamrootdialog_musicpage_details.layout
-rwxrwxr-x 1 lima lima 619 juil. 30 2014 steamrootdialog_toolspage.layout
-rwxrwxr-x 1 lima lima 2120 janv. 3 2007 steamrootdialog_small.res
-rwxrwxr-x 1 lima lima 2851 avril 9 20:41 parentchild_child_root.png
-rwxrwxr-x 1 lima lima 2851 avril 9 20:41 parentchild_parent_root.png
-rwxrwxr-x 1 lima lima 2921 avril 9 20:45 hierarchy_root.png
-rwxrwxr-x 1 lima lima 2844 avril 9 20:49 _root.vcdlist_c
drwxr-xr-x 2 lima lima 4096 avril 8 2019 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton 3.16/dist/share/default_pfx/drive_c/windows/system32/catroot:
drwxr-xr-x 2 lima lima 4096 oct. 10 2018 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton 3.7/dist/share/default_pfx/drive_c/windows/system32/catroot:
drwxr-xr-x 2 lima lima 4096 févr. 21 2020 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton 4.11/dist/share/default_pfx/drive_c/windows/system32/catroot:
-rwxr-xr-x 1 lima lima 22528 nov. 1 2019 mozroots.exe
drwxr-xr-x 2 lima lima 4096 juin 27 2019 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton 4.2/dist/share/default_pfx/drive_c/windows/system32/catroot:
-rwxr-xr-x 1 lima lima 22528 juin 17 2019 mozroots.exe
drwxr-xr-x 2 lima lima 4096 juin 16 21:57 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton 5.13/dist/share/default_pfx/drive_c/windows/system32/catroot:
-rwxr-xr-x 1 lima lima 22528 sept. 24 2020 mozroots.exe
drwxr-xr-x 2 lima lima 4096 août 23 21:48 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton 6.3/dist/share/default_pfx/drive_c/windows/system32/catroot:
-rwxr-xr-x 1 lima lima 22528 juil. 23 20:36 mozroots.exe
drwxrwxr-x 2 lima lima 4096 avril 11 16:51 catroot
/home/lima/.steam/debian-installation/steamapps/common/Proton - Experimental/files/share/default_pfx/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 22528 juil. 3 19:37 mozroots.exe
-rwxr-xr-x 1 lima lima 6312 avril 3 2019 ischroot
-rw-r--r-- 1 lima lima 27 mai 18 15:21 debian_chroot
lrwxrwxrwx 1 lima lima 28 juin 13 22:09 75680d2e.0 -> Comodo_AAA_Services_root.pem
lrwxrwxrwx 1 lima lima 63 juin 13 22:09 Comodo_AAA_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt
lrwxrwxrwx 1 lima lima 28 juin 13 22:09 ee64a828.0 -> Comodo_AAA_Services_root.pem
-rw-r--r-- 1 lima lima 117 avril 3 2019 root_weave
-rwxr-xr-x 1 lima lima 31232 avril 3 2019 chroot
-rwxr-xr-x 1 lima lima 6200 avril 3 2019 pivot_root
-rwxr-xr-x 1 lima lima 10504 avril 3 2019 switch_root
-rw-r--r-- 1 lima lima 1517 mai 17 21:33 Comodo_AAA_Services_root.crt
-rwxr-xr-x 3 lima lima 14576 janv. 21 2019 ischroot
-rw-r--r-- 3 lima lima 29 juil. 20 00:10 debian_chroot
-rw-r--r-- 3 lima lima 117 août 30 2012 root_weave
-rw-r--r-- 3 lima lima 14400 févr. 14 2019 pam_rootok.so
-rwxr-xr-x 3 lima lima 43776 févr. 28 2019 chroot
-rwxr-xr-x 3 lima lima 14408 janv. 10 2019 pivot_root
-rwxr-xr-x 3 lima lima 14408 janv. 10 2019 switch_root
-rw-r--r-- 3 lima lima 387 janv. 10 2019 pivot_root
-rw-r--r-- 3 lima lima 1517 janv. 28 2021 Comodo_AAA_Services_root.crt
-rwxr-xr-x 3 lima lima 14576 janv. 21 2019 ischroot
-rw-r--r-- 3 lima lima 29 juil. 20 00:10 debian_chroot
lrwxrwxrwx 1 lima lima 63 août 27 20:46 Comodo_AAA_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt
lrwxrwxrwx 1 lima lima 28 août 27 20:46 ee64a828.0 -> Comodo_AAA_Services_root.pem
-rw-r--r-- 3 lima lima 117 août 30 2012 root_weave
-rw-r--r-- 3 lima lima 14400 févr. 14 2019 pam_rootok.so
-rwxr-xr-x 3 lima lima 43776 févr. 28 2019 chroot
-rwxr-xr-x 3 lima lima 14408 janv. 10 2019 pivot_root
-rwxr-xr-x 3 lima lima 14408 janv. 10 2019 switch_root
-rw-r--r-- 3 lima lima 387 janv. 10 2019 pivot_root
-rw-r--r-- 3 lima lima 1517 janv. 28 2021 Comodo_AAA_Services_root.crt
-rwxr-xr-x 3 lima lima 14576 janv. 21 2019 ischroot
-rw-r--r-- 3 lima lima 29 juil. 20 00:10 debian_chroot
lrwxrwxrwx 1 lima lima 63 août 27 20:46 Comodo_AAA_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt
lrwxrwxrwx 1 lima lima 28 août 27 20:46 ee64a828.0 -> Comodo_AAA_Services_root.pem
-rw-r--r-- 3 lima lima 117 août 30 2012 root_weave
-rw-r--r-- 3 lima lima 14400 févr. 14 2019 pam_rootok.so
-rwxr-xr-x 3 lima lima 43776 févr. 28 2019 chroot
-rwxr-xr-x 3 lima lima 14408 janv. 10 2019 pivot_root
-rwxr-xr-x 3 lima lima 14408 janv. 10 2019 switch_root
-rw-r--r-- 3 lima lima 387 janv. 10 2019 pivot_root
-rw-r--r-- 3 lima lima 1517 janv. 28 2021 Comodo_AAA_Services_root.crt
-rwxrwxr-x 1 lima lima 23158732 janv. 24 2021 cp_degrootkeep.bsp
-rwxrwxr-x 1 lima lima 210 déc. 22 2020 root.base
-rwxrwxr-x 1 lima lima 4929727 déc. 22 2020 root.base.bundle
-rwxrwxr-x 1 lima lima 136 déc. 22 2020 root.header
-rwxrwxr-x 1 lima lima 136 déc. 22 2020 root.header.bundle
-rwxrwxr-x 1 lima lima 20 déc. 22 2020 root.universe
-rwxrwxr-x 1 lima lima 169 déc. 22 2020 root.world
drwxrwxr-x 2 lima lima 4096 mars 13 11:48 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/291480/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 juil. 30 14:31 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/291550/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 juil. 3 20:00 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/380600/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 août 27 20:47 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/424840/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 juil. 5 11:49 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/438100/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 août 27 20:55 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/582500/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 avril 10 22:30 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/698780/pfx/drive_c/windows/system32/catroot:
drwxrwxr-x 2 lima lima 4096 juil. 3 19:43 catroot
/home/lima/.steam/debian-installation/steamapps/compatdata/871720/pfx/drive_c/windows/system32/catroot:
-rwxrwxr-x 1 lima lima 2577777 déc. 17 2020 libraryroot.js
-rwxrwxr-x 1 lima lima 974663 déc. 9 2020 libraryroot.css
-rw-rw-r-- 1 lima lima 3974 déc. 3 2019 16 note split root notes.fst
drwxrwxr-x 2 lima lima 4096 déc. 13 2020 catroot
/home/lima/.wine/drive_c/windows/system32/catroot:
ensuite pour les 5 commande dans l'ordre
$ python --version
La commande « python » n'a pas été trouvée, voulez-vous dire :
commande « python3 » du deb python3
commande « python » du deb python-is-python3
:~$ python2 --version
Python 2.7.18
~$ python3 --version
Python 3.8.10
which python ne fait rien
$ dpkg -l | grep python
ii libpython2-stdlib:amd64 2.7.17-2ubuntu4 amd64 interactive high-level object-oriented language (Python2)
ii libpython2.7-minimal:amd64 2.7.18-1~20.04.1 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.18-1~20.04.1 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii libpython3-dev:amd64 3.8.2-0ubuntu2 amd64 header files and a static library for Python (default)
ii libpython3-stdlib:amd64 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii libpython3.8:amd64 3.8.10-0ubuntu1~20.04 amd64 Shared Python runtime library (version 3.8)
ii libpython3.8-dev:amd64 3.8.10-0ubuntu1~20.04 amd64 Header files and a static library for Python (v3.8)
ii libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04 amd64 Minimal subset of the Python language (version 3.8)
ii libpython3.8-stdlib:amd64 3.8.10-0ubuntu1~20.04 amd64 Interactive high-level object-oriented language (standard library, version 3.8)
ii python-apt-common 2.0.0ubuntu0.20.04.5 all Python interface to libapt-pkg (locales)
ii python-backports.functools-lru-cache 1.5-3build1 all backport of functools.lru_cache from Python 3.3 to Python 2
ii python-bs4 4.8.2-1 all error-tolerant HTML parser for Python
ii python-chardet 3.0.4-4build1 all universal character encoding detector for Python2
ii python-html5lib 1.0.1-2 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python-lxml:amd64 4.5.0-1ubuntu0.3 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python-numpy 1:1.16.5-2ubuntu7 amd64 Numerical Python adds a fast array facility to the Python language
ii python-pip-whl 20.0.2-5ubuntu1.6 all Python package installer
ii python-pkg-resources 44.0.0-2 all Package Discovery and Resource Access using pkg_resources
ii python-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 2 interface)
ii python-soupsieve 1.9.5+dfsg-1 all Modern CSS selector implementation for BeautifulSoup (Python 2.7)
ii python-webencodings 0.5.1-1ubuntu1 all Python implementation of the WHATWG Encoding standard
ii python-wxgtk3.0 3.0.2.0+dfsg-8build1 amd64 Python interface to the wxWidgets Cross-platform C++ GUI toolkit
ii python-wxversion 3.0.2.0+dfsg-8build1 all API for selecting the wxPython version to use
ii python2 2.7.17-2ubuntu4 amd64 interactive high-level object-oriented language (Python2 version)
ii python2-minimal 2.7.17-2ubuntu4 amd64 minimal subset of the Python2 language
ii python2.7 2.7.18-1~20.04.1 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.18-1~20.04.1 amd64 Minimal subset of the Python language (version 2.7)
ii python3 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version)
ii python3-apport 2.20.11-0ubuntu27.18 all Python 3 library for Apport crash report handling
ii python3-apt 2.0.0ubuntu0.20.04.5 amd64 Python 3 interface to libapt-pkg
ii python3-aptdaemon 1.1.1+bzr982-0ubuntu32.3 all Python 3 module for the server and client of aptdaemon
ii python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu32.3 all Python 3 GTK+ 3 widgets to run an aptdaemon client
ii python3-bcrypt 3.1.7-2ubuntu1 amd64 password hashing library for Python 3
ii python3-blinker 1.4+dfsg1-0.3ubuntu1 all fast, simple object-to-object and broadcast signaling library
ii python3-brlapi:amd64 6.0+dfsg-4ubuntu6 amd64 Braille display access via BRLTTY - Python3 bindings
ii python3-bs4 4.8.2-1 all error-tolerant HTML parser for Python 3
ii python3-cachetools 4.0.0-1 all extensible memoizing collections and decorators for Python 3
ii python3-cairo:amd64 1.16.2-2ubuntu2 amd64 Python3 bindings for the Cairo vector graphics library
ii python3-certifi 2019.11.28-1 all root certificates for validating SSL certs and verifying TLS hosts (python3)
ii python3-cffi-backend 1.14.0-1build1 amd64 Foreign Function Interface for Python 3 calling C code - runtime
ii python3-chardet 3.0.4-4build1 all universal character encoding detector for Python3
ii python3-click 7.0-3 all Wrapper around optparse for command line utilities - Python 3.x
ii python3-colorama 0.4.3-1build1 all Cross-platform colored terminal text in Python - Python 3.x
ii python3-commandnotfound 20.04.4 all Python 3 bindings for command-not-found.
ii python3-cryptography 2.8-3ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3)
ii python3-cups 1.9.73-3build1 amd64 Python3 bindings for CUPS
ii python3-cupshelpers 1.5.12-0ubuntu1.1 all Python utility modules around the CUPS printing system
ii python3-dateutil 2.7.3-3ubuntu1 all powerful extensions to the standard Python 3 datetime module
ii python3-dbus 1.2.16-1build1 amd64 simple interprocess messaging system (Python 3 interface)
ii python3-debconf 1.5.73 all interact with debconf from Python 3
ii python3-debian 0.1.36ubuntu1 all Python 3 modules to work with Debian-related data formats
ii python3-defer 1.0.6-2.1 all Small framework for asynchronous programming (Python 3)
ii python3-dev 3.8.2-0ubuntu2 amd64 header files and a static library for Python (default)
ii python3-distro 1.4.0-1 all Linux OS platform information API
ii python3-distro-info 0.23ubuntu1 all information about distributions' releases (Python 3 module)
ii python3-distupgrade 1:20.04.36 all manage release upgrades
ii python3-distutils 3.8.10-0ubuntu1~20.04 all distutils package for Python 3.x
ii python3-entrypoints 0.3-2ubuntu1 all Discover and load entry points from installed packages (Python 3)
ii python3-evdev 1.3.0+dfsg-1build1 amd64 Python 3 bindings for the Linux input subsystem
ii python3-fasteners 0.14.1-2 all provides useful locks - Python 3.x
ii python3-future 0.18.2-2 all Clean single-source support for Python 3 and 2 - Python 3.x
ii python3-gdbm:amd64 3.8.10-0ubuntu1~20.04 amd64 GNU dbm database support for Python 3.x
ii python3-gi 3.36.0-1 amd64 Python 3 bindings for gobject-introspection libraries
ii python3-gi-cairo 3.36.0-1 amd64 Python 3 Cairo bindings for the GObject library
ii python3-google-auth 1.5.1-2 all Google Authentication Library - Python 3.x
ii python3-google-auth-httplib2 0.0.3-2 all Google Authentication Library: httplib2 transport
ii python3-googleapi 1.7.11-3 all Google APIs Client Library - Python 3.x
ii python3-html5lib 1.0.1-2 all HTML parser/tokenizer based on the WHATWG HTML5 specification
ii python3-httplib2 0.14.0-1ubuntu1 all comprehensive HTTP client library written for Python3
ii python3-ibus-1.0 1.5.22-2ubuntu2.1 all Intelligent Input Bus - introspection overrides for Python (Python 3)
ii python3-idna 2.8-1 all Python IDNA2008 (RFC 5891) handling (Python 3)
ii python3-jwt 1.7.1-2ubuntu2 all Python 3 implementation of JSON Web Token
ii python3-keyring 18.0.1-2ubuntu1 all store and access your passwords safely - Python 3 version of the package
ii python3-launchpadlib 1.10.13-1 all Launchpad web services client library (Python 3)
ii python3-lazr.restfulclient 0.14.2-2build1 all client for lazr.restful-based web services (Python 3)
ii python3-lazr.uri 1.0.3-4build1 all library for parsing, manipulating, and generating URIs
ii python3-lib2to3 3.8.10-0ubuntu1~20.04 all Interactive high-level object-oriented language (lib2to3)
ii python3-lockfile 1:0.12.2-2ubuntu2 all file locking library for Python — Python 3 library
ii python3-louis 3.12.0-3 all Python bindings for liblouis
ii python3-lxml:amd64 4.5.0-1ubuntu0.3 amd64 pythonic binding for the libxml2 and libxslt libraries
ii python3-macaroonbakery 1.3.1-1 all Higher-level macaroon operations for Python 3
ii python3-magic 2:0.4.15-3 all python3 interface to the libmagic file type identification library
ii python3-mako 1.1.0+ds1-1ubuntu2 all fast and lightweight templating for the Python 3 platform
ii python3-markupsafe 1.1.0-1build2 amd64 HTML/XHTML/XML string library for Python 3
ii python3-minimal 3.8.2-0ubuntu2 amd64 minimal subset of the Python language (default python3 version)
ii python3-monotonic 1.5-0ubuntu2 all implementation of time.monotonic() - Python 3.x
ii python3-nacl 1.3.0-5 amd64 Python bindings to libsodium (Python 3)
ii python3-netifaces 0.10.4-1ubuntu4 amd64 portable network interface information - Python 3.x
ii python3-oauth2client 4.1.2-5 all OAuth 2.0 client library - Python 3.x
ii python3-oauthlib 3.1.0-1ubuntu2 all generic, spec-compliant implementation of OAuth for Python3
ii python3-olefile 0.46-2 all Python module to read/write MS OLE2 files
ii python3-openshot 0.2.2+dfsg1-1ubuntu3 amd64 OpenShot video library bindings for Python 3
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library
ii python3-paramiko 2.6.0-2 all Make ssh v2 connections (Python 3)
ii python3-pexpect 4.6.0-1build1 all Python 3 module for automating interactive applications
ii python3-pil:amd64 7.0.0-4ubuntu0.4 amd64 Python Imaging Library (Python3)
ii python3-pip 20.0.2-5ubuntu1.6 all Python package installer
ii python3-pkg-resources 45.2.0-1 all Package Discovery and Resource Access using pkg_resources
ii python3-problem-report 2.20.11-0ubuntu27.18 all Python 3 library to handle problem reports
ii python3-protobuf 3.6.1.3-2ubuntu5 amd64 Python 3 bindings for protocol buffers
ii python3-psutil 5.5.1-1ubuntu4 amd64 module providing convenience functions for managing processes (Python3)
ii python3-ptyprocess 0.6.0-1ubuntu1 all Run a subprocess in a pseudo terminal from Python 3
ii python3-pyasn1 0.4.2-3build1 all ASN.1 library for Python (Python 3 module)
ii python3-pyasn1-modules 0.2.1-0.2build1 all Collection of protocols modules written in ASN.1 language (Python 3)
ii python3-pyatspi 2.36.0-1 all Assistive Technology Service Provider Interface - Python3 bindings
ii python3-pydrive 1.3.1-0ubuntu1 all Google Drive API Python wrapper library
ii python3-pymacaroons 0.13.0-3 all Macaroon library for Python 3
ii python3-pyqt5 5.14.1+dfsg-3build1 amd64 Python 3 bindings for Qt5
ii python3-pyqt5.qtsvg 5.14.1+dfsg-3build1 amd64 Python 3 bindings for Qt5's SVG module
ii python3-pyqt5.qtwebkit 5.14.1+dfsg-3build1 amd64 Python 3 bindings for Qt5's WebKit module
ii python3-renderpm:amd64 3.5.34-1ubuntu1 amd64 python low level render interface
ii python3-reportlab 3.5.34-1ubuntu1 all ReportLab library to create PDF documents using Python3
ii python3-reportlab-accel:amd64 3.5.34-1ubuntu1 amd64 C coded extension accelerator for the ReportLab Toolkit
ii python3-requests 2.22.0-2ubuntu1 all elegant and simple HTTP library for Python3, built for human beings
ii python3-requests-unixsocket 0.2.0-2 all Use requests to talk HTTP via a UNIX domain socket - Python 3.x
ii python3-rfc3339 1.1-2 all parser and generator of RFC 3339-compliant timestamps (Python 3)
ii python3-rsa 4.0-3 all Pure-Python RSA implementation (Python 3)
ii python3-secretstorage 2.3.1-2ubuntu1 all Python module for storing secrets - Python 3.x version
ii python3-setproctitle:amd64 1.1.10-1ubuntu1 amd64 Setproctitle implementation for Python 3
ii python3-setuptools 45.2.0-1 all Python3 Distutils Enhancements
ii python3-simplejson 3.16.0-2ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x
ii python3-sip 4.19.21+dfsg-1build1 amd64 Python 3/C++ bindings generator runtime library
ii python3-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 3 interface)
ii python3-socks 1.6.8+dfsg-1ubuntu1 all Python 3 SOCKS client module
ii python3-software-properties 0.98.9.5 all manage the repositories that you install software from
ii python3-soupsieve 1.9.5+dfsg-1 all modern CSS selector implementation for BeautifulSoup (Python 3)
ii python3-speechd 0.9.1-4 all Python interface to Speech Dispatcher
ii python3-sqlalchemy 1.3.12+ds1-1ubuntu2 all SQL toolkit and Object Relational Mapper for Python 3
ii python3-sqlalchemy-ext 1.3.12+ds1-1ubuntu2 amd64 SQL toolkit and Object Relational Mapper for Python3 - C extension
ii python3-systemd 234-3build2 amd64 Python 3 bindings for systemd
ii python3-talloc:amd64 2.3.0-3ubuntu1 amd64 hierarchical pool based memory allocator - Python3 bindings
ii python3-tz 2019.3-1 all Python3 version of the Olson timezone database
ii python3-uno 1:6.4.7-0ubuntu0.20.04.1 amd64 Python-UNO bridge
ii python3-update-manager 1:20.04.10.7 all python 3.x module for update-manager
ii python3-uritemplate 0.6-4 all implementation of RFC6570 - Python 3.x
ii python3-urllib3 1.25.8-2ubuntu0.1 all HTTP library with thread-safe connection pooling for Python3
ii python3-wadllib 1.3.3-3build1 all Python 3 library for navigating WADL files
ii python3-webencodings 0.5.1-1ubuntu1 all Python implementation of the WHATWG Encoding standard
ii python3-wheel 0.34.2-1 all built-package format for Python
ii python3-xdg 0.26-1ubuntu1 all Python 3 library to access freedesktop.org standards
ii python3-xkit 0.5.0ubuntu4 all library for the manipulation of xorg.conf files (Python 3)
ii python3-yaml 5.3.1-1ubuntu0.1 amd64 YAML parser and emitter for Python3
ii python3-zmq 18.1.1-3 amd64 Python3 bindings for 0MQ library
ii python3.8 3.8.10-0ubuntu1~20.04 amd64 Interactive high-level object-oriented language (version 3.8)
ii python3.8-dev 3.8.10-0ubuntu1~20.04 amd64 Header files and a static library for Python (v3.8)
ii python3.8-minimal 3.8.10-0ubuntu1~20.04 amd64 Minimal subset of the Python language (version 3.8)
et pour finir
$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu focal partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
$ ls /etc/apt/sources.list.d
lutris-team-ubuntu-lutris-focal.list winehq.list
maarten-baert-ubuntu-simplescreenrecorder-focal.list
$ cat /etc/apt/sources.list.d/*.list
deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
# deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
deb http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu focal main
# deb-src http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu focal main
deb https://dl.winehq.org/wine-builds/ubuntu/ focal main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
voila
Hors ligne
#24 Le 28/08/2021, à 14:04
- Pindrey
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Et mon pc est un Sony Vaio SVE171G11M
Hors ligne
#25 Le 28/08/2021, à 14:08
- abelthorne
Re : Essai d'installation du support de l'API Vulkan sur ubuntu 20
Tout a l'air ok. Pour Steam, essaie ça :
- va dans ~/.steam/debian-installation (le dossier .steam est caché, affiche les fichiers cachés avec ctrl + H)
- tu devrais voir un dossier steamapps et un userdata, déplace-les sur le bureau
- supprime le dossier .steam dans ton dossier perso
- va dans ~/.local/share ; si tu vois un dossier "Steam" ou "steam", supprime-le aussi
- lance Steam (commande steam), ça va le réinitialiser
Après ça, tu n'auras plus tes jeux installés, c'est normal. Ferme-le à nouveau, puis :
- retourne dans ~/.steam/debian-installation
- supprime les dossiers steamapps et userdata qui s'y trouvent
- remets les deux dossiers qui avaient été placés sur le bureau à la place
- relance Steam (toujours en ligne de commande)
Tu devrais avoir retrouvé tes jeux, il faudra juste reparamétrer Steam (mettre la langue en français, éventuellement rajouter des dossiers de jeux supplémentaires, réactiver Steam Play).
Retente de lancer un jeu : est-ce qu'il y a toujours les mêmes erreurs dans le terminal ?
Pour Lutris, je suis plus circonspect, vu que l'installation Python a l'air ok. Au cas où, qu'est-ce que tu as comme snaps installés ?
snap list
EDIT : concernant le modèle de PC, c'est bon aussi : je voulais vérifier qu'il n'y avait bien qu'un GPU (au cas où il y en ait deux et que le deuxième ne soit plus reconnu), c'est le cas.
Dernière modification par abelthorne (Le 28/08/2021, à 14:11)
Hors ligne