#51 Le 07/08/2024, à 20:24
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
tycoon:
amo@amo-Latitude-E6400:~$ dpkg -l | grep oibaf
ii libdrm-amdgpu1:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-amdgpu1:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-common 2.4.122+git2407120500.11cafd~oibaf~j all Userspace interface to kernel DRM services -- common files
ii libdrm-intel1:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-intel1:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-nouveau2:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm-radeon1:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to kernel DRM services -- runtime
ii libdrm2:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to kernel DRM services -- runtime
ii libegl-mesa0:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the EGL API -- Mesa vendor library
ii libgbm1:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 generic buffer management API -- runtime
ii libgbm1:i386 24.3~git2407250600.76ae27~oibaf~j i386 generic buffer management API -- runtime
ii libgl1-mesa-dri:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-dri:i386 24.3~git2407250600.76ae27~oibaf~j i386 free implementation of the OpenGL API -- DRI modules
ii libglapi-mesa:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the GL API -- shared library
ii libglapi-mesa:i386 24.3~git2407250600.76ae27~oibaf~j i386 free implementation of the GL API -- shared library
ii libglx-mesa0:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx-mesa0:i386 24.3~git2407250600.76ae27~oibaf~j i386 free implementation of the OpenGL API -- GLX vendor library
ii libosmesa6:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa Off-screen rendering extension
ii libosmesa6:i386 24.3~git2407250600.76ae27~oibaf~j i386 Mesa Off-screen rendering extension
ii libva-drm2:amd64 2.19.0-1~oibaf~j amd64 Video Acceleration (VA) API for Linux -- DRM runtime
ii libva-x11-2:amd64 2.19.0-1~oibaf~j amd64 Video Acceleration (VA) API for Linux -- X11 runtime
ii libva2:amd64 2.19.0-1~oibaf~j amd64 Video Acceleration (VA) API for Linux -- runtime
ii libvdpau1:amd64 1.5-2~oibaf~j amd64 Video Decode and Presentation API for Unix (libraries)
ii libxatracker2:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 X acceleration library -- runtime
ii mesa-va-drivers:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa VA-API video acceleration drivers
ii mesa-vdpau-drivers:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa VDPAU video acceleration drivers
ii mesa-vulkan-drivers:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa Vulkan graphics drivers
ii mesa-vulkan-drivers:i386 24.3~git2407250600.76ae27~oibaf~j i386 Mesa Vulkan graphics drivers
ii vdpau-driver-all:amd64 1.5-2~oibaf~j amd64 Video Decode and Presentation API for Unix (driver metapackage)
amo@amo-Latitude-E6400:~$
Hors ligne
#52 Le 07/08/2024, à 20:36
- xubu1957
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Montre le sources.list avec la numérotation :
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
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
Hors ligne
#53 Le 07/08/2024, à 20:42
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
xubu1957
amo@amo-Latitude-E6400:~$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 22.04.2 LTS _Jammy Jellyfish_ - Release amd64 (20230223)]/ jammy 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/ jammy main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy 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/ jammy-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
38
39 deb http://security.ubuntu.com/ubuntu jammy-security main restricted
40 # deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
41 deb http://security.ubuntu.com/ubuntu jammy-security universe
42 # deb-src http://security.ubuntu.com/ubuntu jammy-security universe
43 deb http://security.ubuntu.com/ubuntu jammy-security multiverse
44 # deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
45
46 # This system was installed using small removable media
47 # (e.g. netinst, live or single CD). The matching "deb cdrom"
48 # entries were disabled at the end of the installation process.
49 # For information about how to configure apt package sources,
50 # see the sources.list(5) manual.
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-jammy.list
1 # deb https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu/ jammy main
2 # deb-src https://ppa.launchpadcontent.net/oibaf/graphics-drivers/ubuntu/ jammy main
/etc/apt/sources.list.d/kelebek333-ubuntu-nvidia-legacy-jammy.list
1 deb https://ppa.launchpadcontent.net/kelebek333/nvidia-legacy/ubuntu/ jammy main
2 # deb-src https://ppa.launchpadcontent.net/kelebek333/nvidia-legacy/ubuntu/ jammy main
/etc/apt/sources.list.d/archive_uri-http_dl_winehq_org_wine-builds_ubuntu_-jammy.list
1 deb http://dl.winehq.org/wine-builds/ubuntu/ jammy main
2 # deb-src http://dl.winehq.org/wine-builds/ubuntu/ jammy main
amo@amo-Latitude-E6400:~$
Hors ligne
#54 Le 07/08/2024, à 20:46
- ylag
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bonsoir,
Bonsoir,
Ensuite, après la mise à niveau, vous pouvez ajouter à nouveau ce PPA.
Pas une bonne idée, AMHA ...
A+
La réactivation de ce PPA n'apporte rien de bon, AMHA ...
A+
Hors ligne
#55 Le 07/08/2024, à 20:52
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bon je pense avoir trouver le problème, c'est la mise à niveau de ce paquets de 24.2 à 24.3 qui a foutu le bord.....
j'ai fait le tri dans ton log cat /var/log/apt/history.log
libgl1-mesa-dri:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libgl1-mesa-dri:i386 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libosmesa6:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libosmesa6:i386 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libglx-mesa0:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libglx-mesa0:i386 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libgbm1:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libgbm1:i386 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libxatracker2:amd64 (24.2~git2407190600.decc04~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
mesa-va-drivers:amd64 (24.2~git2407190600.decc04~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
mesa-vulkan-drivers:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
mesa-vulkan-drivers:i386 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libglapi-mesa:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libglapi-mesa:i386 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
libegl-mesa0:amd64 (24.2~git2407070600.d9e41e~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
mesa-vdpau-drivers:amd64 (24.2~git2407190600.decc04~oibaf~j, 24.3~git2407250600.76ae27~oibaf~j),
En ligne
#56 Le 07/08/2024, à 21:03
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Merci tycoon.
Peux tu m'expliquer la démarche à suivre pour intégrer ton tri sur mon pc?
Dernière modification par AMoMusic (Le 07/08/2024, à 21:04)
Hors ligne
#57 Le 07/08/2024, à 21:06
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bon j’hésite entre 2 solutions soit on retrograde soit on supprime tout
Il faut que tu me donnes pour voir si la 24.2 est toujours dispo :
apt-cache policy libgl1-mesa-dri:amd64 libgl1-mesa-dri:i386 libosmesa6:amd64 libosmesa6:i386 libglx-mesa0:amd64 libglx-mesa0:i386 libgbm1:amd64 libgbm1:i386 libxatracker2:amd64 mesa-va-drivers:amd64 mesa-vulkan-drivers:amd64 mesa-vulkan-drivers:i386 libglapi-mesa:amd64 libglapi-mesa:i386
je verrai après.
Dernière modification par tycooon (Le 07/08/2024, à 21:06)
En ligne
#58 Le 07/08/2024, à 21:13
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
amo@amo-Latitude-E6400:~$ apt-cache policy libgl1-mesa-dri:amd64 libgl1-mesa-dri:i386 libosmesa6:amd64 libosmesa6:i386 libglx-mesa0:amd64 libglx-mesa0:i386 libgbm1:amd64 libgbm1:i386 libxatracker2:amd64 mesa-va-drivers:amd64 mesa-vulkan-drivers:amd64 mesa-vulkan-drivers:i386 libglapi-mesa:amd64 libglapi-mesa:i386
libgl1-mesa-dri:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
libgl1-mesa-dri:i386:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
libosmesa6:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
libosmesa6:i386:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
libglx-mesa0:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
libglx-mesa0:i386:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
libgbm1:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
libgbm1:i386:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
libxatracker2:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
mesa-va-drivers:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
mesa-vulkan-drivers:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
mesa-vulkan-drivers:i386:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
libglapi-mesa:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
libglapi-mesa:i386:
Installé : 24.3~git2407250600.76ae27~oibaf~j
Candidat : 24.3~git2407250600.76ae27~oibaf~j
Table de version :
*** 24.3~git2407250600.76ae27~oibaf~j 100
100 /var/lib/dpkg/status
23.2.1-1ubuntu3.1~22.04.2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages
22.0.1-1ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
amo@amo-Latitude-E6400:~$
Hors ligne
#59 Le 07/08/2024, à 21:17
- ylag
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bonsoir,
Pourquoi avoir réinstallé le PPA oibaf/graphics-drivers ?
Faudra reprendre la procédure avec ppa-purge pour en rétrograder proprement les paquets à la version des dépôts réguliers.
Commencer par réactiver le PPA dans les sources en enlevant le croisillon # au début de la première ligne du fichier /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-jammy.list, puis refaire une mise à jour du système et finir avec ppa-purge pour enlever les paquets du PPA :
sudo ppa-purge ppa:oibaf/graphics-drivers
...ensuite redémarrer le système et donner un nouveau résultat de :
dpkg -l | grep -i oibaf
A+
Dernière modification par ylag (Le 07/08/2024, à 21:21)
Hors ligne
#60 Le 07/08/2024, à 21:24
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Oui j'avais pas vu le # deb https://ppa.launchpadcontent.net/oibaf/ … rs/ubuntu/ jammy main il faut faire comme dit @ylag
Je comprends mieux pourquoi la purge n'a pas fonctionné
En ligne
#61 Le 07/08/2024, à 21:27
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
de toute façon on a le plus choix le 24.2 oibaf, ne sont plus là on ne retrouve que les paquets traditionnels d'Ubuntu
En ligne
#62 Le 07/08/2024, à 21:27
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
la première commande donne ça:
amo@amo-Latitude-E6400:~$ sudo ppa-purge ppa:oibaf/graphics-drivers
[sudo] Mot de passe de amo :
Updating packages lists
W: http://dl.winehq.org/wine-builds/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
PPA to be removed: oibaf graphics-drivers
Warning: Could not find package list for PPA: oibaf graphics-drivers
amo@amo-Latitude-E6400:~$
Hors ligne
#63 Le 07/08/2024, à 21:32
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
tu as fait un
sudo apt update
avant
En ligne
#64 Le 07/08/2024, à 21:33
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Retour après redémarrage:
amo@amo-Latitude-E6400:~$ dpkg -l | grep -i oibaf
ii libdrm-amdgpu1:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-amdgpu1:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii libdrm-common 2.4.122+git2407120500.11cafd~oibaf~j all Userspace interface to kernel DRM services -- common files
ii libdrm-intel1:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-intel1:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to intel-specific kernel DRM services -- runtime
ii libdrm-nouveau2:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-nouveau2:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to nouveau-specific kernel DRM services -- runtime
ii libdrm-radeon1:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm-radeon1:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to radeon-specific kernel DRM services -- runtime
ii libdrm2:amd64 2.4.122+git2407120500.11cafd~oibaf~j amd64 Userspace interface to kernel DRM services -- runtime
ii libdrm2:i386 2.4.122+git2407120500.11cafd~oibaf~j i386 Userspace interface to kernel DRM services -- runtime
ii libegl-mesa0:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the EGL API -- Mesa vendor library
ii libgbm1:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 generic buffer management API -- runtime
ii libgbm1:i386 24.3~git2407250600.76ae27~oibaf~j i386 generic buffer management API -- runtime
ii libgl1-mesa-dri:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-dri:i386 24.3~git2407250600.76ae27~oibaf~j i386 free implementation of the OpenGL API -- DRI modules
ii libglapi-mesa:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the GL API -- shared library
ii libglapi-mesa:i386 24.3~git2407250600.76ae27~oibaf~j i386 free implementation of the GL API -- shared library
ii libglx-mesa0:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 free implementation of the OpenGL API -- GLX vendor library
ii libglx-mesa0:i386 24.3~git2407250600.76ae27~oibaf~j i386 free implementation of the OpenGL API -- GLX vendor library
ii libosmesa6:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa Off-screen rendering extension
ii libosmesa6:i386 24.3~git2407250600.76ae27~oibaf~j i386 Mesa Off-screen rendering extension
ii libva-drm2:amd64 2.19.0-1~oibaf~j amd64 Video Acceleration (VA) API for Linux -- DRM runtime
ii libva-x11-2:amd64 2.19.0-1~oibaf~j amd64 Video Acceleration (VA) API for Linux -- X11 runtime
ii libva2:amd64 2.19.0-1~oibaf~j amd64 Video Acceleration (VA) API for Linux -- runtime
ii libvdpau1:amd64 1.5-2~oibaf~j amd64 Video Decode and Presentation API for Unix (libraries)
ii libxatracker2:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 X acceleration library -- runtime
ii mesa-va-drivers:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa VA-API video acceleration drivers
ii mesa-vdpau-drivers:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa VDPAU video acceleration drivers
ii mesa-vulkan-drivers:amd64 24.3~git2407250600.76ae27~oibaf~j amd64 Mesa Vulkan graphics drivers
ii mesa-vulkan-drivers:i386 24.3~git2407250600.76ae27~oibaf~j i386 Mesa Vulkan graphics drivers
ii vdpau-driver-all:amd64 1.5-2~oibaf~j amd64 Video Decode and Presentation API for Unix (driver metapackage)
amo@amo-Latitude-E6400:~$
Dans le grub au démarrage figure nomodeset juste après quiet splash. C'est normal?
Hors ligne
#65 Le 07/08/2024, à 21:39
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
sauf erreur de ma commande, mais je l'ai vérifiée, en local à moins que ton le fichier grub est bougé :
sudo sed -i '/^GRUB_CMDLINE_LINUX_DEFAULT=/ s/ nomodeset//g; s/^\(GRUB_CMDLINE_LINUX_DEFAULT="\(.*\)\)"$/\1"/' /etc/default/grub
tu vérifies s'il y est toujours
cat /etc/default/grub
sudo update-grub
reboot
Dernière modification par tycooon (Le 07/08/2024, à 22:28)
En ligne
#66 Le 07/08/2024, à 21:46
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
vu sur le web
il est impossible de purger le PPA via la purge ppa
ppa-purge est obsolète dans Ubuntu version 20+. Utilisez plutôt sudo add-apt-repository avec le -r option ajoutée à la queue/fin de la commande. Par exemple, si vous souhaitez supprimer le oibaf référentiel, puis exécutez :
sudo add-apt-repository ppa:oibaf/graphics-drivers -r
sudo add-apt-repository ppa:oibaf/graphics-drivers -r
sudo apt update
sudo apt install --reinstall libgl1-mesa-dri libosmesa6 libglx-mesa0 libgbm1 libxatracker2 mesa-va-drivers mesa-vulkan-drivers libglapi-mesa
sudo apt autoremove
reboot
Dernière modification par tycooon (Le 07/08/2024, à 21:54)
En ligne
#67 Le 07/08/2024, à 22:29
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Pas de changement, toujours l'écran noir...
Mais plus de nomodeset dans le grub...
et plus de ligne
sudo sed -i '/^GRUB_CMDLINE_LINUX_DEFAULT=/ s/ nomodeset//g; s/^\(GRUB_CMDLINE_LINUX_DEFAULT="\(.*\)\)"$/\1"/' /etc/default/grub
Dernière modification par AMoMusic (Le 07/08/2024, à 22:31)
Hors ligne
#68 Le 07/08/2024, à 22:33
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
et les paquets ont bien été supprimés :
dpkg -l | grep oibaf
En ligne
#69 Le 07/08/2024, à 22:50
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
j'ai peut être fait une boulette le r est mal placé :
sudo add-apt-repository -r ppa:oibaf/graphics-drivers
sudo apt update
sudo apt install --reinstall libgl1-mesa-dri libosmesa6 libglx-mesa0 libgbm1 libxatracker2 mesa-va-drivers mesa-vulkan-drivers libglapi-mesa
sudo apt autoremove
reboot
si ca fonctionne toujours pas on le ferra manuellement
En ligne
#70 Le 07/08/2024, à 22:51
- tycooon
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
et retourne les logs je suis en aveugle sinon
En ligne
#71 Le 08/08/2024, à 06:28
- xubu1957
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bonjour,
Pour dégager un ppa, nany utilise :
sudo add-apt-repository -ry ppa:oibaf/graphics-drivers
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
Hors ligne
#72 Le 08/08/2024, à 10:21
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
les logs: (ça m'embêterait que vous deveniez aveugle pour ce souci d'ordinateur...)
amo@amo-Latitude-E6400:~$ ls -lrt /var/log
total 57480
drwxr-xr-x 2 root root 4096 juil. 14 2022 openvpn
drwx------ 2 speech-dispatcher root 4096 août 31 2022 speech-dispatcher
drwx------ 2 root root 4096 févr. 23 2023 private
-rw-r--r-- 1 root root 108494 févr. 23 2023 bootstrap.log
drwxr-xr-x 3 root root 4096 févr. 23 2023 hp
-rw-rw-r-- 1 root utmp 292292 mai 2 2023 lastlog
-rw-r--r-- 1 root root 32032 mai 2 2023 faillog
drwxrwxr-x 2 root root 4096 mai 2 2023 installer
drwxr-sr-x+ 3 root systemd-journal 4096 mai 2 2023 journal
drwx--x--x 2 root gdm 4096 mai 2 2023 gdm3
-rw-r--r-- 1 root root 435 mai 31 2023 ubuntu-advantage-timer.log.3.gz
-rw-r--r-- 1 root root 1050 juin 30 2023 ubuntu-advantage-timer.log.2.gz
-rw-r--r-- 1 root root 13619 juil. 27 2023 ubuntu-advantage-timer.log.1
-rw-r--r-- 1 root root 754 juil. 27 2023 alternatives.log.12.gz
-rw-r--r-- 1 root root 0 août 1 2023 ubuntu-advantage-timer.log
-rw-r--r-- 1 root root 178 août 14 2023 dpkg.log.12.gz
-rw-r--r-- 1 root root 1916 sept. 23 2023 dpkg.log.11.gz
-rw-r--r-- 1 root root 359 oct. 27 2023 alternatives.log.11.gz
-rw-r--r-- 1 root root 265 oct. 29 2023 alternatives.log.10.gz
drwxr-xr-x 2 root root 4096 oct. 29 2023 dist-upgrade
-rw-r--r-- 1 root root 15018 oct. 29 2023 dpkg.log.10.gz
-rw-r--r-- 1 root root 410 nov. 19 2023 alternatives.log.9.gz
-rw-r--r-- 1 root root 18523 nov. 26 2023 dpkg.log.9.gz
-rw-r--r-- 1 root root 470 déc. 25 2023 alternatives.log.8.gz
-rw-r--r-- 1 root root 8022 déc. 25 2023 dpkg.log.8.gz
-rw-r--r-- 1 root root 178 janv. 4 2024 alternatives.log.7.gz
-rw-r--r-- 1 root root 2657 janv. 4 2024 dpkg.log.7.gz
-rw-r--r-- 1 root root 16284 janv. 31 2024 ubuntu-advantage.log.6.gz
-rw-r--r-- 1 root root 11312 févr. 28 10:44 ubuntu-advantage.log.5.gz
-rw-r--r-- 1 root root 434 févr. 28 11:23 alternatives.log.6.gz
-rw-r--r-- 1 root root 11754 févr. 28 11:24 dpkg.log.6.gz
-rw-r--r-- 1 root root 9684 mars 31 15:07 ubuntu-advantage.log.4.gz
-rw-r--r-- 1 root root 507 mars 31 15:10 alternatives.log.5.gz
-rw-r--r-- 1 root root 11881 mars 31 15:11 dpkg.log.5.gz
-rw-r--r-- 1 root root 536 avril 6 16:32 dpkg.log.4.gz
-rw-r--r-- 1 root root 5220 avril 29 13:19 ubuntu-advantage.log.3.gz
-rw-r--r-- 1 root root 285 mai 4 12:45 alternatives.log.4.gz
-rw-r--r-- 1 root root 122 mai 14 11:20 alternatives.log.3.gz
-rw-r--r-- 1 root root 13271 mai 25 10:57 dpkg.log.3.gz
-rw-r--r-- 1 root root 6107 juin 3 20:07 ubuntu-advantage.log.2.gz
-rw-r--r-- 1 root root 43663 juin 6 13:15 ubuntu-advantage.log.1
-rw-r--r-- 1 root root 358 juin 6 13:22 alternatives.log.2.gz
-rw-r--r-- 1 root root 11208 juin 6 13:23 fontconfig.log
-rw-r--r-- 1 root root 10885 juin 25 16:19 dpkg.log.2.gz
-rw-rw---- 1 root utmp 0 juil. 1 10:40 btmp.1
-rw-r--r-- 1 root root 0 juil. 1 10:41 ubuntu-advantage.log
-rw-r--r-- 1 root root 522 juil. 4 10:19 alternatives.log.1
-rw-r----- 1 syslog adm 8664 juil. 15 08:56 auth.log.4.gz
-rw-r----- 1 syslog adm 1278307 juil. 15 08:56 kern.log.4.gz
-rw-r----- 1 syslog adm 2590174 juil. 15 08:56 syslog.4.gz
-rw------- 1 root root 141484 juil. 22 09:27 boot.log.7
-rw-r----- 1 syslog adm 6778 juil. 22 09:27 auth.log.3.gz
-rw-r----- 1 syslog adm 811247 juil. 22 09:27 kern.log.3.gz
-rw-r----- 1 syslog adm 1654981 juil. 22 09:27 syslog.3.gz
-rw-r--r-- 1 root root 106841 juil. 23 12:03 dpkg.log.1
-rw-r----- 1 root adm 376 juil. 24 22:15 apport.log.7.gz
-rw-r----- 1 syslog adm 4946 août 1 08:23 auth.log.2.gz
-rw-r--r-- 1 root root 0 août 1 08:23 alternatives.log
-rw------- 1 root root 277666 août 1 08:23 boot.log.6
-rw-rw---- 1 root utmp 0 août 1 08:23 btmp
-rw-r----- 1 syslog adm 1251132 août 1 08:23 syslog.2.gz
-rw-r----- 1 syslog adm 644020 août 1 08:23 kern.log.2.gz
drwxr-x--- 2 root adm 4096 août 1 08:23 unattended-upgrades
-rw-r----- 1 root adm 419 août 2 22:30 apport.log.6.gz
-rw------- 1 root root 139293 août 3 08:29 boot.log.5
-rw-r----- 1 root adm 290 août 3 14:16 apport.log.5.gz
-rw-r----- 1 syslog adm 90726 août 3 23:43 auth.log.1
-rw------- 1 root root 10252 août 4 00:00 boot.log.4
-rw-r----- 1 syslog adm 4171498 août 4 00:00 kern.log.1
-rw-r----- 1 syslog adm 12691826 août 4 00:00 syslog.1
-rw-r----- 1 root adm 269 août 4 23:35 apport.log.4.gz
-rw-r----- 1 root adm 413 août 5 16:07 apport.log.3.gz
-rw------- 1 root root 31284 août 6 09:20 boot.log.3
drwxr-xr-x 2 root root 4096 août 6 10:43 ipp-usb
-rw-r----- 1 root adm 508 août 6 13:42 apport.log.2.gz
-rw------- 1 root root 31128 août 7 09:15 boot.log.2
-rw-r----- 1 root adm 22846 août 7 20:07 dmesg.4.gz
-rw-r----- 1 root adm 22843 août 7 22:29 dmesg.3.gz
-rw-r----- 1 root adm 22789 août 7 23:02 dmesg.2.gz
drwxr-xr-x 2 root root 4096 août 7 23:09 apt
-rw-r--r-- 1 root root 65257 août 7 23:09 dpkg.log
-rw-r----- 1 root adm 22840 août 7 23:10 dmesg.1.gz
-rw-r----- 1 root adm 89396 août 7 23:12 dmesg.0
-rw-r--r-- 1 root root 68418 août 7 23:13 Xorg.0.log.old
-rw-r----- 1 root adm 1993 août 7 23:48 apport.log.1
-rw-r--r-- 1 root root 68293 août 7 23:48 Xorg.1.log.old
-rw-rw-r-- 1 root utmp 1054080 août 8 11:12 wtmp.1
-rw-r----- 1 root adm 0 août 8 11:12 apport.log
-rw------- 1 root root 51630 août 8 11:12 boot.log.1
-rw------- 1 root root 0 août 8 11:12 boot.log
drwxr-xr-x 2 root root 4096 août 8 11:12 cups
-rw-r----- 1 root adm 85888 août 8 11:12 dmesg
-rw-r--r-- 1 root root 26947 août 8 11:12 gpu-manager.log
-rw-r--r-- 1 root root 66463 août 8 11:14 Xorg.1.log
-rw-rw-r-- 1 root utmp 768 août 8 11:14 wtmp
-rw-r--r-- 1 root root 68418 août 8 11:14 Xorg.0.log
-rw-r----- 1 syslog adm 5398238 août 8 11:17 kern.log
-rw-r----- 1 syslog adm 177331 août 8 11:18 auth.log
-rw-r----- 1 syslog adm 24965274 août 8 11:19 syslog
amo@amo-Latitude-E6400:~$
Hors ligne
#73 Le 08/08/2024, à 10:29
- ylag
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bonjour,
la première commande donne ça:
amo@amo-Latitude-E6400:~$ sudo ppa-purge ppa:oibaf/graphics-drivers [sudo] Mot de passe de amo : Updating packages lists W: http://dl.winehq.org/wine-builds/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. PPA to be removed: oibaf graphics-drivers Warning: Could not find package list for PPA: oibaf graphics-drivers amo@amo-Latitude-E6400:~$
On ne sait pas si le PPA a été réactivé dans le fichier de sources avant de passer la commande ppa-purge ?
Sinon, ppa-purge ne peut fonctionner.
Relire le message #59.
A+
Dernière modification par ylag (Le 08/08/2024, à 10:31)
Hors ligne
#74 Le 08/08/2024, à 10:33
- AMoMusic
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Pas de changements après les commandes avec le r bien placé.
Hors ligne
#75 Le 08/08/2024, à 10:40
- ylag
Re : [RÉSOLU]Écran noir au démarrage, solutions éprouvées testées...
Bonjour,
Bonjour,
Pour dégager un ppa, nany utilise :
sudo add-apt-repository -ry ppa:oibaf/graphics-drivers
AMHA, ça ne ferait que désactiver le PPA des sources de mise à jour, ainsi que d'en supprimer la clé d'authentification, sans toucher aux paquets installés via ce PPA ?
A+
Hors ligne