「Lenovo ThinkPad Yoga 370」の版間の差分

提供: ArchWiki
ナビゲーションに移動 検索に移動
(英語版より転載)
 
 
(同じ利用者による、間の5版が非表示)
34行目: 34行目:
 
| Smart card reader || {{Y|Unknown}} || {{Y|Untested}}
 
| Smart card reader || {{Y|Unknown}} || {{Y|Untested}}
 
|}
 
|}
  +
Yoga 370 は [[Lenovo]] 製のコンバーチブルノートパソコンです。2017 年にリリースされました。
The Yoga 370 is a convertible Laptop made by [[Lenovo]]. It was released in 2017.
 
   
== Installation ==
+
== インストール ==
   
  +
このノートパソコンは、[[UEFI]] と BIOS の両方のブートメカニズムをサポートしています。レガシーモードで起動するには、UEFI BIOS 設定で ''CSM Support'' も有効にする必要があります。
This laptop supports both [[UEFI]] and BIOS booting mechanisms. To boot in legacy mode, ''CSM Support'' must also be enabled in the UEFI BIOS settings.
 
   
== Hardware ==
+
== ハードウェア ==
   
  +
Bluetooth、指紋認証、加速度センサー、環境光センサーは例外ですが、ほとんどのハードウェアがすぐに使えます。
Most of the hardware works out-of-the-box, the exeception are bluetooth, fingerprint reader, accelerometer and ambient light sensor.
 
   
 
=== Bluetooth ===
 
=== Bluetooth ===
   
To make bluetooth work you need to install package {{Pkg|blueman}} and {{Pkg|bluez}}
+
bluetooth を動作させるには、パッケージ {{Pkg|blueman}} {{Pkg|bluez}} をインストールする必要があります。
   
=== Fingerprint reader ===
+
=== 指紋リーダー ===
   
[[Install]] {{AUR|python-validity}}.
+
{{AUR|python-validity}} を[[インストール]]します。
   
[[Start/enable]] {{ic|python3-validity.service}} after installing package.
+
パッケージのインストール後、{{ic|python3-validity.service}} を[[起動/有効化]]します。
   
{{Note| Alternatively you can install package {{AUR|python-validity-git}} from AUR }}
+
{{Note|または、AUR から {{AUR|python-validity-git}} をインストールすることもできます}}
   
  +
=== 加速度計と環境光センサー ===
=== Accelerometer and ambient light sensor ===
 
   
To make this devices work with [[GNOME]] you need to install {{Pkg|iio-sensor-proxy}} package.
+
このデバイスを [[GNOME]] で動作させるには、{{Pkg|iio-sensor-proxy}} パッケージをインストールする必要があります。
   
  +
現在、コミュニティリポジトリにある {{Pkg|iio-sensor-proxy}} パッケージのバージョンは 3.1 で、これは古く、yoga 370 と互換性がない (アクセラレータが動作しない) というバグを含んでいます。
As of now the version of the {{Pkg|iio-sensor-proxy}} package in the community repository is 3.1 which is outdated and contains a bug that makes it incompatible with the yoga 370 (accelerator does not work).
 
To solve this issue install version 3.3 available on git: [https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/tags/3.3 tag 3.3].
+
この問題を解決するには、git で利用可能なバージョン 3.3 をインストールしてください[https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/tags/3.3 tag 3.3]
  +
  +
バグを含む古いバージョンを持っている場合は、'''monitor-sensor'''を実行して確認することができます。もし、以下のような出力が得られたら
   
If you have an outdated version containing the bug you can run '''monitor-sensor''' to verify. If it gives the following output:
 
 
+++ iio-sensor-proxy appeared
 
+++ iio-sensor-proxy appeared
 
=== Has accelerometer ('''orientation: undefined''')
 
=== Has accelerometer ('''orientation: undefined''')
  +
3.3 にアップデートしてください。
update to 3.3.
 
   
== Firmware ==
+
== ファームウェア ==
   
This laptop supports [[Unified_Extensible_Firmware_Interface/Secure_Boot|SecureBoot]] with custom signed keys. [[fwupd]] seems to also work well and without any problems.
+
このノートパソコンは、カスタム署名付きキーによる[[Unified_Extensible_Firmware_Interface/Secure_Boot|SecureBoot]] に対応しています。[fwupd]] も問題なく動作しているようです。
   
== Tips and Tricks ==
+
== ヒントとコツ ==
   
  +
=== 指紋リーダーがまったく機能しない ===
=== Fingerprint reader not working at all ===
 
   
 
