Home > System Tutorial > LINUX > body text

How to set the screen resolution in deepin system? How to set the resolution in deepin

WBOY
Release: 2024-01-06 21:30:52
forward
1430 people have browsed it

It is very common to set the resolution in deepin. How to set it? Let’s take a look at the detailed tutorial below.

Method 1. Setting under graphics

1. Click "Control Center" on the taskbar.

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

2. Select "Display" in the control center.

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

3. In the display, click "Resolution".

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

4. In the pop-up window, you can see the resolutions supported by the current system, and select the corresponding resolution to set.

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

Method 2, command setting method

1. You can set the screen resolution through the xrandr command. First query the current resolution and currently supported resolutions. xrandr -q

The current resolution is 1680x1050

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

2. It can be set to 1920x1080 through the -s parameter

xrandr -s 1920x1080

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

3. You can also use -s 0 to set the default resolution.

xrnadr -s 0

deepin系统怎么设置屏幕分辨率? deepin分辨率的设置方法

The above is the detailed content of How to set the screen resolution in deepin system? How to set the resolution in deepin. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template