logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 21-04-2024 14:53:19

hermes333
Membre
Lieu : Rimouski, Québec
Distrib. : Debian 12
Noyau : 6.1.0-13-amd64 x86_64
(G)UI : MATE 1.26.0
Inscription : 02-06-2013
Site Web

Surchauffe du CPU avec Cinnamon

Salutations, de retour avec un problème de surchauffe ces temps-ci. Je ne comprends pas pourquoi, la température du CPU monte au dessus de 80 ° très souvent, il me semble qu'au début de l'utilisation de ce système, je n'avais pas ce problème. Je vous rappelle que j'ai une carte Nvidia, pilote installé sur ma Debian plus carte Intel Graphic. Je ne sais vraiment pas trop comment régler ce problème. Merci à l'avance pour l'aide comme d'habitude.

C'est OK du côté de mon système Windows 10. J'ai fait la mise à jour récemment du bios et des deux cartes graphiques du côté de Windows, je ne sais pas si ça peut avoir une incidence. Un rappel des specs de cette machine capricieuse:

PC: DELL Inspiron 3891
Processeur: 11th Gen Intel(R) Core(TM) i5-11500 @ 2.70GHz 2.71 GHz
Mémoire: 16 Go
Espace disque: 1 To
Carte graphique: NVidia GeForce GTX 1650 SUPER et Intel® UHD Graphics 750
Sortie de son Cmedia Audio
Système: Windows 10 22H2 et sur un deuxième disque dur interne de 1 To, Debian 12 bureau Cinnamon

Sur Windows 10, en un clic j'ai pu améliorer grandement les performances de mon PC:

Parametres-graphiques-Win-10.png

Comment faire la même chose du côté de mon deuxième disque avec Debian?

Dernière modification par hermes333 (21-04-2024 14:53:48)


Artiste multidisciplinaire toujours à l’affût des nouveautés peu importe les domaines, que ce soit les arts visuels, l'infographie, la politique. les enjeux sociaux, l'informatique et Linux.

Hors ligne

#2 21-04-2024 15:19:40

vincen
Adhérent(e)
Lieu : Lausanne, Suisse
Distrib. : Debian 11/12
(G)UI : KDE
Inscription : 19-08-2021
Site Web

Re : Surchauffe du CPU avec Cinnamon

Ben je commencerais par les basiques: un bon nettoyage de tous les ventilos et grilles d'aération wink car c'est souvent ça la seule source du problème: l'obstruction des ventilations par la poussière...

J'écris en Bépo
Je stocke mes fichiers dans NextCloud
Tous mes ordinateurs tournent sous Linux et mes serveurs d'hébergement sous Linux/Webmin/Virtualmin wink
Vive l'informatique libre !

En ligne

#3 21-04-2024 22:35:10

hermes333
Membre
Lieu : Rimouski, Québec
Distrib. : Debian 12
Noyau : 6.1.0-13-amd64 x86_64
(G)UI : MATE 1.26.0
Inscription : 02-06-2013
Site Web

Re : Surchauffe du CPU avec Cinnamon

OK pour les ventilos même si cela a été fait vers la fin février de cette année? Ah bon. Je pensais qu'il y avait un moyen technique d'augmenter l’accélération matérielle du processeur graphique sous Debian.

Dernière modification par hermes333 (21-04-2024 22:37:47)


Artiste multidisciplinaire toujours à l’affût des nouveautés peu importe les domaines, que ce soit les arts visuels, l'infographie, la politique. les enjeux sociaux, l'informatique et Linux.

Hors ligne

#4 22-04-2024 07:39:18

mister_g
Membre
Distrib. : debian sid
Noyau : Linux 6.6.13
(G)UI : fluxbox
Inscription : 20-07-2022

Re : Surchauffe du CPU avec Cinnamon

si ta machine a de nombreuses années, la pate thermique peut perdre de ses capacités.
cela ne coute pas grand chose et fait parfois un grand bien au processeur smile

Hors ligne

#5 22-04-2024 08:01:49

dezix
Membre
Distrib. : Debian stable
Noyau : Linux amd64 (stable)
(G)UI : XFCE4
Inscription : 19-02-2018

Re : Surchauffe du CPU avec Cinnamon

Bonjour.

Je ne vois pas de rapport direct (faute de connaissances ?) entre la température du CPU et les réglages de la carte graphique Nvidia.

