[Feedback on issues] 屏幕分辨率不能自适应,没有主流的2K分辨率
Tofloor
poster avatar
linsy22
deepin
2025-08-28 16:12
Author

虚拟机安装了deepin25,外接显示器屏幕分辨率不能自适应,没有主流的2K分辨率。我的屏幕是16:9的,但从这个结果上看没有适配我屏幕分辨率的配置可以设置?

image.png

Reply Favorite View the author
All Replies
linsy22
deepin
2025-08-28 16:35
#1

**解决了,步骤如下。**打开bash:

1.创建新的分辨率模式
sudo xrandr --newmode "2560x1440_60.00" 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync

2.添加新模式到显示接口
sudo xrandr --addmode Virtual1 "2560x1440_60.00"

3.应用分辨率模式
sudo xrandr --output Virtual1 --mode "2560x1440_60.00"

搞定。

Reply View the author
伴你高飞
deepin
2025-08-29 08:51
#2

applaud

Reply View the author