morningsunlll

问题在于界面显示分辨率错误问题,需要设置正确的分辨率;

需要设置正确的分辨率;

xrandr命令 查看系统已支持的分辨率,Virtual1 为显示器的名称,可以发现没有1920 * 1080的分辨率

vim /etc/profile 在文件最下端添加
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode Virtual1 "1920x1080_60.00"
source /etc/profile

最后在 Ubuntu的设置项里面 Setting、Displays、 中选择1920 * 1080 的分辨率即可

 

分类:

技术点:

相关文章:

  • 2021-05-01
  • 2021-05-02
  • 2021-11-27
  • 2021-08-01
  • 2021-12-10
  • 2021-11-20
猜你喜欢
  • 2022-01-23
  • 2021-09-20
  • 2022-12-23
  • 2021-08-10
  • 2021-08-03
  • 2021-10-11
  • 2021-11-17
相关资源
相似解决方案