Pour une température "élevée" du CPU,
si la machine est propre (ce qui semble) et le(s) ventillateur(s) en état et correctement configuré(s) (UEFI + OS > gestion énergie)  pour une bonne réfrigération (plutôt que silence et économie d'énergie),
alors c'est du côté des processus (en arrière-plan) qu'il faut rechercher la cause avec le gestionnaire des tâches du DE ou (h)top dans le terminal.

Hors ligne

#6 22-04-2024 10:54:15

mister_g
Membre
Distrib. : debian sid
Noyau : Linux 6.6.13
(G)UI : fluxbox
Inscription : 20-07-2022

Re : Surchauffe du CPU avec Cinnamon

si c'est un portable, il n'est pas sur tes genoux avec une grosse couette qui bouche les arrivées d'air ?   smile

Hors ligne

#7 22-04-2024 16:08:42

èfpé
Membre
Inscription : 10-07-2016

Re : Surchauffe du CPU avec Cinnamon

en #3, hermes333 a écrit :

Je pensais qu'il y avait un moyen technique d'augmenter l’accélération matérielle du processeur graphique sous Debian.


Cette machine est équipée de 2 GPU. Un primaire, Intel et un secondaire, NVIDIA. Peux-tu préciser :

  1. Si tu as installé, ou non, le pilote propriétaire NVIDIA (nvidia-driver),

  2. Si certains usages provoquent cette surchauffe plus que d'autres,

  3. Si le BIOS/UEFI propose des options concernant la gestion des GPU.


Les commandes afficheront l'état de la prise en charge (utilisation/accélération ?) pour chaque GPU :

dmesg|grep -i firmware

lspci -nnkd ::0300
lspci -nnkd ::0302
glxinfo -B
xrandr --query
xrandr --listproviders
cat /var/log/Xorg.0.log


De préférence après un (re)démarrage (afin d'avoir les messages du noyau et limiter la taille du log).

Dernière modification par èfpé (25-04-2024 22:08:42)

Hors ligne

#8 22-04-2024 16:20:39

hermes333
Membre
Lieu : Rimouski, Québec
Distrib. : Debian 12
Noyau : 6.1.0-13-amd64 x86_64
(G)UI : MATE 1.26.0
Inscription : 02-06-2013
Site Web

Re : Surchauffe du CPU avec Cinnamon

C'est une tour les amis, je l'ai acheté toute neuve en octobre 2022, ce PC n'a même pas encore 2 ans. J'ai publié les specs de ma machine à l'intro de ce sujet.

DELL-Inspiron-3891.jpg

Aujourd'hui le CPU demeure en dessous de 50 °du côté du disque Debian 12, donc ça me semble être une bonne journée. Pour le moment... Je fais du montage vidéo, du streaming en direct, infographie donc j'ai besoin d'une machine performante et je sais qu'elle l'est. Je n'ai pas ce problème de surchauffe sur le disque initial de Windows 10.

Il y a plusieurs raisons pourquoi c'est difficile pour une majorité de gens de faire le switch à Linux. 1. Ça demande de nombreuses heures de résolution de problèmes et de recherche de solutions. La majorité des gens ne veulent pas se casser la tête et veulent un système qui fonctionne, point. 2. Les incompatibilités matérielles et logicielles 3. La connaissance du terminal malgré que depuis Debian 12, on peut faire les mises à jour via l'application Logiciels 43.5 qui rend le système plus user-friendly: https://apps.gnome.org/fr/Software/. J'en oublie peut-être mais je sais que ça vaut la peine quand même de s'investir dans un système open source comme Debian parce que je ne fais pas partie de la majorité des gens. Je suis curieux et persévérant même si les 3 raisons mentionnées peuvent parfois m'exaspérer.

Dernière modification par hermes333 (22-04-2024 22:16:23)


Artiste multidisciplinaire toujours à l’affût des nouveautés peu importe les domaines, que ce soit les arts visuels, l'infographie, la politique. les enjeux sociaux, l'informatique et Linux.

Hors ligne

#9 22-04-2024 16:27:45

hermes333
Membre
Lieu : Rimouski, Québec
Distrib. : Debian 12
Noyau : 6.1.0-13-amd64 x86_64
(G)UI : MATE 1.26.0
Inscription : 02-06-2013
Site Web

Re : Surchauffe du CPU avec Cinnamon

Bonjour èfpé, oui le pilote Nvidia est installé.

aletheia@pc-veritas:~$ sudo dmesg|grep -i firmware
[sudo] Mot de passe de aletheia :
aletheia@pc-veritas:~$ lspci -nnkd ::0300
lspci -nnkd ::0302
glxinfo -B
xrandr --query
xrandr --listproviders
cat /var/log/Xorg.0.log
00:02.0 VGA compatible controller [0300]: Intel Corporation RocketLake-S GT1 [UHD Graphics 750] [8086:4c8a] (rev 04)
  Subsystem: Dell RocketLake-S GT1 [UHD Graphics 750] [1028:0a4b]
  Kernel driver in use: i915
  Kernel modules: i915
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU116 [GeForce GTX 1650 SUPER] [10de:2187] (rev a1)
  Subsystem: Dell TU116 [GeForce GTX 1650 SUPER] [1028:1365]
  Kernel driver in use: nvidia
  Kernel modules: nvidia
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 4096 MB
    Total available memory: 4096 MB
    Currently available dedicated video memory: 3481 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 525.147.05
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 525.147.05
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 525.147.05
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1400x1050     59.98  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
Providers: number : 2
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 4 outputs: 4 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x1f4 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 3 associated providers: 1 name:modesetting
[     3.457]
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[     3.457] Current Operating System: Linux pc-veritas 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64
[     3.457] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-20-amd64 root=UUID=95eb94d1-6849-43e4-92c4-8cce71b9f851 ro quiet
[     3.457] xorg-server 2:21.1.7-3+deb12u7 (https://www.debian.org/support)
[     3.457] Current version of pixman: 0.42.2
[     3.457]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     3.457] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.458] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 22 09:22:13 2024
[     3.458] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.459] (==) No Layout section.  Using the first Screen section.
[     3.459] (==) No screen section available. Using defaults.
[     3.459] (**) |-->Screen "Default Screen Section" (0)
[     3.459] (**) |   |-->Monitor "<default monitor>"
[     3.460] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[     3.460] (==) Automatically adding devices
[     3.460] (==) Automatically enabling devices
[     3.460] (==) Automatically adding GPU devices
[     3.460] (==) Automatically binding GPU devices
[     3.460] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.461] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     3.461]  Entry deleted from font path.
[     3.463] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     3.463] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.463] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.463] (II) Loader magic: 0x55b1451b6f00
[     3.463] (II) Module ABI versions:
[     3.463]  X.Org ANSI C Emulation: 0.4
[     3.463]  X.Org Video Driver: 25.2
[     3.463]  X.Org XInput driver : 24.4
[     3.463]  X.Org Server Extension : 10.0
[     3.464] (++) using VT number 7

