[nvidia] CPU anormalement sollicité (résolu)

Reconnaissance et configuration du matériel / kernel linux
Répondre
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

[nvidia] CPU anormalement sollicité (résolu)

Message par draffin »

Hello,
Vraiment, je galère avec ma carte graphique depuis quelques mois et j'ai du mal à retrouver la fluidité que j'avais avant. Là, régulièrement, je sais pourquoi, mais pendant des heures mon CPU est super occupé, notamment par 2 processus :

Code : Tout sélectionner

$ top
    PID UTIL.     PR  NI    VIRT    RES    SHR S  %CPU  %MEM    TEMPS+ COM.          
   1139 miman     20   0 1758376 668944 266988 S  45,1   8,3  16:01.60 kwin_x11      
    645 root      20   0  501648 155332 127848 S  37,8   1,9  13:00.63 Xorg          
Ça fait 80% du CPU juste pour des processus d'affichage :cry:

J'utilise le pilote Nouveau et mon système est à jour.
Ma carte graphique est la suivante : NVIDIA Corporation GK208B [GeForce GT 710]

Est-ce qu'il existe des paramètres pour X11 qui pourraient soulager mon système?
Merci d'avance!
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Je viens de rebasculer sur le pilote propriétaire (nvidia-470xx) pour voir et c'est un peu mieux
Mais dès que je sollicite un peu la carte graphique, j'entends le ventilateur se déclencher
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17641
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] CPU anormalement sollicité

Message par benjarobin »

Bonjour, afin de vérifier que tout est bon, peux tu donner la sortie de :

Code : Tout sélectionner

pacman -Qs nvidia
pacman -Q linux linux-headers linux-lts linux-lts-headers 
grep -Pvr "^ *#|^ *$" /etc/mkinitcpio.* /etc/modprobe* /usr/lib/modprobe* /etc/modules-load* /usr/lib/modules-load* /etc/X11/xorg.conf*
lsmod | grep -E "nvidia|nouveau"
cat /proc/cmdline
uname -a
cat /var/log/Xorg.0.log
Est-ce que c'est un PC portable (avec la technologie optimus), ou un PC fixe ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Code : Tout sélectionner

$ sudo pacman -Qs nvidia
local/egl-wayland 4:1.1.20-1
    EGLStream-based Wayland external platform
local/libvdpau 1.5-3
    Nvidia VDPAU library
local/libxnvctrl-470xx 470.239.06-1
    NVIDIA NV-CONTROL X extension
local/nvidia-470xx-dkms 470.256.02-8.00
    NVIDIA drivers - module sources
local/nvidia-470xx-settings 470.256.02-3
    Tool for configuring the NVIDIA graphics driver
local/nvidia-470xx-settings-debug 470.256.02-3
    Detached debugging symbols for nvidia-470xx-settings
local/nvidia-470xx-utils 470.256.02-8.00
    NVIDIA drivers utilities
local/xf86-video-nouveau 1.0.18-1 (xorg-drivers)
    Open Source 3D acceleration driver for nVidia cards

Code : Tout sélectionner

$ sudo pacman -Q linux linux-headers linux-lts linux-lts-headers
linux 6.16.5.arch1-1
linux-headers 6.16.5.arch1-1
erreur : le paquet « linux-lts » n’a pas été trouvé
erreur : le paquet « linux-lts-headers » n’a pas été trouvé
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Code : Tout sélectionner

