AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / ubuntu / Perguntas / 1541186
Accepted
Daniel
Daniel
Asked: 2025-02-12 04:47:11 +0800 CST2025-02-12 04:47:11 +0800 CST 2025-02-12 04:47:11 +0800 CST

Superaquecimento do ventilador do Dell Latitude 7490

  • 772

todos!

Estou enfrentando um problema com meu Dell Latitude 7490 - o ventilador está funcionando periodicamente na potência máxima por 15-20 minutos, mas nada está quente. O laptop em si não está sujo por dentro. Aqui estão as leituras do sensor de temperatura:

https://isstatic.askoverflow.dev/A2HIRk68.png

Mas este laptop também tem outro problema, ou seja, a tela pode congelar, eu resolvi com i915.enable_dc=0e i915.enable_psr=0, talvez esse seja o problema do ventilador?.. Correção encontrada no tópico Intel Arch .

Só encontrei este artigo na Internet com o mesmo problema.

Ficarei feliz em receber qualquer conselho :D

dell
  • 1 1 respostas
  • 25 Views

1 respostas

  • Voted
  1. Best Answer
    WinEunuuchs2Unix
    2025-02-12T05:54:49+08:002025-02-12T05:54:49+08:00

    Descobri que meus ventiladores Dell ligam rápido quando assisto a um vídeo. Depois que o vídeo termina, os ventiladores Dell são muito lentos para reduzir a velocidade. Nunca cronometrei, mas talvez cinco minutos para desacelerar?

    $ sensors
    dell_smm-virtual-0
    Adapter: Virtual device
    Processor Fan: 5200 RPM
    Video Fan:     5000 RPM
    CPU:            +72.0°C  
    GPU:            +73.0°C  
    SODIMM:         +71.0°C  
    
    pch_skylake-virtual-0
    Adapter: Virtual device
    temp1:        +93.5°C  
    
    coretemp-isa-0000
    Adapter: ISA adapter
    Package id 0:  +80.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 0:        +78.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 1:        +80.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 2:        +69.0°C  (high = +100.0°C, crit = +100.0°C)
    Core 3:        +66.0°C  (high = +100.0°C, crit = +100.0°C)
    

    Notas de larva

    Minha grublinha tem um monte de coisas adicionadas ao longo dos anos. Aqui está o que ela tem agora:

    GRUB_CMDLINE_LINUX_DEFAULT="noplymouth loglevel=3 fastboot acpiphp.disable=1 pcie_aspm=force vt.handoff=7 i915.fastboot=1 nopti nospectre_v2 nospec mem_sleep_default=deep nouveau.nomodeset=0 ipv6.disable_ipv6=1"


    Encontrei uma linha comentada mais antiga no meu grubque se relaciona ao seu problema de congelamento de tela e que não uso mais:

    #GRUB_CMDLINE_LINUX_DEFAULT="silencioso loglevel=0 vga=atual udev.log-priority=3 fastboot kaslr acpiphp.disable=1 i915.enable_rc6=0 i915.enable_psr=0 i915.preliminary_hw_support=1 i915.enable_hd_vgaarb=1 intel_idle.max_cstate=1 i915.enable_guc_loading=1 i915.enable_guc_submission pcie_aspm=force vt.handoff=7"

    Como essas suas soluções de congelamento de tela não são mais necessárias, suspeito que a causa seja devido a drivers Nvidia desatualizados.


    Finalmente, encontrei anos de notas de várias coisas tentadas dentro de grubque não são usadas agora. Pode haver algo útil dentro:

    ##################### June 29 2018 - Tuxkiller2 theme ##############################
    
    GRUB_BACKGROUND="/usr/share/grub/themes/Tuxkiller2/1600x900-TuxRestingOnWindowsTB.png"
    # Mar 3, 2021: Above is the "terminal box" which is clipped version of full
    #              screen version called "1600x900-TuxRestingOnWindows.jpg".
         GRUB_THEME="/usr/share/grub/themes/Tuxkiller2/theme.txt"
       GRUB_GFXMODE="1920x1080x32"
    GRUB_GFXPAYLOAD_LINUX="keep"
          GRUB_FONT="/usr/share/grub/themes/Tuxkiller2/ubuntu_regular_28.pf2"
    # GRUB_TERMINAL="gfxterm"
    #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.fastboot=1"
    #GRUB_CMDLINE_LINUX_DEFAULT="noplymouth fastboot acpiphp.disable=1 pcie_aspm=force scsi_mod.use_blk_mq=1 vt.handoff=7 i915.enable_guc_loading=1 i915.enable_guc_submission=1 i915.edp_vswing=2 i915.enable_fbc=1 i915.fastboot=1 nopti nospectre_v2 nospec"
    GRUB_CMDLINE_LINUX_DEFAULT="noplymouth loglevel=3 fastboot acpiphp.disable=1 pcie_aspm=force vt.handoff=7 i915.fastboot=1 nopti nospectre_v2 nospec mem_sleep_default=deep nouveau.nomodeset=0 ipv6.disable_ipv6=1"
    
    # Jul 13/2019 - mem_sleep_default=deep from https://www.reddit.com/r/Dell/comments/8b6eci/xp_13_9370_battery_drain_while_suspended/
    # Dec 27/2018 - intel_pstate=disable from: http://konkor.github.io/cpufreq/faq/#irqbalance-detected
    # Dec 17/2018 - intel_pstate=no_hwp from: https://www.kernel.org/doc/html/v4.12/admin-guide/pm/intel_pstate.html
    #               Takes pstate frequency control from hardware to software
    # Oct 8/2018 -  Use scsi_mod.use_blk_mq=1 as per Ask Ubuntu to speed up NVMe:
    #               https://askubuntu.com/questions/698395/poor-io-performance-
    #               pcie-nvme-samsung-950-pro THIS ADDED A FEW SECONDS TO USERSPACE
    # Aug 16/2018 - i915.edp_vswing=2 comes from Ask Ubuntu Dell XPS 15 9350 screen flickering:
    #               https://askubuntu.com/a/1064747/307523
    # Aug 11/2018 - 10% performance boost eliminating Meltdown & Spectre support:
    #               "nopti nospectre_v2 nospec"
    # Dec 13/2017 intel_iommu=igfx_off to fix rare error message related to virtualization which isn't used now.
    # As per bug report: https://bbs.archlinux.org/viewtopic.php?id=176398 :
    #  DMAR: DRHD: handling fault status reg 2
    #  DMAR: [INTR-REMAP] Request device [f0:1f.0] fault
    # Remove as boot went from 23 seconds to 46 seconds and screen flashed more
    
    # November 27/2017 HDMI working with Nvidia drivers, but no sound so use hdmi-audio.service which requires
    # early KMS to be off. Remove quiet & splash options for no plymouth.
    
    # acpiphp.disable=1 to allow suspend to work with NVMe but disables hot plug.
    # October 26/2017 HDMI isn't working but this isn't the cause of it. Try to update i915 drivers.
    
    # pcie_aspm=force to get rid of syslog error message:
    # ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    # Also a web site says it adds 20 minutes battery life too.
    
    # kaslr randomizes address space so same modules aren't in same memory location each boot.
    # https://askubuntu.com/questions/32999/what-is-vt-handoff-7-parameter-in-grub-cfg
    
    # nomodeset turns off "nouveau" drivers for nVidia card
    # This doesn't remove additional drivers section as hopeed plus negative effect of screen
    # going full bright at log in.
    
    # loglevel=3 vga=current as per Arch Linux posting at:
    # https://wiki.archlinux.org/index.php/silent_boot
    # this should prevent messages still appearing twice when `quiet` is used.
    
    # loglevel=3 udev.log-priority=3 as per Reddit posting at:
    # https://www.reddit.com/r/archlinux/comments/4br86x/setting_up_plymouth_efi_framebuffer/d1briv2/
    # Same link also notes to set plymouth delay to 0.
    
    # i915.enable_rc6=0 Fix screen flickering Kernel's > 4.12 https://bbs.archlinux.org/viewtopic.php?id=211399
    
    # i915.enable_psr=0 screen flickering kernel's > 4.6 https://wiki.archlinux.org/index.php/intel_graphics#Skylake_support
    # GRUB_CMDLINE_LINUX="console=tty12" # Redirect the kernel output to another tty
    
    # video=SVIDEO-1:d eliminate blank screen boot from above archlinux.org link.
    
    # Skylake optimization: https://wiki.archlinux.org/index.php/intel_graphics
    #  i915.enable_guc_loading=1 i915.enable_guc_submission=1
    
    • 0

relate perguntas

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Existe um comando para listar todos os usuários? Também para adicionar, excluir, modificar usuários, no terminal?

    • 9 respostas
  • Marko Smith

    Como excluir um diretório não vazio no Terminal?

    • 4 respostas
  • Marko Smith

    Como descompactar um arquivo zip do Terminal?

    • 9 respostas
  • Marko Smith

    Como instalo um arquivo .deb por meio da linha de comando?

    • 11 respostas
  • Marko Smith

    Como instalo um arquivo .tar.gz (ou .tar.bz2)?

    • 14 respostas
  • Marko Smith

    Como listar todos os pacotes instalados

    • 24 respostas
  • Martin Hope
    Flimm Como posso usar o docker sem sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp Como faço para salvar a saída do terminal em um arquivo? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd Como descompactar um arquivo zip do Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    TheXed Como instalo um arquivo .deb por meio da linha de comando? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan Como listar todos os pacotes instalados 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    David Barry Como determino o tamanho total de um diretório (pasta) na linha de comando? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "Os seguintes pacotes foram retidos:" Por que e como resolvo isso? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford Como os PPAs podem ser removidos? 2010-07-30 01:09:42 +0800 CST

Hot tag

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve