deepin20无法改分辨率
Tofloor
poster avatar
XZJ511
deepin
2020-04-17 19:03
Author
1、在root权限下,更改分辨率为1920*1080成功,但是重启后,还是回复1024*800分辨率,简直郁闷;
2、修正指令如下,需大神指导
xrandr -q
$ cvt 1920 1080 60
$ xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
$ xrandr --addmode VGA1 1920x1080_60.00

$ xrandr --addmode VGA2 1920x1080_60.00
$ xrandr -s 1920x1080_60.00


Reply Favorite View the author
All Replies
avatar
ahscmhb
deepin
2020-04-17 20:30
#1
你为什么不试试在显示设置里面改呢
Reply View the author
avatar
XZJ511
deepin
2020-04-17 21:26
#2
https://bbs.deepin.org/post/191909
你为什么不试试在显示设置里面改呢

里面只有默认分辨率1024*800
Reply View the author
avatar
aida
deepin
2020-04-17 21:38
#3
是不是显卡驱动没有装?
Reply View the author
avatar
mahuan
deepin
2020-04-17 21:42
#4
打开nvidia图形界面,设置保存的时候,终端提示缺少什么pkg环境变量,缺少xorg-server,怎么破?
Reply View the author
avatar
mahuan
deepin
2020-04-17 21:43
#5
@aida这个怎么办?
Reply View the author
avatar
XZJ511
deepin
2020-04-18 00:01
#6
https://bbs.deepin.org/post/191909
是不是显卡驱动没有装?

intel默认驱动。。。
Reply View the author
avatar
austin_zyt
deepin
2020-04-18 00:14
#7
我的也是,不过写成脚本就是不行,但是命令一个个执行就可以,不知道为什么
Reply View the author