$ grep -Pvr "^ *#|^ *$" /etc/mkinitcpio.* /etc/modprobe* /usr/lib/modprobe* /etc/modules-load* /usr/lib/modules-load* /etc/X11/xorg.conf*
/etc/mkinitcpio.conf:MODULES=""
/etc/mkinitcpio.conf:BINARIES=""
/etc/mkinitcpio.conf:FILES="/etc/modprobe.d/modprobe.conf"
/etc/mkinitcpio.conf:HOOKS="base udev autodetect block filesystems"
/etc/mkinitcpio.conf:HOOKS="base udev autodetect modconf block filesystems keyboard fsck"
/etc/mkinitcpio.conf.pacnew:MODULES=()
/etc/mkinitcpio.conf.pacnew:BINARIES=()
/etc/mkinitcpio.conf.pacnew:FILES=()
/etc/mkinitcpio.conf.pacnew:HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block filesystems fsck)
/etc/mkinitcpio.d/linux.preset:ALL_kver="/boot/vmlinuz-linux"
/etc/mkinitcpio.d/linux.preset:PRESETS=('default' 'fallback')
/etc/mkinitcpio.d/linux.preset:default_image="/boot/initramfs-linux.img"
/etc/mkinitcpio.d/linux.preset:fallback_image="/boot/initramfs-linux-fallback.img"
/etc/mkinitcpio.d/linux.preset:fallback_options="-S autodetect"
/etc/modprobe.d/modprobe.conf:alias net-pf-10 off
/usr/lib/modprobe.d/nvidia-470xx-utils.conf:blacklist nouveau
/usr/lib/modprobe.d/nvdimm-security.conf:install libnvdimm /usr/bin/ndctl load-keys ; /sbin/modprobe --ignore-install libnvdimm $CMDLINE_OPTS
/usr/lib/modprobe.d/systemd.conf:options bonding max_bonds=0
/usr/lib/modprobe.d/systemd.conf:options dummy numdummies=0
/usr/lib/modprobe.d/systemd.conf:options ifb numifbs=0
/usr/lib/modprobe.d/README:Files in this directory contain configuration for modprobe, a program to load
/usr/lib/modprobe.d/README:kernel modules.
/usr/lib/modprobe.d/README:See man:modprobe.d(5) for explanation of the configuration file format, and
/usr/lib/modprobe.d/README:man:modprobe(8) for a description of the program itself.
/usr/lib/modprobe.d/README:Use 'systemd-analyze cat-config modprobe.d' to display the effective config.
/usr/lib/modprobe.d/rtlsdr.conf:blacklist dvb_usb_rtl28xxu
/usr/lib/modprobe.d/rtlsdr.conf:blacklist e4000
/usr/lib/modprobe.d/rtlsdr.conf:blacklist rtl2832
/usr/lib/modprobe.d/bluetooth-usb.conf:options btusb reset=1
/usr/lib/modules-load.d/cdrecord.conf:sg
/usr/lib/modules-load.d/nvidia-470xx-utils.conf:nvidia-uvm
/usr/lib/modules-load.d/ddcutil.conf:i2c-dev
/usr/lib/modules-load.d/fwupd-i2c.conf:i2c_dev
/usr/lib/modules-load.d/bluez.conf:crypto_user
/etc/X11/xorg.conf:Section "Device"
/etc/X11/xorg.conf:     Identifier "Card0"
/etc/X11/xorg.conf:     Driver "nvidia"
/etc/X11/xorg.conf:     Option "ConnectToAcpid" "0"
/etc/X11/xorg.conf:     #Option "TripleBuffer" "true"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf:Section "Screen"
/etc/X11/xorg.conf:     Identifier      "metaScreen"
/etc/X11/xorg.conf:     Device          "Card0"
/etc/X11/xorg.conf:     DefaultDepth    24
/etc/X11/xorg.conf:     #Option "metamodes" "DFP-0: nvidia-auto-select"
/etc/X11/xorg.conf:EndSection
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:   Identifier      "Keyboard Layout"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:   MatchIsKeyboard "yes"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:   MatchDevicePath "/dev/input/event*"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:   Option          "XkbLayout"     "fr"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:   Option          "XkbVariant"    "bepo"
/etc/X11/xorg.conf.d/10-keyboard-layout.conf:EndSection

Code : Tout sélectionner

$ lsmod | grep -E "nvidia|nouveau"
nvidia_drm             86016  0
nvidia_uvm           2752512  0
nvidia_modeset       1515520  2 nvidia_drm
nvidia              40755200  73 nvidia_uvm,nvidia_modeset
video                  81920  2 i915,nvidia_modeset
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Code : Tout sélectionner

$ cat /proc/cmdline
BOOT_IMAGE=../vmlinuz-linux root=UUID=e2fabdf7-17df-43c5-9b6d-f3cabf13ecd4 rw    initrd=../initramfs-linux.img

Code : Tout sélectionner

$ uname -a
Linux dauphin 6.16.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 04 Sep 2025 23:18:13 +0000 x86_64 GNU/Linux

Code : Tout sélectionner

$ cat /var/log/Xorg.0.log
[     6.328] (--) Log file renamed from "/var/log/Xorg.pid-673.log" to "/var/log/Xorg.0.log"
[     6.341] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[     6.341] Current Operating System: Linux dauphin 6.16.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 04 Sep 2025 23:18:13 +0000 x86_64
[     6.341] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=UUID=e2fabdf7-17df-43c5-9b6d-f3cabf13ecd4 rw         initrd=../initramfs-linux.img
[     6.341]  
[     6.341] Current version of pixman: 0.46.4
[     6.341]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     6.341] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.341] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  7 09:58:34 2025
[     6.371] (==) Using config file: "/etc/X11/xorg.conf"
[     6.371] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.371] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.387] (==) No Layout section.  Using the first Screen section.
[     6.387] (**) |-->Screen "metaScreen" (0)
[     6.387] (**) |   |-->Monitor "<default monitor>"
[     6.389] (**) |   |-->Device "Card0"
[     6.389] (==) No monitor specified for screen "metaScreen".
        Using a default monitor configuration.
[     6.389] (**) Allowing byte-swapped clients
[     6.389] (==) Automatically adding devices
[     6.389] (==) Automatically enabling devices
[     6.389] (==) Automatically adding GPU devices
[     6.389] (==) Automatically binding GPU devices
[     6.389] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.403] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.403]    Entry deleted from font path.
[     6.403] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.403]    Entry deleted from font path.
[     6.403] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1
[     6.403] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.403] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.403] (II) Module ABI versions:
[     6.403]    X.Org ANSI C Emulation: 0.4
[     6.403]    X.Org Video Driver: 25.2
[     6.403]    X.Org XInput driver : 24.4
[     6.403]    X.Org Server Extension : 10.0
[     6.404] (++) using VT number 2

