HP Pavilion G6 1209 온도가 평소보다 높고 11.10에서 팬이 작동함

HP Pavilion G6 1209 온도가 평소보다 높고 11.10에서 팬이 작동함

이 새 컴퓨터에 Ubuntu를 설치하는 데 여러 가지 문제가 있어서 주변에 Ubuntu에게 해결책을 물어봤습니다. 이게 최신이야! :D PC를 시작하면 온도가 50~55도 정도 표시됩니다. 크롬을 열면 60+(61,62,63)가 표시됩니다. 2개의 앱을 멀티 태스킹할 때에도 67-68에 도달합니다. 팬이 Windows 7보다 약간 더 크게 작동합니다. Windows 7에 대해 말하면 온도는 유휴 상태일 때 45-50도, 브라우저에서 작업할 때 50-53도입니다. 나는 이미 이 기계로 그것을 잃어버렸습니다. 스펙을 찾아보실 수 있습니다여기 사진 아래에는 'technishe daten'이라고 적혀 있습니다. 해당 탭을 클릭하면 사양에 도달하게 됩니다.

답변1

위의 링크를 조사하고 참조한 후헤키코81내 상태는 다음과 같습니다.헤키코81의솔루션은 시스템이 부팅되지만 멋진 3D 효과가 없고 'fglrxinfo'를 사용하여 현재 VGA에 대한 세부 정보를 얻으면 다음과 같은 결과를 얻습니다.

  Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  136 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

그래서 내 결론은 ati 드라이버가 제대로 설치되지 않았다는 것입니다.
이 오류는 공식 amd 페이지에서 다운로드한 ATI 독점 드라이버가 실패했기 때문에 발생합니다. (올바르게 설치되었습니다). 나는 통합된 Intel HD 3000(샌디 브리지) GPU(ATI AMD Radeon HD 6470M 포함)를 가지고 있기 때문에 ATI 드라이버를 사용하는 것이 최선의 아이디어가 아니라고 생각했습니다. 그래서 우분투 11.10을 다시 설치하고 문제를 해결하기 위해 다음을 수행했습니다.
1.Intel 통합 드라이버를 사용했습니다.
모든 눈요기는 통합 GPU와 잘 작동했기 때문에 나는 그것을 고수했습니다 (기본 우분투 오픈 드라이버 사용)
2.팔로우됨이것우분투 포럼의 가이드
이 튜토리얼에서는 1.과 2. (a,b)만 사용했습니다.

1. Apply PCIE_ASPM

(Source: Phoronix)

As everyone suggested adding this for laptops to have longer battery life. I edited /etc/default/grub as

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_aspm=force i915.i915_enable_rc6=1 i915.i915_enable_fbc=1"

and then running

$ sudo update-grub

Note: I previously had added acpi_osi=Linux pci=noacpi (on worst condition of black screen), which I think is no more required, because the computer boots on to GUI without them. Above command enables power management, sandy bridge support (rc6) and frame buffer compression.<br/>

2. Apply Support for Hybrid Graphics

(Source: Linux Hybrid Graphics)

For those of you who don't have two graphics card this step is not required. In Ubuntu 11.04 I had bug while installing this, so I could not run vgaswitcheroo/switch

a. Install acpi_call
$ sudo apt-get install git
$ cd /tmp
$ git clone https://github.com/mkottman/acpi_call.git
$ cd acpi_call
$ make
$ sudo insmod acpi_call.ko
$ lscpi -vnnn | grep VGA # Check status here
$ ./test_off.sh # Check for any line that says "it works"
$ lspci -vnnn | grep VGA # Check with result of above

b. byo-switheroo (Unplug the ac-cord and see if it changes the battery life)

$ git clone https://github.com/awilliam/asus-switcheroo.git
$ cd asus-switcheroo
$ make
$ sudo make install-ubuntu
$ sudo su -
# cat /sys/kernel/debug/vgaswitcheroo/switch
# echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

It is temporary. If you have two graphics cards next time you boot, you will see both cards have Pwr set. If you want this to be permanent add the discrete card (e.g ati as blacklist). This settings will only enable the default intel card and disable other card. I haven't found yet a solution to flawlessly switch intel and ati cards. The better solution would be ati card using dedicated applications via catalyst control center.

$ sudo vi /etc/modprobe.d/blacklist.conf

Add a line at last

blacklist radeon

Then edit /etc/rc.local as
$ vi /etc/rc.local

Make the part after comments look like this

modprobe radeon
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

exit 0

삼.팔로우됨이것가이드
*heiko81에게 찬사를 보냅니다 ;)
Jupiter가 알림 표시줄에 표시됩니다. 그것을 클릭하고 성능 모드 -> 절전(낮은 온도의 경우)으로 이동하세요.

4.재시작
확실히 온도는 유휴 상태일 때 50도, 바쁠 때 55도로 낮아질 것입니다.
결론(트릭)
트릭은 다음 명령을 활용하는 것이 었습니다

echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

CPU 온도를 낮추고 팬 속도를 늦추기 위해. (이 기능을 영구적으로 활성화하려면 2단계로 돌아가세요). 이 기능을 활성화하면 GPU 온도 판독값이 사라지지만(-128c로 표시) 다시 시작하면 평소처럼 GPU가 측정됩니다.
보너스
온도를 측정하려면 XSensor(sudo apt-get install XSensors)를 사용하고 다음을 사용하여 센서를 교정하는 것이 좋습니다.센서 감지
그거 꽤 됐어. 이 솔루션에 대한 피드백을 보내주세요. HP Pavilon g6에서 효과가 있었지만 심각한 두통을 겪었습니다. 결국 내 온도는 유휴 상태일 때 43-45입니다. 48~55(자원을 많이 사용하는 경우 60).


이 글을 작성하는 동안 몇 가지 스크린샷을 찍었습니다. 내 CPU 온도가 고정되었습니다. 핵심 온도 결론 섹션의 명령을 사용한 후 GPU 결함(TRICK !!!)

답변2

이 문서에서 제안된 두 가지 해결 방법 중 하나를 시도하여 최신 버전의 Ati 전용 드라이버 또는 배터리 소모 표시기 Jupiter를 설치해 볼 수 있습니다.

http://cisight.com/install-amd-radeon-hd-6470m-and-solve-overheat-on-ubuntu-1110-oneiric/

관련 정보