#26 Le 03/09/2025, à 12:46
- nany
Re : carte graphique radeon HD 6770
Bonjour,
Je ne crois pas que ça a été fait alors je testerais en session x11 (Xorg) pour voir si le problème existe aussi.
------------------------------
Sinon, pour mettre de l’ordre dans les listes de sources, donne les retours de :
cd /etc/apt/ && sudo rm -v *.{distUpgrade,save} ; cd
cd /etc/apt/sources.list.d && sudo rm -v *.{distUpgrade,save} ; cd
sudo sed -ri "/cdrom/! s/(ubuntu\/? ) *[a-z]+/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
sudo sed -i 's/[signed-by=/[arch=amd64 signed-by=/' /etc/apt/sources.list.d/brave-browser-release.list && cat /etc/apt/sources.list.d/brave-browser-release.list
dpkg -l | grep -E "solaar|youtube-|lyrics-"
------------------------------
Aussi, il semble que la version 5.15.0-153-generic du noyau résiste à la désinstallation automatique.
Donc donne les retours de :
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|o|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}'
apt-mark showmanual | awk '/linux-.*[0-9]/ && ! /hwe-[0-9][02468].04/{print}' | xargs -r sudo apt-mark auto
Hors ligne
#27 Le 03/09/2025, à 13:09
- xubu1957
Re : carte graphique radeon HD 6770
Pour changer de session avec la roue crantée, pour tester avec xorg, regarde l'EDIT de malbo dans le message #1, (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ésolu ] 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
#28 Le 03/09/2025, à 13:37
- ssimpou
Re : carte graphique radeon HD 6770
Aie t'es coincé toi aussi alors...
Merci beaucoup quand même
Quelqu'un aurait-il une idée ?
Hors ligne
#29 Le 03/09/2025, à 13:56
- nany
Re : carte graphique radeon HD 6770
Quelqu'un aurait-il une idée ?
Lis le message #26 que tu n’as peut-être pas vu car il est au début de la page 2 de cette discussion.
Dernière modification par nany (Le 04/09/2025, à 08:21)
Hors ligne
#30 Le 05/09/2025, à 17:31
- ssimpou
Re : carte graphique radeon HD 6770
ssimpou a écrit :Quelqu'un aurait-il une idée ?
Lis le message #26 que tu n’as peut-être pas vu car il est au début de la page 2 de cette discussion.
Bonjour Nany,
Effectivement je n'avais pas vu désolé...
Hors ligne
#31 Le 05/09/2025, à 18:07
- ssimpou
Re : carte graphique radeon HD 6770
Bonjour,
Pour info :
sudo Xorg -version
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
Current Operating System: Linux createone-Z68XP-UD3 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-79-generic root=UUID=40fdcf9b-37c0-4ca5-b31c-40fc71f6bda1 ro quiet splash vt.handoff=7
xorg-server 2:21.1.4-2ubuntu1.7~22.04.15 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Hors ligne
#32 Le 05/09/2025, à 18:26
- ssimpou
Re : carte graphique radeon HD 6770
Pour changer de session avec la roue crantée, pour tester avec xorg, regarde l'EDIT de malbo dans le message #1, (ou le début du message #8, citant nany).
Bonjour xubu,
Je viens de regarder tes conseils, mais je n'ai pas de roue crantée, et malbo renvoi sur des liens morts
Hors ligne
#33 Le 05/09/2025, à 19:00
- ssimpou
Re : carte graphique radeon HD 6770
cd /etc/apt/ && sudo rm -v *.{distUpgrade,save} ; cd
'sources.list.distUpgrade' supprimé
'sources.list.save' supprimé
cd /etc/apt/sources.list.d && sudo rm -v *.{distUpgrade,save} ; cd
brave-browser-release.list.distUpgrade' supprimé
'solaar-unifying-ubuntu-stable-focal.list.distUpgrade' supprimé
'brave-browser-release.list.save' supprimé
'solaar-unifying-ubuntu-stable-focal.list.save' supprimé
sudo sed -ri "/cdrom/! s/(ubuntu\/? ) *[a-z]+/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
deb cdrom:[Ubuntu 20.04.4 LTS _Focal Fossa_ - Release amd64 (20220223)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
deb https://www.mediahuman.com/packages/ubuntu jammy main # désactivé pour la mise à niveau vers jammy
# deb-src https://www.mediahuman.com/packages/ubuntu jammy main
# deb-src https://www.mediahuman.com/packages/ubuntu jammy main
sudo sed -i 's/[signed-by=/[arch=amd64 signed-by=/' /etc/apt/sources.list.d/brave-browser-release.list && cat /etc/apt/sources.list.d/brave-browser-release.list
sed: -e expression n°1, caractère 37: commande « s » inachevée
dpkg -l | grep -E "solaar|youtube-|lyrics-"
ii solaar 1.1.8~ubuntu20.04.1 all Logitech Unifying Receiver peripherals manager for Linux
ii youtube-to-mp3 3.9.16 amd64 YouTube to Mp3 converter
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|o|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}'
ii linux-headers-5.15.0-153 5.15.0-153.163 all
ii linux-tools-common 5.15.0-153.163 all
ii linux-headers-5.15.0-153-generic 5.15.0-153.163 amd64
ii linux-image-5.15.0-153-generic 5.15.0-153.163 amd64
ii linux-modules-5.15.0-153-generic 5.15.0-153.163 amd64
ii linux-modules-extra-5.15.0-153-generic 5.15.0-153.163 amd64
ii linux-generic 5.15.0.153.153 amd64
ii linux-generic-hwe-20.04 5.15.0.153.153 amd64
ii linux-headers-generic 5.15.0.153.153 amd64
ii linux-image-generic 5.15.0.153.153 amd64
ii linux-hwe-6.2-headers-6.2.0-39 6.2.0-39.40~22.04.1 all
ii linux-headers-6.2.0-39-generic 6.2.0-39.40~22.04.1 amd64
ii linux-hwe-6.5-headers-6.5.0-44 6.5.0-44.44~22.04.1 all
ii linux-headers-6.5.0-44-generic 6.5.0-44.44~22.04.1 amd64
ii linux-hwe-6.8-headers-6.8.0-78 6.8.0-78.78~22.04.1 all
ii linux-headers-6.8.0-78-generic 6.8.0-78.78~22.04.1 amd64
ii linux-hwe-6.8-tools-6.8.0-78 6.8.0-78.78~22.04.1 amd64
ii linux-image-6.8.0-78-generic 6.8.0-78.78~22.04.1 amd64
ii linux-modules-6.8.0-78-generic 6.8.0-78.78~22.04.1 amd64
ii linux-modules-extra-6.8.0-78-generic 6.8.0-78.78~22.04.1 amd64
ii linux-tools-6.8.0-78-generic 6.8.0-78.78~22.04.1 amd64
ii linux-hwe-6.8-headers-6.8.0-79 6.8.0-79.79~22.04.1 all
ii linux-generic-hwe-22.04 6.8.0-79.79~22.04.1 amd64
ii linux-headers-6.8.0-79-generic 6.8.0-79.79~22.04.1 amd64
ii linux-headers-generic-hwe-22.04 6.8.0-79.79~22.04.1 amd64
ii linux-hwe-6.8-tools-6.8.0-79 6.8.0-79.79~22.04.1 amd64
ii linux-image-6.8.0-79-generic 6.8.0-79.79~22.04.1 amd64
ii linux-image-generic-hwe-22.04 6.8.0-79.79~22.04.1 amd64
ii linux-modules-6.8.0-79-generic 6.8.0-79.79~22.04.1 amd64
ii linux-modules-extra-6.8.0-79-generic 6.8.0-79.79~22.04.1 amd64
ii linux-tools-6.8.0-79-generic 6.8.0-79.79~22.04.1 amd64
apt-mark showmanual | awk '/linux-.*[0-9]/ && ! /hwe-[0-9][02468].04/{print}' | xargs -r sudo apt-mark auto
aucun affichage
Hors ligne
#34 Le 05/09/2025, à 20:47
- nany
Re : carte graphique radeon HD 6770
Bonjour,
mais je n'ai pas de roue crantée
Tu n’as vraiment aucune icône qui apparaît en bas à droite de l’écran d’ouverture de session après avoir cliqué sur ton nom d’utilisateur ?
Sinon, donne les retours de :
sudo sed -i 's/\[signed-by=/[arch=amd64 signed-by=/' /etc/apt/sources.list.d/brave-browser-release.list && cat /etc/apt/sources.list.d/brave-browser-release.list
sudo sed -i 's/^# deb /deb /;s/ # désactivé.*$//' /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-focal.list && cat /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-focal.list
sudo mv -v /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-{focal,jammy}.list
sudo sed -i '/mediahuman/d' /etc/apt/sources.list && cat /etc/apt/sources.list
wget -O mediahuman-key.gpg https://www.mediahuman.com/keys/mediahuman-key.gpg
sudo gpg --dearmor -o /usr/share/keyrings/mediahuman-archive-keyring.gpg mediahuman-key.gpg && rm -v mediahuman-key.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/mediahuman-archive-keyring.gpg] https://www.mediahuman.com/packages/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mediahuman.list
apt-key list
sudo apt purge -y linux-headers-5.15.0-153 linux-headers-5.15.0-153-generic linux-image-5.15.0-153-generic linux-modules-5.15.0-153-generic linux-modules-extra-5.15.0-153-generic linux-generic linux-generic-hwe-20.04 linux-headers-generic linux-image-generic linux-hwe-6.2-headers-6.2.0-39 linux-headers-6.2.0-39-generic linux-hwe-6.5-headers-6.5.0-44 linux-headers-6.5.0-44-generic
Hors ligne
#35 Le 05/09/2025, à 21:01
- xubu1957
Re : carte graphique radeon HD 6770
et malbo renvoi sur des liens morts
Les quatre liens du premier message de malbo sont toujours opérationnels.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] 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
#36 Le 05/09/2025, à 21:51
- ssimpou
Re : carte graphique radeon HD 6770
Bonjour,
mais je n'ai pas de roue crantée
Tu n’as vraiment aucune icône qui apparaît en bas à droite de l’écran d’ouverture de session après avoir cliqué sur ton nom d’utilisateur ?
Non malheureusement rien, j'ai essayé plusieurs choses sans succès.
Hors ligne
#37 Le 05/09/2025, à 21:54
- ssimpou
Re : carte graphique radeon HD 6770
Les quatre liens du premier message de malbo sont toujours opérationnels.
Alors ça c'est dingue, j'ai cliqué dessus et cela me renvoi sur un site sans image
Hors ligne
#38 Le 05/09/2025, à 22:10
- ssimpou
Re : carte graphique radeon HD 6770
sudo sed -i 's/\[signed-by=/[arch=amd64 signed-by=/' /etc/apt/sources.list.d/brave-browser-release.list && cat /etc/apt/sources.list.d/brave-browser-release.list
deb [arch=amd64 signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main
sudo sed -i 's/^# deb /deb /;s/ # désactivé.*$//' /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-focal.list && cat /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-focal.list
deb http://ppa.launchpad.net/solaar-unifying/stable/ubuntu jammy main
# deb-src http://ppa.launchpad.net/solaar-unifying/stable/ubuntu jammy main
sudo mv -v /etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-{focal,jammy}.list
renommé '/etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-focal.list' -> '/etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-jammy.list'
sudo sed -i '/mediahuman/d' /etc/apt/sources.list && cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 20.04.4 LTS _Focal Fossa_ - Release amd64 (20220223)]/ focal main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
wget -O mediahuman-key.gpg https://www.mediahuman.com/keys/mediahuman-key.gpg
--2025-09-05 22:06:30-- https://www.mediahuman.com/keys/mediahuman-key.gpg
Résolution de www.mediahuman.com (www.mediahuman.com)… 194.247.186.232
Connexion à www.mediahuman.com (www.mediahuman.com)|194.247.186.232|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 1186 (1,2K) [application/octet-stream]
Enregistre : ‘mediahuman-key.gpg’
mediahuman-key.gpg 100%[===================>] 1,16K --.-KB/s ds 0s
2025-09-05 22:06:31 (544 MB/s) - ‘mediahuman-key.gpg’ enregistré [1186/1186]
sudo gpg --dearmor -o /usr/share/keyrings/mediahuman-archive-keyring.gpg mediahuman-key.gpg && rm -v mediahuman-key.gpg
mediahuman-key.gpg' supprimé
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/mediahuman-archive-keyring.gpg] https://www.mediahuman.com/packages/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mediahuman.list
deb [arch=amd64 signed-by=/usr/share/keyrings/mediahuman-archive-keyring.gpg] https://www.mediahuman.com/packages/ubuntu jammy main
apt-key list
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
/etc/apt/trusted.gpg
--------------------
pub rsa2048 2013-03-25 [SC]
03D1 38CC 9D97 031C 630F B7E8 D808 832C 7D19 F1F3
uid [ inconnue] MediaHuman <support@mediahuman.com>
sub rsa2048 2013-03-25 [E]
/etc/apt/trusted.gpg.d/flatpak-ubuntu-stable.gpg
------------------------------------------------
pub rsa4096 2021-08-09 [SC]
5C6D 153A 17C0 2C33 7EF6 C663 B8B9 D412 29DF A5F5
uid [ inconnue] Launchpad PPA for Flatpak
/etc/apt/trusted.gpg.d/otto-kesselgulasch-ubuntu-gimp.gpg
---------------------------------------------------------
pub rsa4096 2024-05-02 [SC]
AA5E 23DC 9E7C 73CD AF4D 9A8B A9CE 6CD1 E290 34BB
uid [ inconnue] Launchpad PPA for otto06217
/etc/apt/trusted.gpg.d/sergiomejia666-ubuntu-xresprobe.gpg
----------------------------------------------------------
pub rsa4096 2015-06-18 [SC]
90FE A54D 10F8 BCDE A55A E93D DE34 8A71 C2D4 7183
uid [ inconnue] Launchpad PPA for chamuco
/etc/apt/trusted.gpg.d/solaar-unifying_ubuntu_stable.gpg
--------------------------------------------------------
pub rsa4096 2018-12-03 [SC]
643F F34A F915 1DC8 14DD 3A1B 2303 D595 EE90 7473
uid [ inconnue] Launchpad PPA for Solaar
/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
------------------------------------------------------
pub rsa4096 2012-05-11 [SC]
8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092
uid [ inconnue] Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>
/etc/apt/trusted.gpg.d/ubuntu-keyring-2018-archive.gpg
------------------------------------------------------
pub rsa4096 2018-09-17 [SC]
F6EC B376 2474 EDA9 D21B 7022 8719 20D1 991B C93C
uid [ inconnue] Ubuntu Archive Automatic Signing Key (2018) <ftpmaster@ubuntu.com>
sudo apt purge -y linux-headers-5.15.0-153 linux-headers-5.15.0-153-generic linux-image-5.15.0-153-generic linux-modules-5.15.0-153-generic linux-modules-extra-5.15.0-153-generic linux-generic linux-generic-hwe-20.04 linux-headers-generic linux-image-generic linux-hwe-6.2-headers-6.2.0-39 linux-headers-6.2.0-39-generic linux-hwe-6.5-headers-6.5.0-44 linux-headers-6.5.0-44-generic
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
amd64-microcode intel-microcode iucode-tool libappstream-glib8 libffi7
libfuse2 libqt5sensors5 libqt5webkit5 libxatracker2 libxvmc1
linux-generic-hwe-22.04 linux-headers-generic-hwe-22.04
linux-image-generic-hwe-22.04 thermald xserver-xorg-video-amdgpu
xserver-xorg-video-fbdev xserver-xorg-video-intel xserver-xorg-video-nouveau
xserver-xorg-video-qxl xserver-xorg-video-vesa xserver-xorg-video-vmware
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
linux-generic* linux-generic-hwe-20.04* linux-headers-5.15.0-153*
linux-headers-5.15.0-153-generic* linux-headers-6.2.0-39-generic*
linux-headers-6.5.0-44-generic* linux-headers-generic*
linux-hwe-6.2-headers-6.2.0-39* linux-hwe-6.5-headers-6.5.0-44*
linux-image-5.15.0-153-generic* linux-image-generic*
linux-modules-5.15.0-153-generic* linux-modules-extra-5.15.0-153-generic*
0 mis à jour, 0 nouvellement installés, 13 à enlever et 0 non mis à jour.
Après cette opération, 807 Mo d'espace disque seront libérés.
(Lecture de la base de données... 334396 fichiers et répertoires déjà installés.
)
Suppression de linux-generic (5.15.0.153.153) ...
Suppression de linux-generic-hwe-20.04 (5.15.0.153.153) ...
Suppression de linux-headers-generic (5.15.0.153.153) ...
Suppression de linux-headers-5.15.0-153-generic (5.15.0-153.163) ...
Suppression de linux-headers-5.15.0-153 (5.15.0-153.163) ...
Suppression de linux-headers-6.2.0-39-generic (6.2.0-39.40~22.04.1) ...
Suppression de linux-headers-6.5.0-44-generic (6.5.0-44.44~22.04.1) ...
Suppression de linux-hwe-6.2-headers-6.2.0-39 (6.2.0-39.40~22.04.1) ...
Suppression de linux-hwe-6.5-headers-6.5.0-44 (6.5.0-44.44~22.04.1) ...
Suppression de linux-image-generic (5.15.0.153.153) ...
Suppression de linux-modules-extra-5.15.0-153-generic (5.15.0-153.163) ...
Suppression de linux-modules-5.15.0-153-generic (5.15.0-153.163) ...
Suppression de linux-image-5.15.0-153-generic (5.15.0-153.163) ...
/etc/kernel/prerm.d/dkms:
dkms: removing: rtl8814au 5.8.5.1 (5.15.0-153-generic) (x86_64)
Module rtl8814au-5.8.5.1 for kernel 5.15.0-153-generic (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.
8814au.ko:
- Uninstallation
- Deleting from: /lib/modules/5.15.0-153-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.15.0-153-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-79-generic
Found initrd image: /boot/initrd.img-6.8.0-79-generic
Found linux image: /boot/vmlinuz-6.8.0-78-generic
Found initrd image: /boot/initrd.img-6.8.0-78-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot
entries.
Found Windows 7 on /dev/sda1
Found Windows 7 on /dev/sdb1
done
(Lecture de la base de données... 239662 fichiers et répertoires déjà installés.
)
Purge des fichiers de configuration de linux-modules-5.15.0-153-generic (5.15.0-
153.163) ...
dpkg: avertissement: lors de la suppression de linux-modules-5.15.0-153-generic,
le répertoire « /lib/modules/5.15.0-153-generic » n'était pas vide, donc il n'a
pas été supprimé
Purge des fichiers de configuration de linux-image-5.15.0-153-generic (5.15.0-15
3.163) ...
Purge des fichiers de configuration de linux-modules-extra-5.15.0-153-generic (5
.15.0-153.163) ...
Hors ligne
#39 Le 05/09/2025, à 22:11
- xubu1957
Re : carte graphique radeon HD 6770
Dix images dans la page techtribune.net/comment/comment-basculer-entre-wayland-et-xorg-dans-ubuntu/505600
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] 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
#40 Le 05/09/2025, à 22:21
- ssimpou
Re : carte graphique radeon HD 6770
Dix images dans la page techtribune.net/comment/comment-basculer-entre-wayland-et-xorg-dans-ubuntu/505600
Je venais d'y arriver juste avant merci beaucoup...
J'ai basculé vers ubuntu sur Xorg, malheureusement rien ne change et je ne peux même plus accéder aux paramètres
Hors ligne
#41 Le 05/09/2025, à 22:30
- nany
Re : carte graphique radeon HD 6770
Bien, donne les retours de :
sudo apt-key --keyring /etc/apt/trusted.gpg del 7D19F1F3
sudo apt clean && sudo apt update
Hors ligne
#42 Le 05/09/2025, à 22:33
- nany
Re : carte graphique radeon HD 6770
J'ai basculé vers ubuntu sur Xorg, malheureusement rien ne change et je ne peux même plus accéder aux paramètres
Alors donne les retours de :
echo "$XDG_SESSION_TYPE"
xrandr
Hors ligne
#43 Le 05/09/2025, à 22:37
- ssimpou
Re : carte graphique radeon HD 6770
sudo apt-key --keyring /etc/apt/trusted.gpg del 7D19F1F3
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
sudo apt clean && sudo apt update
Atteint :1 http://ppa.launchpad.net/solaar-unifying/stable/ubuntu jammy InRelease
Atteint :2 https://brave-browser-apt-release.s3.brave.com stable InRelease
Atteint :3 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease
Atteint :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease
Atteint :6 https://www.mediahuman.com/packages/ubuntu jammy InRelease
Atteint :7 https://ppa.launchpadcontent.net/flatpak/stable/ubuntu jammy InRelease
Atteint :8 http://security.ubuntu.com/ubuntu jammy-security InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.
Hors ligne
#44 Le 05/09/2025, à 22:40
- ssimpou
Re : carte graphique radeon HD 6770
echo "$XDG_SESSION_TYPE"
x11
xrandr
Screen 0: minimum 320 x 200, current 2048 x 768, maximum 8192 x 8192
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DVI-0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
VGA-1-1 connected 1024x768+1024+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
1024x768 (0x58) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x59) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
800x600 (0x5a) 36.000MHz +HSync +VSync
h: width 800 start 824 end 896 total 1024 skew 0 clock 35.16KHz
v: height 600 start 601 end 603 total 625 clock 56.25Hz
848x480 (0x5b) 33.750MHz +HSync +VSync
h: width 848 start 864 end 976 total 1088 skew 0 clock 31.02KHz
v: height 480 start 486 end 494 total 517 clock 60.00Hz
640x480 (0x5c) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
Hors ligne
#45 Le 05/09/2025, à 23:33
- nany
Re : carte graphique radeon HD 6770
Peut-être un truc à tenter mais c’est sans garantie et tu pourrais ne plus pouvoir démarrer graphiquement : https://davejansen.com/add-custom-resol … and-gnome/.
Je ne trouve malheureusement pas d’autre solution.
Hors ligne
#46 Hier à 10:05
- xubu1957
Re : carte graphique radeon HD 6770
Bonjour,
Au cas où :
Bonsoir,
En fouillant, j'ai enfin trouvé. Et c'était beaucoup plus simple que je l'imaginais.
Il faut faire : Paramètres -> Ecrans -> Mise à l'échelle fractionnaire.
En cochant "Mise à l'échelle fractionnaire", on peut choisir la définition, la fréquence et (surtout !) l'échelle par écran.
Donc pas besoin de passer par xrandr.
> [RESOLU] 2 écrans avec 2 résolutions et 2 échelles différentes
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] 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
#47 Hier à 16:04
- ssimpou
Re : carte graphique radeon HD 6770
Peut-être un truc à tenter mais c’est sans garantie et tu pourrais ne plus pouvoir démarrer graphiquement : https://davejansen.com/add-custom-resol … and-gnome/.
Je ne trouve malheureusement pas d’autre solution.
Bonjour,
Je ne vais pas prendre ce risque...
D'autant plus qu'avant cela fonctionnait parfaitement bien.
Hors ligne