[     6.404] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.405] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.405] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     6.407] (--) PCI: (0@0:2:0) 8086:0102:8086:200d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     6.407] (--) PCI:*(1@0:0:0) 10de:128b:1043:85e7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     6.407] (II) LoadModule: "glx"
[     6.409] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.435] (II) Module glx: vendor="X.Org Foundation"
[     6.435]    compiled for 1.21.1.18, module version = 1.0.0
[     6.435]    ABI class: X.Org Server Extension, version 10.0
[     6.435] (II) LoadModule: "nvidia"
[     6.436] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     6.516] (II) Module nvidia: vendor="NVIDIA Corporation"
[     6.516]    compiled for 1.6.99.901, module version = 1.0.0
[     6.516]    Module class: X.Org Video Driver
[     6.518] (II) NVIDIA dlloader X Driver  470.256.02  Thu May  2 14:54:41 UTC 2024
[     6.518] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     6.523] (II) Loading sub module "fb"
[     6.523] (II) LoadModule: "fb"
[     6.523] (II) Module "fb" already built-in
[     6.523] (II) Loading sub module "wfb"
[     6.523] (II) LoadModule: "wfb"
[     6.523] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     6.525] (II) Module wfb: vendor="X.Org Foundation"
[     6.525]    compiled for 1.21.1.18, module version = 1.0.0
[     6.525]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.525] (II) Loading sub module "ramdac"
[     6.525] (II) LoadModule: "ramdac"
[     6.525] (II) Module "ramdac" already built-in
[     6.527] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "metaScreen" for depth/fbbpp 24/32
[     6.527] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     6.527] (==) NVIDIA(0): RGB weight 888
[     6.527] (==) NVIDIA(0): Default visual is TrueColor
[     6.527] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.528] (**) NVIDIA(0): Option "ConnectToAcpid" "0"
[     6.528] (**) NVIDIA(0): Enabling 2D acceleration
[     6.528] (II) Loading sub module "glxserver_nvidia"
[     6.528] (II) LoadModule: "glxserver_nvidia"
[     6.528] (WW) Warning, couldn't open module glxserver_nvidia
[     6.528] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[     6.528] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     6.528] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     6.528] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     6.528] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     6.528] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[     6.528] (II) NVIDIA: The X server does not support PRIME Render Offload.
[     7.359] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     7.359] (--) NVIDIA(0):     CRT-0
[     7.359] (--) NVIDIA(0):     DFP-0 (boot)
[     7.359] (--) NVIDIA(0):     DFP-1
[     7.360] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[     7.360] (WW) NVIDIA:     used.
[     7.360] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[     7.360] (--) NVIDIA(0): Memory: 2097152 kBytes
[     7.360] (--) NVIDIA(0): VideoBIOS: 80.28.b8.00.05
[     7.360] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[     7.361] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     7.361] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     7.361] (--) NVIDIA(GPU-0): 
[     7.405] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[     7.405] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[     7.405] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[     7.405] (--) NVIDIA(GPU-0): 
[     7.405] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     7.405] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     7.405] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     7.405] (--) NVIDIA(GPU-0): 
[     7.409] (==) NVIDIA(0): 
[     7.409] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     7.409] (==) NVIDIA(0):     will be used as the requested mode.
[     7.409] (==) NVIDIA(0): 
[     7.409] (II) NVIDIA(0): Validated MetaModes:
[     7.409] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     7.409] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     7.414] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     7.414] (--) NVIDIA(0):     option
[     7.414] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     7.414] (II) NVIDIA:     access.
[     7.449] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     7.498] (==) NVIDIA(0): Disabling shared memory pixmaps
[     7.498] (==) NVIDIA(0): Backing store enabled
[     7.498] (==) NVIDIA(0): Silken mouse enabled
[     7.499] (==) NVIDIA(0): DPMS enabled
[     7.499] (II) Loading sub module "dri2"
[     7.499] (II) LoadModule: "dri2"
[     7.499] (II) Module "dri2" already built-in
[     7.499] (II) NVIDIA(0): [DRI2] Setup complete
[     7.499] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     7.499] (II) Initializing extension Generic Event Extension
[     7.500] (II) Initializing extension SHAPE
[     7.500] (II) Initializing extension MIT-SHM
[     7.500] (II) Initializing extension XInputExtension
[     7.500] (II) Initializing extension XTEST
[     7.500] (II) Initializing extension BIG-REQUESTS
[     7.500] (II) Initializing extension SYNC
[     7.500] (II) Initializing extension XKEYBOARD
[     7.500] (II) Initializing extension XC-MISC
[     7.500] (II) Initializing extension SECURITY
[     7.500] (II) Initializing extension XFIXES
[     7.500] (II) Initializing extension RENDER
[     7.501] (II) Initializing extension RANDR
[     7.501] (II) Initializing extension COMPOSITE
[     7.501] (II) Initializing extension DAMAGE
[     7.501] (II) Initializing extension MIT-SCREEN-SAVER
[     7.501] (II) Initializing extension DOUBLE-BUFFER
[     7.501] (II) Initializing extension RECORD
[     7.501] (II) Initializing extension DPMS
[     7.501] (II) Initializing extension Present
[     7.501] (II) Initializing extension DRI3
[     7.501] (II) Initializing extension X-Resource
[     7.501] (II) Initializing extension XVideo
[     7.501] (II) Initializing extension XVideo-MotionCompensation
[     7.501] (II) Initializing extension GLX
[     7.502] (II) AIGLX: Screen 0 is not DRI2 capable
[     7.896] (II) IGLX: Loaded and initialized swrast
[     7.896] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     7.896] (II) Initializing extension XFree86-VidModeExtension
[     7.896] (II) Initializing extension XFree86-DGA
[     7.896] (II) Initializing extension XFree86-DRI
[     7.896] (II) Initializing extension DRI2
[     7.896] (II) Initializing extension NV-GLX
[     7.896] (II) Initializing extension NV-CONTROL
[     7.896] (II) Initializing extension XINERAMA
[     7.980] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     7.980] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.980] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.980] (**) Power Button: Applying InputClass "Keyboard Layout"
[     7.980] (II) LoadModule: "libinput"
[     7.980] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     7.984] (II) Module libinput: vendor="X.Org Foundation"
[     7.984]    compiled for 1.21.1.13, module version = 1.5.0
[     7.984]    Module class: X.Org XInput Driver
[     7.984]    ABI class: X.Org XInput driver, version 24.4
[     7.984] (II) Using input driver 'libinput' for 'Power Button'
[     7.984] (**) Power Button: always reports core events
[     7.984] (**) Option "Device" "/dev/input/event1"
[     7.999] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.999] (II) event1  - Power Button: device is a keyboard
[     7.999] (II) event1  - Power Button: device removed
[     8.004] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     8.004] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     8.004] (**) Option "xkb_layout" "fr"
[     8.004] (**) Option "xkb_variant" "bepo"
[     8.024] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     8.024] (II) event1  - Power Button: device is a keyboard
[     8.024] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     8.024] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     8.024] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     8.024] (**) Power Button: Applying InputClass "Keyboard Layout"
[     8.024] (II) Using input driver 'libinput' for 'Power Button'
[     8.024] (**) Power Button: always reports core events
[     8.024] (**) Option "Device" "/dev/input/event0"
[     8.025] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.025] (II) event0  - Power Button: device is a keyboard
[     8.025] (II) event0  - Power Button: device removed
[     8.032] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     8.032] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     8.032] (**) Option "xkb_layout" "fr"
[     8.032] (**) Option "xkb_variant" "bepo"
[     8.033] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     8.033] (II) event0  - Power Button: device is a keyboard
[     8.033] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[     8.033] (II) No input driver specified, ignoring this device.
[     8.033] (II) This device may have been added with another device file.
[     8.033] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[     8.033] (II) No input driver specified, ignoring this device.
[     8.033] (II) This device may have been added with another device file.
[     8.034] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[     8.034] (II) No input driver specified, ignoring this device.
[     8.034] (II) This device may have been added with another device file.
[     8.034] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[     8.034] (II) No input driver specified, ignoring this device.
[     8.034] (II) This device may have been added with another device file.
[     8.035] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event4)
[     8.035] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[     8.035] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     8.035] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Keyboard Layout"
[     8.035] (II) Using input driver 'libinput' for 'CHICONY HP Basic USB Keyboard'
[     8.035] (**) CHICONY HP Basic USB Keyboard: always reports core events
[     8.035] (**) Option "Device" "/dev/input/event4"
[     8.037] (II) event4  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     8.037] (II) event4  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     8.037] (II) event4  - CHICONY HP Basic USB Keyboard: device removed
[     8.043] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:03F0:0024.0002/input/input4/event4"
[     8.043] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[     8.043] (**) Option "xkb_layout" "fr"
[     8.043] (**) Option "xkb_variant" "bepo"
[     8.044] (II) event4  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[     8.044] (II) event4  - CHICONY HP Basic USB Keyboard: device is a keyboard
[     8.045] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[     8.045] (II) No input driver specified, ignoring this device.
[     8.045] (II) This device may have been added with another device file.
[     8.045] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[     8.045] (II) No input driver specified, ignoring this device.
[     8.045] (II) This device may have been added with another device file.
[     8.046] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[     8.046] (II) No input driver specified, ignoring this device.
[     8.046] (II) This device may have been added with another device file.
[     8.046] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[     8.046] (II) No input driver specified, ignoring this device.
[     8.046] (II) This device may have been added with another device file.
[     8.046] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[     8.046] (II) No input driver specified, ignoring this device.
[     8.046] (II) This device may have been added with another device file.
[     8.047] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event2)
[     8.047] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[     8.047] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     8.047] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[     8.047] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[     8.047] (**) Option "Device" "/dev/input/event2"
[     8.100] (II) event2  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     8.100] (II) event2  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     8.100] (II) event2  - MOSART Semi. 2.4G Wireless Mouse: device removed
[     8.112] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     8.112] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     8.112] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[     8.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:062A:4102.0001/input/input2/event2"
[     8.112] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 9)
[     8.112] (**) Option "AccelerationScheme" "none"
[     8.112] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[     8.112] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[     8.112] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[     8.165] (II) event2  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[     8.165] (II) event2  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[     8.167] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[     8.167] (II) No input driver specified, ignoring this device.
[     8.167] (II) This device may have been added with another device file.
[     8.168] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event3)
[     8.169] (II) No input driver specified, ignoring this device.
[     8.169] (II) This device may have been added with another device file.
[     8.169] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     8.169] (II) No input driver specified, ignoring this device.
[     8.169] (II) This device may have been added with another device file.
[    16.153] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.153] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.153] (--) NVIDIA(GPU-0): 
[    16.197] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[    16.197] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[    16.197] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[    16.197] (--) NVIDIA(GPU-0): 
[    16.197] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.197] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.197] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.197] (--) NVIDIA(GPU-0): 
[    16.784] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    16.784] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    16.784] (--) NVIDIA(GPU-0): 
[    16.827] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[    16.827] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[    16.827] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[    16.827] (--) NVIDIA(GPU-0): 
[    16.827] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    16.827] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    16.827] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    16.827] (--) NVIDIA(GPU-0): 
[   902.659] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[   902.660] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[   902.660] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[   902.660] (--) NVIDIA(GPU-0): 
[   902.703] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[   902.703] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[   902.703] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[   902.703] (--) NVIDIA(GPU-0): 
[   923.571] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[   923.571] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[   923.571] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[   923.571] (--) NVIDIA(GPU-0): 
[   923.615] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[   923.615] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[   923.615] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[   923.615] (--) NVIDIA(GPU-0): 
[  1765.326] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  1765.326] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  1765.326] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  1765.326] (--) NVIDIA(GPU-0): 
[  1765.369] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  1765.369] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  1765.369] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  1765.369] (--) NVIDIA(GPU-0): 
[  7216.424] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  7216.426] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  7216.426] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  7216.426] (--) NVIDIA(GPU-0): 
[  7216.469] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  7216.469] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  7216.469] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  7216.469] (--) NVIDIA(GPU-0): 
[  9227.981] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  9227.982] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  9227.982] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  9227.982] (--) NVIDIA(GPU-0): 
[  9228.025] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[  9228.025] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[  9228.025] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[  9228.025] (--) NVIDIA(GPU-0): 
[ 15916.424] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[ 15916.427] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[ 15916.427] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[ 15916.427] (--) NVIDIA(GPU-0): 
[ 15916.469] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[ 15916.469] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[ 15916.469] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[ 15916.469] (--) NVIDIA(GPU-0): 
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

