Pages : 1
#1 Le 24/04/2022, à 10:02
- imost
curseur souris ne s'affiche plus
Bonjour
mon soucis est qu'au bout d'un certain temps d'utilisation, le curseur souris ne s'affiche plus et cela de façon récurrente.
Je suis donc obligé de redémarrer l'ordi pour que tout rentre dans l'ordre.
Comment éviter ce désagrément?
Merci
Ubuntu 22.04 LTS
Hors ligne
#2 Le 24/04/2022, à 10:05
- xubu1957
Re : curseur souris ne s'affiche plus
Bonjour,
Donne le retour de :
sudo apt update
Montre aussi d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
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
Hors ligne
#3 Le 24/04/2022, à 10:16
- imost
Re : curseur souris ne s'affiche plus
tictoc@tictoc-Inspiron-1545:~$ sudo apt update
[sudo] Mot de passe de tictoc :
Atteint :1 http://security.ubuntu.com/ubuntu focal-security InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Atteint :3 http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
tictoc@tictoc-Inspiron-1545:~$
tictoc@tictoc-Inspiron-1545:~$ 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 clipit 1.4.4+git20190202-1 amd64 lightweight GTK+ clipboard manager
rc libasound2-plugins:i386 1.2.2-1ubuntu1 i386 ALSA library additional plugins
rc libgdk-pixbuf2.0-0:i386 2.40.0+dfsg-3ubuntu0.2 i386 GDK Pixbuf library
rc libglib2.0-0:i386 2.64.6-1~ubuntu20.04.4 i386 GLib library of C routines
rc libgssapi-krb5-2:i386 1.17-6ubuntu4.1 i386 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
rc libgtk-3-0:i386 3.24.20-0ubuntu1.1 i386 GTK graphical user interface library
rc libpulse0:i386 1:13.99.1-1ubuntu3.13 i386 PulseAudio client libraries
rc libqt5core5a:i386 5.12.8+dfsg-0ubuntu2.1 i386 Qt 5 core module
rc libqt5gui5:i386 5.12.8+dfsg-0ubuntu2.1 i386 Qt 5 GUI module
rc libsasl2-modules:i386 2.1.27+dfsg-2ubuntu0.1 i386 Cyrus SASL - pluggable authentication modules
rc libssl1.1:i386 1.1.1f-1ubuntu2.12 i386 Secure Sockets Layer toolkit - shared libraries
rc libvdpau1:i386 1.3-1ubuntu2 i386 Video Decode and Presentation API for Unix (libraries)
rc libwrap0:i386 7.6.q-30 i386 Wietse Venema's TCP wrappers library
rc libxcb-image0:i386 0.4.0-1build1 i386 utility libraries for X C Binding -- image
rc libxcb-util1:i386 0.4.0-0ubuntu3 i386 utility libraries for X C Binding -- atom, aux and event
rc odbcinst 2.3.6-0.1build1 amd64 Helper program for accessing odbc ini files
rc openmw-data 0.45.0-4build1 all Resources for the OpenMW engine
tictoc@tictoc-Inspiron-1545:~$
Dernière modification par imost (Le 24/04/2022, à 10:18)
Ubuntu 22.04 LTS
Hors ligne
#4 Le 24/04/2022, à 10:19
- imost
Re : curseur souris ne s'affiche plus
tictoc@tictoc-Inspiron-1545:~$ ls -l /var/crash
total 0
tictoc@tictoc-Inspiron-1545:~$
Ubuntu 22.04 LTS
Hors ligne
#5 Le 24/04/2022, à 10:21
- xubu1957
Re : curseur souris ne s'affiche plus
Pour nettoyer :
Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :
dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P
Pour info, les précisions de nany, pour la commande de nettoyage
Montre le sources.list :
find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#6 Le 24/04/2022, à 10:33
- imost
Re : curseur souris ne s'affiche plus
tictoc@tictoc-Inspiron-1545:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list
1 deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main
2 deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu focal main
/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-focal.list.save
/etc/apt/sources.list.save
/etc/apt/sources.list
1 # deb-cdrom:[Ubuntu 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)]/ focal main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
37
38 deb http://security.ubuntu.com/ubuntu focal-security main restricted
39 # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
40 deb http://security.ubuntu.com/ubuntu focal-security universe
41 # deb-src http://security.ubuntu.com/ubuntu focal-security universe
42 deb http://security.ubuntu.com/ubuntu focal-security multiverse
43 # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
tictoc@tictoc-Inspiron-1545:~$
Ubuntu 22.04 LTS
Hors ligne
#7 Le 24/04/2022, à 10:36
- imost
Re : curseur souris ne s'affiche plus
petite précision, je viens de me connecter en session gnome Xorg, alors qu'avant j'étais en gnome tout court.
ça a peut être de l'importance?
Ubuntu 22.04 LTS
Hors ligne
#8 Le 24/04/2022, à 10:40
- xubu1957
Re : curseur souris ne s'affiche plus
Montre aussi :
echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)"; echo $XDG_CURRENT_DESKTOP ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'
et :
snap list --all
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#9 Le 24/04/2022, à 10:45
- imost
Re : curseur souris ne s'affiche plus
tictoc@tictoc-Inspiron-1545:~$ echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)"; echo $XDG_CURRENT_DESKTOP ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'
Description: Ubuntu 20.04.4 LTS
Noyau courant : 5.13.0-40-generic x86_64
GNOME
mars 26 2020 gnome.desktop
mars 26 2020 gnome-xorg.desktop
mars 26 2020 ubuntu.desktop
tictoc@tictoc-Inspiron-1545:~$
tictoc@tictoc-Inspiron-1545:~$ snap list --all
Nom Version Révision Suivi Éditeur Notes
0ad 0.0.25b-alpha 301 latest/stable play0ad✓ -
bare 1.0 5 latest/stable canonical✓ base
brave 1.37.113 154 latest/stable brave désactivé
brave 1.37.116 157 latest/stable brave -
chromium 100.0.4896.127 1967 latest/stable canonical✓ -
chromium 100.0.4896.88 1961 latest/stable canonical✓ désactivé
core 16-2.55.2 12941 latest/stable canonical✓ core,désactivé
core 16-2.54.4 12834 latest/stable canonical✓ core
core18 20220309 2344 latest/stable canonical✓ base
core18 20211215 2284 latest/stable canonical✓ base,désactivé
core20 20220304 1376 latest/stable canonical✓ base,désactivé
core20 20220318 1405 latest/stable canonical✓ base
fairtris 3.0.0.4 5 latest/stable chronoscz -
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 145 latest/stable canonical✓ désactivé
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 161 latest/stable canonical✓ -
gnome-3-34-1804 0+git.3556cb3 77 latest/stable/… canonical✓ -
gnome-3-34-1804 0+git.3556cb3 72 latest/stable/… canonical✓ désactivé
gnome-3-38-2004 0+git.6ba6040 76 latest/stable canonical✓ désactivé
gnome-3-38-2004 0+git.1f9014a 99 latest/stable canonical✓ -
gtk-common-themes 0.1-52-gb92ac40 1515 latest/stable/… canonical✓ désactivé
gtk-common-themes 0.1-59-g7bca6ae 1519 latest/stable/… canonical✓ -
gwenview 21.08.0 66 latest/stable kde✓ -
gwenview 20.04.0 48 latest/stable kde✓ désactivé
kde-frameworks-5-qt-5-14-core18 5.68.0 4 latest/stable kde✓ -
libreoffice 7.3.2.2 250 latest/stable canonical✓ -
libreoffice 7.3.1.3 247 latest/stable canonical✓ désactivé
noson 5.2.1 560 latest/stable janbar -
shotcut 22.04.22 689 latest/stable meltytech✓ classic
shotcut 22.03.30 662 latest/stable meltytech✓ désactivé,classic
snap-store 3.38.0-64-g23c4c77 547 latest/stable/… canonical✓ désactivé
snap-store 3.38.0-66-gbd5b8f7 558 latest/stable/… canonical✓ -
snapd 2.55.3 15534 latest/stable canonical✓ snapd
snapd 2.54.4 15177 latest/stable canonical✓ snapd,désactivé
telegram-desktop 3.7.1 3944 latest/stable telegram.desktop -
telegram-desktop 3.7.0 3905 latest/stable telegram.desktop désactivé
tictoc@tictoc-Inspiron-1545:~$
Ubuntu 22.04 LTS
Hors ligne