ThinkPad P14s 배터리 및 터치패드 문제

ThinkPad P14s 배터리 및 터치패드 문제

2021년 3월부터 저는 AMD CPU가 탑재된 Thinkpad P14s Gen1을 소유하게 되어 기쁘게 생각합니다.

내가 설명하려는 문제는 i3wm을 사용하는 Ubuntu Gnome 및 Fedora xfce4 데스크탑 환경에서 발생합니다.

질문 1:

컴퓨터가 꺼지면 배터리는 자동으로 방전됩니다(이론적으로 이는 정상입니다). 하지만 퇴원율은 높은 것 같습니다. 이것이 제가 했던 마지막 테스트입니다:

shutdown for 10 hours-> 8% lost // shutdown method :  command 'shutdown now'
shutdown for 10 hours-> 8% lost // shutdown method :  hardware shutdown button
shutdown for 4,5 hours-> 5% lost // shutdown method :  exit i3wm, and use the software shutdown button

당신이 알아야 할 사항:

I configure tlp so the battery charging stop right before 80%. I read that using the battery between 40% ans 80% was a good way to optimize battery life. And for some reasons I don’t understand, even after a complete new distribution installation, this setting persist (which is fine to me, but curious).

질문 2:

가끔 컴퓨터를 시작할 때 터치패드가 전혀 반응하지 않는 경우가 있습니다. 커서는 작은 빨간 사람이나 외부 마우스로 작동하고 있습니다.

터치패드가 작동하는지 여부에 관계없이 xinput 출력은 아래와 같이 동일합니다.

⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                  id=13    [slave  pointer  (2)]
⎜   ↳ TPPS/2 Elan TrackPoint                      id=14    [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Power Button                                id=6    [slave  keyboard (3)]
    ↳ Video Bus                                   id=7    [slave  keyboard (3)]
    ↳ Power Button                                id=8    [slave  keyboard (3)]
    ↳ Sleep Button                                id=9    [slave  keyboard (3)]
    ↳ Integrated Camera: Integrated C             id=10    [slave  keyboard (3)]
    ↳ Integrated Camera: Integrated I             id=11    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard                id=12    [slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                      id=15    [slave  keyboard (3)]

다음은 로봇 케이스의 desmg 출력입니다.

[    1.708923] psmouse serio1: synaptics: Your touchpad (PNP: LEN2064 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to [email protected].

xinput 명령을 사용하여 ID 13을 비활성화 및 활성화하려고 시도했지만 아무 일도 일어나지 않았습니다...

그렇지 않으면 이것은 최고의 컴퓨터입니다! 제 내용을 읽어주셔서 감사합니다.

답변1

배터리 소모에 대해 많이 읽은 후, 배터리 소모 문제를 알게 되었을 때 가장 먼저 확인한 사항인 BIOS 설정으로 돌아갔습니다. 사실 WOL을 끄고 USB를 항상 켜두었다고 생각했는데(또는 비슷한 설정) 그렇지 않았거든요... 그래서 이제 방전도 더 이상 문제가 되지 않고, 전원 끄기 방법도 영향을 주지 않습니다.

관련 정보