benjarobin a écrit : dim. 07 sept. 2025, 12:25 Est-ce que c'est un PC portable (avec la technologie optimus), ou un PC fixe ?
Non, c'est un PC fixe.
Là, je tourne avec les pilotes propriétaires. Est-ce que tu veux que je rebascule sous nouveau et que je te donne les log de Xorg dans cette config?

En tout cas, merci pour l'aide :)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17641
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] CPU anormalement sollicité

Message par benjarobin »

nouveau n'a jamais fonctionné correctement pour ton GPU. Donc essayer nouveau et avoir des problèmes (de performances ou autres, ...) est normal.

- Tu peux supprimer xf86-video-nouveau
- Ton /etc/mkinitcpio.conf possède un problème (mineur)... Pourquoi il y a 2 lignes dé-commentées pour HOOKS ? Après ce n'est pas très grave, c'est la dernière ligne qui gagne.
Mais dans tous les cas tu devrait avoir autre chose (tu as un très vieux fichier de config)...
- Tu DOIS déplacer / renommer ton /etc/X11/xorg.conf en tant que /etc/X11/xorg.conf.d/20-nvidia.conf, mais tu peux essayer de supprimer ce fichier (voir plus bas)

Il y a un gros souci, tu n'utilises pas l'accélération HW, tu ne dois pas avoir le message : couldn't open module glxserver_nvidia


