pierrotlalune

  • il y a 8 jours
  • Inscrit 31 oct. 2011
  • 3 meilleures réponses
  • Petit nouveau Adepte du forum Amoureux Rédacteur potentiel
  • Bonjour djodj,

    s’il te vaut “wl”, alors je te propose de vérifier la présence de “ akmod-wl”.

    rpm -qa | grep akmod-wl

    Si la commande ne retourne rien, tu peux l’installer:
    sudo dnf install akmod-wl
    ensuite tu redémarres et “wl” devrait être opérationnel.
    Bonne chance.
    pll

  • Bonjour nouvo09🙂,
    Je viens d’essayer avec une autre souris, mais cela ne change rien.
    Hier, j’avais lancé un “memtest”: 0 défaut!
    Aujourd’hui, j’ai supprimé le driver “Nvidia”:

    # dnf remove *nvidia*

    Hélas, le générique ne permet pas de redémarrer: écran noir!
    J’ai ensuite modifié sur le bios: “fast boot” enabled vers disabled.
    Rien de mieux!
    J’ai donc naturellement remis le pilote “Nvidia”, en mode console:

    # dnf install akmod-nvidia

    Et là, plus de plantage d’onglet sur “Firefox” ni de crash à la déconnexion “user”.
    J’en conclus donc, que pour ma config, le pilote propriétaire est nécessaire.
    Quant à la résolution, je pense que le “fast boot” était à l’origine du dysfonctionnement.
    Merci à toi, et bon dimanche😉.
    pll

    • Voici le log du serveur X:

      $ cat /home/xxxxxx/.local/share/xorg/Xorg.1.log
      [   442.366] 
      X.Org X Server 1.20.14
      X Protocol Version 11, Revision 0
      [   442.366] Build Operating System:  6.6.9-100.fc38.x86_64 
      [   442.366] Current Operating System: Linux xxx 6.6.13-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Jan 20 18:03:28 UTC 2024 x86_64
      [   442.366] Kernel command line: BOOT_IMAGE=(hd0,gpt5)/vmlinuz-6.6.13-200.fc39.x86_64 root=UUID=21acff6e-0cb4-4746-b68e-f69b1298a719 ro rootflags=subvol=root rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rhgb quiet nvidia-drm.modeset=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau
      [   442.367] Build Date: 19 January 2024  12:00:00AM
      [   442.367] Build ID: xorg-x11-server 1.20.14-30.fc39 
      [   442.367] Current version of pixman: 0.42.2
      [   442.367] 	Before reporting problems, check http://wiki.x.org
      	to make sure that you have the latest version.
      [   442.367] Markers: (--) probed, (**) from config file, (==) default setting,
      	(++) from command line, (!!) notice, (II) informational,
      	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
      [   442.367] (==) Log file: "/home/xxxxx/.local/share/xorg/Xorg.1.log", Time: Sat Jan 27 17:27:04 2024
      [   442.367] (==) Using config directory: "/etc/X11/xorg.conf.d"
      [   442.367] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
      [   442.368] (==) ServerLayout "layout"
      [   442.368] (==) No screen section available. Using defaults.
      [   442.368] (**) |-->Screen "Default Screen Section" (0)
      [   442.368] (**) |   |-->Monitor "<default monitor>"
      [   442.368] (==) No monitor specified for screen "Default Screen Section".
      	Using a default monitor configuration.
      [   442.368] (==) Automatically adding devices
      [   442.368] (==) Automatically enabling devices
      [   442.368] (==) Automatically adding GPU devices
      [   442.368] (==) Automatically binding GPU devices
      [   442.368] (==) Max clients allowed: 256, resource mask: 0x1fffff
      [   442.368] (==) FontPath set to:
      	catalogue:/etc/X11/fontpath.d,
      	built-ins
      [   442.368] (==) ModulePath set to "/usr/lib64/xorg/modules"
      [   442.368] (II) The server relies on udev to provide the list of input devices.
      	If no devices become available, reconfigure udev or disable AutoAddDevices.
      [   442.368] (II) Loader magic: 0x55f0de6c3a80
      [   442.368] (II) Module ABI versions:
      [   442.368] 	X.Org ANSI C Emulation: 0.4
      [   442.368] 	X.Org Video Driver: 24.1
      [   442.368] 	X.Org XInput driver : 24.1
      [   442.368] 	X.Org Server Extension : 10.0
      [   442.369] (++) using VT number 3
      
      [   442.370] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_35
      [   442.372] (II) xfree86: Adding drm device (/dev/dri/card0)
      [   442.372] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
      [   442.378] (--) PCI:*(1@0:0:0) 10de:1f0a:19da:3583 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/65536
      [   442.378] (II) LoadModule: "glx"
      [   442.378] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
      [   442.379] (II) Module glx: vendor="X.Org Foundation"
      [   442.379] 	compiled for 1.20.14, module version = 1.0.0
      [   442.379] 	ABI class: X.Org Server Extension, version 10.0
      [   442.379] (II) Applying OutputClass "nvidia" to /dev/dri/card0
      [   442.379] 	loading driver: nvidia
      [   443.349] (==) Matched nvidia as autoconfigured driver 0
      [   443.349] (==) Matched nouveau as autoconfigured driver 1
      [   443.349] (==) Matched nv as autoconfigured driver 2
      [   443.349] (==) Matched modesetting as autoconfigured driver 3
      [   443.349] (==) Matched fbdev as autoconfigured driver 4
      [   443.349] (==) Matched vesa as autoconfigured driver 5
      [   443.349] (==) Assigned the driver to the xf86ConfigLayout
      [   443.349] (II) LoadModule: "nvidia"
      [   443.349] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
      [   443.350] (II) Module nvidia: vendor="NVIDIA Corporation"
      [   443.350] 	compiled for 1.6.99.901, module version = 1.0.0
      [   443.350] 	Module class: X.Org Video Driver
      [   443.350] (II) LoadModule: "nouveau"
      [   443.350] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
      [   443.350] (II) Module nouveau: vendor="X.Org Foundation"
      [   443.350] 	compiled for 1.20.14, module version = 1.0.17
      [   443.350] 	Module class: X.Org Video Driver
      [   443.350] 	ABI class: X.Org Video Driver, version 24.1
      [   443.350] (II) LoadModule: "nv"
      [   443.350] (WW) Warning, couldn't open module nv
      [   443.350] (EE) Failed to load module "nv" (module does not exist, 0)
      [   443.350] (II) LoadModule: "modesetting"
      [   443.350] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
      [   443.350] (II) Module modesetting: vendor="X.Org Foundation"
      [   443.350] 	compiled for 1.20.14, module version = 1.20.14
      [   443.350] 	Module class: X.Org Video Driver
      [   443.350] 	ABI class: X.Org Video Driver, version 24.1
      [   443.350] (II) LoadModule: "fbdev"
      [   443.350] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
      [   443.350] (II) Module fbdev: vendor="X.Org Foundation"
      [   443.350] 	compiled for 1.20.14, module version = 0.5.0
      [   443.350] 	Module class: X.Org Video Driver
      [   443.350] 	ABI class: X.Org Video Driver, version 24.1
      [   443.350] (II) LoadModule: "vesa"
      [   443.350] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
      [   443.351] (II) Module vesa: vendor="X.Org Foundation"
      [   443.351] 	compiled for 1.20.14, module version = 2.5.0
      [   443.351] 	Module class: X.Org Video Driver
      [   443.351] 	ABI class: X.Org Video Driver, version 24.1
      [   443.351] (II) NVIDIA dlloader X Driver  545.29.06  Thu Nov 16 01:52:34 UTC 2023
      [   443.351] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
      [   443.351] (II) NOUVEAU driver 
      [   443.351] (II) NOUVEAU driver for NVIDIA chipset families :
      [   443.351] 	RIVA TNT            (NV04)
      [   443.351] 	RIVA TNT2           (NV05)
      [   443.351] 	GeForce 256         (NV10)
      [   443.351] 	GeForce 2           (NV11, NV15)
      [   443.351] 	GeForce 4MX         (NV17, NV18)
      [   443.351] 	GeForce 3           (NV20)
      [   443.351] 	GeForce 4Ti         (NV25, NV28)
      [   443.351] 	GeForce FX          (NV3x)
      [   443.351] 	GeForce 6           (NV4x)
      [   443.351] 	GeForce 7           (G7x)
      [   443.351] 	GeForce 8           (G8x)
      [   443.351] 	GeForce 9           (G9x)
      [   443.351] 	GeForce GTX 2xx/3xx (GT2xx)
      [   443.351] 	GeForce GTX 4xx/5xx (GFxxx)
      [   443.351] 	GeForce GTX 6xx/7xx (GKxxx)
      [   443.351] 	GeForce GTX 9xx     (GMxxx)
      [   443.351] 	GeForce GTX 10xx    (GPxxx)
      [   443.351] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
      [   443.351] (II) FBDEV: driver for framebuffer: fbdev
      [   443.352] (II) VESA: driver for VESA chipsets: vesa
      [   443.352] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
      [   443.352] (II) systemd-logind: releasing fd for 226:0
      [   443.352] (II) Loading sub module "fb"
      [   443.352] (II) LoadModule: "fb"
      [   443.353] (II) Loading /usr/lib64/xorg/modules/libfb.so
      [   443.353] (II) Module fb: vendor="X.Org Foundation"
      [   443.353] 	compiled for 1.20.14, module version = 1.0.0
      [   443.353] 	ABI class: X.Org ANSI C Emulation, version 0.4
      [   443.353] (II) Loading sub module "wfb"
      [   443.353] (II) LoadModule: "wfb"
      [   443.353] (II) Loading /usr/lib64/xorg/modules/libwfb.so
      [   443.353] (II) Module wfb: vendor="X.Org Foundation"
      [   443.353] 	compiled for 1.20.14, module version = 1.0.0
      [   443.353] 	ABI class: X.Org ANSI C Emulation, version 0.4
      [   443.353] (WW) Falling back to old probe method for modesetting
      [   443.353] (WW) Falling back to old probe method for fbdev
      [   443.353] (II) Loading sub module "fbdevhw"
      [   443.353] (II) LoadModule: "fbdevhw"
      [   443.354] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
      [   443.354] (II) Module fbdevhw: vendor="X.Org Foundation"
      [   443.354] 	compiled for 1.20.14, module version = 0.0.2
      [   443.354] 	ABI class: X.Org Video Driver, version 24.1
      [   443.354] (EE) open /dev/fb0: Permission denied
      [   443.354] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
      [   443.354] (II) NVIDIA(0): Creating default Display subsection in Screen section
      	"Default Screen Section" for depth/fbbpp 24/32
      [   443.354] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
      [   443.354] (==) NVIDIA(0): RGB weight 888
      [   443.354] (==) NVIDIA(0): Default visual is TrueColor
      [   443.354] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
      [   443.354] (**) Option "AllowNVIDIAGpuScreens"
      [   443.354] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
      [   443.354] (**) NVIDIA(0): Option "SLI" "Auto"
      [   443.354] (**) NVIDIA(0): Option "BaseMosaic" "on"
      [   443.354] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
      [   443.354] (WW) NVIDIA(0): Invalid SLI option: 'Auto'; using single GPU rendering.
      [   443.354] (**) NVIDIA(0): Enabling 2D acceleration
      [   443.354] (II) Loading sub module "glxserver_nvidia"
      [   443.354] (II) LoadModule: "glxserver_nvidia"
      [   443.354] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
      [   443.366] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
      [   443.366] 	compiled for 1.6.99.901, module version = 1.0.0
      [   443.366] 	Module class: X.Org Server Extension
      [   443.366] (II) NVIDIA GLX Module  545.29.06  Thu Nov 16 01:55:23 UTC 2023
      [   443.366] (II) NVIDIA: The X server supports PRIME Render Offload.
      [   443.366] (WW) NVIDIA(0): Failed to initialize Base Mosaic!  Reason: Only one GPU
      [   443.366] (WW) NVIDIA(0):     detected.  Only one GPU will be used for this X screen.
      [   443.366] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
      [   443.366] (--) NVIDIA(0):     DFP-0
      [   443.366] (--) NVIDIA(0):     DFP-1 (boot)
      [   443.366] (--) NVIDIA(0):     DFP-2
      [   443.366] (--) NVIDIA(0):     DFP-3
      [   443.368] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1650 (TU106-A) at PCI:1:0:0
      [   443.368] (II) NVIDIA(0):     (GPU-0)
      [   443.368] (--) NVIDIA(0): Memory: 4194304 kBytes
      [   443.368] (--) NVIDIA(0): VideoBIOS: 90.06.6f.00.4b
      [   443.368] (II) NVIDIA(0): Detected PCI Express Link width: 16X
      [   443.368] (--) NVIDIA(GPU-0): DFP-0: disconnected
      [   443.368] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
      [   443.368] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
      [   443.368] (--) NVIDIA(GPU-0): 
      [   443.412] (--) NVIDIA(GPU-0): FUS C17-7 (DFP-1): connected
      [   443.412] (--) NVIDIA(GPU-0): FUS C17-7 (DFP-1): Internal TMDS
      [   443.412] (--) NVIDIA(GPU-0): FUS C17-7 (DFP-1): 600.0 MHz maximum pixel clock
      [   443.412] (--) NVIDIA(GPU-0): 
      [   443.412] (--) NVIDIA(GPU-0): DFP-2: disconnected
      [   443.412] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
      [   443.412] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
      [   443.412] (--) NVIDIA(GPU-0): 
      [   443.412] (--) NVIDIA(GPU-0): DFP-3: disconnected
      [   443.412] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
      [   443.412] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
      [   443.412] (--) NVIDIA(GPU-0): 
      [   443.463] (==) NVIDIA(0): 
      [   443.500] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
      [   443.501] (==) NVIDIA(0):     will be used as the requested mode.
      [   443.501] (==) NVIDIA(0): 
      [   443.509] (II) NVIDIA(0): Validated MetaModes:
      [   443.509] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
      [   443.509] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
      [   443.682] (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
      [   443.682] (--) NVIDIA(0):     option
      [   443.682] (II) UnloadModule: "nouveau"
      [   443.682] (II) Unloading nouveau
      [   443.682] (II) UnloadModule: "modesetting"
      [   443.682] (II) Unloading modesetting
      [   443.682] (II) UnloadModule: "fbdev"
      [   443.682] (II) Unloading fbdev
      [   443.682] (II) UnloadSubModule: "fbdevhw"
      [   443.682] (II) Unloading fbdevhw
      [   443.682] (II) UnloadModule: "vesa"
      [   443.682] (II) Unloading vesa
      [   443.682] (WW) NVIDIA: Failed to bind sideband socket to
      [   443.682] (WW) NVIDIA:     '/var/run/nvidia-xdriver-efde4708' Permission denied
      [   443.683] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
      [   443.683] (II) NVIDIA:     access.
      [   443.687] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
      [   443.687] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
      [   443.687] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
      [   443.687] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
      [   443.687] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
      [   443.687] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
      [   443.687] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
      [   443.687] (II) NVIDIA(0):     Config Options in the README.
      [   443.706] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
      [   443.754] (==) NVIDIA(0): Disabling shared memory pixmaps
      [   443.754] (==) NVIDIA(0): Backing store enabled
      [   443.754] (==) NVIDIA(0): Silken mouse enabled
      [   443.754] (==) NVIDIA(0): DPMS enabled
      [   443.754] (II) Loading sub module "dri2"
      [   443.754] (II) LoadModule: "dri2"
      [   443.754] (II) Module "dri2" already built-in
      [   443.754] (II) NVIDIA(0): [DRI2] Setup complete
      [   443.754] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
      [   443.754] (II) Initializing extension Generic Event Extension
      [   443.754] (II) Initializing extension SHAPE
      [   443.754] (II) Initializing extension MIT-SHM
      [   443.754] (II) Initializing extension XInputExtension
      [   443.754] (II) Initializing extension XTEST
      [   443.754] (II) Initializing extension BIG-REQUESTS
      [   443.755] (II) Initializing extension SYNC
      [   443.755] (II) Initializing extension XKEYBOARD
      [   443.755] (II) Initializing extension XC-MISC
      [   443.755] (II) Initializing extension SECURITY
      [   443.755] (II) Initializing extension XFIXES
      [   443.755] (II) Initializing extension RENDER
      [   443.755] (II) Initializing extension RANDR
      [   443.755] (II) Initializing extension COMPOSITE
      [   443.755] (II) Initializing extension DAMAGE
      [   443.755] (II) Initializing extension MIT-SCREEN-SAVER
      [   443.755] (II) Initializing extension DOUBLE-BUFFER
      [   443.755] (II) Initializing extension RECORD
      [   443.755] (II) Initializing extension DPMS
      [   443.755] (II) Initializing extension Present
      [   443.755] (II) Initializing extension DRI3
      [   443.755] (II) Initializing extension X-Resource
      [   443.756] (II) Initializing extension XVideo
      [   443.756] (II) Initializing extension XVideo-MotionCompensation
      [   443.756] (II) Initializing extension SELinux
      [   443.756] (II) SELinux: Disabled by boolean
      [   443.756] (II) Initializing extension GLX
      [   443.756] (II) Initializing extension GLX
      [   443.756] (II) Indirect GLX disabled.
      [   443.756] (II) GLX: Another vendor is already registered for screen 0
      [   443.756] (II) Initializing extension XFree86-VidModeExtension
      [   443.756] (II) Initializing extension XFree86-DGA
      [   443.756] (II) Initializing extension DRI2
      [   443.756] (II) Initializing extension NV-GLX
      [   443.756] (II) Initializing extension NV-CONTROL
      [   443.756] (II) Initializing extension XINERAMA
      [   443.800] (II) config/udev: Adding input device Power Button (/dev/input/event1)
      [   443.801] (**) Power Button: Applying InputClass "evdev keyboard catchall"
      [   443.801] (**) Power Button: Applying InputClass "libinput keyboard catchall"
      [   443.801] (**) Power Button: Applying InputClass "system-keyboard"
      [   443.801] (II) LoadModule: "libinput"
      [   443.801] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
      [   443.802] (II) Module libinput: vendor="X.Org Foundation"
      [   443.802] 	compiled for 1.20.14, module version = 1.4.0
      [   443.802] 	Module class: X.Org XInput Driver
      [   443.802] 	ABI class: X.Org XInput driver, version 24.1
      [   443.802] (II) Using input driver 'libinput' for 'Power Button'
      [   443.803] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 38 paused 0
      [   443.803] (**) Power Button: always reports core events
      [   443.803] (**) Option "Device" "/dev/input/event1"
      [   443.804] (II) event1  - Power Button: is tagged by udev as: Keyboard
      [   443.804] (II) event1  - Power Button: device is a keyboard
      [   443.804] (II) event1  - Power Button: device removed
      [   443.804] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
      [   443.804] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
      [   443.804] (**) Option "xkb_layout" "fr"
      [   443.804] (**) Option "xkb_variant" "oss"
      [   443.818] (II) event1  - Power Button: is tagged by udev as: Keyboard
      [   443.818] (II) event1  - Power Button: device is a keyboard
      [   443.818] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
      [   443.818] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
      [   443.818] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
      [   443.818] (**) Video Bus: Applying InputClass "system-keyboard"
      [   443.818] (II) Using input driver 'libinput' for 'Video Bus'
      [   443.819] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 41 paused 0
      [   443.819] (**) Video Bus: always reports core events
      [   443.819] (**) Option "Device" "/dev/input/event6"
      [   443.820] (II) event6  - Video Bus: is tagged by udev as: Keyboard
      [   443.820] (II) event6  - Video Bus: device is a keyboard
      [   443.820] (II) event6  - Video Bus: device removed
      [   443.820] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6/event6"
      [   443.820] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
      [   443.820] (**) Option "xkb_layout" "fr"
      [   443.820] (**) Option "xkb_variant" "oss"
      [   443.821] (II) event6  - Video Bus: is tagged by udev as: Keyboard
      [   443.821] (II) event6  - Video Bus: device is a keyboard
      [   443.822] (II) config/udev: Adding input device Power Button (/dev/input/event0)
      [   443.822] (**) Power Button: Applying InputClass "evdev keyboard catchall"
      [   443.822] (**) Power Button: Applying InputClass "libinput keyboard catchall"
      [   443.822] (**) Power Button: Applying InputClass "system-keyboard"
      [   443.822] (II) Using input driver 'libinput' for 'Power Button'
      [   443.822] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 42 paused 0
      [   443.822] (**) Power Button: always reports core events
      [   443.822] (**) Option "Device" "/dev/input/event0"
      [   443.823] (II) event0  - Power Button: is tagged by udev as: Keyboard
      [   443.823] (II) event0  - Power Button: device is a keyboard
      [   443.823] (II) event0  - Power Button: device removed
      [   443.823] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
      [   443.823] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
      [   443.823] (**) Option "xkb_layout" "fr"
      [   443.823] (**) Option "xkb_variant" "oss"
      [   443.824] (II) event0  - Power Button: is tagged by udev as: Keyboard
      [   443.824] (II) event0  - Power Button: device is a keyboard
      [   443.825] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
      [   443.825] (II) No input driver specified, ignoring this device.
      [   443.825] (II) This device may have been added with another device file.
      [   443.825] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
      [   443.825] (II) No input driver specified, ignoring this device.
      [   443.825] (II) This device may have been added with another device file.
      [   443.825] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
      [   443.825] (II) No input driver specified, ignoring this device.
      [   443.825] (II) This device may have been added with another device file.
      [   443.826] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
      [   443.826] (II) No input driver specified, ignoring this device.
      [   443.826] (II) This device may have been added with another device file.
      [   443.826] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event5)
      [   443.826] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
      [   443.826] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
      [   443.826] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
      [   443.827] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
      [   443.827] (**) PixArt USB Optical Mouse: always reports core events
      [   443.827] (**) Option "Device" "/dev/input/event5"
      [   443.828] (II) event5  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
      [   443.829] (II) event5  - PixArt USB Optical Mouse: device is a pointer
      [   443.829] (II) event5  - PixArt USB Optical Mouse: device removed
      [   443.829] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
      [   443.829] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
      [   443.829] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
      [   443.829] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-1/1-1:1.0/0003:0461:4E22.0003/input/input5/event5"
      [   443.829] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 9)
      [   443.829] (**) Option "AccelerationScheme" "none"
      [   443.829] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
      [   443.829] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
      [   443.829] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
      [   443.830] (II) event5  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
      [   443.830] (II) event5  - PixArt USB Optical Mouse: device is a pointer
      [   443.831] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
      [   443.831] (II) No input driver specified, ignoring this device.
      [   443.831] (II) This device may have been added with another device file.
      [   443.831] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event14)
      [   443.831] (II) No input driver specified, ignoring this device.
      [   443.831] (II) This device may have been added with another device file.
      [   443.832] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=8 (/dev/input/event15)
      [   443.832] (II) No input driver specified, ignoring this device.
      [   443.832] (II) This device may have been added with another device file.
      [   443.832] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=9 (/dev/input/event16)
      [   443.832] (II) No input driver specified, ignoring this device.
      [   443.832] (II) This device may have been added with another device file.
      [   443.832] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=10 (/dev/input/event17)
      [   443.832] (II) No input driver specified, ignoring this device.
      [   443.832] (II) This device may have been added with another device file.
      [   443.833] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=11 (/dev/input/event18)
      [   443.833] (II) No input driver specified, ignoring this device.
      [   443.833] (II) This device may have been added with another device file.
      [   443.833] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event13)
      [   443.833] (II) No input driver specified, ignoring this device.
      [   443.833] (II) This device may have been added with another device file.
      [   443.834] (II) config/udev: Adding input device Dell Dell USB Wired Entry Keyboard (/dev/input/event2)
      [   443.834] (**) Dell Dell USB Wired Entry Keyboard: Applying InputClass "evdev keyboard catchall"
      [   443.834] (**) Dell Dell USB Wired Entry Keyboard: Applying InputClass "libinput keyboard catchall"
      [   443.834] (**) Dell Dell USB Wired Entry Keyboard: Applying InputClass "system-keyboard"
      [   443.834] (II) Using input driver 'libinput' for 'Dell Dell USB Wired Entry Keyboard'
      [   443.835] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 44 paused 0
      [   443.835] (**) Dell Dell USB Wired Entry Keyboard: always reports core events
      [   443.835] (**) Option "Device" "/dev/input/event2"
      [   443.836] (II) event2  - Dell Dell USB Wired Entry Keyboard: is tagged by udev as: Keyboard
      [   443.836] (II) event2  - Dell Dell USB Wired Entry Keyboard: device is a keyboard
      [   443.836] (II) event2  - Dell Dell USB Wired Entry Keyboard: device removed
      [   443.836] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.4/usb5/5-1/5-1:1.0/0003:413C:2111.0001/input/input2/event2"
      [   443.836] (II) XINPUT: Adding extended input device "Dell Dell USB Wired Entry Keyboard" (type: KEYBOARD, id 10)
      [   443.836] (**) Option "xkb_layout" "fr"
      [   443.836] (**) Option "xkb_variant" "oss"
      [   443.837] (II) event2  - Dell Dell USB Wired Entry Keyboard: is tagged by udev as: Keyboard
      [   443.837] (II) event2  - Dell Dell USB Wired Entry Keyboard: device is a keyboard
      [   443.838] (II) config/udev: Adding input device Dell Dell USB Wired Entry Keyboard Consumer Control (/dev/input/event3)
      [   443.838] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
      [   443.838] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
      [   443.838] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: Applying InputClass "system-keyboard"
      [   443.838] (II) Using input driver 'libinput' for 'Dell Dell USB Wired Entry Keyboard Consumer Control'
      [   443.839] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 45 paused 0
      [   443.839] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: always reports core events
      [   443.839] (**) Option "Device" "/dev/input/event3"
      [   443.841] (II) event3  - Dell Dell USB Wired Entry Keyboard Consumer Control: is tagged by udev as: Keyboard
      [   443.841] (II) event3  - Dell Dell USB Wired Entry Keyboard Consumer Control: device is a keyboard
      [   443.841] (II) event3  - Dell Dell USB Wired Entry Keyboard Consumer Control: device removed
      [   443.841] (II) libinput: Dell Dell USB Wired Entry Keyboard Consumer Control: needs a virtual subdevice
      [   443.841] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.4/usb5/5-1/5-1:1.1/0003:413C:2111.0002/input/input3/event3"
      [   443.841] (II) XINPUT: Adding extended input device "Dell Dell USB Wired Entry Keyboard Consumer Control" (type: MOUSE, id 11)
      [   443.841] (**) Option "AccelerationScheme" "none"
      [   443.841] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: (accel) selected scheme none/0
      [   443.841] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: (accel) acceleration factor: 2.000
      [   443.841] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: (accel) acceleration threshold: 4
      [   443.842] (II) event3  - Dell Dell USB Wired Entry Keyboard Consumer Control: is tagged by udev as: Keyboard
      [   443.842] (II) event3  - Dell Dell USB Wired Entry Keyboard Consumer Control: device is a keyboard
      [   443.843] (II) config/udev: Adding input device Dell Dell USB Wired Entry Keyboard System Control (/dev/input/event4)
      [   443.843] (**) Dell Dell USB Wired Entry Keyboard System Control: Applying InputClass "evdev keyboard catchall"
      [   443.843] (**) Dell Dell USB Wired Entry Keyboard System Control: Applying InputClass "libinput keyboard catchall"
      [   443.843] (**) Dell Dell USB Wired Entry Keyboard System Control: Applying InputClass "system-keyboard"
      [   443.843] (II) Using input driver 'libinput' for 'Dell Dell USB Wired Entry Keyboard System Control'
      [   443.844] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
      [   443.844] (**) Dell Dell USB Wired Entry Keyboard System Control: always reports core events
      [   443.844] (**) Option "Device" "/dev/input/event4"
      [   443.845] (II) event4  - Dell Dell USB Wired Entry Keyboard System Control: is tagged by udev as: Keyboard
      [   443.845] (II) event4  - Dell Dell USB Wired Entry Keyboard System Control: device is a keyboard
      [   443.845] (II) event4  - Dell Dell USB Wired Entry Keyboard System Control: device removed
      [   443.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.4/usb5/5-1/5-1:1.1/0003:413C:2111.0002/input/input4/event4"
      [   443.845] (II) XINPUT: Adding extended input device "Dell Dell USB Wired Entry Keyboard System Control" (type: KEYBOARD, id 12)
      [   443.845] (**) Option "xkb_layout" "fr"
      [   443.845] (**) Option "xkb_variant" "oss"
      [   443.846] (II) event4  - Dell Dell USB Wired Entry Keyboard System Control: is tagged by udev as: Keyboard
      [   443.847] (II) event4  - Dell Dell USB Wired Entry Keyboard System Control: device is a keyboard
      [   443.847] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event19)
      [   443.847] (II) No input driver specified, ignoring this device.
      [   443.847] (II) This device may have been added with another device file.
      [   443.847] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event20)
      [   443.847] (II) No input driver specified, ignoring this device.
      [   443.847] (II) This device may have been added with another device file.
      [   443.848] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event21)
      [   443.848] (II) No input driver specified, ignoring this device.
      [   443.848] (II) This device may have been added with another device file.
      [   443.848] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event22)
      [   443.848] (II) No input driver specified, ignoring this device.
      [   443.848] (II) This device may have been added with another device file.
      [   443.849] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event23)
      [   443.849] (II) No input driver specified, ignoring this device.
      [   443.849] (II) This device may have been added with another device file.
      [   443.849] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
      [   443.849] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
      [   443.849] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
      [   443.849] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
      [   443.849] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
      [   443.850] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
      [   443.850] (**) Eee PC WMI hotkeys: always reports core events
      [   443.850] (**) Option "Device" "/dev/input/event8"
      [   443.850] (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
      [   443.850] (II) event8  - Eee PC WMI hotkeys: device is a keyboard
      [   443.851] (II) event8  - Eee PC WMI hotkeys: device removed
      [   443.851] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event8"
      [   443.851] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
      [   443.851] (**) Option "xkb_layout" "fr"
      [   443.851] (**) Option "xkb_variant" "oss"
      [   443.852] (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
      [   443.852] (II) event8  - Eee PC WMI hotkeys: device is a keyboard
      [   443.852] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
      [   443.852] (II) No input driver specified, ignoring this device.
      [   443.852] (II) This device may have been added with another device file.
      [   443.858] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
      [   443.858] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
      [   443.858] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: Applying InputClass "system-keyboard"
      [   443.858] (II) Using input driver 'libinput' for 'Dell Dell USB Wired Entry Keyboard Consumer Control'
      [   443.858] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
      [   443.858] (**) Dell Dell USB Wired Entry Keyboard Consumer Control: always reports core events
      [   443.858] (**) Option "Device" "/dev/input/event3"
      [   443.858] (II) libinput: Dell Dell USB Wired Entry Keyboard Consumer Control: is a virtual subdevice
      [   443.858] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.4/usb5/5-1/5-1:1.1/0003:413C:2111.0002/input/input3/event3"
      [   443.858] (II) XINPUT: Adding extended input device "Dell Dell USB Wired Entry Keyboard Consumer Control" (type: KEYBOARD, id 14)
      [   443.858] (**) Option "xkb_layout" "fr"
      [   443.858] (**) Option "xkb_variant" "oss"
      [   443.862] (**) Option "fd" "38"
      [   443.862] (II) event1  - Power Button: device removed
      [   443.862] (**) Option "fd" "41"
      [   443.862] (II) event6  - Video Bus: device removed
      [   443.862] (**) Option "fd" "42"
      [   443.862] (II) event0  - Power Button: device removed
      [   443.862] (**) Option "fd" "43"
      [   443.862] (II) event5  - PixArt USB Optical Mouse: device removed
      [   443.862] (**) Option "fd" "44"
      [   443.862] (II) event2  - Dell Dell USB Wired Entry Keyboard: device removed
      [   443.862] (**) Option "fd" "45"
      [   443.862] (**) Option "fd" "46"
      [   443.862] (II) event4  - Dell Dell USB Wired Entry Keyboard System Control: device removed
      [   443.862] (**) Option "fd" "47"
      [   443.862] (II) event8  - Eee PC WMI hotkeys: device removed
      [   443.862] (**) Option "fd" "45"
      [   443.862] (II) event3  - Dell Dell USB Wired Entry Keyboard Consumer Control: device removed
      [   443.863] (II) UnloadModule: "libinput"
      [   443.863] (II) systemd-logind: not releasing fd for 13:67, still in use
      [   443.863] (II) UnloadModule: "libinput"
      [   443.863] (II) systemd-logind: releasing fd for 13:72
      [   443.864] (II) UnloadModule: "libinput"
      [   443.864] (II) systemd-logind: releasing fd for 13:68
      [   443.864] (II) UnloadModule: "libinput"
      [   443.864] (II) systemd-logind: releasing fd for 13:67
      [   443.865] (II) UnloadModule: "libinput"
      [   443.865] (II) systemd-logind: releasing fd for 13:66
      [   443.865] (II) UnloadModule: "libinput"
      [   443.865] (II) systemd-logind: releasing fd for 13:69
      [   443.866] (II) UnloadModule: "libinput"
      [   443.866] (II) systemd-logind: releasing fd for 13:64
      [   443.866] (II) UnloadModule: "libinput"
      [   443.866] (II) systemd-logind: releasing fd for 13:70
      [   443.867] (II) UnloadModule: "libinput"
      [   443.867] (II) systemd-logind: releasing fd for 13:65
      [   443.939] (II) NVIDIA(GPU-0): Deleting GPU-0
      [   444.017] (II) Server terminated successfully (0). Closing log file.
      ~$ 

      a+.
      pll

    • Bonjour à tous,
      le serveur X semble planter principalement dans deux cas:
      1/ En quittant une session “user”. Le débogage se fait en passant en mode console (Ctrl + Alt +F3) puis en redémarrant.
      2/ En utilisant “Firefox” j’observe de fréquent plantage d’onglet parfois assorti d’un redémarrage intempestif de l’ordi.

      Je précise que j’ai deux “firefox”, celui des dépôts Fedora et celui avec “Flatpak”. Même comportement pour les deux!

      J’ai tenté d’utiliser “sddm” à la place de “lightdm” pour voir, mais “sddm” fonctionnant mal, je suis repassé à “lightdm”.
      Voici quelques retours:

      $ inxi -G
      Graphics:
        Device-1: NVIDIA TU106 [GeForce GTX 1650] driver: nvidia v: 545.29.06
        Device-2: Logitech driver: snd-usb-audio,uvcvideo type: USB
        Display: x11 server: X.Org v: 1.20.14 with: Xwayland v: 23.2.4 driver: X:
          loaded: nvidia unloaded: fbdev,modesetting,nouveau,vesa
          gpu: nvidia,nvidia-nvswitch resolution: 1280x1024~60Hz
        API: EGL v: 1.5 drivers: nvidia,swrast
          platforms: gbm,x11,surfaceless,device
        API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 545.29.06
          renderer: NVIDIA GeForce GTX 1650/PCIe/SSE2
        API: Vulkan v: 1.3.268 drivers: nvidia,llvmpipe surfaces: xcb,xlib
      $ systemctl status lightdm
       lightdm.service - Light Display Manager
           Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; preset: >
          Drop-In: /usr/lib/systemd/system/service.d
                   └─10-timeout-abort.conf
           Active: active (running) since Fri 2024-01-26 13:04:28 CET; 32min ago
             Docs: man:lightdm(1)
         Main PID: 1424 (lightdm)
            Tasks: 6 (limit: 18881)
           Memory: 125.3M
              CPU: 44.149s
           CGroup: /system.slice/lightdm.service
                   ├─1424 /usr/sbin/lightdm
                   └─1433 /usr/libexec/Xorg -core -noreset :0 -seat seat0 -auth /run/>
      
      janv. 26 13:04:28 tals systemd[1]: Starting lightdm.service - Light Display Man>
      janv. 26 13:04:28 tals systemd[1]: Started lightdm.service - Light Display Mana>
      janv. 26 13:04:30 tals lightdm[1443]: pam_unix(lightdm-greeter:session): sessio>
      janv. 26 13:04:52 tals lightdm[1512]: gkr-pam: unable to locate daemon control >
      janv. 26 13:04:52 tals lightdm[1512]: gkr-pam: stashed password to try later in>
      janv. 26 13:04:52 tals lightdm[1512]: pam_unix(lightdm:session): session opened>
      janv. 26 13:04:52 tals lightdm[1512]: gkr-pam: gnome-keyring-daemon started pro>
      lines 1-21/21 (END)

      J’ai noté ceci:

      gkr-pam: unable to locate daemon control 

      Merci pour votre aide.
      pll

      • Bonjour nouvo09🙂,
        Je viens d’essayer avec une autre souris, mais cela ne change rien.
        Hier, j’avais lancé un “memtest”: 0 défaut!
        Aujourd’hui, j’ai supprimé le driver “Nvidia”:

        # dnf remove *nvidia*

        Hélas, le générique ne permet pas de redémarrer: écran noir!
        J’ai ensuite modifié sur le bios: “fast boot” enabled vers disabled.
        Rien de mieux!
        J’ai donc naturellement remis le pilote “Nvidia”, en mode console:

        # dnf install akmod-nvidia

        Et là, plus de plantage d’onglet sur “Firefox” ni de crash à la déconnexion “user”.
        J’en conclus donc, que pour ma config, le pilote propriétaire est nécessaire.
        Quant à la résolution, je pense que le “fast boot” était à l’origine du dysfonctionnement.
        Merci à toi, et bon dimanche😉.
        pll

    • Bonjour à tous,

      le dernier noyau a été totalement pris en compte sans intervention.

      $ uname -r
      6.6.8-200.fc39.x86_64
      $ inxi -G
      Graphics:
        Device-1: NVIDIA TU106 [GeForce GTX 1650] driver: nvidia v: 545.29.06
        Device-2: Logitech [] driver: snd-usb-audio,uvcvideo type: USB
        Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: nvidia
          unloaded: fbdev,modesetting,nouveau,vesa gpu: nvidia,nvidia-nvswitch
          resolution: 1280x1024~60Hz
        API: OpenGL v: 4.6.0 vendor: nvidia v: 545.29.06 renderer: NVIDIA GeForce
          GTX 1650/PCIe/SSE2
        API: Vulkan v: 1.3.268 drivers: nvidia,llvmpipe surfaces: xcb,xlib
      $ 

      C’est parfait maintenant🤩.
      Joyeux Noël à tous🥂.
      pll

    • Nicosss Tu n’avais pas modifié le fichier /etc/gdm/custom.conf pour ne pas utiliser Wayland par hasard ?

      Salut Nicosss.
      Non, je n’avais rien modifié!

      $ cat /etc/gdm/custom.conf
      cat: /etc/gdm/custom.conf: Aucun fichier ou dossier de ce type
      $ 

      J’ai “xfce” comme environnement.
      Bonne soirée.
      pll

      • Bonjour,

        je reviens vers vous pour vous dire que le dernier noyau:

        $ uname -r
        6.6.7-200.fc39.x86_64
        $ 

        a bien été pris en compte. J’ai simplement dû remettre le pilote “nvidia”, car avec le générique (nouveau), à la connexion à mon “user”, l’écran restait figé sur le fond d’écran du “promp” de connexion.

        # dnf install akmod-nvidia

        C’est parfait. Merci à vous.
        pll

        • Il me restait quelques paquets “nvidia”. J’ai donc commencé par enlever les paquets restants pour repartir sur du propre:

          sudo remove *nvidia* 

          Et puis, ça marche tellement bien que je laisse comme ça pour l’instant.
          Encore merci et bonne soirée.
          pll

        • [supprimé] Le démarrage va se lancer, et afficher des infos sur le boot à l’étape où ça bloque

          Bonsoir,

          eh bien ça n’indique rien du tout car ça ne bloque plus. Bravo🤩.

          $ uname -r
          6.6.6-200.fc39.x86_64
          $ inxi -G
          Graphics:
            Device-1: NVIDIA TU106 [GeForce GTX 1650] driver: nouveau v: kernel
            Device-2: Logitech [] driver: snd-usb-audio,uvcvideo type: USB
            Display: x11 server: X.Org v: 1.20.14 driver: X: loaded: modesetting
              unloaded: fbdev,vesa dri: nouveau gpu: nouveau resolution: 1280x1024~60Hz
            API: OpenGL v: 4.3 vendor: mesa v: 23.3.0 renderer: NV166
            API: Vulkan v: 1.3.268 drivers: llvmpipe surfaces: xcb,xlib
          $ 

          Puis-je remettre le pilote “nvidia” ?

          sudo install akmod-nvidia

          Ou bien faut t-il attendre ?
          Merci beaucoup.
          pll

        • [supprimé] Tu as regardé si dans /boot tu retrouvais à présent le couple vmlinuz / iniramfs en 6.6.6, si /boot/loader/entries avait été mis à jour?

          Oui, voici:

          $ ls /boot
          config-6.5.12-300.fc39.x86_64
          config-6.6.2-201.fc39.x86_64
          config-6.6.6-200.fc39.x86_64
          efi
          grub2
          initramfs-0-rescue-99c9be383a7442028214148d8bdfcc1a.img
          initramfs-6.5.12-300.fc39.x86_64.img
          initramfs-6.6.2-201.fc39.x86_64.img
          initramfs-6.6.6-200.fc39.x86_64.img
          loader
          lost+found
          symvers-6.5.12-300.fc39.x86_64.xz
          symvers-6.6.2-201.fc39.x86_64.xz
          symvers-6.6.6-200.fc39.x86_64.xz
          System.map-6.5.12-300.fc39.x86_64
          System.map-6.6.2-201.fc39.x86_64
          System.map-6.6.6-200.fc39.x86_64
          vmlinuz-0-rescue-99c9be383a7442028214148d8bdfcc1a
          vmlinuz-6.5.12-300.fc39.x86_64
          vmlinuz-6.6.2-201.fc39.x86_64
          vmlinuz-6.6.6-200.fc39.x86_64
          $

          et:

          # ls /boot/loader/entries
          99c9be383a7442028214148d8bdfcc1a-0-rescue.conf
          99c9be383a7442028214148d8bdfcc1a-6.5.12-300.fc39.x86_64.conf
          99c9be383a7442028214148d8bdfcc1a-6.6.2-201.fc39.x86_64.conf
          99c9be383a7442028214148d8bdfcc1a-6.6.6-200.fc39.x86_64.conf
          # 

          D’autre part, depuis quelques temps, l’ordinateur redémarre parfois tout seul!

          a+
          pll

        • Nicosss J’ai vérifié et aucun message n’a été supprimé. Il n’a pas été publié je pense.

          Si, c’était celui de ce matin. Il a été remis🙂

        • Bon, mon dernier message a été supprimé, je ne sais pas comment. Serait-il possible de le remettre ? Merci.

          Je reviens à nos moutons, j’ai donc réussi laborieusement à retirer la totalité des noyaux après le “6.6.2-201” avec “dnf remove ….”. Beaucoup de paquets ont été supprimés dont le “akmod-nvidia” en désinstallant le “6.6.6-200”.

          Puis dans la foulé, sans redémarrer, j’ai lancé:

          # dnf --refresh upgrade

          Résultat, je ne peux toujours pas booter sur le “6.6.6-200” mais heureusement j’ai pu démarrer sur le “6.6.2-201”.
          Voici la liste des noyaux présents:

          $ rpm -qa | grep kernel
          kernel-modules-core-6.5.12-300.fc39.x86_64
          kernel-core-6.5.12-300.fc39.x86_64
          kernel-modules-6.5.12-300.fc39.x86_64
          kernel-6.5.12-300.fc39.x86_64
          kernel-modules-extra-6.5.12-300.fc39.x86_64
          kernel-modules-core-6.6.2-201.fc39.x86_64
          kernel-core-6.6.2-201.fc39.x86_64
          kernel-modules-6.6.2-201.fc39.x86_64
          kernel-6.6.2-201.fc39.x86_64
          kernel-modules-extra-6.6.2-201.fc39.x86_64
          libreport-plugin-kerneloops-2.17.11-3.fc39.x86_64
          abrt-addon-kerneloops-2.17.1-3.fc39.x86_64
          kernel-srpm-macros-1.0-20.fc39.noarch
          kernel-modules-core-6.6.6-200.fc39.x86_64
          kernel-core-6.6.6-200.fc39.x86_64
          kernel-modules-6.6.6-200.fc39.x86_64
          kernel-6.6.6-200.fc39.x86_64
          kernel-modules-extra-6.6.6-200.fc39.x86_64
          $ 

          a+
          pll

          • Tout d’abord, merci à vous tous pour le mal que vous vous donnez pour me dépanner.

            Je précise que je n’avais touché à rien au niveau du “grub”.

            Depuis la modification du “BLSCFG”, j’ai la mention “loading initial ramdisk” qui apparait lors du redémarrage.

            Pour mettre l’entrée du dernier noyau, j’ai exécuté ceci:

            ~$ sudo kernel-install add 6.6.6-200.fc39.x86_64 /lib/modules/6.6.6-200.fc39.x86_64/vmlinuz
            [sudo] Mot de passe de xxxxx : 
            Generating grub configuration file ...
            Found linux image: /boot/vmlinuz-6.6.6-200.fc39.x86_64
            fgrep: warning: fgrep is obsolescent; using grep -F
            Found linux image: /boot/vmlinuz-6.6.2-201.fc39.x86_64
            Found initrd image: /boot/initramfs-6.6.2-201.fc39.x86_64.img
            fgrep: warning: fgrep is obsolescent; using grep -F
            Found linux image: /boot/vmlinuz-6.5.12-300.fc39.x86_64
            Found initrd image: /boot/initramfs-6.5.12-300.fc39.x86_64.img
            fgrep: warning: fgrep is obsolescent; using grep -F
            Found linux image: /boot/vmlinuz-0-rescue-99c9be383a7442028214148d8bdfcc1a
            Found initrd image: /boot/initramfs-0-rescue-99c9be383a7442028214148d8bdfcc1a.img
            fgrep: warning: fgrep is obsolescent; using grep -F
            Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
            Adding boot menu entry for UEFI Firmware Settings ...
            done
            ~$ 

            “grub” tente maintenant de démarrer sur le dernier noyau, mais hélas un écran noir apparait avec une mention du style “loading kernel 666-200….” puis, plus rien ne se passe!
            Ensuite, j’ai donc tenté de réinstaller le noyau avec:

            # dnf reinstall *kernel*

            Sans succès! Il me semble qu’il manque quelque chose pour des raisons d’autant plus obscure de je n’ai vraiment touché à rien … De plus il s’agit d’une installation fraiche sur un ordinateur neuf, certes faite à partir de la version beta, quelques jours avant la sortie définitive.
            Voilà.
            a+
            pll

            • nouvo09 En revanche il faudrait voir dans /boot si les fichiers initramfs et vmlinuz correspondant aux nouveaux noyaux s’y trouvent.

              Voici:

              ~$ ls /boot
              config-6.5.12-300.fc39.x86_64
              config-6.6.2-201.fc39.x86_64
              efi
              grub2
              initramfs-0-rescue-99c9be383a7442028214148d8bdfcc1a.img
              initramfs-6.5.12-300.fc39.x86_64.img
              initramfs-6.6.2-201.fc39.x86_64.img
              loader
              lost+found
              symvers-6.5.12-300.fc39.x86_64.xz
              symvers-6.6.2-201.fc39.x86_64.xz
              System.map-6.5.12-300.fc39.x86_64
              System.map-6.6.2-201.fc39.x86_64
              vmlinuz-0-rescue-99c9be383a7442028214148d8bdfcc1a
              vmlinuz-6.5.12-300.fc39.x86_64
              vmlinuz-6.6.2-201.fc39.x86_64
              ~$ 

              Eh bien, ils ne s’y trouvent pas!
              a+
              pll

            • nouvo09 Le coupable est là:

              GRUB_ENABLE_BLSCFG=true

              change true en false et refais ton grub2-mkconfig

              Bonjour nouvo09,

              voici:

              ~$ cat /etc/default/grub
              GRUB_TIMEOUT=5
              GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
              GRUB_DEFAULT=saved
              GRUB_DISABLE_SUBMENU=true
              GRUB_TERMINAL_OUTPUT="console"
              GRUB_CMDLINE_LINUX="nvidia-drm.modeset=1 rhgb quiet nvidia-drm.modeset=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
              GRUB_DISABLE_RECOVERY="true"
              GRUB_ENABLE_BLSCFG=false
              ~$ 

              Puis:

              # grub2-mkconfig -o /boot/grub2/grub.cfg
              Generating grub configuration file ...
              Found linux image: /boot/vmlinuz-6.6.2-201.fc39.x86_64
              Found initrd image: /boot/initramfs-6.6.2-201.fc39.x86_64.img
              fgrep: warning: fgrep is obsolescent; using grep -F
              Found linux image: /boot/vmlinuz-6.5.12-300.fc39.x86_64
              Found initrd image: /boot/initramfs-6.5.12-300.fc39.x86_64.img
              fgrep: warning: fgrep is obsolescent; using grep -F
              Found linux image: /boot/vmlinuz-0-rescue-99c9be383a7442028214148d8bdfcc1a
              Found initrd image: /boot/initramfs-0-rescue-99c9be383a7442028214148d8bdfcc1a.img
              fgrep: warning: fgrep is obsolescent; using grep -F
              Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
              Adding boot menu entry for UEFI Firmware Settings ...
              done
              ~# 

              Les derniers noyaux ne sont toujours pas vu! j’ai remarqué un “warning”:

              fgrep: warning: fgrep is obsolescent; using grep -F

              a+
              pll

              • Je précise que je suis en dualboot avec Windows 11 et que j’avais installé “akmod-nvidia”.

              • [supprimé] T’es bon pour réinstaller la totale
                $ sudo dnf reinstall shim-* grub2-efi-* grub2-common

                Je viens de le faire.

              • nouvo09 Tu as quelque chose dans
                /boot/loader/entries/

                ?

                Salut nouvo09,
                voici:

                # ls /boot/loader/entries/
                99c9be383a7442028214148d8bdfcc1a-0-rescue.conf
                99c9be383a7442028214148d8bdfcc1a-6.5.12-300.fc39.x86_64.conf
                99c9be383a7442028214148d8bdfcc1a-6.6.2-201.fc39.x86_64.conf
                ~# 

                a+
                pll

              • [supprimé] Et pour ton problème initial, on aimerait bien voir à quoi ressemble justement ton grub.cfg (celui qui se trouve au bon endroit, cad /boot/grub2

                Bonsoir L0standf0und,

                voici:

                # cat /boot/grub2/grub.cfg
                #
                # DO NOT EDIT THIS FILE
                #
                # It is automatically generated by grub2-mkconfig using templates
                # from /etc/grub.d and settings from /etc/default/grub
                #
                
                ### BEGIN /etc/grub.d/00_header ###
                set pager=1
                
                if [ -f ${config_directory}/grubenv ]; then
                  load_env -f ${config_directory}/grubenv
                elif [ -s $prefix/grubenv ]; then
                  load_env
                fi
                if [ "${next_entry}" ] ; then
                   set default="${next_entry}"
                   set next_entry=
                   save_env next_entry
                   set boot_once=true
                else
                   set default="${saved_entry}"
                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 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
                }
                
                terminal_output console
                if [ x$feature_timeout_style = xy ] ; then
                  set timeout_style=menu
                  set timeout=5
                # Fallback normal timeout code in case the timeout_style feature is
                # unavailable.
                else
                  set timeout=5
                fi
                ### END /etc/grub.d/00_header ###
                
                ### BEGIN /etc/grub.d/01_users ###
                if [ -f ${prefix}/user.cfg ]; then
                  source ${prefix}/user.cfg
                  if [ -n "${GRUB2_PASSWORD}" ]; then
                    set superusers="root"
                    export superusers
                    password_pbkdf2 root ${GRUB2_PASSWORD}
                  fi
                fi
                ### END /etc/grub.d/01_users ###
                
                ### BEGIN /etc/grub.d/08_fallback_counting ###
                insmod increment
                # Check if boot_counter exists and boot_success=0 to activate this behaviour.
                if [ -n "${boot_counter}" -a "${boot_success}" = "0" ]; then
                  # if countdown has ended, choose to boot rollback deployment,
                  # i.e. default=1 on OSTree-based systems.
                  if  [ "${boot_counter}" = "0" -o "${boot_counter}" = "-1" ]; then
                    set default=1
                    set boot_counter=-1
                  # otherwise decrement boot_counter
                  else
                    decrement boot_counter
                  fi
                  save_env boot_counter
                fi
                ### END /etc/grub.d/08_fallback_counting ###
                
                ### BEGIN /etc/grub.d/10_linux ###
                insmod part_gpt
                insmod ext2
                search --no-floppy --fs-uuid --set=root 81e638d2-cff2-4d68-a539-3d8f53155c5d
                insmod part_gpt
                insmod fat
                search --no-floppy --fs-uuid --set=boot 08C7-F71D
                
                # This section was generated by a script. Do not modify the generated file - all changes
                # will be lost the next time file is regenerated. Instead edit the BootLoaderSpec files.
                #
                # The blscfg command parses the BootLoaderSpec files stored in /boot/loader/entries and
                # populates the boot menu. Please refer to the Boot Loader Specification documentation
                # for the files format: https://systemd.io/BOOT_LOADER_SPECIFICATION/.
                
                # The kernelopts variable should be defined in the grubenv file. But to ensure that menu
                # entries populated from BootLoaderSpec files that use this variable work correctly even
                # without a grubenv file, define a fallback kernelopts variable if this has not been set.
                #
                # The kernelopts variable in the grubenv file can be modified using the grubby tool or by
                # executing the grub2-mkconfig tool. For the latter, the values of the GRUB_CMDLINE_LINUX
                # and GRUB_CMDLINE_LINUX_DEFAULT options from /etc/default/grub file are used to set both
                # the kernelopts variable in the grubenv file and the fallback kernelopts variable.
                if [ -z "${kernelopts}" ]; then
                  set kernelopts="root=UUID=21acff6e-0cb4-4746-b68e-f69b1298a719 ro rootflags=subvol=root nvidia-drm.modeset=1 rhgb quiet nvidia-drm.modeset=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau "
                fi
                
                insmod blscfg
                blscfg
                ### END /etc/grub.d/10_linux ###
                
                ### BEGIN /etc/grub.d/10_reset_boot_success ###
                # Hiding the menu is ok if last boot was ok or if this is a first boot attempt to boot the entry
                if [ "${boot_success}" = "1" -o "${boot_indeterminate}" = "1" ]; then
                  set menu_hide_ok=1
                else
                  set menu_hide_ok=0 
                fi
                # Reset boot_indeterminate after a successful boot
                if [ "${boot_success}" = "1" ] ; then
                  set boot_indeterminate=0
                # Avoid boot_indeterminate causing the menu to be hidden more than once
                elif [ "${boot_indeterminate}" = "1" ]; then
                  set boot_indeterminate=2
                fi
                # Reset boot_success for current boot 
                set boot_success=0
                save_env boot_success boot_indeterminate
                ### END /etc/grub.d/10_reset_boot_success ###
                
                ### BEGIN /etc/grub.d/12_menu_auto_hide ###
                if [ x$feature_timeout_style = xy ] ; then
                  if [ "${menu_show_once}" ]; then
                    unset menu_show_once
                    save_env menu_show_once
                    set timeout_style=menu
                    set timeout=60
                  elif [ "${menu_auto_hide}" -a "${menu_hide_ok}" = "1" ]; then
                    set orig_timeout_style=${timeout_style}
                    set orig_timeout=${timeout}
                    if [ "${fastboot}" = "1" ]; then
                      # timeout_style=menu + timeout=0 avoids the countdown code keypress check
                      set timeout_style=menu
                      set timeout=0
                    else
                      set timeout_style=hidden
                      set timeout=1
                    fi
                  fi
                fi
                ### END /etc/grub.d/12_menu_auto_hide ###
                
                ### BEGIN /etc/grub.d/14_menu_show_once ###
                if [ x$feature_timeout_style = xy ]; then
                  if [ "${menu_show_once_timeout}" ]; then
                    set timeout_style=menu
                    set timeout="${menu_show_once_timeout}"
                    unset menu_show_once_timeout
                    save_env menu_show_once_timeout
                  fi
                fi
                ### END /etc/grub.d/14_menu_show_once ###
                
                ### BEGIN /etc/grub.d/20_linux_xen ###
                
                ### END /etc/grub.d/20_linux_xen ###
                
                ### BEGIN /etc/grub.d/20_ppc_terminfo ###
                ### END /etc/grub.d/20_ppc_terminfo ###
                
                ### BEGIN /etc/grub.d/30_os-prober ###
                menuentry 'Windows Boot Manager (on /dev/nvme0n1p1)' --class windows --class os $menuentry_id_option 'osprober-efi-08C7-F71D' {
                	insmod part_gpt
                	insmod fat
                	search --no-floppy --fs-uuid --set=root 08C7-F71D
                	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
                }
                # Other OS found, undo autohiding of menu unless menu_auto_hide=2
                if [ "${orig_timeout_style}" -a "${menu_auto_hide}" != "2" ]; then
                  set timeout_style=${orig_timeout_style}
                  set timeout=${orig_timeout}
                fi
                ### END /etc/grub.d/30_os-prober ###
                
                ### BEGIN /etc/grub.d/30_uefi-firmware ###
                if [ "$grub_platform" = "efi" ]; then
                	menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
                		fwsetup
                	}
                fi
                ### 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 ###
                ~# 

                Merci à bientôt.
                pll