Contents

วิธีควบคุมความเร็วพัดลม CPU บน Linux

โดยทั่วไปความเร็วพัดลม CPU จะได้รับการจัดการโดยอัตโนมัติ สิ่งนี้มีประโยชน์ในหลายๆ ด้าน€”ทำให้แน่ใจได้ว่าระบบของคุณจะสามารถระบายความร้อนได้เองอย่างเพียงพอโดยขึ้นอยู่กับอุณหภูมิปัจจุบันและการตั้งค่าการประหยัดพลังงาน€”แต่บางครั้งก็ยังไม่เพียงพอ

Modifying the fan speeds of your central processing unit manually allows for the optimization of various advantages, such as silence or thermal regulation, based upon individual inclinations. โชคดีที่การดำเนินการงานนี้สามารถทำได้โดยใช้เครื่องมือควบคุมพัดลมหรือซอฟต์แวร์ทางเลือกบนระบบปฏิบัติการที่ใช้ Linux

ติดตั้งแอปพลิเคชันควบคุมความเร็วพัดลมบน Linux

If you want to take the simplest approach to managing your CPU fan speeds in Linux, Coolero might be the right application for you. It offers the ability to see an overview of your entire system€™s cooling performance, as well as performance details for specific devices.

/th/images/adjusting-processor-fan-speed-settings-with-coolero-1.jpg

The process of installing the application is streamlined and straightforward, allowing for seamless integration through the utilization of Flatpak technology. นอกจากนี้เมื่อติดตั้งแล้วผู้ใช้จะได้รับความยืดหยุ่นในการปรับความเร็วพัดลมตามข้อกำหนดเฉพาะของพวกเขา หากต้องการ เราอาจสร้างโปรไฟล์การระบายความร้อนส่วนบุคคลที่สอดคล้องกับความต้องการเฉพาะของระบบ แม้ว่าการตั้งค่าดังกล่าวจะอยู่นอกขอบเขตของการตั้งค่าที่กำหนดไว้ล่วงหน้าจากการกำหนดค่าที่ใช้งานง่ายของ Coolero

ใช้ยูทิลิตี้ fancontrol เพื่อควบคุมความเร็วพัดลม

Fancontrol เป็นเครื่องมือที่ใช้งานง่ายซึ่งมอบทางเลือกที่สามารถเข้าถึงได้แทนยูทิลิตี้ระบบที่ซับซ้อนมากขึ้น อย่างไรก็ตามเพื่อให้ได้ประโยชน์จากประโยชน์ของตัวเองจำเป็นต้องติดตั้งแพ็คเกจซอฟต์แวร์ที่จำเป็นก่อนที่เรียกว่า LM-sensors

ในการเปิดเทอร์มินัลในลักษณะที่ละเอียดยิ่งขึ้นให้ใช้แป้นพิมพ์ลัด“ Ctrl + Alt + T” เมื่อเปิดให้พิมพ์คำสั่งที่จำเป็นสำหรับการติดตั้งทั้ง LM-Sensors และ Fancontrol ภายในอินเทอร์เฟซของเทอร์มินัล

 sudo apt update
sudo apt install lm-sensors fancontrol 

The aforementioned instructions might require modification in case you utilize an alternate software repository management tool, such as Pacman or DNF, instead of APT-which is merely one among numerous exceptional choices available.

ในการพิจารณาว่าเซ็นเซอร์ใดที่สามารถเข้าถึงได้บนอุปกรณ์ของคุณจำเป็นต้องดำเนินการคำสั่งที่แสดงข้อมูลเกี่ยวกับเซ็นเซอร์ที่มีอยู่รวมถึงการประเมินว่าจำเป็นต้องมีโมดูลเคอร์เนลเสริมใด ๆ This can be achieved by entering the specified instruction.

 sudo sensors-detect 

Ultimately, you will have to set up fancontrol by executing the following command in your terminal:

 sudo pwmconfig 

เมื่อเสร็จสิ้นการดำเนินการของโปรแกรม “pwmconfig” ไฟล์การกำหนดค่าจะถูกสร้างขึ้นและจัดเก็บไว้ในไดเร็กทอรี “/etc” The said configuration file may subsequently be edited using a text-based editor such as “nano”, thereby enabling the user to modify the settings associated with the “fancontrol” application.

หลังจากดำเนินการตามคำสั่งถัดไป การจัดการพัดลมของคอมพิวเตอร์ของคุณจะดำเนินการตามการตั้งค่าที่ระบุไว้ในไฟล์การกำหนดค่า /etc/fancontrol

 sudo systemctl start fancontrol 

It is not recommended to adjust the fan speed in a manner that reduces its operation during intense computing tasks that generate significant heat as such actions may result in harm to the computer’s components.

ควบคุมความเร็วพัดลมอย่างระมัดระวังบน Linux

Utilizing fan control software such as fancontrol or similar applications provides users with the ability to regulate their computer’s cooling fans, thus optimizing performance while maintaining stability. However, improper usage may result in negative consequences, necessitating careful management of fan speeds for optimal balance between energy efficiency and reliable operation.