[     3.464] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.464] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.464] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     3.464] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.464] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     3.466] (--) PCI: (0@0:2:0) 8086:4c8a:1028:0a4b rev 4, Mem @ 0x6013000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     3.466] (--) PCI:*(1@0:0:0) 10de:2187:1028:1365 rev 161, Mem @ 0x71000000/16777216, 0x6000000000/268435456, 0x6010000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     3.466] (II) LoadModule: "glx"
[     3.468] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.477] (II) Module glx: vendor="X.Org Foundation"
[     3.477]  compiled for 1.21.1.7, module version = 1.0.0
[     3.477]  ABI class: X.Org Server Extension, version 10.0
[     3.477] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[     3.477]  loading driver: nvidia
[     3.682] (==) Matched nvidia as autoconfigured driver 0
[     3.682] (==) Matched nouveau as autoconfigured driver 1
[     3.682] (==) Matched nv as autoconfigured driver 2
[     3.682] (==) Matched modesetting as autoconfigured driver 3
[     3.682] (==) Matched fbdev as autoconfigured driver 4
[     3.682] (==) Matched vesa as autoconfigured driver 5
[     3.682] (==) Assigned the driver to the xf86ConfigLayout
[     3.682] (II) LoadModule: "nvidia"
[     3.683] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.686] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.686]  compiled for 1.6.99.901, module version = 1.0.0
[     3.686]  Module class: X.Org Video Driver
[     3.686] (II) LoadModule: "nouveau"
[     3.686] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     3.688] (II) Module nouveau: vendor="X.Org Foundation"
[     3.688]  compiled for 1.21.1.3, module version = 1.0.17
[     3.688]  Module class: X.Org Video Driver
[     3.688]  ABI class: X.Org Video Driver, version 25.2
[     3.688] (II) LoadModule: "nv"
[     3.688] (WW) Warning, couldn't open module nv
[     3.688] (EE) Failed to load module "nv" (module does not exist, 0)
[     3.688] (II) LoadModule: "modesetting"
[     3.688] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.689] (II) Module modesetting: vendor="X.Org Foundation"
[     3.689]  compiled for 1.21.1.7, module version = 1.21.1
[     3.689]  Module class: X.Org Video Driver
[     3.689]  ABI class: X.Org Video Driver, version 25.2
[     3.689] (II) LoadModule: "fbdev"
[     3.689] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     3.689] (II) Module fbdev: vendor="X.Org Foundation"
[     3.689]  compiled for 1.21.1.3, module version = 0.5.0
[     3.689]  Module class: X.Org Video Driver
[     3.689]  ABI class: X.Org Video Driver, version 25.2
[     3.689] (II) LoadModule: "vesa"
[     3.689] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     3.690] (II) Module vesa: vendor="X.Org Foundation"
[     3.690]  compiled for 1.21.1.3, module version = 2.5.0
[     3.690]  Module class: X.Org Video Driver
[     3.690]  ABI class: X.Org Video Driver, version 25.2
[     3.690] (II) NVIDIA dlloader X Driver  525.147.05  Wed Oct 25 20:28:33 UTC 2023
[     3.690] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.690] (II) NOUVEAU driver Date:   Sat Jan 23 12:24:42 2021 -0500
[     3.690] (II) NOUVEAU driver for NVIDIA chipset families :
[     3.690]  RIVA TNT            (NV04)
[     3.690]  RIVA TNT2           (NV05)
[     3.690]  GeForce 256         (NV10)
[     3.690]  GeForce 2           (NV11, NV15)
[     3.690]  GeForce 4MX         (NV17, NV18)
[     3.690]  GeForce 3           (NV20)
[     3.690]  GeForce 4Ti         (NV25, NV28)
[     3.690]  GeForce FX          (NV3x)
[     3.690]  GeForce 6           (NV4x)
[     3.690]  GeForce 7           (G7x)
[     3.690]  GeForce 8           (G8x)
[     3.690]  GeForce 9           (G9x)
[     3.690]  GeForce GTX 2xx/3xx (GT2xx)
[     3.690]  GeForce GTX 4xx/5xx (GFxxx)
[     3.690]  GeForce GTX 6xx/7xx (GKxxx)
[     3.690]  GeForce GTX 9xx     (GMxxx)
[     3.690]  GeForce GTX 10xx    (GPxxx)
[     3.690] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.690] (II) FBDEV: driver for framebuffer: fbdev
[     3.690] (II) VESA: driver for VESA chipsets: vesa
[     3.691] (II) Loading sub module "fb"
[     3.691] (II) LoadModule: "fb"
[     3.691] (II) Module "fb" already built-in
[     3.691] (II) Loading sub module "wfb"
[     3.691] (II) LoadModule: "wfb"
[     3.691] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.692] (II) Module wfb: vendor="X.Org Foundation"
[     3.692]  compiled for 1.21.1.7, module version = 1.0.0
[     3.692]  ABI class: X.Org ANSI C Emulation, version 0.4
[     3.692] (II) Loading sub module "ramdac"
[     3.692] (II) LoadModule: "ramdac"
[     3.692] (II) Module "ramdac" already built-in
[     3.692] (WW) Falling back to old probe method for modesetting
[     3.692] (WW) Falling back to old probe method for fbdev
[     3.692] (II) Loading sub module "fbdevhw"
[     3.692] (II) LoadModule: "fbdevhw"
[     3.693] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     3.693] (II) Module fbdevhw: vendor="X.Org Foundation"
[     3.693]  compiled for 1.21.1.7, module version = 0.0.2
[     3.693]  ABI class: X.Org Video Driver, version 25.2
[     3.693] (EE) open /dev/fb0: No such file or directory
[     3.693] (II) modeset(G0): using drv /dev/dri/card0
[     3.693] (II) NVIDIA(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[     3.693] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     3.693] (==) NVIDIA(0): RGB weight 888
[     3.693] (==) NVIDIA(0): Default visual is TrueColor
[     3.693] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.693] (**) NVIDIA(0): Enabling 2D acceleration
[     3.693] (II) Loading sub module "glxserver_nvidia"
[     3.693] (II) LoadModule: "glxserver_nvidia"
[     3.693] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
[     3.718] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     3.718]  compiled for 1.6.99.901, module version = 1.0.0
[     3.718]  Module class: X.Org Server Extension
[     3.718] (II) NVIDIA GLX Module  525.147.05  Wed Oct 25 20:26:41 UTC 2023
[     3.719] (II) NVIDIA: The X server supports PRIME Render Offload.
[     3.720] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     3.720] (--) NVIDIA(0):     DFP-0 (boot)
[     3.720] (--) NVIDIA(0):     DFP-1
[     3.720] (--) NVIDIA(0):     DFP-2
[     3.720] (--) NVIDIA(0):     DFP-3
[     3.720] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1650 SUPER (TU116-A) at
[     3.720] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[     3.720] (--) NVIDIA(0): Memory: 4194304 kBytes
[     3.720] (--) NVIDIA(0): VideoBIOS: 90.16.46.40.26
[     3.720] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     3.735] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[     3.735] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[     3.735] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[     3.735] (--) NVIDIA(GPU-0):
[     3.735] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     3.735] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     3.735] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     3.735] (--) NVIDIA(GPU-0):
[     3.735] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     3.735] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     3.735] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[     3.735] (--) NVIDIA(GPU-0):
[     3.735] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     3.735] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     3.735] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     3.735] (--) NVIDIA(GPU-0):
[     3.767] (==) NVIDIA(0):
[     3.767] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     3.767] (==) NVIDIA(0):     will be used as the requested mode.
[     3.767] (==) NVIDIA(0):
[     3.768] (II) NVIDIA(0): Validated MetaModes:
[     3.768] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[     3.768] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     3.814] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     3.814] (--) NVIDIA(0):     option
[     3.815] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     3.815] (==) modeset(G0): RGB weight 888
[     3.815] (==) modeset(G0): Default visual is TrueColor
[     3.815] (II) Loading sub module "glamoregl"
[     3.815] (II) LoadModule: "glamoregl"
[     3.815] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.818] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.818]  compiled for 1.21.1.7, module version = 1.0.1
[     3.818]  ABI class: X.Org ANSI C Emulation, version 0.4
[     3.997] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) Graphics (RKL GT1)
[     3.997] (II) modeset(G0): glamor initialized
[     3.997] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     3.997] (II) modeset(G0): Output DP-1-1 has no monitor section
[     3.997] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[     3.998] (II) modeset(G0): EDID for output HDMI-1-1
[     3.998] (II) modeset(G0): EDID for output DP-1-1
[     3.998] (II) modeset(G0): EDID for output HDMI-1-2
[     3.998] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     3.998] (==) modeset(G0): DPI set to (96, 96)
[     3.998] (II) Loading sub module "fb"
[     3.998] (II) LoadModule: "fb"
[     3.998] (II) Module "fb" already built-in
[     3.998] (II) UnloadModule: "nouveau"
[     3.998] (II) Unloading nouveau
[     3.998] (II) UnloadModule: "fbdev"
[     3.998] (II) Unloading fbdev
[     3.998] (II) UnloadSubModule: "fbdevhw"
[     3.998] (II) Unloading fbdevhw
[     3.998] (II) UnloadModule: "vesa"
[     3.998] (II) Unloading vesa
[     3.998] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     3.998] (II) NVIDIA:     access.
[     4.000] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     4.000] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     4.000] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     4.000] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     4.000] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     4.000] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     4.000] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     4.000] (II) NVIDIA(0):     Config Options in the README.
[     4.011] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[     4.066] (==) NVIDIA(0): Disabling shared memory pixmaps
[     4.066] (==) NVIDIA(0): Backing store enabled
[     4.066] (==) NVIDIA(0): Silken mouse enabled
[     4.067] (==) NVIDIA(0): DPMS enabled
[     4.067] (II) Loading sub module "dri2"
[     4.067] (II) LoadModule: "dri2"
[     4.067] (II) Module "dri2" already built-in
[     4.067] (II) NVIDIA(0): [DRI2] Setup complete
[     4.067] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.079] (==) modeset(G0): Backing store enabled
[     4.079] (==) modeset(G0): Silken mouse enabled
[     4.079] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     4.079] (==) modeset(G0): DPMS enabled
[     4.079] (II) modeset(G0): [DRI2] Setup complete
[     4.079] (II) modeset(G0): [DRI2]   DRI driver: iris
[     4.079] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[     4.079] (II) modeset(G0): Disable reverse prime offload mode for i915.
[     4.079] (II) Initializing extension Generic Event Extension
[     4.079] (II) Initializing extension SHAPE
[     4.079] (II) Initializing extension MIT-SHM
[     4.079] (II) Initializing extension XInputExtension
[     4.080] (II) Initializing extension XTEST
[     4.080] (II) Initializing extension BIG-REQUESTS
[     4.080] (II) Initializing extension SYNC
[     4.080] (II) Initializing extension XKEYBOARD
[     4.080] (II) Initializing extension XC-MISC
[     4.080] (II) Initializing extension SECURITY
[     4.080] (II) Initializing extension XFIXES
[     4.080] (II) Initializing extension RENDER
[     4.080] (II) Initializing extension RANDR
[     4.080] (II) Initializing extension COMPOSITE
[     4.080] (II) Initializing extension DAMAGE
[     4.080] (II) Initializing extension MIT-SCREEN-SAVER
[     4.080] (II) Initializing extension DOUBLE-BUFFER
[     4.080] (II) Initializing extension RECORD
[     4.080] (II) Initializing extension DPMS
[     4.080] (II) Initializing extension Present
[     4.080] (II) Initializing extension DRI3
[     4.080] (II) Initializing extension X-Resource
[     4.081] (II) Initializing extension XVideo
[     4.081] (II) Initializing extension XVideo-MotionCompensation
[     4.081] (II) Initializing extension SELinux
[     4.081] (II) SELinux: Disabled on system
[     4.081] (II) Initializing extension GLX
[     4.081] (II) Initializing extension GLX
[     4.081] (II) Indirect GLX disabled.
[     4.081] (II) GLX: Another vendor is already registered for screen 0
[     4.081] (II) Initializing extension XFree86-VidModeExtension
[     4.081] (II) Initializing extension XFree86-DGA
[     4.081] (II) Initializing extension XFree86-DRI
[     4.081] (II) Initializing extension DRI2
[     4.081] (II) Initializing extension NV-GLX
[     4.081] (II) Initializing extension NV-CONTROL
[     4.081] (II) Initializing extension XINERAMA
[     4.081] (II) modeset(G0): Damage tracking initialized
[     4.121] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.121] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.121] (II) LoadModule: "libinput"
[     4.121] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.124] (II) Module libinput: vendor="X.Org Foundation"
[     4.124]  compiled for 1.21.1.3, module version = 1.2.1
[     4.124]  Module class: X.Org XInput Driver
[     4.124]  ABI class: X.Org XInput driver, version 24.4
[     4.124] (II) Using input driver '
libinput' for 'Power Button'
[     4.124] (**) Power Button: always reports core events
[     4.124] (**) Option "Device" "/dev/input/event2"
[     4.126] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.126] (II) event2  - Power Button: device is a keyboard
[     4.127] (II) event2  - Power Button: device removed
[     4.152] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     4.152] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.152] (**) Option "xkb_model" "pc105"
[     4.152] (**) Option "xkb_layout" "ca"
[     4.160] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.160] (II) event2  - Power Button: device is a keyboard
[     4.160] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     4.160] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.160] (II) Using input driver '
libinput' for 'Video Bus'
[     4.160] (**) Video Bus: always reports core events
[     4.160] (**) Option "Device" "/dev/input/event4"
[     4.160] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     4.160] (II) event4  - Video Bus: device is a keyboard
[     4.161] (II) event4  - Video Bus: device removed
[     4.208] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[     4.208] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.208] (**) Option "xkb_model" "pc105"
[     4.208] (**) Option "xkb_layout" "ca"
[     4.208] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[     4.208] (II) event4  - Video Bus: device is a keyboard
[     4.208] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     4.208] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.208] (II) Using input driver '
libinput' for 'Power Button'
[     4.208] (**) Power Button: always reports core events
[     4.208] (**) Option "Device" "/dev/input/event0"
[     4.208] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     4.208] (II) event0  - Power Button: device is a keyboard
[     4.209] (II) event0  - Power Button: device removed
[     4.224] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     4.224] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.224] (**) Option "xkb_model" "pc105"
[     4.224] (**) Option "xkb_layout" "ca"
[     4.224] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     4.224] (II) event0  - Power Button: device is a keyboard
[     4.224] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     4.224] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.224] (II) Using input driver '
libinput' for 'Sleep Button'
[     4.224] (**) Sleep Button: always reports core events
[     4.224] (**) Option "Device" "/dev/input/event1"
[     4.224] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     4.224] (II) event1  - Sleep Button: device is a keyboard
[     4.224] (II) event1  - Sleep Button: device removed
[     4.240] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     4.240] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     4.240] (**) Option "xkb_model" "pc105"
[     4.240] (**) Option "xkb_layout" "ca"
[     4.240] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     4.240] (II) event1  - Sleep Button: device is a keyboard
[     4.240] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[     4.240] (II) No input driver specified, ignoring this device.
[     4.240] (II) This device may have been added with another device file.
[     4.240] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[     4.240] (II) No input driver specified, ignoring this device.
[     4.240] (II) This device may have been added with another device file.
[     4.240] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[     4.240] (II) No input driver specified, ignoring this device.
[     4.240] (II) This device may have been added with another device file.
[     4.241] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[     4.241] (II) No input driver specified, ignoring this device.
[     4.241] (II) This device may have been added with another device file.
[     4.241] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
[     4.241] (II) No input driver specified, ignoring this device.
[     4.241] (II) This device may have been added with another device file.
[     4.241] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event8)
[     4.241] (II) No input driver specified, ignoring this device.
[     4.241] (II) This device may have been added with another device file.
[     4.241] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event9)
[     4.241] (II) No input driver specified, ignoring this device.
[     4.241] (II) This device may have been added with another device file.
[     4.241] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event10)
[     4.242] (II) No input driver specified, ignoring this device.
[     4.242] (II) This device may have been added with another device file.
[     4.242] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event18)
[     4.242] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     4.242] (II) Using input driver '
libinput' for 'Dell WMI hotkeys'
[     4.242] (**) Dell WMI hotkeys: always reports core events
[     4.242] (**) Option "Device" "/dev/input/event18"
[     4.242] (II) event18 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[     4.242] (II) event18 - Dell WMI hotkeys: device is a keyboard
[     4.242] (II) event18 - Dell WMI hotkeys: device removed
[     4.272] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input18/event18"
[     4.272] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 10)
[     4.272] (**) Option "xkb_model" "pc105"
[     4.272] (**) Option "xkb_layout" "ca"
[     4.272] (II) event18 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[     4.272] (II) event18 - Dell WMI hotkeys: device is a keyboard
[     4.272] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     4.272] (II) No input driver specified, ignoring this device.
[     4.272] (II) This device may have been added with another device file.
[     7.146] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/mouse0)
[     7.146] (II) No input driver specified, ignoring this device.
[     7.146] (II) This device may have been added with another device file.
[     7.226] (II) config/udev: Adding input device C-Media Electronics Inc. Cmedia Audio (/dev/input/event3)
[     7.226] (**) C-Media Electronics Inc. Cmedia Audio: Applying InputClass "libinput keyboard catchall"
[     7.226] (II) Using input driver '
libinput' for 'C-Media Electronics Inc. Cmedia Audio'
[     7.226] (**) C-Media Electronics Inc. Cmedia Audio: always reports core events
[     7.226] (**) Option "Device" "/dev/input/event3"
[     7.227] (II) event3  - C-Media Electronics Inc. Cmedia Audio: is tagged by udev as: Keyboard
[     7.227] (II) event3  - C-Media Electronics Inc. Cmedia Audio: device is a keyboard
[     7.227] (II) event3  - C-Media Electronics Inc. Cmedia Audio: device removed
[     7.244] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.3/0003:0D8C:023F.0001/input/input3/event3"
[     7.244] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. Cmedia Audio" (type: KEYBOARD, id 11)
[     7.244] (**) Option "xkb_model" "pc105"
[     7.244] (**) Option "xkb_layout" "ca"
[     7.244] (WW) Option "xkb_variant" requires a string value
[     7.244] (WW) Option "xkb_options" requires a string value
[     7.244] (II) event3  - C-Media Electronics Inc. Cmedia Audio: is tagged by udev as: Keyboard
[     7.244] (II) event3  - C-Media Electronics Inc. Cmedia Audio: device is a keyboard
[     7.245] (II) config/udev: Adding input device C-Media Electronics Inc. Cmedia Audio (/dev/input/event5)
[     7.245] (**) C-Media Electronics Inc. Cmedia Audio: Applying InputClass "libinput keyboard catchall"
[     7.245] (II) Using input driver '
libinput' for 'C-Media Electronics Inc. Cmedia Audio'
[     7.245] (**) C-Media Electronics Inc. Cmedia Audio: always reports core events
[     7.245] (**) Option "Device" "/dev/input/event5"
[     7.245] (II) event5  - C-Media Electronics Inc. Cmedia Audio: is tagged by udev as: Keyboard
[     7.245] (II) event5  - C-Media Electronics Inc. Cmedia Audio: device is a keyboard
[     7.245] (II) event5  - C-Media Electronics Inc. Cmedia Audio: device removed
[     7.300] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:0D8C:0241.0002/input/input5/event5"
[     7.300] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. Cmedia Audio" (type: KEYBOARD, id 12)
[     7.300] (**) Option "xkb_model" "pc105"
[     7.300] (**) Option "xkb_layout" "ca"
[     7.300] (WW) Option "xkb_variant" requires a string value
[     7.300] (WW) Option "xkb_options" requires a string value
[     7.300] (II) event5  - C-Media Electronics Inc. Cmedia Audio: is tagged by udev as: Keyboard
[     7.300] (II) event5  - C-Media Electronics Inc. Cmedia Audio: device is a keyboard
[     7.301] (II) config/udev: Adding input device PixArt Dell MS116 USB Optical Mouse (/dev/input/event19)
[     7.301] (**) PixArt Dell MS116 USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[     7.301] (II) Using input driver '
libinput' for 'PixArt Dell MS116 USB Optical Mouse'
[     7.301] (**) PixArt Dell MS116 USB Optical Mouse: always reports core events
[     7.301] (**) Option "Device" "/dev/input/event19"
[     7.301] (II) event19 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[     7.301] (II) event19 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[     7.301] (II) event19 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[     7.301] (II) event19 - PixArt Dell MS116 USB Optical Mouse: device removed
[     7.344] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:413C:301A.0005/input/input19/event19"
[     7.344] (II) XINPUT: Adding extended input device "PixArt Dell MS116 USB Optical Mouse" (type: MOUSE, id 13)
[     7.344] (**) Option "AccelerationScheme" "none"
[     7.344] (**) PixArt Dell MS116 USB Optical Mouse: (accel) selected scheme none/0
[     7.344] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration factor: 2.000
[     7.344] (**) PixArt Dell MS116 USB Optical Mouse: (accel) acceleration threshold: 4
[     7.344] (II) event19 - PixArt Dell MS116 USB Optical Mouse: is tagged by udev as: Mouse
[     7.344] (II) event19 - PixArt Dell MS116 USB Optical Mouse: device set to 1000 DPI
[     7.344] (II) event19 - PixArt Dell MS116 USB Optical Mouse: device is a pointer
[     7.345] (II) config/udev: Adding input device Primax Dell KB216 Wired Keyboard System Control (/dev/input/event17)
[     7.345] (**) Primax Dell KB216 Wired Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     7.345] (II) Using input driver '
libinput' for 'Primax Dell KB216 Wired Keyboard System Control'
[     7.345] (**) Primax Dell KB216 Wired Keyboard System Control: always reports core events
[     7.345] (**) Option "Device" "/dev/input/event17"
[     7.345] (II) event17 - Primax Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[     7.345] (II) event17 - Primax Dell KB216 Wired Keyboard System Control: device is a keyboard
[     7.345] (II) event17 - Primax Dell KB216 Wired Keyboard System Control: device removed
[     7.364] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:413C:2113.0004/input/input17/event17"
[     7.364] (II) XINPUT: Adding extended input device "Primax Dell KB216 Wired Keyboard System Control" (type: KEYBOARD, id 14)
[     7.364] (**) Option "xkb_model" "pc105"
[     7.364] (**) Option "xkb_layout" "ca"
[     7.364] (WW) Option "xkb_variant" requires a string value
[     7.364] (WW) Option "xkb_options" requires a string value
[     7.365] (II) event17 - Primax Dell KB216 Wired Keyboard System Control: is tagged by udev as: Keyboard
[     7.365] (II) event17 - Primax Dell KB216 Wired Keyboard System Control: device is a keyboard
[     7.365] (II) config/udev: Adding input device C922 Pro Stream Webcam (/dev/input/event20)
[     7.365] (**) C922 Pro Stream Webcam: Applying InputClass "libinput keyboard catchall"
[     7.365] (II) Using input driver '
libinput' for 'C922 Pro Stream Webcam'
[     7.365] (**) C922 Pro Stream Webcam: always reports core events
[     7.365] (**) Option "Device" "/dev/input/event20"
[     7.384] (II) event20 - C922 Pro Stream Webcam: is tagged by udev as: Keyboard
[     7.384] (II) event20 - C922 Pro Stream Webcam: device is a keyboard
[     7.384] (II) event20 - C922 Pro Stream Webcam: device removed
[     7.432] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input20/event20"
[     7.432] (II) XINPUT: Adding extended input device "C922 Pro Stream Webcam" (type: KEYBOARD, id 15)
[     7.432] (**) Option "xkb_model" "pc105"
[     7.432] (**) Option "xkb_layout" "ca"
[     7.432] (WW) Option "xkb_variant" requires a string value
[     7.432] (WW) Option "xkb_options" requires a string value
[     7.432] (II) event20 - C922 Pro Stream Webcam: is tagged by udev as: Keyboard
[     7.432] (II) event20 - C922 Pro Stream Webcam: device is a keyboard
[     7.433] (II) config/udev: Adding input device Primax Dell KB216 Wired Keyboard (/dev/input/event15)
[     7.433] (**) Primax Dell KB216 Wired Keyboard: Applying InputClass "libinput keyboard catchall"
[     7.433] (II) Using input driver '
libinput' for 'Primax Dell KB216 Wired Keyboard'
[     7.433] (**) Primax Dell KB216 Wired Keyboard: always reports core events
[     7.433] (**) Option "Device" "/dev/input/event15"
[     7.433] (II) event15 - Primax Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[     7.433] (II) event15 - Primax Dell KB216 Wired Keyboard: device is a keyboard
[     7.433] (II) event15 - Primax Dell KB216 Wired Keyboard: device removed
[     7.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:2113.0003/input/input15/event15"
[     7.448] (II) XINPUT: Adding extended input device "Primax Dell KB216 Wired Keyboard" (type: KEYBOARD, id 16)
[     7.448] (**) Option "xkb_model" "pc105"
[     7.448] (**) Option "xkb_layout" "ca"
[     7.448] (WW) Option "xkb_variant" requires a string value
[     7.448] (WW) Option "xkb_options" requires a string value
[     7.448] (II) event15 - Primax Dell KB216 Wired Keyboard: is tagged by udev as: Keyboard
[     7.448] (II) event15 - Primax Dell KB216 Wired Keyboard: device is a keyboard
[     7.449] (II) config/udev: Adding input device Primax Dell KB216 Wired Keyboard Consumer Control (/dev/input/event16)
[     7.449] (**) Primax Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.449] (II) Using input driver '
libinput' for 'Primax Dell KB216 Wired Keyboard Consumer Control'
[     7.449] (**) Primax Dell KB216 Wired Keyboard Consumer Control: always reports core events
[     7.449] (**) Option "Device" "/dev/input/event16"
[     7.449] (II) event16 - Primax Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[     7.449] (II) event16 - Primax Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[     7.449] (II) event16 - Primax Dell KB216 Wired Keyboard Consumer Control: device removed
[     7.472] (II) libinput: Primax Dell KB216 Wired Keyboard Consumer Control: needs a virtual subdevice
[     7.472] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:413C:2113.0004/input/input16/event16"
[     7.472] (II) XINPUT: Adding extended input device "Primax Dell KB216 Wired Keyboard Consumer Control" (type: MOUSE, id 17)
[     7.472] (**) Option "AccelerationScheme" "none"
[     7.472] (**) Primax Dell KB216 Wired Keyboard Consumer Control: (accel) selected scheme none/0
[     7.472] (**) Primax Dell KB216 Wired Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     7.472] (**) Primax Dell KB216 Wired Keyboard Consumer Control: (accel) acceleration threshold: 4
[     7.472] (II) event16 - Primax Dell KB216 Wired Keyboard Consumer Control: is tagged by udev as: Keyboard
[     7.472] (II) event16 - Primax Dell KB216 Wired Keyboard Consumer Control: device is a keyboard
[     7.472] (**) Primax Dell KB216 Wired Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     7.472] (II) Using input driver '
libinput' for 'Primax Dell KB216 Wired Keyboard Consumer Control'
[     7.472] (**) Primax Dell KB216 Wired Keyboard Consumer Control: always reports core events
[     7.472] (**) Option "Device" "/dev/input/event16"
[     7.473] (II) libinput: Primax Dell KB216 Wired Keyboard Consumer Control: is a virtual subdevice
[     7.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:413C:2113.0004/input/input16/event16"
[     7.473] (II) XINPUT: Adding extended input device "Primax Dell KB216 Wired Keyboard Consumer Control" (type: KEYBOARD, id 18)
[     7.473] (**) Option "xkb_model" "pc105"
[     7.473] (**) Option "xkb_layout" "ca"
[     7.473] (WW) Option "xkb_variant" requires a string value
[     7.473] (WW) Option "xkb_options" requires a string value
[    20.929] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    20.929] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    20.929] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    20.929] (--) NVIDIA(GPU-0):
[    20.929] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    20.929] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    20.929] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    20.929] (--) NVIDIA(GPU-0):
[    20.929] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    20.929] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    20.929] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    20.929] (--) NVIDIA(GPU-0):
[    20.929] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.929] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.929] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.929] (--) NVIDIA(GPU-0):
[    20.944] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    20.944] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    20.944] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    20.944] (--) NVIDIA(GPU-0):
[    20.944] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    20.944] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    20.944] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    20.944] (--) NVIDIA(GPU-0):
[    20.944] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    20.944] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    20.944] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    20.944] (--) NVIDIA(GPU-0):
[    20.944] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.944] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.944] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.944] (--) NVIDIA(GPU-0):
[    20.978] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    20.978] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    20.978] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    20.978] (--) NVIDIA(GPU-0):
[    20.978] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    20.978] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    20.978] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    20.978] (--) NVIDIA(GPU-0):
[    20.978] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    20.978] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    20.978] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    20.978] (--) NVIDIA(GPU-0):
[    20.978] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.978] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.978] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.978] (--) NVIDIA(GPU-0):
[    20.992] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    20.992] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    20.992] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    20.992] (--) NVIDIA(GPU-0):
[    20.992] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    20.992] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    20.992] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    20.992] (--) NVIDIA(GPU-0):
[    20.992] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    20.992] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    20.992] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    20.992] (--) NVIDIA(GPU-0):
[    20.993] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    20.993] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    20.993] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    20.993] (--) NVIDIA(GPU-0):
[    21.112] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    21.112] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    21.112] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    21.112] (--) NVIDIA(GPU-0):
[    21.112] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    21.112] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    21.112] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    21.112] (--) NVIDIA(GPU-0):
[    21.112] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    21.112] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    21.112] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    21.112] (--) NVIDIA(GPU-0):
[    21.112] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    21.112] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    21.112] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    21.112] (--) NVIDIA(GPU-0):
[    21.127] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    21.127] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    21.127] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    21.127] (--) NVIDIA(GPU-0):
[    21.127] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    21.127] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    21.127] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    21.127] (--) NVIDIA(GPU-0):
[    21.127] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    21.127] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    21.127] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    21.127] (--) NVIDIA(GPU-0):
[    21.127] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    21.127] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    21.127] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    21.127] (--) NVIDIA(GPU-0):
[    24.175] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    24.175] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    24.175] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    24.175] (--) NVIDIA(GPU-0):
[    24.175] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    24.175] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    24.175] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    24.175] (--) NVIDIA(GPU-0):
[    24.175] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    24.175] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    24.175] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    24.175] (--) NVIDIA(GPU-0):
[    24.175] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    24.175] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    24.175] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    24.175] (--) NVIDIA(GPU-0):
[    24.190] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[    24.190] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[    24.190] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[    24.190] (--) NVIDIA(GPU-0):
[    24.190] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    24.190] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    24.190] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    24.190] (--) NVIDIA(GPU-0):
[    24.190] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    24.190] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    24.190] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    24.190] (--) NVIDIA(GPU-0):
[    24.190] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    24.190] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    24.190] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    24.190] (--) NVIDIA(GPU-0):
[  7379.883] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[  7379.883] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[  7379.883] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[  7379.883] (--) NVIDIA(GPU-0):
[  7379.883] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7379.883] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7379.883] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7379.883] (--) NVIDIA(GPU-0):
[  7379.883] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7379.883] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  7379.883] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  7379.883] (--) NVIDIA(GPU-0):
[  7379.883] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7379.883] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  7379.883] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  7379.883] (--) NVIDIA(GPU-0):
[  7379.898] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[  7379.898] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[  7379.898] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[  7379.898] (--) NVIDIA(GPU-0):
[  7379.898] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7379.898] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7379.898] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7379.898] (--) NVIDIA(GPU-0):
[  7379.898] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7379.898] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  7379.898] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  7379.898] (--) NVIDIA(GPU-0):
[  7379.898] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7379.898] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  7379.898] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  7379.898] (--) NVIDIA(GPU-0):
[  7379.931] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[  7379.931] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[  7379.931] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[  7379.931] (--) NVIDIA(GPU-0):
[  7379.931] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7379.931] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7379.931] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7379.931] (--) NVIDIA(GPU-0):
[  7379.931] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7379.931] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  7379.931] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  7379.931] (--) NVIDIA(GPU-0):
[  7379.931] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7379.931] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  7379.931] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  7379.931] (--) NVIDIA(GPU-0):
[  7379.946] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[  7379.946] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[  7379.946] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[  7379.946] (--) NVIDIA(GPU-0):
[  7379.946] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7379.946] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7379.946] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7379.946] (--) NVIDIA(GPU-0):
[  7379.946] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7379.946] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  7379.946] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  7379.946] (--) NVIDIA(GPU-0):
[  7379.946] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7379.946] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  7379.946] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  7379.946] (--) NVIDIA(GPU-0):
[  7379.961] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): connected
[  7379.961] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): Internal TMDS
[  7379.961] (--) NVIDIA(GPU-0): LG Electronics LG IPS FULLHD (DFP-0): 330.0 MHz maximum pixel clock
[  7379.961] (--) NVIDIA(GPU-0):
[  7379.961] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  7379.961] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  7379.961] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  7379.961] (--) NVIDIA(GPU-0):
[  7379.961] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7379.961] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  7379.961] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[  7379.961] (--) NVIDIA(GPU-0):
[  7379.961] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7379.961] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  7379.961] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  7379.961] (--) NVIDIA(GPU-0):
aletheia@pc-veritas:~$



