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.

Raspbian (Debian Buster)にてVNCの解像度を上げる

Last updated at Posted at 2019-10-13

ネットの情報が当てはまらない

RaspbianではRealVNCを利用できますが、初期状態では解像度が720x480と狭くて困ります。いろいろ調べたのですが、ネットに記載されているVNCの設定はどれも当てはまりません。
このサイズを変更する方法のメモ
試した環境:Raspbian Buster

手順

手順は至って簡単です。

  • sudo vi /boot/config.txt
  • 21行目当たりの以下2行のコメントを外す。
/boot/config.txt
#framebuffer_width=1280
#framebuffer_height=720
  • 再起動

上記以外の解像度にできるかは試していません。

参考:Buster – the new version of Raspbian⇒Comment : 26th Jun 2019 at 5:31 pm

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?