Peux tu donner aussi la sortie de : [code]grep -Pvr "^ *#|^ *$" /usr/share/X11/xorg.conf*[/code]
En effet c'est comme si ce fichier n'était pas chargé : /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
Tu as bien des choses dans : ls -l /usr/lib/nvidia/xorg/


Edit 2 : Ok J'ai compris pourquoi tu as ce problème, voir :
- https://bbs.archlinux.org/viewtopic.php ... 7#p1967017
- https://wiki.archlinux.org/title/NVIDIA ... de_setting

Donc en résumé :
  • Code : Tout sélectionner

    pacman -R xf86-video-nouveau
  • Code : Tout sélectionner

    mv /etc/X11/xorg.conf /etc/X11/xorg.conf.d/20-nvidia.conf
  • Ton fichier /etc/mkinitcpio.conf est préhistorique, utilise le nouveau :

    Code : Tout sélectionner

    mv /etc/mkinitcpio.conf.pacnew /etc/mkinitcpio.conf
  • Met à jour la variable HOOKS déclarée dans /etc/mkinitcpio.conf pour valoir

    Code : Tout sélectionner

    HOOKS=(base udev autodetect microcode modconf keyboard keymap consolefont block filesystems fsck)
  • Modifie la variable MODULES déclarée dans /etc/mkinitcpio.conf pour valoir

    Code : Tout sélectionner

    MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
  • Ajoute l'option modeset pour le driver nvidia :

    Code : Tout sélectionner

    echo "options nvidia_drm modeset=1" > /etc/modprobe.d/nvidia-modeset.conf
  • Met à jour l'initramfs via :

    Code : Tout sélectionner

    mkinitcpio -p linux
  • Reboot, et donne nous de nouveau le fichier de log de Xorg