Je n'ai pas fait de redémrrage avant cette commande.

Dernière modification par hermes333 (22-04-2024 16:30:09)


Artiste multidisciplinaire toujours à l’affût des nouveautés peu importe les domaines, que ce soit les arts visuels, l'infographie, la politique. les enjeux sociaux, l'informatique et Linux.

Hors ligne

#10 23-04-2024 00:04:33

hermes333
Membre
Lieu : Rimouski, Québec
Distrib. : Debian 12
Noyau : 6.1.0-13-amd64 x86_64
(G)UI : MATE 1.26.0
Inscription : 02-06-2013
Site Web

Re : Surchauffe du CPU avec Cinnamon

Le pire logiciel qui fait grimper le CPU est Spotify. J'entends le moteur tourner quand j'utilise cette application. Je suis un grand fan de musique et je ne peux me passer de cette application. Je ne trouve toujours pas de moyens pour augmenter la performance de mon Debian 12. Voilà pourquoi je me promène entre Debian 12 et Windows 10. Je ne suis pas un puriste Linux mais mon système Windows 10 ne me donne pas tout ces problèmes que je rencontre avec Debian. Peut-être qu'un jour les systèmes Linux fonctionneront sans casse-tête et sans problèmes.

Artiste multidisciplinaire toujours à l’affût des nouveautés peu importe les domaines, que ce soit les arts visuels, l'infographie, la politique. les enjeux sociaux, l'informatique et Linux.

