Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/08/2023, à 11:21

randoo

[Résolu] Problème d'affichage au retour d'une veille prolongée

Bonjour,

Depuis une mise à jour des paquets d'Ubuntu, quand je veux réactiver mon ordi après une veille prolongée, j'ai un écran avec des traits de toutes les couleurs.
J'ai cet ordinateur depuis 2-3 ans, toujours sur Ubuntu, et je n'ai jamais eu de problème. J'imagine que c'est un problème de compatibilité avec la carte graphique.
Dites moi quels infos vous avez besoin et/ou me dire ce que je peux faire pour arranger mon problème.

Voilà ma config
Ma config

Merci d'avance
Cordialement

Dernière modification par randoo (Le 02/03/2024, à 16:54)

Hors ligne

#2 Le 15/08/2023, à 11:24

xubu1957

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Bonjour,

Montre, en te servant du Retour utilisable de commande :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
uname -a
dpkg -l | grep -v ^ii

et :

echo $XDG_SESSION_TYPE

pour voir si c'est Wayland ou x11.


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 15/08/2023, à 13:02

randoo

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Re,

D'abord merci pour la réponse. Voici les infos demandé :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics G1 (Ice Lake) [8086:8a56] (rev 07) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915

uname -a

Linux bureau-randoo 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

dpkg -l | grep -v ^ii

Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                                 Architecture Description
+++-==========================================-=======================================-============-================================================================================

echo $XDG_SESSION_TYPE

wayland

Voilà voila

Hors ligne

#4 Le 15/08/2023, à 13:15

xubu1957

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

As-tu moyen de changer de session avec la roue crantée, pour tester avec xorg ?

Regarde l'EDIT de malbo dans ce message, pour la roue crantée.


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 15/08/2023, à 16:04

randoo

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

xubu1957 a écrit :

As-tu moyen de changer de session avec la roue crantée, pour tester avec xorg ?

Regarde l'EDIT de malbo dans ce message, pour la roue crantée.

Alors, j'ai réussi à trouver la roue crantée, à ré-ouvrir ma session en utilisant XORG, j'ai testé de faire une veille prolongée et de réactiver. L'affichage refonctionnait mais je n'avais plus de curseur, il n’apparaissait pas, mais je devinais où il était avec les boutons qui se modifiaient. J'ai voulu faire un redémarrage et celà n'a jamais voulu repartir. J'avais un message d'erreur qui me demandait de regarder le journal systemctl, ou de choisir entre systemctl-default, ou un autre. Désolé, je n'ai pas pu faire de copie.
Du coup, j'ai réinstallé Ubuntu. Ne vous inquiétez pas, mes données sont sur un autre disque. Je n'ai perdu que les logiciels que je dois réinstaller.

Bref, que dois-je faire ? Je comprends bien que le problème pourrait provenir du serveur graphique.

Encore merci
Cordialement

Hors ligne

#6 Le 15/08/2023, à 17:53

xubu1957

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Fournis les noyaux présents :

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

et  la liste des anomalies de démarrage :

journalctl --no-pager -b -p err

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 16/08/2023, à 07:28

randoo

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Bonjour à tous

Voilà les retour que j'ai.

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

ii  linux-hwe-6.2-headers-6.2.0-26        6.2.0-26.26~22.04.1  all
ii  linux-headers-6.2.0-26-generic        6.2.0-26.26~22.04.1  amd64
ii  linux-image-6.2.0-26-generic          6.2.0-26.26~22.04.1  amd64
ii  linux-modules-6.2.0-26-generic        6.2.0-26.26~22.04.1  amd64
ii  linux-modules-extra-6.2.0-26-generic  6.2.0-26.26~22.04.1  amd64
ii  linux-generic-hwe-22.04               6.2.0.26.26~22.04.7  amd64
ii  linux-headers-generic-hwe-22.04       6.2.0.26.26~22.04.7  amd64
ii  linux-image-generic-hwe-22.04         6.2.0.26.26~22.04.7  amd64

Noyau courant : 6.2.0-26-generic x86_64

journalctl --no-pager -b -p err

août 16 08:22:41 HP-bureau kernel: x86/cpu: SGX disabled by BIOS.
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_TZ.ETMD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS05._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._UPC], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.XHC.RHUB.SS06._PLD], AE_ALREADY_EXISTS (20221020/dswload2-326)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20221020/psobject-220)
août 16 08:22:41 HP-bureau kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - \_SB_.PCI0.LPCB.EC0_.SEN1 (20221020/dspkginit-438)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20221020/psargs-330)
août 16 08:22:41 HP-bureau kernel: ACPI Error: Aborting method \_SB.PCI0.TXHC.RHUB.SS01._PLD due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20221020/psargs-330)
août 16 08:22:41 HP-bureau kernel: ACPI Error: Aborting method \_SB.PCI0.TXHC.RHUB.SS02._PLD due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20221020/psargs-330)
août 16 08:22:41 HP-bureau kernel: ACPI Error: Aborting method \_SB.PCI0.TXHC.RHUB.SS03._PLD due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
août 16 08:22:41 HP-bureau kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.UBTC.RUCC], AE_NOT_FOUND (20221020/psargs-330)
août 16 08:22:41 HP-bureau kernel: ACPI Error: Aborting method \_SB.PCI0.TXHC.RHUB.SS04._PLD due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
août 16 08:22:41 HP-bureau kernel: blacklist: Problem blacklisting hash (-13)
août 16 08:22:41 HP-bureau kernel: blacklist: Problem blacklisting hash (-13)
août 16 08:22:41 HP-bureau kernel: blacklist: Problem blacklisting hash (-13)
août 16 08:22:41 HP-bureau kernel: blacklist: Problem blacklisting hash (-13)
août 16 08:22:45 HP-bureau systemd[947]: Failed to start Application launched by gnome-session-binary.
août 16 08:22:50 HP-bureau systemd[947]: Failed to start Application launched by gnome-session-binary.

Merci pour votre aide
Cordialement

Hors ligne

#8 Le 16/08/2023, à 08:00

xubu1957

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Bonjour,

N'étant qu'un utilisateur lambda, je ne sais pas aider plus !  ¯∖_(ツ)_/¯

Pour info > Messages d'erreur au démarrage suite à mise à jour vers 22.04

Dernière modification par xubu1957 (Le 16/08/2023, à 08:03)


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

#9 Le 16/08/2023, à 08:02

randoo

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

xubu1957 a écrit :

Bonjour,

N'étant qu'un utilisateur lambda, je ne sais pas aider plus !  ¯∖_(ツ)_/¯

C'est pas grave, tu as fait avancer le schmilblick. Merci déjà pour ça. Attendons la suite.
Bonne journée
Cordialement

Hors ligne

#10 Le 16/08/2023, à 08:19

xubu1957

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Vu la carte graphique > askubuntu.com/questions/1373173/lenovo-and-intel-iris-xe-graphics-in-ubuntu-21-10

Il faudrait des connaisseurs.


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

#11 Le 02/03/2024, à 16:54

randoo

Re : [Résolu] Problème d'affichage au retour d'une veille prolongée

Ce problème a été résolu suite aux dernières mises à jour. Je ne sais pas pourquoi ni comment, mais j'arrive à nouveau à mettre en veille prolongée et a le réactivé sans bug.

Hors ligne