Hướng dẫn thiết lập Raspberry Pi sử dụng VNC full màn hình

bathiendefiant

New member
** Cách sửa màn hình đầy đủ VNC trên Raspberry Pi **

** VNC là một giải pháp đơn giản để kiểm soát Raspberry Pi từ xa.Tuy nhiên, theo mặc định, VNC không hỗ trợ chế độ toàn màn hình.Bài viết này sẽ chỉ cho bạn cách sửa nó. **

** 1.Mở phần mềm VNC Viewer trên máy tính của bạn. **

** 2.Đăng nhập vào Raspberry Pi của bạn. **

** 3.Mở cửa sổ thiết bị đầu cuối: **

`` `
Ctrl + alt + t
`` `

**4.Mở tệp config.txt trong thư mục /khởi động: **

`` `
sudo nano /boot/config.txt
`` `

** 5.Thêm các dòng sau vào tệp: **

`` `
HDMI_FORCE_HOTPLUG = 1
HDMI_Force_Mode = 1
HDMI_Drive = 2
HDMI_group = 1
HDMI_Mode = 16
`` `

** 6.Lưu tệp và khởi động lại Raspberry Pi của bạn: **

`` `
Ctrl + x
Y
`` `

** 7.VNC bây giờ nên ở chế độ toàn màn hình. **

** Để biết thêm chi tiết về các chế độ hiển thị cho HDMI, hãy tham khảo liên kết sau: **

[HDMI_OUTPUT CONFIG] (Raspberry Pi Documentation - Configuration)

** Đọc thêm các bài viết liên quan đến Raspberry Pi tại [khochiase.net] (https://khochiase.net/) **
=======================================
**How to fix VNC full screen on Raspberry Pi**

**VNC is a simple solution to control Raspberry Pi remotely. However, by default, VNC does not support full-screen mode. This article will show you how to fix it.**

**1. Open the VNC Viewer software on your computer.**

**2. Log in to your Raspberry Pi.**

**3. Open the terminal window:**

```
Ctrl + Alt + T
```

**4. Open the config.txt file in the /boot directory:**

```
sudo nano /boot/config.txt
```

**5. Add the following lines to the file:**

```
HDMI_Force_hotplug = 1
HDMI_Force_mode = 1
HDMI_DRIVE = 2
HDMI_GROUP = 1
HDMI_Mode = 16
```

**6. Save the file and reboot your Raspberry Pi:**

```
Ctrl + X
Y
```

**7. VNC should now be in full-screen mode.**

**For more details about the display modes for HDMI, refer to the following link:**

[HDMI_output Config](https://www.raspberrypi.org/documentation/configuration/config-txt/video.md)

**Read more articles related to Raspberry Pi at [Khochiase.net](https://khochiase.net/)**
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top