Fingerprint reader may not work, if that happens try to find help on the [https://github.com/uunicorn/python-validity python-validity github page].
 
Fingerprint reader may not work, if that happens try to find help on the [https://github.com/uunicorn/python-validity python-validity github page].
   
  +
=== 指紋リーダーが機能しなくなる ===
=== Fingerprint reader stops working ===
 
   
 
Sometimes fingerprint reader will stop working after sleep or hibernation for no apparent reason. [[Enable]] both {{ic|open-fprintd-suspend.service}} and {{ic|open-fprintd-resume.service}} if that happens.
 
Sometimes fingerprint reader will stop working after sleep or hibernation for no apparent reason. [[Enable]] both {{ic|open-fprintd-suspend.service}} and {{ic|open-fprintd-resume.service}} if that happens.
102行目: 103行目:
 
Do not forget to [[enable]] {{ic|fingerprint-restart.service}}.
 
Do not forget to [[enable]] {{ic|fingerprint-restart.service}}.
   
  +
=== スタイラスの充電状態を確認する ===
=== Check stylus charging status ===
 
   
 
To check stylus stylus charge, you need to use:
 
To check stylus stylus charge, you need to use:
109行目: 110行目:
   
 
{{Note| [[GNOME]] seems to show it out-of-the-box in settings. }}
 
{{Note| [[GNOME]] seems to show it out-of-the-box in settings. }}
  +
=== Using in tablet mode ===
 
  +
=== タブレットモードでの使用 ===
   
 
Detecting whether machine is in tablet mode or laptop mode can be done with
 
Detecting whether machine is in tablet mode or laptop mode can be done with
117行目: 119行目:
 
If you desire to use this laptop in tablet mode you may be interested in this article about [[Touchscreen]] in [[Arch Linux]].
 
If you desire to use this laptop in tablet mode you may be interested in this article about [[Touchscreen]] in [[Arch Linux]].
   
== See also ==
+
== 参照 ==
   
 
* [https://www.thinkwiki.org/wiki/Category:Yoga_370 Yoga 370 ThinkWiki page]
 
* [https://www.thinkwiki.org/wiki/Category:Yoga_370 Yoga 370 ThinkWiki page]

2022年11月8日 (火) 13:36時点における最新版

Hardware PCI/USB ID Working?
Touchscreen 056a:50b0 Yes
Touchpad Yes
Accelerometer Yes
Ambient light sensor Yes
WWAN 1199:9079 Untested
Wireless 8086:24fd Yes
Bluetooth 8087:0a2b Yes
Stylus Yes
Keyboard Yes
GPU 8086:5916 Yes
Webcam 04f2:b5ce Yes
Fingerprint reader 138a:0097 Yes
Audio 8086:9d71 Yes
MicroSD card reader 10ec:522a Yes
Smart card reader Unknown Untested

Yoga 370 は Lenovo 製のコンバーチブルノートパソコンです。2017 年にリリースされました。

インストール

このノートパソコンは、UEFI と BIOS の両方のブートメカニズムをサポートしています。レガシーモードで起動するには、UEFI BIOS 設定で CSM Support も有効にする必要があります。

ハードウェア

Bluetooth、指紋認証、加速度センサー、環境光センサーは例外ですが、ほとんどのハードウェアがすぐに使えます。

Bluetooth

bluetooth を動作させるには、パッケージ bluemanbluez をインストールする必要があります。

指紋リーダー

python-validityAURインストールします。

パッケージのインストール後、python3-validity.service起動/有効化します。

ノート: または、AUR から python-validity-gitAUR をインストールすることもできます

加速度計と環境光センサー

このデバイスを GNOME で動作させるには、iio-sensor-proxy パッケージをインストールする必要があります。

現在、コミュニティリポジトリにある iio-sensor-proxy パッケージのバージョンは 3.1 で、これは古く、yoga 370 と互換性がない (アクセラレータが動作しない) というバグを含んでいます。 この問題を解決するには、git で利用可能なバージョン 3.3 をインストールしてくださいtag 3.3

バグを含む古いバージョンを持っている場合は、monitor-sensorを実行して確認することができます。もし、以下のような出力が得られたら

+++ iio-sensor-proxy appeared
=== Has accelerometer (orientation: undefined)

3.3 にアップデートしてください。

ファームウェア

このノートパソコンは、カスタム署名付きキーによるSecureBoot に対応しています。[fwupd]] も問題なく動作しているようです。

ヒントとコツ

指紋リーダーがまったく機能しない

Fingerprint reader may not work, if that happens try to find help on the python-validity github page.

指紋リーダーが機能しなくなる

Sometimes fingerprint reader will stop working after sleep or hibernation for no apparent reason. Enable both open-fprintd-suspend.service and open-fprintd-resume.service if that happens.

Alternatively create a systemd service, by creating the unit /etc/systemd/system/fingerprint-restart.service with the following contents:

/etc/systemd/system/fingerprint-restart.service
[Unit]
Description=It resets fingerprint reader sevice in order for it to work. 
After=suspend.target

[Service]
User=root
Type=oneshot
ExecStart=systemctl restart python3-validity
TimeoutSec=0
StandardOutput=syslog

[Install]
WantedBy=suspend.target

Do not forget to enable fingerprint-restart.service.

スタイラスの充電状態を確認する

To check stylus stylus charge, you need to use:

$ upower -i /org/freedesktop/UPower/devices/tablet_wacom_battery_0 |grep percentage
ノート: GNOME seems to show it out-of-the-box in settings.

タブレットモードでの使用

Detecting whether machine is in tablet mode or laptop mode can be done with

# cat /dev/input/by-path/platform-thinkpad_acpi-event

When you fold/unfold the device appropriate info should be displayed.

If you desire to use this laptop in tablet mode you may be interested in this article about Touchscreen in Arch Linux.

参照