Pages : 1
#1 Le 28/09/2024, à 12:18
- FLXFLX
Ligne verticale écran
Bonjour,
J'ai un Lenovo Thinkpad X240 avec Ubuntu 22.04.5 LTS
Aujourd'hui, une ligne verticale apparît sur l'écran, qui change de couleur suivant le fond.
En cherchant sur internet, il est donnée plusieurs raisons possibles (carte graphique, carte mère?, câble, écran). Je me demande si il y a des moyens de diagnostiquer ça sous Ubuntu.
Hors ligne
#2 Le 28/09/2024, à 12:19
- xubu1957
Re : Ligne verticale écran
Bonjour,
Montre la carte graphique :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
xrandr
uname -a
et :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11, en te servant du Retour utilisable de commande.
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 29/09/2024, à 09:21
- FLXFLX
Re : Ligne verticale écran
Bonjour
flx@Vento:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b) (prog-if 00 [VGA controller])
Kernel driver in use: i915
Kernel modules: i915
flx@Vento:~$
lx@Vento:~$ xrandr
Screen 0: minimum 16 x 16, current 1366 x 768, maximum 32767 x 32767
XWAYLAND0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 280mm x 160mm
1360x768 59.80*+
1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.52
720x480 59.71
640x400 59.95
320x200 58.96
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77
flx@Vento:~$
flx@Vento:~$ uname -a
Linux Vento 6.8.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 11 15:25:05 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
flx@Vento:~$
flx@Vento:~$ echo $XDG_SESSION_TYPE
wayland
flx@Vento:~$
Hors ligne
#4 Le 29/09/2024, à 09:22
- xubu1957
Re : Ligne verticale écran
Bonjour,
As-tu moyen de changer de session avec la roue crantée, pour tester avec xorg ?
Regarde l'EDIT de malbo dans le message #1, pour la roue crantée, (ou le début du message #8, citant nany).
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 29/09/2024, à 14:07
- FLXFLX
Re : Ligne verticale écran
OK, avec xorg :
flx@Vento:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b) (prog-if 00 [VGA controller])
Kernel driver in use: i915
Kernel modules: i915
flx@Vento:~$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 277mm x 156mm
1366x768 60.00*+
1280x720 60.00
1024x768 60.00
960x720 60.00
928x696 60.00
896x672 60.00
1024x576 60.00
960x600 60.00
960x540 60.00
800x600 60.00
840x525 60.00
864x486 60.00
700x525 60.00
800x450 60.00
640x512 60.00
700x450 60.00
640x480 60.00
720x405 60.00
684x384 60.00
640x360 60.00
512x384 60.00
512x288 60.00
480x270 60.00
400x300 60.00
432x243 60.00
320x240 60.00
360x202 60.00
320x180 60.00
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
flx@Vento:~$ uname -a
Linux Vento 6.8.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 11 15:25:05 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
flx@Vento:~$ echo $XDG_SESSION_TYPE
x11
flx@Vento:~$
La ligne est toujours là.
Dernière modification par FLXFLX (Le 29/09/2024, à 14:07)
Hors ligne
#6 Le 29/09/2024, à 14:09
- xubu1957
Re : Ligne verticale écran
Donne la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
et :
ls -l /var/crash
dpkg -l | grep -v ^ii
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 29/09/2024, à 14:11
- FLXFLX
Re : Ligne verticale écran
Toujours avec Xorg ou je peux revenir à Wayland ?
Hors ligne
#8 Le 29/09/2024, à 14:13
- xubu1957
Re : Ligne verticale écran
Passe les commandes directement.
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 02/10/2024, à 09:18
- FLXFLX
Re : Ligne verticale écran
Bonjour,
Désolé, j'ai pas pu continuer l'autre jour.
Voilà aujourd'hui :
flx@Vento:~$ echo $XDG_SESSION_TYPE
x11
flx@Vento:~$ journalctl --no-pager -b -p err
oct. 02 15:10:54 Vento kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
oct. 02 15:10:56 Vento kernel: spi-nor spi0.0: BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash
oct. 02 15:11:01 Vento systemd[1207]: Failed to start Application launched by gnome-session-binary.
oct. 02 15:11:01 Vento systemd[1207]: Failed to start Application launched by gnome-session-binary.
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/common/log/log.c:1728:38
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'uint32_t [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c:383:33
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'page *[1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/r0drv/linux/memobj-r0drv-linux.c:577:45
oct. 02 15:11:06 Vento kernel: index 3 is out of range for type 'page *[1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1943:44
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:891:43
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1379:24
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1388:13
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1447:35
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1448:35
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1449:5
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1451:16
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1452:16
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1478:5
oct. 02 15:11:06 Vento kernel: index 1 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:1444:40
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4156:42
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4261:52
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:3984:53
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4044:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4045:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4046:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4047:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4048:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4049:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4050:31
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4051:47
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/SUPDrvGip.c:4054:45
oct. 02 15:11:06 Vento kernel: index 2 is out of range for type 'SUPGIPCPU [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/common/log/logrel.c:99:43
oct. 02 15:11:06 Vento kernel: index 307 is out of range for type 'uint32_t [1]'
oct. 02 15:11:06 Vento kernel: UBSAN: array-index-out-of-bounds in /var/lib/dkms/virtualbox/6.1.50/build/vboxdrv/common/log/log.c:2949:31
oct. 02 15:11:06 Vento kernel: index 307 is out of range for type 'uint32_t [1]'
oct. 02 15:14:22 Vento gnome-session-binary[3518]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 02 15:14:22 Vento gnome-session-binary[3518]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 02 15:14:35 Vento gdm-password][3861]: gkr-pam: unable to locate daemon control file
oct. 02 15:14:38 Vento systemd[3872]: Failed to start Application launched by gnome-session-binary.
oct. 02 15:14:38 Vento systemd[3872]: Failed to start Application launched by gnome-session-binary.
oct. 02 15:14:48 Vento gdm-launch-environment][3485]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
flx@Vento:~$ ls -l /var/crash
total 5104
-rw-r----- 1 flx whoopsie 5223394 sept. 29 20:03 _usr_bin_nautilus.1000.crash
flx@Vento:~$ 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
+++-==============================================-=================================================-============-================================================================================
rc apturl-common 0.5.2ubuntu22 amd64 install packages using the apt protocol - common data
rc baloo-kf5 5.92.0-0ubuntu1 amd64 framework for searching and managing metadata
rc bamfdaemon 0.5.6+22.04.20220217-0ubuntu1 amd64 Window matching library - daemon
rc bogofilter 1.2.5-1build2 amd64 fast Bayesian spam filter (meta package)
rc bogofilter-bdb 1.2.5-1build2 amd64 fast Bayesian spam filter (Berkeley DB)
rc bogofilter-common 1.2.5-1build2 amd64 fast Bayesian spam filter (common files)
rc breeze-cursor-theme 4:5.24.7-0ubuntu0.1 all Default Plasma cursor theme
rc catdoc 1:0.95-5 amd64 text extractor for MS-Office files
rc cinnamon-desktop-data 5.2.1-1 all Common files for Cinnamon desktop apps
rc drkonqi 5.24.5-0ubuntu0.1 amd64 Crash handler for Qt applications
rc evolution 3.44.4-0ubuntu2 amd64 groupware suite with mail client and organizer
rc fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1 all iconic font designed for use with Twitter Bootstrap
rc fonts-lmodern 2.004.5-6.1 all OpenType fonts based on Computer Modern
rc gconf2 3.2.6-7ubuntu2 amd64 GNOME configuration database system (support tools)
rc gconf2-common 3.2.6-7ubuntu2 all GNOME configuration database system (common files)
rc ieee-data 20210605.1 all OUI and IAB listings
rc inxi 3.3.13-1-1 all full featured system information script
rc kded5 5.92.0-0ubuntu1 amd64 Extensible daemon for providing session services
rc khelpcenter 4:21.12.3-0ubuntu1 amd64 KDE documentation viewer
rc kinfocenter 4:5.24.7-0ubuntu0.1 amd64 system information viewer
rc kinit 5.92.0-0ubuntu1 amd64 process launcher to speed up launching KDE applications
rc kio 5.92.0-0ubuntu1 amd64 resource and network access abstraction
rc ktexteditor-data 5.92.0-0ubuntu1 all provide advanced plain text editing services
rc kubuntu-settings-desktop 1:22.04.10 all Settings and artwork for the Kubuntu (Desktop)
rc kwin-common 4:5.24.7-0ubuntu0.1 amd64 KDE window manager, common files
rc libaa-bin 1.4p5-50build1 amd64 sample programs using aalib
rc libkf5activities5:amd64 5.92.0-0ubuntu1 amd64 Library to organize the user work in separate activities.
rc libkf5archive5:amd64 5.92.0-0ubuntu1 amd64 Qt 5 addon providing access to numerous types of archives
rc libkf5attica5:amd64 5.92.0-0ubuntu1 amd64 Qt library that implements the Open Collaboration Services API
rc libkf5bluezqt-data 5.92.0-0ubuntu1 all data files for bluez-qt
rc libkf5bookmarks-data 5.92.0-0ubuntu1 all Qt library with support for bookmarks and the XBEL format.
rc libkf5crash5:amd64 5.92.0-0ubuntu1 amd64 Support for application crash analysis and bug report from apps
rc libkf5filemetadata-data 5.92.0-0ubuntu1 all library for extracting file metadata
rc libkf5globalaccel5:amd64 5.92.0-0ubuntu1 amd64 Configurable global shortcut support.
rc libkf5iconthemes-data 5.92.0-0ubuntu1 all Support for icon themes.
rc libkf5idletime5:amd64 5.92.0-0ubuntu1 amd64 library to provide information about idle time
rc libkf5itemmodels5:amd64 5.92.0-0ubuntu1 amd64 additional item/view models for Qt Itemview
rc libkf5jobwidgets-data 5.92.0-0ubuntu1 all Widgets for tracking KJob instances
rc libkf5kdelibs4support-data 5.92.0-0ubuntu1 all Porting aid from KDELibs4.
rc libkf5khtml-data 5.92.0-0ubuntu1 all HTML widget and component
rc libkf5kiocore5:amd64 5.92.0-0ubuntu1 amd64 resource and network access abstraction (KIO core library)
rc libkf5networkmanagerqt6 5.92.0-0ubuntu1 amd64 Qt wrapper for NetworkManager - library
rc libkf5newstuff-data 5.92.0-0ubuntu1.1 all Support for downloading application assets from the network.
rc libkf5package-data 5.92.0-0ubuntu1 all non-binary asset management framework
rc libkf5people5:amd64 5.92.0-0ubuntu1 amd64 framework providing unified access to contacts aggregated by person
rc libkf5prison5:amd64 5.92.0-0ubuntu1 amd64 barcode API for Qt
rc libkf5runner5:amd64 5.92.0-0ubuntu1 amd64 Used to write plugins loaded at runtime called "Runners".
rc libkf5solid5:amd64 5.92.0-0ubuntu1 amd64 Qt library to query and control hardware
rc libkf5sonnet5-data 5.92.0-0ubuntu1 all spell checking library for Qt, data files
rc libkf5su-data 5.92.0-0ubuntu1.1 all translation files for kdesu
rc libkf5sysguard-data 4:5.24.6-0ubuntu0.1 all library for system monitoring - data files
rc libkf5texteditor5:amd64 5.92.0-0ubuntu1 amd64 provide advanced plain text editing services
rc libkf5xmlgui-data 5.92.0-0ubuntu2 all User configurable main windows.
rc libkf5xmlgui5:amd64 5.92.0-0ubuntu2 amd64 User configurable main windows.
rc libkuserfeedbackcore1:amd64 1.2.0-2 amd64 user feedback for applications - core library
rc libxfce4ui-common 4.16.1-1 all common files for libxfce4ui
rc linux-image-5.15.0-43-generic 5.15.0-43.46 amd64 Signed kernel image generic
rc linux-image-5.15.0-57-generic 5.15.0-57.63 amd64 Signed kernel image generic
rc linux-image-5.15.0-58-generic 5.15.0-58.64 amd64 Signed kernel image generic
rc linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64 Signed kernel image generic
rc linux-image-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.2.0-32-generic 6.2.0-32.32~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.2.0-36-generic 6.2.0-36.37~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.2.0-37-generic 6.2.0-37.38~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.5.0-14-generic 6.5.0-14.14~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.5.0-25-generic 6.5.0-25.25~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64 Signed kernel image generic
rc linux-image-6.5.0-41-generic 6.5.0-41.41~22.04.2 amd64 Signed kernel image generic
rc linux-image-6.5.0-45-generic 6.5.0-45.45~22.04.1 amd64 Signed kernel image generic
rc linux-modules-5.15.0-43-generic 5.15.0-43.46 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-57-generic 5.15.0-57.63 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-58-generic 5.15.0-58.64 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64 Linux kernel extra modules for version 5.19.0 on 64 bit x86 SMP
rc linux-modules-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64 Linux kernel extra modules for version 5.19.0 on 64 bit x86 SMP
rc linux-modules-6.2.0-32-generic 6.2.0-32.32~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-6.2.0-36-generic 6.2.0-36.37~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-6.2.0-37-generic 6.2.0-37.38~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-14-generic 6.5.0-14.14~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-25-generic 6.5.0-25.25~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-41-generic 6.5.0-41.41~22.04.2 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-6.5.0-45-generic 6.5.0-45.45~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-43-generic 5.15.0-43.46 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-57-generic 5.15.0-57.63 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-58-generic 5.15.0-58.64 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64 Linux kernel extra modules for version 5.19.0 on 64 bit x86 SMP
rc linux-modules-extra-5.19.0-35-generic 5.19.0-35.36~22.04.1 amd64 Linux kernel extra modules for version 5.19.0 on 64 bit x86 SMP
rc linux-modules-extra-6.2.0-32-generic 6.2.0-32.32~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-extra-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-extra-6.2.0-36-generic 6.2.0-36.37~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-extra-6.2.0-37-generic 6.2.0-37.38~22.04.1 amd64 Linux kernel extra modules for version 6.2.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-14-generic 6.5.0-14.14~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-15-generic 6.5.0-15.15~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-25-generic 6.5.0-25.25~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-41-generic 6.5.0-41.41~22.04.2 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc linux-modules-extra-6.5.0-45-generic 6.5.0-45.45~22.04.1 amd64 Linux kernel extra modules for version 6.5.0 on 64 bit x86 SMP
rc lmodern 2.004.5-6.1 all scalable PostScript and OpenType fonts based on Computer Modern
rc phonon4qt5:amd64 4:4.11.1-4 amd64 multimedia framework from KDE using Qt 5 - metapackage
rc plank 0.11.89-4 amd64 Elegant, simple, clean dock
rc plasma-desktop 4:5.24.7-0ubuntu0.1 amd64 Tools and widgets for the desktop
rc plasma-workspace 4:5.24.7-0ubuntu0.1 amd64 Plasma Workspace for KF5
rc polkit-kde-agent-1 4:5.24.4-0ubuntu1 amd64 KDE dialogs for PolicyKit
rc powerdevil 4:5.24.7-0ubuntu0.1 amd64 Global power saver settings.
rc systemsettings 4:5.24.6-0ubuntu0.1 amd64 System Settings interface
rc tex-common 6.17 all common infrastructure for building and installing TeX
rc texlive-base 2021.20220204-1 all TeX Live: Essential programs and files
rc thunar 4.16.10-1 amd64 File Manager for Xfce
rc thunar-data 4.16.10-1 all Provides thunar documentation, icons and translations
rc thunar-volman 4.16.0-1 amd64 Thunar extension for volumes management
rc timeshift 21.09.1-1 amd64 System restore utility
rc usb-creator-common 0.3.13 all create a startup disk using a CD or disc image (common files)
rc usb-creator-gtk 0.3.13 all create a startup disk using a CD or disc image (for GNOME)
rc xapp 2.2.8-1 amd64 Libraries and common resources for multiple desktop environments
rc xapps-common 2.2.8-1 all Files that are common across Xapp desktop applications
flx@Vento:~$
Dernière modification par FLXFLX (Le 02/10/2024, à 09:19)
Hors ligne
#10 Le 02/10/2024, à 09:20
- xubu1957
Re : Ligne verticale écran
Bonjour,
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café et rajouté dans ce message
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)"
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/10/2024, à 09:26
- FLXFLX
Re : Ligne verticale écran
flx@Vento:~$ sudo apt purge ~c
...
flx@Vento:~$ sudo apt list ~c
En train de lister... Fait
flx@Vento:~$ 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-tools-common 5.15.0-122.132 all
ii linux-hwe-6.5-headers-6.5.0-45 6.5.0-45.45~22.04.1 all
ii linux-headers-6.5.0-45-generic 6.5.0-45.45~22.04.1 amd64
ii linux-hwe-6.8-headers-6.8.0-40 6.8.0-40.40~22.04.3 all
ii linux-headers-6.8.0-40-generic 6.8.0-40.40~22.04.3 amd64
ii linux-hwe-6.8-tools-6.8.0-40 6.8.0-40.40~22.04.3 amd64
ii linux-image-6.8.0-40-generic 6.8.0-40.40~22.04.3 amd64
ii linux-modules-6.8.0-40-generic 6.8.0-40.40~22.04.3 amd64
ii linux-modules-extra-6.8.0-40-generic 6.8.0-40.40~22.04.3 amd64
ii linux-tools-6.8.0-40-generic 6.8.0-40.40~22.04.3 amd64
ii linux-hwe-6.8-headers-6.8.0-45 6.8.0-45.45~22.04.1 all
ii linux-generic-hwe-22.04 6.8.0-45.45~22.04.1 amd64
ii linux-headers-6.8.0-45-generic 6.8.0-45.45~22.04.1 amd64
ii linux-headers-generic-hwe-22.04 6.8.0-45.45~22.04.1 amd64
ii linux-hwe-6.8-tools-6.8.0-45 6.8.0-45.45~22.04.1 amd64
ii linux-image-6.8.0-45-generic 6.8.0-45.45~22.04.1 amd64
ii linux-image-generic-hwe-22.04 6.8.0-45.45~22.04.1 amd64
ii linux-modules-6.8.0-45-generic 6.8.0-45.45~22.04.1 amd64
ii linux-modules-extra-6.8.0-45-generic 6.8.0-45.45~22.04.1 amd64
ii linux-tools-6.8.0-45-generic 6.8.0-45.45~22.04.1 amd64
Noyau courant : 6.8.0-45-generic x86_64
flx@Vento:~$
Hors ligne
#12 Le 02/10/2024, à 09:38
- xubu1957
Re : Ligne verticale écran
Une réponse de notre dévouée modératrice
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
#13 Le 02/10/2024, à 09:41
- FLXFLX
Re : Ligne verticale écran
OK, je vais jeter un oeil à cette nappe.
Merci
Hors ligne
Pages : 1