#26 Le 19/11/2023, à 20:23
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Non
Tout comme au post n°1
Hors ligne
#27 Le 19/11/2023, à 20:30
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Montre :
cat /boot/grub/grub.cfg
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
#28 Le 19/11/2023, à 20:33
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
yet@yet-VivoBook-X512DA-F512DA:~$ 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 b8686605-3372-4631-9baa-ef5cd52cb3b2
font="/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=5
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 5 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b8686605-3372-4631-9baa-ef5cd52cb3b2
insmod jpeg
if background_image /grub/.background_cache.jpeg; then
set color_normal=light-gray/black
set color_highlight=magenta/black
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
fi
### 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-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
linux /vmlinuz-5.15.0-88-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro amdgpu.exp_hw_support=1 amd_iommu=off quiet splash psmouse.proto=bare $vt_handoff
initrd /initrd.img-5.15.0-88-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-6b022efb-2bed-48b8-81e4-8b768689bb60' {
menuentry 'Ubuntu, with Linux 5.15.0-88-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-88-generic-advanced-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-88-generic ...'
linux /vmlinuz-5.15.0-88-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro amdgpu.exp_hw_support=1 amd_iommu=off quiet splash psmouse.proto=bare $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-88-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-88-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-88-generic-recovery-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-88-generic ...'
linux /vmlinuz-5.15.0-88-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro recovery nomodeset dis_ucode_ldr amdgpu.exp_hw_support=1 amd_iommu=off
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-88-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-87-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-87-generic-advanced-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-87-generic ...'
linux /vmlinuz-5.15.0-87-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro amdgpu.exp_hw_support=1 amd_iommu=off quiet splash psmouse.proto=bare $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-87-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-87-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-87-generic-recovery-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-87-generic ...'
linux /vmlinuz-5.15.0-87-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro recovery nomodeset dis_ucode_ldr amdgpu.exp_hw_support=1 amd_iommu=off
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-87-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 ###
menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-06CE-25D5' {
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root 06CE-25D5
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### 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 ###
yet@yet-VivoBook-X512DA-F512DA:~$
Hors ligne
#29 Le 19/11/2023, à 20:35
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Pas d'amélioration ?
Regarde aussi > Touchpad not working
Tu penses que la solution proposée, d'ajouter "i8042.notimeout i8042.nomux" au fichier Grub, pourrait être tentée ici?
Hors ligne
#30 Le 19/11/2023, à 20:41
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Dans > [RESOLU] Pointeur fou : Auriez vous un tuto mon problème ? :
tu ajoutes un des paramètres proposés
i8042.nomux=1 ;
i8042.reset=1 ;
i8042.nomux=1 i8042.reset=1.(...)
essaie les les uns après les autres
Et enlever ?
En cherchant sur divers forums, j'ai vu qu'une solution consistait à ajouter un "psmouse.proto=bare" dans une des lignes du Grub, mais ça n'a fait qu'empirer les choses pour mon ordi.
Dernière modification par xubu1957 (Le 19/11/2023, à 20:43)
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
#31 Le 19/11/2023, à 20:47
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
J'essaye les ajouts un par un,
Pour "psmouse.proto=bare"... déja enlevé
Hors ligne
#32 Le 19/11/2023, à 21:10
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Pas mieux!
J'ai même perdu le défilement des pages avec 2 doigts
Hors ligne
#33 Le 19/11/2023, à 21:12
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Je n'ai pas les capacités pour la gestion des paramétrages du grub. ¯∖_(ツ)_/¯
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
#34 Le 19/11/2023, à 21:20
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Toujours dans Touchpad not working, il suggérait de passer au driver de pavé tactile "synaptics" (déja utilisé chez moi). Je pourrais repasser à "libinput" pour voir...
Hors ligne
#35 Le 19/11/2023, à 21:25
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
On trouve aussi dans bugzilla.kernel.org/show_bug.cgi?id=214597#c80 [DELL|ASUS|Elantech] Touchpad: Cursor temporarily drops acceleration and increases inertia for small movements :
Probably just a coincidence but this issue goes away whenever I press the keyboard lock toggle key on my keyboard quickly like 6 times.
C'est probablement une coïncidence, mais ce problème disparaît lorsque j'appuie rapidement, environ 6 fois, sur la touche de verrouillage du clavier
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
#36 Le 21/11/2023, à 21:32
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Bonjour,
Contrairement à ce la config d'origine, je vois du changement après ces diverses manips. De ça:
Le pavé est bien reconnu:
yet@yet-VivoBook-X512DA-F512DA:~$ xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ ELAN1200:00 04F3:309F Touchpad id=11 [slave pointer (2)] ⎜ ↳ ELAN1200:00 04F3:309F Mouse id=12 [slave pointer (2)] ⎜ ↳ Logitech USB-PS/2 Optical Mouse id=9 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Video Bus id=7 [slave keyboard (3)] ↳ Power Button id=8 [slave keyboard (3)] ↳ USB2.0 HD UVC WebCam: USB2.0 HD id=10 [slave keyboard (3)] ↳ Asus WMI hotkeys id=13 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)] yet@yet-VivoBook-X512DA-F512DA:~$
à ça:
yet@yet-VivoBook-X512DA-F512DA:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB-PS/2 Optical Mouse id=9 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ USB2.0 HD UVC WebCam: USB2.0 HD id=10 [slave keyboard (3)]
↳ Asus WMI hotkeys id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
yet@yet-VivoBook-X512DA-F512DA:~$
le touchpad a disparu!...
.
Hors ligne
#37 Le 21/11/2023, à 21:41
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Bonjour,
As-tu un support d'installation d'Ubuntu (DVD ou clé USB) ?
Pour appliquer la procédure > amorcer_sur_cd_ubuntu#amorcage et arriver à cette étape : essayer_ubuntu_sans_rien_changer_dans_votre_ordinateur et essayer le touchpad réparation en session-live.
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
#38 Le 22/11/2023, à 10:37
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Bonjour
Le pave tactile en version live marche parfaitement.
pour info,
xubuntu@xubuntu:~$ 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-headers-5.15.0-25 5.15.0-25.25 all
ii linux-headers-5.15.0-25-generic 5.15.0-25.25 amd64
ii linux-image-5.15.0-25-generic 5.15.0-25.25 amd64
ii linux-modules-5.15.0-25-generic 5.15.0-25.25 amd64
ii linux-modules-extra-5.15.0-25-generic 5.15.0-25.25 amd64
ii linux-generic 5.15.0.25.27 amd64
ii linux-headers-generic 5.15.0.25.27 amd64
ii linux-image-generic 5.15.0.25.27 amd64
Noyau courant : 5.15.0-25-generic x86_64
xubuntu@xubuntu:~$
xubuntu@xubuntu:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB-PS/2 Optical Mouse id=9 [slave pointer (2)]
⎜ ↳ ELAN1200:00 04F3:309F Touchpad id=11 [slave pointer (2)]
⎜ ↳ ELAN1200:00 04F3:309F Mouse id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ USB2.0 HD UVC WebCam: USB2.0 HD id=10 [slave keyboard (3)]
↳ Asus WMI hotkeys id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
xubuntu@xubuntu:~$
Hors ligne
#39 Le 22/11/2023, à 10:40
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Bonjour,
Ce n'est donc pas une panne matérielle, mais je ne sais pas comment le rétablir avec les noyaux courants.
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
#40 Le 22/11/2023, à 10:45
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Montre :
cat /boot/grub/grub.cfg
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
#41 Le 22/11/2023, à 20:45
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
yet@yet-VivoBook-X512DA-F512DA:~$ 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 b8686605-3372-4631-9baa-ef5cd52cb3b2
font="/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=5
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 5 ; then
set timeout=0
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root b8686605-3372-4631-9baa-ef5cd52cb3b2
insmod jpeg
if background_image /grub/.background_cache.jpeg; then
set color_normal=light-gray/black
set color_highlight=magenta/black
else
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
fi
### 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-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
linux /vmlinuz-5.15.0-88-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro amdgpu.exp_hw_support=1 amd_iommu=off quiet splash $vt_handoff
initrd /initrd.img-5.15.0-88-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-6b022efb-2bed-48b8-81e4-8b768689bb60' {
menuentry 'Ubuntu, with Linux 5.15.0-88-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-88-generic-advanced-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-88-generic ...'
linux /vmlinuz-5.15.0-88-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro amdgpu.exp_hw_support=1 amd_iommu=off quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-88-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-88-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-88-generic-recovery-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-88-generic ...'
linux /vmlinuz-5.15.0-88-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro recovery nomodeset dis_ucode_ldr amdgpu.exp_hw_support=1 amd_iommu=off
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-88-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-87-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-87-generic-advanced-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-87-generic ...'
linux /vmlinuz-5.15.0-87-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro amdgpu.exp_hw_support=1 amd_iommu=off quiet splash $vt_handoff
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-87-generic
}
menuentry 'Ubuntu, with Linux 5.15.0-87-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.15.0-87-generic-recovery-6b022efb-2bed-48b8-81e4-8b768689bb60' {
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 b8686605-3372-4631-9baa-ef5cd52cb3b2
echo 'Loading Linux 5.15.0-87-generic ...'
linux /vmlinuz-5.15.0-87-generic root=UUID=6b022efb-2bed-48b8-81e4-8b768689bb60 ro recovery nomodeset dis_ucode_ldr amdgpu.exp_hw_support=1 amd_iommu=off
echo 'Loading initial ramdisk ...'
initrd /initrd.img-5.15.0-87-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 ###
menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-06CE-25D5' {
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root 06CE-25D5
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
set timeout=10
fi
### 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 ###
yet@yet-VivoBook-X512DA-F512DA:~$
Hors ligne
#42 Le 22/11/2023, à 20:49
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
C'est le retour à partir de la session-live ?
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
#43 Le 22/11/2023, à 20:50
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
non, retour à la version installée
Hors ligne
#44 Le 22/11/2023, à 20:54
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Il faudrait récupérer les paramétrages du noyau de départ qui allait bien, pour les options.
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
#45 Le 22/11/2023, à 20:56
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Passé au noyau 5.15.0-89 avec la dernière maj. Pas d'amélioration côté pavé:
yet@yet-VivoBook-X512DA-F512DA:~$ 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-headers-5.15.0-88 5.15.0-88.98 all
ii linux-headers-5.15.0-88-generic 5.15.0-88.98 amd64
ii linux-image-5.15.0-88-generic 5.15.0-88.98 amd64
ii linux-modules-5.15.0-88-generic 5.15.0-88.98 amd64
ii linux-modules-extra-5.15.0-88-generic 5.15.0-88.98 amd64
ii linux-headers-5.15.0-89 5.15.0-89.99 all
ii linux-headers-5.15.0-89-generic 5.15.0-89.99 amd64
ii linux-image-5.15.0-89-generic 5.15.0-89.99 amd64
ii linux-modules-5.15.0-89-generic 5.15.0-89.99 amd64
ii linux-modules-extra-5.15.0-89-generic 5.15.0-89.99 amd64
ii linux-generic 5.15.0.89.86 amd64
ii linux-headers-generic 5.15.0.89.86 amd64
ii linux-image-generic 5.15.0.89.86 amd64
Noyau courant : 5.15.0-89-generic x86_64
yet@yet-VivoBook-X512DA-F512DA:~$
Hors ligne
#46 Le 22/11/2023, à 20:57
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Il faudrait récupérer les paramétrages du noyau de départ qui allait bien, pour les options.
Tu aurais plus d'info pour faire ça?
Hors ligne
#47 Le 22/11/2023, à 21:00
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Avec la commande du #40, quand tu es sur la session live, si le touchpad fonctionne normalement, tu recopies le retour.
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
#48 Le 22/11/2023, à 21:48
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
et je change les paramètres sur ma session installée?
Hors ligne
#49 Le 22/11/2023, à 21:54
- xubu1957
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
Il faudrait tenter, mais je ne sais pas quelle partie est à modifier dans le pavé.
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
#50 Le 22/11/2023, à 22:01
- Yetuntu
Re : [Résolu] Le pavé tactile a cessé de fonctionner correctement
en fait, pas de fichier grub.cfg dans la version live
xubuntu@xubuntu:~$ cat /boot/grub/grub.cfg
cat: /boot/grub/grub.cfg: Aucun fichier ou dossier de ce type
xubuntu@xubuntu:~$
Hors ligne