Pages : 1
#1 Le 28/10/2022, à 20:26
- depite
Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
J'utilisais Lubuntu 20.04, et cela fonctionnait plutôt bien.
J'ai fait l'upgrade vers 22.04, et alors là j'ai eu un gros souci.
Lorsque j'ouvre l'interface Lubuntu ou l'interface LXQT depuis la fenêtre d'ouverture de session, j'ai un énorme problème d'affichage :
- j'ai plusieurs fenêtre Firefox qui prennent environ un tiers de la largeur de l'écran : une à gauche et une à droite. Je ne peux pas les redimensionner, ni accéder au menu de firefox.
- lorsque j'arrive à lancer un terminal depuis le raccourci du bureau (ce qui est assez difficile), le focus ne se fait pas sur la fenêtre, ce qui fait que je ne peux pas lancer de ligne de commande. En rusant, en ouvrant et fermant des fenêtres, je finis par y arriver, mais c'est assez laborieux.
- je ne peux pas passer d'une fenêtre à l'autre avec Alt+Tab.
Bref : je ne peux rien faire, ou presque.
Par contre, lorsque j'ouvre une session avec OpenBox, je n'ai aucun de ces problèmes, et j'arrive à utiliser l'ordinateur normalement (ou presque... je vais éviter de parler de ma carte wifi ici...)
J'ai regardé les messages sur le forum, je n'ai pas vraiment trouvé quoique ce soit qui corresponde.
Ce qui s'en approchait le plus évoquait un problème avec le pilote de la carte graphique.
Au cas où, je mets les informations correspondant à ma carte graphique :
:~$ lspci -nnk | egrep -iA3 "VGA"
00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-U GT2 [UHD Graphics] [8086:9b41] (rev 02)
DeviceName: VGA
Subsystem: ASUSTeK Computer Inc. CometLake-U GT2 [UHD Graphics] [1043:1ff1]
Kernel driver in use: i915
Kernel modules: i915
:~$ sudo lshw -c video
*-display
description: VGA compatible controller
produit: CometLake-U GT2 [UHD Graphics]
fabricant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
nom logique: /dev/fb0
version: 02
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration : depth=32 driver=i915 latency=0 resolution=1920,1080
ressources : irq:138 mémoire:b0000000-b0ffffff mémoire:a0000000-afffffff portE/S:4000(taille=64) mémoire:c0000-dffff
:~$ lsmod | egrep 'i915'
i915 3104768 21
ttm 86016 1 i915
drm_kms_helper 311296 1 i915
cec 61440 2 drm_kms_helper,i915
i2c_algo_bit 16384 1 i915
drm 622592 13 drm_kms_helper,i915,ttm
video 61440 2 asus_wmi,i915
:~$ xvinfo
X-Video Extension version 2.2
screen #0
Adaptor #0: "GLAMOR Textured Video"
number of ports: 16
port base: 150
operations supported: PutImage
supported visuals:
depth 24, visualID 0x21
number of attributes: 5
"XV_BRIGHTNESS" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_CONTRAST" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_SATURATION" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_HUE" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_COLORSPACE" (range 0 to 1)
client settable attribute
client gettable attribute (current value is 0)
maximum XvImage size: 8192 x 8192
Number of image formats: 3
id: 0x32315659 (YV12)
guid: 59563132-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x30323449 (I420)
guid: 49343230-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 3
type: YUV (planar)
id: 0x3231564e (NV12)
guid: 4e563132-0000-0010-8000-00aa00389b71
bits per pixel: 12
number of planes: 2
type: YUV (planar)
Si je tape
:~$ grep rendering /var/log/Xorg.0.log
:~$ grep -A29 Chipsets /var/log/Xorg.0.log
Je n'ai aucun retour.
Pour information, j'ai fait une partition avec ubuntu à peu près au moment de l'upgrade (le wifi ne fonctionnait plus du tout, j'ai fait une installation en catastrophe pour avoir un accès à internet).
Mais, de mémoire, c'est après l'upgrade vers lubuntu 22.04 que j'ai eu le problème, pas après le partitionnement.
Est-ce que quelqu'un aurait une idée ?
Hors ligne
#2 Le 29/10/2022, à 11:13
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Je te prie de donner le nom complet du modèle de ton ordi.
Hors ligne
#3 Le 29/10/2022, à 11:53
- xubu1957
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Pour le wifi, ton fil précédent > [Résolu] Wifi non détecté - Lubuntu 18.04 - Realtek 8821CE
= = = = = = = = =
Montre :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11.
Dernière modification par xubu1957 (Le 29/10/2022, à 11:55)
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
#4 Le 29/10/2022, à 13:22
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Mon ordi est un ASUS Vivobook modèle X413F.
:~$ echo $XDG_SESSION_TYPE
x11
Hors ligne
#5 Le 30/10/2022, à 06:14
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Quelle est la référence du processeur ?
Hors ligne
#6 Le 30/10/2022, à 08:48
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour.
Voici ce que j'obtiens avec hwinfo :
:~$ hwinfo | grep Processor
E: ID_MODEL_FROM_DATABASE=Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
E: ID_MODEL_FROM_DATABASE=Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
Model: "Intel Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model"
Device: pci 0x1911 "Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model"
Model: "Intel Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem"
Device: pci 0x1903 "Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem"
Units/Processor: 16
Units/Processor: 16
Units/Processor: 16
Units/Processor: 16
Units/Processor: 16
Units/Processor: 16
Units/Processor: 16
Units/Processor: 16
Hors ligne
#7 Le 31/10/2022, à 07:41
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Je te prie de faire ce que j'explique dans ce post afin qu'on ait des infos sur ton matériel : https://forum.ubuntu-fr.org/viewtopic.p … #p21940018
Hors ligne
#8 Le 31/10/2022, à 08:42
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Voici le retour de la commande :
computer
description: Ordinateur Bloc-notes
produit: VivoBook_ASUSLaptop X421FAY_X413FA
fabricant: ASUSTeK COMPUTER INC.
version: 1.0
numéro de série: [REMOVED]
bits: 64 bits
fonctionnalités: smbios-3.2.0 dmi-3.2.0 smp vsyscall32
configuration : boot=normal chassis=notebook family=VivoBook uuid=[REMOVED]
*-core
description: Carte mère
produit: X421FAY
fabricant: ASUSTeK COMPUTER INC.
identifiant matériel: 0
version: 1.0
numéro de série: [REMOVED]
emplacement: MIDDLE
*-firmware
description: BIOS
fabricant: American Megatrends Inc.
identifiant matériel: 0
version: X421FAY.304
date: 01/04/2021
taille: 64KiB
capacité: 16MiB
fonctionnalités: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification uefi
*-memory
description: Mémoire Système
identifiant matériel: 9
emplacement: Carte mère
taille: 8GiB
*-bank:0
description: SODIMM DDR4 Synchrone 2667 MHz (0.4 ns)
produit: M471A5244CB0-CTD
fabricant: Samsung
identifiant matériel: 0
numéro de série: [REMOVED]
emplacement: ChannelA-DIMM0
taille: 4GiB
bits: 64 bits
horloge: 2667MHz (0.4ns)
*-bank:1
description: SODIMM DDR4 Synchrone 2667 MHz (0.4 ns)
produit: M471A5244CB0-CTD
fabricant: Samsung
identifiant matériel: 1
numéro de série: [REMOVED]
emplacement: ChannelB-DIMM0
taille: 4GiB
bits: 64 bits
horloge: 2667MHz (0.4ns)
*-cache:0
description: L1 cache
identifiant matériel: 2a
emplacement: L1 Cache
taille: 256KiB
capacité: 256KiB
fonctionnalités: synchronous internal write-back unified
configuration : level=1
*-cache:1
description: L2 cache
identifiant matériel: 2b
emplacement: L2 Cache
taille: 1MiB
capacité: 1MiB
fonctionnalités: synchronous internal write-back unified
configuration : level=2
*-cache:2
description: L3 cache
identifiant matériel: 2c
emplacement: L3 Cache
taille: 6MiB
capacité: 6MiB
fonctionnalités: synchronous internal write-back unified
configuration : level=3
*-cpu
description: CPU
produit: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
fabricant: Intel Corp.
identifiant matériel: 2d
information bus: cpu@0
version: 6.142.12
numéro de série: [REMOVED]
emplacement: U3E1
taille: 3290MHz
capacité: 4200MHz
bits: 64 bits
horloge: 100MHz
fonctionnalités: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp md_clear flush_l1d arch_capabilities cpufreq
configuration : cores=4 enabledcores=4 microcode=240 threads=8
*-pci
description: Host bridge
produit: Comet Lake-U v1 4c Host Bridge/DRAM Controller
fabricant: Intel Corporation
identifiant matériel: 100
information bus: pci@0000:00:00.0
version: 0c
bits: 32 bits
horloge: 33MHz
configuration : driver=skl_uncore
ressources : irq:0
*-display
description: VGA compatible controller
produit: CometLake-U GT2 [UHD Graphics]
fabricant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
nom logique: /dev/fb0
version: 02
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration : depth=32 driver=i915 latency=0 resolution=1920,1080
ressources : irq:138 mémoire:b0000000-b0ffffff mémoire:a0000000-afffffff portE/S:4000(taille=64) mémoire:c0000-dffff
*-generic:0
description: Signal processing controller
produit: Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
fabricant: Intel Corporation
identifiant matériel: 4
information bus: pci@0000:00:04.0
version: 0c
bits: 64 bits
horloge: 33MHz
fonctionnalités: msi pm cap_list
configuration : driver=proc_thermal latency=0
ressources : irq:16 mémoire:b1310000-b1317fff
*-generic:1 NON-RÉCLAMÉ
description: System peripheral
produit: Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
fabricant: Intel Corporation
identifiant matériel: 8
information bus: pci@0000:00:08.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: msi pm cap_list
configuration : latency=0
ressources : mémoire:b1326000-b1326fff
*-generic:2
description: Signal processing controller
produit: Comet Lake Thermal Subsytem
fabricant: Intel Corporation
identifiant matériel: 12
information bus: pci@0000:00:12.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi cap_list
configuration : driver=intel_pch_thermal latency=0
ressources : irq:16 mémoire:b1325000-b1325fff
*-usb
description: USB controller
produit: Comet Lake PCH-LP USB 3.1 xHCI Host Controller
fabricant: Intel Corporation
identifiant matériel: 14
information bus: pci@0000:00:14.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi xhci cap_list
configuration : driver=xhci_hcd latency=0
ressources : irq:126 mémoire:b1300000-b130ffff
*-usbhost:0
produit: xHCI Host Controller
fabricant: Linux 5.15.0-50-generic xhci-hcd
identifiant matériel: 0
information bus: usb@1
nom logique: usb1
version: 5.15
fonctionnalités: usb-2.00
configuration : driver=hub slots=12 speed=480Mbit/s
*-usb:0
description: Vidéo
produit: USB2.0 HD UVC WebCam: USB2.0 HD
fabricant: Azurewave
identifiant matériel: 6
information bus: usb@1:6
nom logique: input7
nom logique: /dev/input/event4
version: 19.01
numéro de série: [REMOVED]
fonctionnalités: usb-2.01 usb
configuration : driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-usb:1
description: MMC Host
produit: USB2.0-CRW
fabricant: Generic
identifiant matériel: 7
information bus: usb@1:7
nom logique: mmc0
version: 39.60
numéro de série: [REMOVED]
fonctionnalités: usb-2.00
configuration : driver=rtsx_usb maxpower=500mA speed=480Mbit/s
*-usb:2
description: Interface sans fil Bluetooth
produit: Bluetooth Radio
fabricant: Realtek
identifiant matériel: a
information bus: usb@1:a
version: 1.10
numéro de série: [REMOVED]
fonctionnalités: bluetooth usb-1.10
configuration : driver=btusb maxpower=500mA speed=12Mbit/s
*-usbhost:1
produit: xHCI Host Controller
fabricant: Linux 5.15.0-50-generic xhci-hcd
identifiant matériel: 1
information bus: usb@2
nom logique: usb2
version: 5.15
fonctionnalités: usb-3.10
configuration : driver=hub slots=6 speed=10000Mbit/s
*-memory NON-RÉCLAMÉ
description: RAM memory
produit: Comet Lake PCH-LP Shared SRAM
fabricant: Intel Corporation
identifiant matériel: 14.2
information bus: pci@0000:00:14.2
version: 00
bits: 64 bits
horloge: 33MHz (30.3ns)
fonctionnalités: pm cap_list
configuration : latency=0
ressources : mémoire:b131c000-b131dfff mémoire:b1324000-b1324fff
*-serial:0
description: Serial bus controller
produit: Serial IO I2C Host Controller
fabricant: Intel Corporation
identifiant matériel: 15
information bus: pci@0000:00:15.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:16 mémoire:9fc00000-9fc00fff
*-serial:1
description: Serial bus controller
produit: Comet Lake Serial IO I2C Host Controller
fabricant: Intel Corporation
identifiant matériel: 15.1
information bus: pci@0000:00:15.1
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:17 mémoire:9fc01000-9fc01fff
*-communication:0
description: Communication controller
produit: Comet Lake Management Engine Interface
fabricant: Intel Corporation
identifiant matériel: 16
information bus: pci@0000:00:16.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration : driver=mei_me latency=0
ressources : irq:136 mémoire:b1321000-b1321fff
*-pci:0
description: PCI bridge
produit: Comet Lake PCI Express Root Port #1
fabricant: Intel Corporation
identifiant matériel: 1c
information bus: pci@0000:00:1c.0
version: f0
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:122
*-pci:1
description: PCI bridge
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1c.3
information bus: pci@0000:00:1c.3
version: f0
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:123 portE/S:3000(taille=4096) mémoire:b1200000-b12fffff
*-network
description: Interface réseau sans fil
produit: RTL8821CE 802.11ac PCIe Wireless Network Adapter
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: wlo1
version: 00
numéro de série: [REMOVED]
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration : broadcast=yes driver=rtl8821ce driverversion=5.15.0-50-generic ip=[REMOVED] latency=0 multicast=yes wireless=IEEE 802.11bgn
ressources : irq:137 portE/S:3000(taille=256) mémoire:b1200000-b120ffff
*-pci:2
description: PCI bridge
produit: Comet Lake PCI Express Root Port #9
fabricant: Intel Corporation
identifiant matériel: 1d
information bus: pci@0000:00:1d.0
version: f0
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:124 portE/S:5000(taille=4096) mémoire:9f800000-9f9fffff portE/S:9fa00000(taille=2097152)
*-pci:3
description: PCI bridge
produit: Comet Lake PCI Express Root Port #13
fabricant: Intel Corporation
identifiant matériel: 1d.4
information bus: pci@0000:00:1d.4
version: f0
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:125 mémoire:b1100000-b11fffff
*-nvme
description: NVMe device
produit: WDC PC SN520 SDAPNUW-512G-1202
fabricant: Sandisk Corp
identifiant matériel: 0
information bus: pci@0000:04:00.0
nom logique: /dev/nvme0
version: 20200000
numéro de série: [REMOVED]
bits: 64 bits
horloge: 33MHz
fonctionnalités: nvme pm msi msix pciexpress nvm_express bus_master cap_list
configuration : driver=nvme latency=0 nqn=nqn.2018-01.com.wdc:nguid:E8238FA6BF53-0001-001B444A44DB3DBD state=live
ressources : irq:16 mémoire:b1100000-b1103fff
*-namespace:0
description: NVMe disk
identifiant matériel: 0
nom logique: hwmon3
*-namespace:1
description: NVMe disk
identifiant matériel: 2
nom logique: /dev/ng0n1
*-namespace:2
description: NVMe disk
identifiant matériel: 1
information bus: nvme@0:1
nom logique: /dev/nvme0n1
taille: 476GiB (512GB)
fonctionnalités: gpt-1.00 partitioned partitioned:gpt
configuration : guid=ab0ab043-6398-42d4-862b-f8c9c4f41683 logicalsectorsize=512 sectorsize=512 wwid=eui.e8238fa6bf530001001b444a44db3dbd
*-volume:0 NON-RÉCLAMÉ
description: Windows FAT volume
fabricant: mkfs.fat
identifiant matériel: 1
information bus: nvme@0:1,1
version: FAT32
numéro de série: [REMOVED]
taille: 510MiB
capacité: 511MiB
fonctionnalités: boot fat initialized
configuration : FATs=2 filesystem=fat name=EFI System Partition
*-volume:1
description: Volume EXT4
fabricant: Linux
identifiant matériel: 2
information bus: nvme@0:1,2
nom logique: /dev/nvme0n1p2
version: 1.0
numéro de série: [REMOVED]
taille: 94GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
configuration : created=2022-09-02 11:00:55 filesystem=ext4 lastmountpoint=/ modified=2022-10-27 09:19:41 mounted=2022-10-27 09:19:41 state=clean
*-volume:2
description: Volume EXT4
fabricant: Linux
identifiant matériel: 3
information bus: nvme@0:1,3
nom logique: /dev/nvme0n1p3
version: 1.0
numéro de série: [REMOVED]
taille: 13GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
configuration : created=2021-09-11 18:43:48 filesystem=ext4 lastmountpoint=/media/arnaud/87373afd-b1e4-45f5-b29d-13eb158fabab modified=2022-10-20 19:56:04 mounted=2022-10-20 19:28:34 state=clean
*-volume:3
description: Volume EXT4
fabricant: Linux
identifiant matériel: 4
information bus: nvme@0:1,4
nom logique: /dev/nvme0n1p4
version: 1.0
numéro de série: [REMOVED]
taille: 11GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
configuration : created=2021-09-11 18:49:48 filesystem=ext4 lastmountpoint=/media/arnaud/f54574c2-47dc-492c-9c00-b2ad620e0993 modified=2022-10-16 21:07:09 mounted=2022-10-16 16:23:56 state=clean
*-volume:4
description: Volume EXT4
fabricant: Linux
identifiant matériel: 5
information bus: nvme@0:1,5
nom logique: /dev/nvme0n1p5
nom logique: /
nom logique: /var/snap/firefox/common/host-hunspell
version: 1.0
numéro de série: [REMOVED]
taille: 357GiB
capacité: 357GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
configuration : created=2021-09-12 14:49:50 filesystem=ext4 lastmountpoint=/ modified=2022-10-31 08:36:38 mount.fstype=ext4 mount.options=ro,noexec,noatime,errors=remount-ro mounted=2022-10-31 08:36:38 state=mounted
*-communication:1
description: Communication controller
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1e
information bus: pci@0000:00:1e.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:20 mémoire:9fc02000-9fc02fff
*-serial:2
description: Serial bus controller
produit: Intel Corporation
fabricant: Intel Corporation
identifiant matériel: 1e.2
information bus: pci@0000:00:1e.2
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:22 mémoire:9fc03000-9fc03fff
*-isa
description: ISA bridge
produit: Comet Lake PCH-LP LPC Premium Controller/eSPI Controller
fabricant: Intel Corporation
identifiant matériel: 1f
information bus: pci@0000:00:1f.0
version: 00
bits: 32 bits
horloge: 33MHz
fonctionnalités: isa bus_master
configuration : latency=0
*-pnp00:00
produit: PnP device PNP0c02
identifiant matériel: 0
fonctionnalités: pnp
configuration : driver=system
*-pnp00:01
produit: PnP device PNP0c02
identifiant matériel: 1
fonctionnalités: pnp
configuration : driver=system
*-pnp00:02
produit: PnP device INT3f0d
fabricant: Interphase Corporation
identifiant matériel: 2
fonctionnalités: pnp
configuration : driver=system
*-pnp00:03
produit: PnP device ATK3001
fabricant: Allied Telesyn Int'l
identifiant matériel: 3
fonctionnalités: pnp
configuration : driver=i8042 kbd
*-pnp00:04
produit: PnP device PNP0c02
identifiant matériel: 4
fonctionnalités: pnp
configuration : driver=system
*-pnp00:05
produit: PnP device PNP0c02
identifiant matériel: 5
fonctionnalités: pnp
configuration : driver=system
*-pnp00:06
produit: PnP device PNP0c02
identifiant matériel: 6
fonctionnalités: pnp
configuration : driver=system
*-pnp00:07
produit: PnP device PNP0c02
identifiant matériel: 7
fonctionnalités: pnp
configuration : driver=system
*-multimedia
description: Audio device
produit: Comet Lake PCH-LP cAVS
fabricant: Intel Corporation
identifiant matériel: 1f.3
information bus: pci@0000:00:1f.3
nom logique: card0
nom logique: /dev/snd/controlC0
nom logique: /dev/snd/hwC0D0
nom logique: /dev/snd/hwC0D2
nom logique: /dev/snd/pcmC0D0c
nom logique: /dev/snd/pcmC0D0p
nom logique: /dev/snd/pcmC0D10p
nom logique: /dev/snd/pcmC0D3p
nom logique: /dev/snd/pcmC0D7p
nom logique: /dev/snd/pcmC0D8p
nom logique: /dev/snd/pcmC0D9p
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration : driver=snd_hda_intel latency=32
ressources : irq:139 mémoire:b1318000-b131bfff mémoire:b1000000-b10fffff
*-input:0
produit: HDA Intel PCH Headphone
identifiant matériel: 0
nom logique: input12
nom logique: /dev/input/event9
*-input:1
produit: HDA Intel PCH HDMI/DP,pcm=3
identifiant matériel: 1
nom logique: input13
nom logique: /dev/input/event10
*-input:2
produit: HDA Intel PCH HDMI/DP,pcm=7
identifiant matériel: 2
nom logique: input14
nom logique: /dev/input/event11
*-input:3
produit: HDA Intel PCH HDMI/DP,pcm=8
identifiant matériel: 3
nom logique: input15
nom logique: /dev/input/event12
*-input:4
produit: HDA Intel PCH HDMI/DP,pcm=9
identifiant matériel: 4
nom logique: input16
nom logique: /dev/input/event13
*-input:5
produit: HDA Intel PCH HDMI/DP,pcm=10
identifiant matériel: 5
nom logique: input17
nom logique: /dev/input/event14
*-serial:3 NON-RÉCLAMÉ
description: SMBus
produit: Comet Lake PCH-LP SMBus Host Controller
fabricant: Intel Corporation
identifiant matériel: 1f.4
information bus: pci@0000:00:1f.4
version: 00
bits: 64 bits
horloge: 33MHz
configuration : latency=0
ressources : mémoire:b131e000-b131e0ff portE/S:efa0(taille=32)
*-serial:4 NON-RÉCLAMÉ
description: Serial bus controller
produit: Comet Lake SPI (flash) Controller
fabricant: Intel Corporation
identifiant matériel: 1f.5
information bus: pci@0000:00:1f.5
version: 00
bits: 32 bits
horloge: 33MHz
configuration : latency=0
ressources : mémoire:fe010000-fe010fff
*-input:0
produit: Lid Switch
identifiant matériel: 1
nom logique: input0
nom logique: /dev/input/event0
fonctionnalités: platform
*-input:1
produit: Power Button
identifiant matériel: 2
nom logique: input1
nom logique: /dev/input/event1
fonctionnalités: platform
*-input:2
produit: ASUE140C:00 04F3:3145 Touchpad
identifiant matériel: 3
nom logique: input10
nom logique: /dev/input/event7
nom logique: /dev/input/mouse1
fonctionnalités: i2c
*-input:3
produit: ASUE140C:00 04F3:3145 Keyboard
identifiant matériel: 4
nom logique: input11
nom logique: /dev/input/event8
nom logique: input11::capslock
nom logique: input11::compose
nom logique: input11::kana
nom logique: input11::numlock
nom logique: input11::scrolllock
fonctionnalités: i2c
*-input:4
produit: Power Button
identifiant matériel: 5
nom logique: input2
nom logique: /dev/input/event2
fonctionnalités: platform
*-input:5
produit: AT Translated Set 2 keyboard
identifiant matériel: 6
nom logique: input3
nom logique: /dev/input/event3
nom logique: input3::capslock
nom logique: input3::numlock
nom logique: input3::scrolllock
fonctionnalités: i8042
*-input:6
produit: Video Bus
identifiant matériel: 7
nom logique: input8
nom logique: /dev/input/event5
fonctionnalités: platform
*-input:7
produit: ASUE140C:00 04F3:3145 Mouse
identifiant matériel: 8
nom logique: input9
nom logique: /dev/input/event6
nom logique: /dev/input/mouse0
fonctionnalités: i2c
Hors ligne
#9 Le 31/10/2022, à 09:42
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Merci. On y voit que ton modèle d'ordi est X413FA et que le processeur est un Intel Core i5-10210U. La partie graphique (*) est intégrée sur la même puce que le processeur (il n'y a pas de carte graphique dédiée).
Je te prie de faire un Boot-info depuis une session de ton Lubuntu 22.04 et de donner l'URL de ce Boot-info dans ta réponse.
(*) désignée "CometLake-U GT2 [UHD Graphics]" dans ce rapport mais qui apparaissait déjà sous cette désignation dans tes infos du post #1
Dernière modification par malbo (Le 31/10/2022, à 09:47)
Hors ligne
#10 Le 31/10/2022, à 09:52
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Hors ligne
#11 Le 31/10/2022, à 11:36
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Je colle ci-dessous le contenu du Boot-info :
boot-info-4ppa200 [20221031_0949]
============================== Boot Info Summary ===============================
=> No boot loader is installed in the MBR of /dev/nvme0n1.
nvme0n1p1: _____________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /efi/BOOT/fbx64.efi /efi/BOOT/mmx64.efi
/efi/ubuntu/grubx64.efi /efi/ubuntu/mmx64.efi
/efi/ubuntu/shimx64.efi /efi/ubuntu/grub.cfg
nvme0n1p2: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
nvme0n1p3: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.5 LTS
Boot files: /etc/fstab /etc/default/grub
nvme0n1p4: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 18.04.5 LTS
Boot files: /etc/fstab /etc/default/grub
nvme0n1p5: _____________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 22.04.1 LTS
Boot files: /boot/grub/grub.cfg /etc/fstab /etc/default/grub
================================ 4 OS detected =================================
OS#1: L'OS actuellement utilisé - Ubuntu 22.04.1 LTS CurrentSession on nvme0n1p5
OS#2: Ubuntu 22.04.1 LTS on nvme0n1p2
OS#3: Ubuntu 18.04.5 LTS on nvme0n1p3
OS#4: Ubuntu 18.04.5 LTS on nvme0n1p4
================================ Host/Hardware =================================
CPU architecture: 64-bit
Video: CometLake-U GT2 [UHD Graphics] from Intel Corporation
BOOT_IMAGE of the installed session in use:
/boot/vmlinuz-5.15.0-50-generic root=UUID=04467a04-a22f-4ef9-97ba-e33bdb68783e ro quiet splash
df -Th / : /dev/nvme0n1p5 ext4 351G 196G 138G 59% /
===================================== UEFI =====================================
BIOS/UEFI firmware: X421FAY.304(5.17) from American Megatrends Inc.
The firmware is EFI-compatible, and is set in EFI-mode for this installed-session.
SecureBoot disabled - SecureBoot disabled - Veuillez indiquer ce message à boot.repair@gmail.com.
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0003,0001,0002,0004
Boot0000* ubuntu HD(1,GPT,81032ee9-b5ac-4d4b-928c-4efc39481b10,0x800,0x100000)/File(\EFI\UBUNTU\SHIMX64.EFI)
Boot0001* UEFI:CD/DVD Drive BBS(129,,0x0)
Boot0002* UEFI:Removable Device BBS(130,,0x0)
Boot0003* Windows Boot Manager VenHw(99e275e7-75a0-4b37-a2e6-c5385e6c00cb)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...h................
Boot0004* UEFI:Network Device BBS(131,,0x0)
============================= Drive/Partition Info =============================
Disks info: ____________________________________________________________________
nvme0n1 : is-GPT, no-BIOSboot, has---ESP, not-usb, not-mmc, has-os, no-wind, 2048 sectors * 512 bytes
Partitions info (1/3): _________________________________________________________
nvme0n1p5 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
nvme0n1p3 : is-os, 64, apt-get, grub-pc , grub2, grub-install, no-grubenv, update-grub, not-far
nvme0n1p1 : no-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, not-far
nvme0n1p4 : is-os, 64, apt-get, grub-pc , grub2, grub-install, no-grubenv, update-grub, not-far
nvme0n1p2 : is-os, 64, apt-get, signed grub-pc grub-efi , grub2, grub-install, grubenv-ok, update-grub, farbios
Partitions info (2/3): _________________________________________________________
nvme0n1p5 : isnotESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p3 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p1 : is---ESP, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p4 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
nvme0n1p2 : isnotESP, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot
Partitions info (3/3): _________________________________________________________
nvme0n1p5 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, nvme0n1
nvme0n1p3 : not--sepboot, no-kernel, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, nvme0n1
nvme0n1p1 : not--sepboot, no---boot, part-has-no-fstab, not-sep-usr, no---usr, part-has-no-fstab, no--grub.d, nvme0n1
nvme0n1p4 : not--sepboot, no-kernel, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, nvme0n1
nvme0n1p2 : not--sepboot, with-boot, fstab-without-boot, not-sep-usr, with--usr, fstab-without-usr, std-grub.d, nvme0n1
fdisk -l (filtered): ___________________________________________________________
Disk nvme0n1: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk identifier: AB0AB043-6398-42D4-862B-F8C9C4F41683
Start End Sectors Size Type
nvme0n1p1 2048 1050623 1048576 512M EFI System
nvme0n1p2 802627584 1000214527 197586944 94.2G Linux filesystem
nvme0n1p3 1050624 29702143 28651520 13.7G Linux filesystem
nvme0n1p4 29702144 53469183 23767040 11.3G Linux filesystem
nvme0n1p5 53469184 802625579 749156396 357.2G Linux filesystem
Partition table entries are not in disk order.
parted -lm (filtered): _________________________________________________________
nvme0n1:512GB:nvme:512:512:gpt:WDC PC SN520 SDAPNUW-512G-1202:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
3:538MB:15.2GB:14.7GB:ext4::;
4:15.2GB:27.4GB:12.2GB:ext4::;
5:27.4GB:411GB:384GB:ext4::;
2:411GB:512GB:101GB:ext4::;
blkid (filtered): ______________________________________________________________
NAME FSTYPE UUID PARTUUID LABEL PARTLABEL
nvme0n1
├─nvme0n1p1 vfat DFDE-7BEC 81032ee9-b5ac-4d4b-928c-4efc39481b10 EFI System Partition
├─nvme0n1p2 ext4 890e62a3-a6b7-4985-9f97-3309ce6bb74a b169b3b9-e4db-4cba-a76a-1802322fa8d9
├─nvme0n1p3 ext4 87373afd-b1e4-45f5-b29d-13eb158fabab d189f14d-2752-402f-b116-947b97853591
├─nvme0n1p4 ext4 f54574c2-47dc-492c-9c00-b2ad620e0993 cd1cc260-976a-463d-a5dd-aee68f6e99d3
└─nvme0n1p5 ext4 04467a04-a22f-4ef9-97ba-e33bdb68783e 0cb1a942-0076-4a28-803c-03cdcb02131f
Mount points (filtered): _______________________________________________________
Avail Use% Mounted on
/dev/nvme0n1p2 26.6G 66% /mnt/boot-sav/nvme0n1p2
/dev/nvme0n1p3 5.7G 48% /mnt/boot-sav/nvme0n1p3
/dev/nvme0n1p4 3.3G 61% /mnt/boot-sav/nvme0n1p4
/dev/nvme0n1p5 137.5G 56% /
/dev/nvme0n1p5[/usr/share/hunspell] 137.5G 56% /var/snap/firefox/common/host-hunspell
Mount options (filtered): ______________________________________________________
/dev/nvme0n1p2 ext4 rw,relatime
/dev/nvme0n1p3 ext4 rw,relatime
/dev/nvme0n1p4 ext4 rw,relatime
/dev/nvme0n1p5 ext4 rw,relatime,errors=remount-ro
/dev/nvme0n1p5[/usr/share/hunspell] ext4 ro,noexec,noatime,errors=remount-ro
=================== nvme0n1p1/efi/ubuntu/grub.cfg (filtered) ===================
search.fs_uuid 890e62a3-a6b7-4985-9f97-3309ce6bb74a root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
=================== nvme0n1p2/boot/grub/grub.cfg (filtered) ====================
Ubuntu 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu, with Linux 5.15.0-52-generic 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu, with Linux 5.15.0-50-generic 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu 18.04.5 LTS (18.04) (on nvme0n1p3) 87373afd-b1e4-45f5-b29d-13eb158fabab
Ubuntu 18.04.5 LTS (18.04) (on nvme0n1p4) f54574c2-47dc-492c-9c00-b2ad620e0993
Ubuntu 22.04.1 LTS (22.04) (on nvme0n1p5) 04467a04-a22f-4ef9-97ba-e33bdb68783e
Ubuntu (on nvme0n1p5) 04467a04-a22f-4ef9-97ba-e33bdb68783e
Ubuntu, with Linux 5.15.0-50-generic (on nvme0n1p5) 04467a04-a22f-4ef9-97ba-e33bdb68783e
Ubuntu, with Linux 5.15.0-48-generic (on nvme0n1p5) 04467a04-a22f-4ef9-97ba-e33bdb68783e
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
======================== nvme0n1p2/etc/fstab (filtered) ========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=890e62a3-a6b7-4985-9f97-3309ce6bb74a / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DFDE-7BEC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
==================== nvme0n1p2/etc/default/grub (filtered) =====================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= nvme0n1p2: Location of files loaded by Grub ==================
GiB - GB File Fragment(s)
390.418472290 = 419.208642560 boot/grub/grub.cfg 1
394.272468567 = 423.346839552 boot/vmlinuz 1
435.207027435 = 467.299987456 boot/vmlinuz-5.15.0-50-generic 2
394.272468567 = 423.346839552 boot/vmlinuz-5.15.0-52-generic 1
435.207027435 = 467.299987456 boot/vmlinuz.old 2
462.351928711 = 496.446603264 boot/initrd.img 1
452.586299896 = 485.960839168 boot/initrd.img-5.15.0-50-generic 1
462.351928711 = 496.446603264 boot/initrd.img-5.15.0-52-generic 1
452.586299896 = 485.960839168 boot/initrd.img.old 1
=================== nvme0n1p2: ls -l /etc/grub.d/ (filtered) ===================
-rwxr-xr-x 1 root root 18683 أبريل 15 2022 10_linux
-rwxr-xr-x 1 root root 43031 مارس 30 2021 10_linux_zfs
-rwxr-xr-x 1 root root 14180 أبريل 15 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 أبريل 15 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 أبريل 15 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Ùبراير 19 2022 35_fwupd
-rwxr-xr-x 1 root root 214 مارس 30 2021 40_custom
-rwxr-xr-x 1 root root 215 أبريل 15 2022 41_custom
======================== nvme0n1p2/etc/grub.d/35_fwupd =========================
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?}
prepare_grub_to_access_device '`${grub_probe} --target=device \${ESP}` | sed -e "s/^/\t/"'
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
======================== nvme0n1p3/etc/fstab (filtered) ========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p3 during installation
UUID=87373afd-b1e4-45f5-b29d-13eb158fabab / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DFDE-7BEC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
==================== nvme0n1p3/etc/default/grub (filtered) =====================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= nvme0n1p3: Location of files loaded by Grub ==================
GiB - GB File Fragment(s)
4.797847748 = 5.151649792 boot/vmlinuz-5.4.0-42-generic 2
4.797847748 = 5.151649792 vmlinuz 2
4.797847748 = 5.151649792 vmlinuz.old 2
=================== nvme0n1p3: ls -l /etc/grub.d/ (filtered) ===================
-rwxr-xr-x 1 root root 12693 يوليوز 31 2020 10_linux
-rwxr-xr-x 1 root root 11298 يوليوز 31 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 يوليوز 31 2020 30_os-prober
-rwxr-xr-x 1 root root 1418 يوليوز 31 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 يوليوز 31 2020 40_custom
-rwxr-xr-x 1 root root 216 يوليوز 31 2020 41_custom
======================== nvme0n1p4/etc/fstab (filtered) ========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p4 during installation
UUID=f54574c2-47dc-492c-9c00-b2ad620e0993 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DFDE-7BEC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
==================== nvme0n1p4/etc/default/grub (filtered) =====================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= nvme0n1p4: Location of files loaded by Grub ==================
GiB - GB File Fragment(s)
17.867126465 = 19.184680960 boot/vmlinuz-5.4.0-42-generic 1
17.867126465 = 19.184680960 vmlinuz 1
17.867126465 = 19.184680960 vmlinuz.old 1
=================== nvme0n1p4: ls -l /etc/grub.d/ (filtered) ===================
-rwxr-xr-x 1 root root 12693 يوليوز 31 2020 10_linux
-rwxr-xr-x 1 root root 11298 يوليوز 31 2020 20_linux_xen
-rwxr-xr-x 1 root root 12059 يوليوز 31 2020 30_os-prober
-rwxr-xr-x 1 root root 1418 يوليوز 31 2020 30_uefi-firmware
-rwxr-xr-x 1 root root 214 يوليوز 31 2020 40_custom
-rwxr-xr-x 1 root root 216 يوليوز 31 2020 41_custom
=================== nvme0n1p5/boot/grub/grub.cfg (filtered) ====================
Ubuntu 04467a04-a22f-4ef9-97ba-e33bdb68783e
Ubuntu, with Linux 5.15.0-52-generic 04467a04-a22f-4ef9-97ba-e33bdb68783e
Ubuntu, with Linux 5.15.0-50-generic 04467a04-a22f-4ef9-97ba-e33bdb68783e
Ubuntu 22.04.1 LTS (22.04) (on nvme0n1p2) 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu (on nvme0n1p2) 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu, with Linux 5.15.0-52-generic (on nvme0n1p2) 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu, with Linux 5.15.0-50-generic (on nvme0n1p2) 890e62a3-a6b7-4985-9f97-3309ce6bb74a
Ubuntu 18.04.5 LTS (18.04) (on nvme0n1p3) 87373afd-b1e4-45f5-b29d-13eb158fabab
Ubuntu 18.04.5 LTS (18.04) (on nvme0n1p4) f54574c2-47dc-492c-9c00-b2ad620e0993
### END /etc/grub.d/30_os-prober ###
UEFI Firmware Settings uefi-firmware
### END /etc/grub.d/30_uefi-firmware ###
======================== nvme0n1p5/etc/fstab (filtered) ========================
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p5 during installation
UUID=04467a04-a22f-4ef9-97ba-e33bdb68783e / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=DFDE-7BEC /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
==================== nvme0n1p5/etc/default/grub (filtered) =====================
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
================= nvme0n1p5: Location of files loaded by Grub ==================
GiB - GB File Fragment(s)
191.346733093 = 205.456990208 boot/grub/grub.cfg 1
251.386714935 = 269.924429824 boot/vmlinuz 2
286.522460938 = 307.651149824 boot/vmlinuz-5.15.0-50-generic 1
251.386714935 = 269.924429824 boot/vmlinuz-5.15.0-52-generic 2
286.522460938 = 307.651149824 boot/vmlinuz.old 1
88.414485931 = 94.934331392 boot/initrd.img 1
114.187911987 = 122.608336896 boot/initrd.img-5.15.0-50-generic 1
88.414485931 = 94.934331392 boot/initrd.img-5.15.0-52-generic 1
114.187911987 = 122.608336896 boot/initrd.img.old 1
=================== nvme0n1p5: ls -l /etc/grub.d/ (filtered) ===================
-rwxr-xr-x 1 root root 18683 أبريل 15 2022 10_linux
-rwxr-xr-x 1 root root 43031 أبريل 15 2022 10_linux_zfs
-rwxr-xr-x 1 root root 14180 أبريل 15 2022 20_linux_xen
-rwxr-xr-x 1 root root 13369 أبريل 15 2022 30_os-prober
-rwxr-xr-x 1 root root 1372 أبريل 15 2022 30_uefi-firmware
-rwxr-xr-x 1 root root 700 Ùبراير 21 2022 35_fwupd
-rwxr-xr-x 1 root root 214 يوليوز 31 2020 40_custom
-rwxr-xr-x 1 root root 215 أبريل 15 2022 41_custom
======================== nvme0n1p5/etc/grub.d/35_fwupd =========================
#! /bin/sh
# SPDX-License-Identifier: LGPL-2.1+
set -e
[ -d ${pkgdatadir:?} ]
# shellcheck source=/dev/null
. "$pkgdatadir/grub-mkconfig_lib"
if [ -f /var/lib/fwupd/uefi_capsule.conf ] &&
ls /sys/firmware/efi/efivars/fwupd-*-0abba7dc-e516-4167-bbf5-4d9d1c739416 1>/dev/null 2>&1; then
. /var/lib/fwupd/uefi_capsule.conf
if [ "${EFI_PATH}" != "" ] && [ "${ESP}" != "" ]; then
echo "Adding Linux Firmware Updater entry" >&2
cat << EOF
menuentry 'Linux Firmware Updater' \$menuentry_id_option 'fwupd' {
EOF
${grub_probe:?}
prepare_grub_to_access_device '`${grub_probe} --target=device \${ESP}` | sed -e "s/^/\t/"'
cat << EOF
chainloader ${EFI_PATH}
}
EOF
fi
fi
Suggested repair: ______________________________________________________________
The default repair of the Boot-Repair utility would purge (in order to fix packages) and reinstall the grub-efi of
nvme0n1p3,
using the following options: kernel-purge nvme0n1p1/boot/efi
Additional repair would be performed: unhide-bootmenu-10s use-standard-efi-file
Blockers in case of suggested repair: __________________________________________
Please use this software in a live-session (live-CD or live-USB). This will enable this feature.
Final advice in case of suggested repair: ______________________________________
Please do not forget to make your UEFI firmware boot on the Ubuntu 18.04.5 LTS entry (nvme0n1p1/efi/****/grub****.efi (**** will be updated in the final message) file) !
Il y a des petits soucis sans importance à mon avis dans les parties "ls -l /etc/grub.d/ (filtered)" du Boot-info (*). Ce qui me surpend, c'est qu'on dirait que Grub n'est pas correctement installé sur nvme0n1p5. Mais il est possible que je me mélange les pinceaux.
Depuis une session de ton Lubuntu 22.04, je te prie de donner le résultat de la commande suivante :
echo $XDG_CURRENT_DESKTOP
Puis le résultat de la commande suivante :
dpkg -l | grep grub
(*) un souci avec l'écriture arabe qui fait que la date ne s'affiche pas correctement.
Dernière modification par malbo (Le 31/10/2022, à 11:42)
Hors ligne
#12 Le 31/10/2022, à 13:15
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Je n'ai aucun retour sur la commande echo $XDG_CURRENT_DESKTOP
:~$ echo $XDG_CURRENT_DESKTOP
Voici pour l'autre commande :
:~$ dpkg -l | grep grub
ii grub-common 2.06-2ubuntu7 amd64 GRand Unified Bootloader (common files)
ii grub-efi-amd64-bin 2.06-2ubuntu7 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules)
ii grub-efi-amd64-signed 1.180+2.06-2ubuntu7 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist
ii grub-pc 2.06-2ubuntu7 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.06-2ubuntu7 amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii grub2-common 2.06-2ubuntu7 amd64 GRand Unified Bootloader (common files for version 2)
ii lubuntu-grub-theme 22.04.2 all Theme for Lubuntu grub screen
Hors ligne
#13 Le 31/10/2022, à 16:54
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Je peux peut-être ajouter un détail.
Sur cet ordinateur, j'ai fait beaucoup, beaucoup d'installations / réinstallations de différents OS (Ubuntu 20.04, Lubuntu 20.04, Ubuntu 22.04)
La configuration que j'ai désormais (dual boot Ubuntu 22.04 / Lubuntu 22.04 -> Ubuntu est le dernier installé) est la dernière d'une longue série de tentatives plus ou moins fructueuses.
Est-ce que cela peut avoir une influence sur l'installation de grub ?
Merci en tout cas pour les efforts !
Hors ligne
#14 Le 31/10/2022, à 18:17
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Merci pour les précisions du post #13. Actuellement, tu démarres sur le Grub qui se trouve sur nvme0n1p2. C'est ce que je vois dans cet extrait :
=================== nvme0n1p1/efi/ubuntu/grub.cfg (filtered) ===================
search.fs_uuid 890e62a3-a6b7-4985-9f97-3309ce6bb74a root
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg
L'UUID 890e62a3-a6b7-4985-9f97-3309ce6bb74a désigne cette partition nvme0n1p2
Cet état est normal : c'est le GRUB de l'OS installé en dernier qui gère le démarrage.
EDIT le 1 nov 2022 : j'ajoute que le résultat de la commande "dpkg -l | grep grub" que tu as collé dans le post #2 est correct : j'obtiens exactement le même résultat depuis une installation toute neuve de Lubuntu 22.04. Donc le Grub de ton Lubuntu a bien tout ce qu'il faut pour fonctionner. Ce qui m'avait mis le doute c'est la mention "nogrub" dans cette ligne extraite du Boot-info qui concerne la partition Lubuntu :
nvme0n1p5 : is-os, 32, nopakmgr, no-docgrub, nogrub, nogrubinstall, no-grubenv, noupdategrub, farbios
C'est peut-être un bug du logiciel Boot-info (?)
Dernière modification par malbo (Le 01/11/2022, à 07:25)
Hors ligne
#15 Le 01/11/2022, à 07:07
- malbo
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Je reviens sur ton post #12 dans lequel tu as écrit que la commande "echo $XDG_CURRENT_DESKTOP" ne donne aucun retour. Tu aurais dû obtenir "LXQt" comme retour. Moi je ne suis pas assez connaisseur pour t'aider à réparer ça mais je pense que ça doit avoir un rapport avec ton problème d'affichage.
Au cas où, je t'indique la liste des paquets comportant la mention "lxqt" que je trouve dans mon install toute neuve et mise à jour de Lubuntu 22.04 :
malbo@malbo-virtualbox:~$ dpkg -l | grep lxqt
ii liblxqt-globalkeys-ui0:amd64 0.17.0-0ubuntu1 amd64 daemon used to register global keyboard shortcuts (ui files)
ii liblxqt-globalkeys0:amd64 0.17.0-0ubuntu1 amd64 daemon used to register global keyboard shortcuts (shared libs)
ii liblxqt-l10n 0.17.0-0ubuntu1 all Language package for liblxqt
ii liblxqt0 0.17.0-0ubuntu1 amd64 Shared libraries for LXQt desktop environment (libs)
ii lxqt-about 0.17.0-0ubuntu1 amd64 About screen for LXQt
ii lxqt-about-l10n 0.17.0-0ubuntu1 all Language package for lxqt-about
ii lxqt-admin 0.17.0-0ubuntu1 amd64 Admin tools for LXQt
ii lxqt-admin-l10n 0.17.0-0ubuntu1 all Language package for lxqt-admin
ii lxqt-archiver 0.4.0-0ubuntu1 amd64 Archiv Manager for LXQt
ii lxqt-archiver-l10n 0.4.0-0ubuntu1 all Language package for lxqt-archiver
ii lxqt-config 0.17.1-0ubuntu1 amd64 LXQt system settings center
ii lxqt-config-l10n 0.17.1-0ubuntu1 all Language package for lxqt-config
ii lxqt-core 30ubuntu1 all Metapackage for the LXQt core
ii lxqt-globalkeys 0.17.0-0ubuntu1 amd64 daemon used to register global keyboard shortcuts (appl.)
ii lxqt-globalkeys-l10n 0.17.0-0ubuntu1 all Language package for lxqt-globalkeys
ii lxqt-notificationd 0.17.0-0ubuntu1 amd64 LXQt notification daemon
ii lxqt-notificationd-l10n 0.17.0-0ubuntu1 all Language package for lxqt-notificationd
ii lxqt-openssh-askpass 0.17.0-0ubuntu1 amd64 OpenSSH user/password GUI dialog for LXQt
ii lxqt-openssh-askpass-l10n 0.17.0-0ubuntu1 all Language package for lxqt-openssh-askpass
ii lxqt-panel 0.17.1-0ubuntu1 amd64 LXQt desktop panel
ii lxqt-panel-l10n 0.17.1-0ubuntu1 all Language package for lxqt-panel
ii lxqt-policykit 0.17.0-0ubuntu1 amd64 LXQt authentication agent for PolicyKit
ii lxqt-policykit-l10n 0.17.0-0ubuntu1 all Language package for lxqt-policykit
ii lxqt-powermanagement 0.17.1-0ubuntu1 amd64 power management module for LXQt
ii lxqt-powermanagement-l10n 0.17.1-0ubuntu1 all Language package for lxqt-powermanagement
ii lxqt-qtplugin:amd64 0.17.0-0ubuntu3 amd64 LXQt system integration plugin for Qt
ii lxqt-runner 0.17.0-0ubuntu1 amd64 LXQt program launcher
ii lxqt-runner-l10n 0.17.0-0ubuntu1 all Language package for lxqt-runner
ii lxqt-session 0.17.1-0ubuntu1 amd64 session manager component for LXQt
ii lxqt-session-l10n 0.17.1-0ubuntu1 all Language package for lxqt-session
ii lxqt-sudo 0.17.0-0ubuntu1 amd64 Graphical Qt frontend for plain sudo
ii lxqt-sudo-l10n 0.17.0-0ubuntu1 all Language package for lxqt-sudo
ii lxqt-system-theme 0.17.0-0ubuntu1 all System theme for LXQt
ii lxqt-themes 0.17.0-0ubuntu1 all Themes for LXQt
malbo@malbo-virtualbox:~$
Il est possible qu'il te manque quelque paquet essentiel.
Dernière modification par malbo (Le 01/11/2022, à 07:40)
Hors ligne
#16 Le 01/11/2022, à 07:51
- xubu1957
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Montre, en te servant du Retour utilisable de commande :
echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)" ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'
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
#17 Le 02/11/2022, à 22:34
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Bonjour,
Voici la réponse :
(base) arnaud@arnaud:~$ echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)" ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'
Description: Ubuntu 22.04.1 LTS
Noyau courant : 5.15.0-50-generic x86_64
مارس 11 2022 Lubuntu.desktop
يناير 30 2022 openbox.desktop
غشت 14 2021 lxqt.desktop
(base) arnaud@arnaud:~$
Pour la traduction : 11 mars 2022, puis 30 janvier 2022, puis 14 août 2022.
Je ne sais pas où changer le paramétrage des dates, pour les remettre en français...
Hors ligne
#18 Le 02/11/2022, à 22:45
- depite
Re : Problème d'affichage après upgrade vers Lubuntu 22.04
Ah ! Ca y est, j'ai trouvé :
(base) arnaud@arnaud:~$ echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)" ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'
Description: Ubuntu 22.04.1 LTS
Noyau courant : 5.15.0-52-generic x86_64
mars 11 2022 Lubuntu.desktop
janv. 30 2022 openbox.desktop
août 14 2021 lxqt.desktop
(base) arnaud@arnaud:~$
Hors ligne