0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

nanote で Ubuntu20.04 を正しい画面位置で使う

Posted at

TL;DR

  • nanote に Ubuntu20.04 LTS をインストールすると画面が逆さまになっちゃうのでそれを解消します。

手順

設定

  • $ sudo nano /etc/udev/hwdb.d/61-sensor-local.hwdb
61-sensor-local.hwdb
sensor:modalias:acpi:BOSC0200*:dmi:*:svnRWCCO.,LTD:pnUMPC-01:*
 ACCEL_MOUNT_MATRIX=-1,0,0;0,1,0;0,0,1
  • $ sudo udevadm hwdb --update
  • $ sudo udevadm trigger

確認

  • $ sudo udevadm info --export-db | grep ACCEL_MOUNT_MATRIX で設定が反映できているかを確認する
  • 2行目が出ればOK
$ sudo udevadm info --export-db | grep ACCEL_MOUNT_MATRIX
E: ACCEL_MOUNT_MATRIX=-1,0,0;0,1,0;0,0,1

再起動

  • $ sudo reboot

これで正しい位置で起動してくると思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?