Edit 3 : J'ai fini mon message :-)
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Wow, t'as fait un super travail de diagnostic, là! :chinois:

Code : Tout sélectionner

HOOKS=(base udev autodetect microcode modconf keyboard keymap consolefont block filesystems fsck)
Ça me fait juste supprimer kms, tu confirmes?
Dernière modification par draffin le dim. 07 sept. 2025, 21:47, modifié 1 fois.
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Ok, j'ai fait tout ce que tu as suggéré, j'ai rebooté et ça marche toujours. J'ai l'impression que c'est plus fluide, effectivement. Mon ventilateur se met encore beaucoup en route par contre.

Comment je peux vérifier que j'ai bien l'accélération HW?

Code : Tout sélectionner

$ cat /var/log/Xorg.0.log
[     9.645] (--) Log file renamed from "/var/log/Xorg.pid-695.log" to "/var/log/Xorg.0.log"
[     9.650] 
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[     9.650] Current Operating System: Linux dauphin 6.16.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 04 Sep 2025 23:18:13 +0000 x86_64
[     9.650] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=UUID=e2fabdf7-17df-43c5-9b6d-f3cabf13ecd4 rw         initrd=../initramfs-linux.img
[     9.650]  
[     9.650] Current version of pixman: 0.46.4
[     9.650]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     9.650] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.650] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  7 21:40:00 2025
[     9.657] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.657] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.660] (==) No Layout section.  Using the first Screen section.
[     9.660] (**) |-->Screen "metaScreen" (0)
[     9.660] (**) |   |-->Monitor "<default monitor>"
[     9.661] (**) |   |-->Device "Card0"
[     9.661] (==) No monitor specified for screen "metaScreen".
        Using a default monitor configuration.
[     9.661] (**) Allowing byte-swapped clients
[     9.661] (==) Automatically adding devices
[     9.661] (==) Automatically enabling devices
[     9.661] (==) Automatically adding GPU devices
[     9.661] (==) Automatically binding GPU devices
[     9.661] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.663] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.663]    Entry deleted from font path.
[     9.663] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.663]    Entry deleted from font path.
[     9.663] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/OTF,
        /usr/share/fonts/Type1
[     9.663] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.663] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.663] (II) Module ABI versions:
[     9.663]    X.Org ANSI C Emulation: 0.4
[     9.663]    X.Org Video Driver: 25.2
[     9.663]    X.Org XInput driver : 24.4
[     9.663]    X.Org Server Extension : 10.0
[     9.667] (++) using VT number 2