Hors ligne

#11 23-04-2024 08:11:05

mister_g
Membre
Distrib. : debian sid
Noyau : Linux 6.6.13
(G)UI : fluxbox
Inscription : 20-07-2022

Re : Surchauffe du CPU avec Cinnamon

spotify ne fait que lire de la musique .. pourquoi ton cpu pédale dans ce cas ... tu n'as pas installé un mineur de bitcoin en meme temps ?

tu l'as installé comment le spotify ? tu as trouvé un .deb sur le darkweb ?
c'est louche quand même. Surtout si tu as une bete de course pour faire du montage vidéo.

il faudrait voir les processus qui tournent lorsque tu lances spotify.

Hors ligne

#12 27-04-2024 02:50:10

hermes333
Membre
Lieu : Rimouski, Québec
Distrib. : Debian 12
Noyau : 6.1.0-13-amd64 x86_64
(G)UI : MATE 1.26.0
Inscription : 02-06-2013
Site Web

Re : Surchauffe du CPU avec Cinnamon

J'ai installé Spotify via les instructions sur leur propre site: https://www.spotify.com/us/download/linux/, en choisissant les commandes pour Debian/Ubuntu, cela a toujours été la bonne façon de faire. Je ne trouve toujours pas de solution. Je dois faire avec pour le moment. Dans l'ensemble ça va pas si mal. Un ordinateur ne peut pas être parfait. Je reviendrai plus tard avec des analyses du processeur quand Spotify sera utilisé ou autres logiciels gourmands en ressource.

Dernière modification par hermes333 (27-04-2024 02:51:33)


Artiste multidisciplinaire toujours à l’affût des nouveautés peu importe les domaines, que ce soit les arts visuels, l'infographie, la politique. les enjeux sociaux, l'informatique et Linux.

Hors ligne

#13 27-04-2024 08:57:43

dezix
Membre
Distrib. : Debian stable
Noyau : Linux amd64 (stable)
(G)UI : XFCE4
Inscription : 19-02-2018

Re : Surchauffe du CPU avec Cinnamon

Faut peut-être pas trop focaliser sur une application (spotify) et voir quand l'usage grimpe anormalement si des processus indirects,
notamment de l'indexation genre Zeitgeist ou Tracker,
ne sont pas les réels responsables...

Hors ligne

Pied de page des forums