#26 Le 01/07/2023, à 08:40
- xubu1957
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Fournis 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}'
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
#27 Le 01/07/2023, à 08:42
- lekozak
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
lekozak601@lekozak601-MS-7B85:~$ 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 22.04.2 LTS
Noyau courant : 6.1.0-1015-oem x86_64
ubuntu:GNOME
avril 7 2022 ubuntu.desktop
avril 7 2022 ubuntu-xorg.desktop
********************LEKOZAK'S BABASSE*************************
24.04LTS 64bits - Ryzen 7 2700 - 16go - Nvidia GTX 1660
Hors ligne
#28 Le 01/07/2023, à 09:53
- nany
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Bonjour,
Merci encore xubu 1957, tu crois que je dois ouvrir un poste pour mes doublons de listes de sources?
Pas la peine d’ouvrir un autre fil, donne le retour de :
sudo sed -ri "/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
@xubu1957 : tu peux noter cette commande dans tes tablettes.
Merci iznobe mais je ne sais pas comment faire pour redémarrer sur le noyau 5.15.0-76,
Donne le retour de :
cat /boot/grub/grub.cfg
pour la trop grande liste de noyaux installés, je n'ai pas fait de manipulation particulière, j'ai juste validé une mise à jour proposée par le système.
Le retour donné en #24 confirme que, aussi loin qu’on peut remonter dans l’historique, aucune commande d’installation de noyau spécifique n’a été lancée.
Le mystère de la présence de version oem ou autre reste entier.
Hors ligne
#29 Le 01/07/2023, à 09:56
- lekozak
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
lekozak601@lekozak601-MS-7B85:~$ sudo sed -ri "/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de lekozak601 :
# deb cdrom:[Ubuntu 18.04.2 LTS _Bionic Beaver_ - Release amd64 (20190210)]/ bionic 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
********************LEKOZAK'S BABASSE*************************
24.04LTS 64bits - Ryzen 7 2700 - 16go - Nvidia GTX 1660
Hors ligne
#30 Le 01/07/2023, à 09:56
- lekozak
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
lekozak601@lekozak601-MS-7B85:~$ cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${initrdfail}" = 2 ]; then
set initrdfail=
elif [ "${initrdfail}" = 1 ]; then
set next_entry="${prev_entry}"
set prev_entry=
save_env prev_entry
if [ "${next_entry}" ]; then
set initrdfail=2
fi
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function initrdfail {
if [ -n "${have_grubenv}" ]; then if [ -n "${partuuid}" ]; then
if [ -z "${initrdfail}" ]; then
set initrdfail=1
if [ -n "${boot_once}" ]; then
set prev_entry="${default}"
save_env prev_entry
fi
fi
save_env initrdfail
fi; fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=fr_FR
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=hidden
set timeout=0
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 0 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if [ ${grub_platform} != pc ]; then
set linux_gfx_mode=keep
elif hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
linux /boot/vmlinuz-6.1.0-1015-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
initrd /boot/initrd.img-6.1.0-1015-oem
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
menuentry 'Ubuntu, with Linux 6.1.0-1015-oem' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-1015-oem-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 6.1.0-1015-oem ...'
linux /boot/vmlinuz-6.1.0-1015-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-1015-oem
}
menuentry 'Ubuntu, with Linux 6.1.0-1015-oem (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-1015-oem-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 6.1.0-1015-oem ...'
linux /boot/vmlinuz-6.1.0-1015-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.1.0-1015-oem
}
menuentry 'Ubuntu, with Linux 6.0.0-1018-oem' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.0.0-1018-oem-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 6.0.0-1018-oem ...'
linux /boot/vmlinuz-6.0.0-1018-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.0.0-1018-oem
}
menuentry 'Ubuntu, with Linux 6.0.0-1018-oem (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.0.0-1018-oem-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 6.0.0-1018-oem ...'
linux /boot/vmlinuz-6.0.0-1018-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.0.0-1018-oem
}
menuentry 'Ubuntu, with Linux 5.19.0-1028-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-1028-lowlatency-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.19.0-1028-lowlatency ...'
linux /boot/vmlinuz-5.19.0-1028-lowlatency root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.19.0-1028-lowlatency
}
menuentry 'Ubuntu, with Linux 5.19.0-1028-lowlatency (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-1028-lowlatency-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.19.0-1028-lowlatency ...'
linux /boot/vmlinuz-5.19.0-1028-lowlatency root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.19.0-1028-lowlatency
}
menuentry 'Ubuntu, with Linux 5.19.0-1026-oracle' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-1026-oracle-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.19.0-1026-oracle ...'
linux /boot/vmlinuz-5.19.0-1026-oracle root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.19.0-1026-oracle
}
menuentry 'Ubuntu, with Linux 5.19.0-1026-oracle (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-1026-oracle-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.19.0-1026-oracle ...'
linux /boot/vmlinuz-5.19.0-1026-oracle root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.19.0-1026-oracle
}
menuentry 'Ubuntu, with Linux 5.19.0-46-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-46-generic-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.19.0-46-generic ...'
linux /boot/vmlinuz-5.19.0-46-generic root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.19.0-46-generic
}
menuentry 'Ubuntu, with Linux 5.19.0-46-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.19.0-46-generic-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.19.0-46-generic ...'
linux /boot/vmlinuz-5.19.0-46-generic root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.19.0-46-generic
}
menuentry 'Ubuntu, with Linux 5.17.0-1033-oem' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.17.0-1033-oem-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.17.0-1033-oem ...'
linux /boot/vmlinuz-5.17.0-1033-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.17.0-1033-oem
}
menuentry 'Ubuntu, with Linux 5.17.0-1033-oem (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.17.0-1033-oem-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.17.0-1033-oem ...'
linux /boot/vmlinuz-5.17.0-1033-oem root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.17.0-1033-oem
}
menuentry 'Ubuntu, with Linux 5.15.0-1031-intel-iotg' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-1031-intel-iotg-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-1031-intel-iotg ...'
linux /boot/vmlinuz-5.15.0-1031-intel-iotg root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-1031-intel-iotg
}
menuentry 'Ubuntu, with Linux 5.15.0-1031-intel-iotg (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-1031-intel-iotg-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-1031-intel-iotg ...'
linux /boot/vmlinuz-5.15.0-1031-intel-iotg root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-1031-intel-iotg
}
menuentry 'Ubuntu, with Linux 5.15.0-1028-nvidia' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-1028-nvidia-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-1028-nvidia ...'
linux /boot/vmlinuz-5.15.0-1028-nvidia root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-1028-nvidia
}
menuentry 'Ubuntu, with Linux 5.15.0-1028-nvidia (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-1028-nvidia-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-1028-nvidia ...'
linux /boot/vmlinuz-5.15.0-1028-nvidia root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-1028-nvidia
}
menuentry 'Ubuntu, with Linux 5.15.0-76-lowlatency' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-76-lowlatency-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-76-lowlatency ...'
linux /boot/vmlinuz-5.15.0-76-lowlatency root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-76-lowlatency
}
menuentry 'Ubuntu, with Linux 5.15.0-76-lowlatency (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-76-lowlatency-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-76-lowlatency ...'
linux /boot/vmlinuz-5.15.0-76-lowlatency root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-76-lowlatency
}
menuentry 'Ubuntu, with Linux 5.15.0-76-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-76-generic-advanced-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-76-generic ...'
linux /boot/vmlinuz-5.15.0-76-generic root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-76-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-76-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-76-generic-recovery-45e3efab-c024-497a-9308-0bd8a9df4830' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 45e3efab-c024-497a-9308-0bd8a9df4830
echo 'Loading Linux 5.15.0-76-generic ...'
linux /boot/vmlinuz-5.15.0-76-generic root=UUID=45e3efab-c024-497a-9308-0bd8a9df4830 ro recovery nomodeset dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.15.0-76-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_linux_zfs ###
### END /etc/grub.d/10_linux_zfs ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###
********************LEKOZAK'S BABASSE*************************
24.04LTS 64bits - Ryzen 7 2700 - 16go - Nvidia GTX 1660
Hors ligne
#31 Le 01/07/2023, à 10:02
- xubu1957
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
@nany
Salut !
Ta commande au #28, c'est pour supprimer les sources différentes de la version utilisée ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#32 Le 01/07/2023, à 10:03
- nany
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Bien, passe cette commande (qui ne doit rien retourner) :
sudo sed -i 's/set default="0"/set default="Advanced options for Ubuntu>Ubuntu, with Linux 5.19.0-46-generic"/' /boot/grub/grub.cfg
Puis redémarre et donne le retour de :
uname -r
Hors ligne
#33 Le 01/07/2023, à 10:05
- nany
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Ta commande au #28, c'est pour supprimer les sources différentes de la version utilisée ?
Pas pour supprimer mais pour mettre à jour comme on peut le constater en #29.
Hors ligne
#34 Le 01/07/2023, à 10:06
- lekozak
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
@nany merci de ton aide, ta commande est sans danger?
********************LEKOZAK'S BABASSE*************************
24.04LTS 64bits - Ryzen 7 2700 - 16go - Nvidia GTX 1660
Hors ligne
#35 Le 01/07/2023, à 10:09
- xubu1957
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
@nany
Et dans le cas où sources.list contiendrait des ppas, ou d'autres dépôts ?
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
#36 Le 01/07/2023, à 10:11
- lekozak
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Je dois m'absenter jusqu'à la fin du week-end.
Bonne journée à tous.
********************LEKOZAK'S BABASSE*************************
24.04LTS 64bits - Ryzen 7 2700 - 16go - Nvidia GTX 1660
Hors ligne
#37 Le 01/07/2023, à 10:14
- nany
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
@nany merci de ton aide, ta commande est sans danger?
Il y a toujours un risque. As-tu un support d’installation (LiveCD ou LiveUSB) sur lequel tu pourrais redémarrer afin de faire machine arrière au cas où ?
Hors ligne
#38 Le 01/07/2023, à 10:18
- nany
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
@nany
Et dans le cas où sources.list contiendrait des ppas, ou d'autres dépôts ?
Dans ce cas, passer par le lien Retour aux sources de ma signature et rajouter les ppa un à un pour qu’il se mettent dans /etc/apt/sources.list.d.
Hors ligne
#39 Le 01/07/2023, à 11:27
- xubu1957
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Bon week-end.
_ _ _
(edit=messages regroupés)
_ _ _
Je stocke sur mes tablettes, pour le cas d'une liste simple.
Et j'ai oublié de dire Merci.
@nany
Un autre cas > avec le noyau oem.
Dernière modification par xubu1957 (Le 02/07/2023, à 12:13)
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
#40 Le 02/07/2023, à 12:09
- lekozak
Re : [RESOLU] Coincé en résolution 1024x780 depuis passage en kernel 6.1
Merci à nany, xubu1957, mais 40 kernels, un sourcelist pourri, et un kernel 6.1 sorti de nulle part méritent une réinstallation propre.
Merci encore.
********************LEKOZAK'S BABASSE*************************
24.04LTS 64bits - Ryzen 7 2700 - 16go - Nvidia GTX 1660
Hors ligne