[     9.667] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.668] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.668] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     9.885] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.885] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     9.886] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.888] (--) PCI: (0@0:2:0) 8086:0102:8086:200d rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     9.888] (--) PCI:*(1@0:0:0) 10de:128b:1043:85e7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     9.888] (II) LoadModule: "glx"
[     9.889] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.899] (II) Module glx: vendor="X.Org Foundation"
[     9.899]    compiled for 1.21.1.18, module version = 1.0.0
[     9.899]    ABI class: X.Org Server Extension, version 10.0
[     9.899] (II) LoadModule: "nvidia"
[     9.900] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.907] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.907]    compiled for 1.6.99.901, module version = 1.0.0
[     9.907]    Module class: X.Org Video Driver
[     9.908] (II) NVIDIA dlloader X Driver  470.256.02  Thu May  2 14:54:41 UTC 2024
[     9.908] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.911] (II) Loading sub module "fb"
[     9.911] (II) LoadModule: "fb"
[     9.911] (II) Module "fb" already built-in
[     9.911] (II) Loading sub module "wfb"
[     9.911] (II) LoadModule: "wfb"
[     9.912] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.913] (II) Module wfb: vendor="X.Org Foundation"
[     9.913]    compiled for 1.21.1.18, module version = 1.0.0
[     9.913]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.913] (II) Loading sub module "ramdac"
[     9.913] (II) LoadModule: "ramdac"
[     9.913] (II) Module "ramdac" already built-in
[     9.914] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "metaScreen" for depth/fbbpp 24/32
[     9.914] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     9.914] (==) NVIDIA(0): RGB weight 888
[     9.914] (==) NVIDIA(0): Default visual is TrueColor
[     9.914] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.915] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     9.915] (**) NVIDIA(0): Option "ConnectToAcpid" "0"
[     9.915] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     9.915] (**) NVIDIA(0): Enabling 2D acceleration
[     9.915] (II) Loading sub module "glxserver_nvidia"
[     9.915] (II) LoadModule: "glxserver_nvidia"
[     9.915] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.995] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.995]    compiled for 1.6.99.901, module version = 1.0.0
[     9.995]    Module class: X.Org Server Extension
[     9.995] (II) NVIDIA GLX Module  470.256.02  Thu May  2 14:53:31 UTC 2024
[     9.996] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.998] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     9.998] (--) NVIDIA(0):     CRT-0
[     9.998] (--) NVIDIA(0):     DFP-0 (boot)
[     9.998] (--) NVIDIA(0):     DFP-1
[     9.999] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[     9.999] (--) NVIDIA(0): Memory: 2097152 kBytes
[     9.999] (--) NVIDIA(0): VideoBIOS: 80.28.b8.00.05
[     9.999] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    10.000] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    10.000] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    10.000] (--) NVIDIA(GPU-0): 
[    10.043] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[    10.043] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[    10.043] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[    10.043] (--) NVIDIA(GPU-0): 
[    10.043] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    10.043] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    10.043] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    10.043] (--) NVIDIA(GPU-0): 
[    10.047] (==) NVIDIA(0): 
[    10.047] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    10.047] (==) NVIDIA(0):     will be used as the requested mode.
[    10.047] (==) NVIDIA(0): 
[    10.048] (II) NVIDIA(0): Validated MetaModes:
[    10.048] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[    10.048] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    10.053] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[    10.053] (--) NVIDIA(0):     option
[    10.053] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[    10.053] (II) NVIDIA:     access.
[    10.083] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[    10.127] (==) NVIDIA(0): Disabling shared memory pixmaps
[    10.127] (==) NVIDIA(0): Backing store enabled
[    10.127] (==) NVIDIA(0): Silken mouse enabled
[    10.128] (==) NVIDIA(0): DPMS enabled
[    10.128] (II) Loading sub module "dri2"
[    10.128] (II) LoadModule: "dri2"
[    10.128] (II) Module "dri2" already built-in
[    10.128] (II) NVIDIA(0): [DRI2] Setup complete
[    10.128] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    10.129] (II) Initializing extension Generic Event Extension
[    10.129] (II) Initializing extension SHAPE
[    10.129] (II) Initializing extension MIT-SHM
[    10.129] (II) Initializing extension XInputExtension
[    10.129] (II) Initializing extension XTEST
[    10.130] (II) Initializing extension BIG-REQUESTS
[    10.130] (II) Initializing extension SYNC
[    10.130] (II) Initializing extension XKEYBOARD
[    10.130] (II) Initializing extension XC-MISC
[    10.130] (II) Initializing extension SECURITY
[    10.130] (II) Initializing extension XFIXES
[    10.130] (II) Initializing extension RENDER
[    10.130] (II) Initializing extension RANDR
[    10.131] (II) Initializing extension COMPOSITE
[    10.131] (II) Initializing extension DAMAGE
[    10.131] (II) Initializing extension MIT-SCREEN-SAVER
[    10.131] (II) Initializing extension DOUBLE-BUFFER
[    10.131] (II) Initializing extension RECORD
[    10.131] (II) Initializing extension DPMS
[    10.131] (II) Initializing extension Present
[    10.132] (II) Initializing extension DRI3
[    10.132] (II) Initializing extension X-Resource
[    10.132] (II) Initializing extension XVideo
[    10.132] (II) Initializing extension XVideo-MotionCompensation
[    10.132] (II) Initializing extension GLX
[    10.132] (II) Initializing extension GLX
[    10.132] (II) Indirect GLX disabled.
[    10.132] (II) GLX: Another vendor is already registered for screen 0
[    10.132] (II) Initializing extension XFree86-VidModeExtension
[    10.132] (II) Initializing extension XFree86-DGA
[    10.132] (II) Initializing extension XFree86-DRI
[    10.132] (II) Initializing extension DRI2
[    10.132] (II) Initializing extension NV-GLX
[    10.132] (II) Initializing extension NV-CONTROL
[    10.133] (II) Initializing extension XINERAMA
[    10.240] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    10.240] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.240] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.240] (**) Power Button: Applying InputClass "Keyboard Layout"
[    10.240] (II) LoadModule: "libinput"
[    10.241] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.245] (II) Module libinput: vendor="X.Org Foundation"
[    10.245]    compiled for 1.21.1.13, module version = 1.5.0
[    10.245]    Module class: X.Org XInput Driver
[    10.245]    ABI class: X.Org XInput driver, version 24.4
[    10.245] (II) Using input driver 'libinput' for 'Power Button'
[    10.245] (**) Power Button: always reports core events
[    10.245] (**) Option "Device" "/dev/input/event1"
[    10.261] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.261] (II) event1  - Power Button: device is a keyboard
[    10.261] (II) event1  - Power Button: device removed
[    10.284] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    10.284] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.284] (**) Option "xkb_layout" "fr"
[    10.284] (**) Option "xkb_variant" "bepo"
[    10.310] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.310] (II) event1  - Power Button: device is a keyboard
[    10.310] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.310] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    10.310] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.310] (**) Power Button: Applying InputClass "Keyboard Layout"
[    10.310] (II) Using input driver 'libinput' for 'Power Button'
[    10.310] (**) Power Button: always reports core events
[    10.310] (**) Option "Device" "/dev/input/event0"
[    10.311] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.311] (II) event0  - Power Button: device is a keyboard
[    10.312] (II) event0  - Power Button: device removed
[    10.324] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.324] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    10.324] (**) Option "xkb_layout" "fr"
[    10.324] (**) Option "xkb_variant" "bepo"
[    10.325] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.325] (II) event0  - Power Button: device is a keyboard
[    10.326] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[    10.326] (II) No input driver specified, ignoring this device.
[    10.326] (II) This device may have been added with another device file.
[    10.326] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[    10.326] (II) No input driver specified, ignoring this device.
[    10.326] (II) This device may have been added with another device file.
[    10.327] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[    10.327] (II) No input driver specified, ignoring this device.
[    10.327] (II) This device may have been added with another device file.
[    10.327] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[    10.327] (II) No input driver specified, ignoring this device.
[    10.327] (II) This device may have been added with another device file.
[    10.329] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event2)
[    10.329] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    10.329] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.329] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Keyboard Layout"
[    10.329] (II) Using input driver 'libinput' for 'CHICONY HP Basic USB Keyboard'
[    10.329] (**) CHICONY HP Basic USB Keyboard: always reports core events
[    10.329] (**) Option "Device" "/dev/input/event2"
[    10.331] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[    10.331] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[    10.331] (II) event2  - CHICONY HP Basic USB Keyboard: device removed
[    10.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:03F0:0024.0001/input/input2/event2"
[    10.348] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[    10.348] (**) Option "xkb_layout" "fr"
[    10.348] (**) Option "xkb_variant" "bepo"
[    10.350] (II) event2  - CHICONY HP Basic USB Keyboard: is tagged by udev as: Keyboard
[    10.350] (II) event2  - CHICONY HP Basic USB Keyboard: device is a keyboard
[    10.351] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[    10.351] (II) No input driver specified, ignoring this device.
[    10.351] (II) This device may have been added with another device file.
[    10.351] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[    10.351] (II) No input driver specified, ignoring this device.
[    10.351] (II) This device may have been added with another device file.
[    10.351] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[    10.352] (II) No input driver specified, ignoring this device.
[    10.352] (II) This device may have been added with another device file.
[    10.352] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[    10.352] (II) No input driver specified, ignoring this device.
[    10.352] (II) This device may have been added with another device file.
[    10.352] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    10.352] (II) No input driver specified, ignoring this device.
[    10.352] (II) This device may have been added with another device file.
[    10.353] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event3)
[    10.353] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[    10.353] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "libinput pointer catchall"
[    10.353] (II) Using input driver 'libinput' for 'MOSART Semi. 2.4G Wireless Mouse'
[    10.353] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[    10.353] (**) Option "Device" "/dev/input/event3"
[    10.406] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[    10.406] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[    10.407] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device removed
[    10.430] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.430] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.430] (II) libinput: MOSART Semi. 2.4G Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.430] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:062A:4102.0002/input/input3/event3"
[    10.430] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 9)
[    10.430] (**) Option "AccelerationScheme" "none"
[    10.430] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) selected scheme none/0
[    10.430] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[    10.430] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[    10.482] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: is tagged by udev as: Mouse
[    10.482] (II) event3  - MOSART Semi. 2.4G Wireless Mouse: device is a pointer
[    10.483] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[    10.483] (II) No input driver specified, ignoring this device.
[    10.483] (II) This device may have been added with another device file.
[    10.484] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event4)
[    10.484] (II) No input driver specified, ignoring this device.
[    10.484] (II) This device may have been added with another device file.
[    10.485] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    10.485] (II) No input driver specified, ignoring this device.
[    10.485] (II) This device may have been added with another device file.
[    17.552] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    17.552] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    17.552] (--) NVIDIA(GPU-0): 
[    17.596] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[    17.596] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[    17.596] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[    17.596] (--) NVIDIA(GPU-0): 
[    17.596] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    17.596] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    17.596] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    17.596] (--) NVIDIA(GPU-0): 
[    17.906] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    17.906] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    17.906] (--) NVIDIA(GPU-0): 
[    17.950] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): connected
[    17.950] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): Internal TMDS
[    17.950] (--) NVIDIA(GPU-0): Acer KA220HQ (DFP-0): 340.0 MHz maximum pixel clock
[    17.950] (--) NVIDIA(GPU-0): 
[    17.950] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    17.950] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    17.950] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    17.950] (--) NVIDIA(GPU-0): 
Édit : je retire ce que j'ai dit, le ventilo reste beaucoup plus tranquille qu'avant! Il semblerait donc que le problème soit réglé! Youpiiiiii
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17641
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [nvidia] CPU anormalement sollicité

Message par benjarobin »

D'après le log tout fonctionne maintenant correctement.
Et sinon oui, cela te fait juste supprimer kms.

Maintenant que cela fonctionne, je te conseille d'ajouter ce hook https://wiki.archlinux.org/title/NVIDIA#pacman_hook
Attention il faut adapter à ton cas d'usage
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
draffin
archer de cavalerie
Messages : 181
Inscription : mar. 17 juil. 2012, 09:11

Re: [nvidia] CPU anormalement sollicité

Message par draffin »

Ok, merci
J'ai l'impression que je ne peux pas modifier le sujet du premier message pour mettre «résolu»
Répondre