开机分辨率问题
Tofloor
poster avatar
yefong
deepin
2018-11-17 04:12
Author
荣耀magicbook

开机界面的系统菜单选择界面和登录win10系统的荣耀英文字样欢迎界面分辨率自从升级15.8以后超级低。


Reply Favorite View the author
All Replies
avatar
lovesion
deepin
2018-11-17 04:21
#1
#xrandr
//查看显示屏代号 记下来,替换以下代码中的VGA1,#表示以超级用户权限执行(加sudo)
//使用最佳分辨率及刷新率替换下面的1920x1080 60.00,刷新率最高不能超过120.00

如果实际分辨率最佳是1080p            
#xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
#xrandr --addmode VGA1 "1920x1080_60.00"  
#xrandr --output VGA1 --mode "1920x1080_60.00"   

Reply View the author