龙芯3A5000主机安装sp1 2107版本系统,外界联想T2324C显示器,设置里显示分辨率只有1024X768,但显示器和显卡是支持1080分辨率的

   

 一、临时处理办法

通过以下方式添加1920x1080分辨率支持

#cvt 1920 1080 60

#xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync

#xrandr --addmode VGA-0 1920x1080_60.00

#xrandr --output VGA-0 --mode 1920x1080_60.00

   通过上面命令设置成功,但每次重启后失效需要重新使用命令设置;

   考虑通过命令写成sh脚本方式放到/etc/profile.d/目录下每次重启生效,但实际重启之后分辨率还是1024X768分辨率未发生任何变化。

  • 二、解决方法

  1. 查看/etc/X11目录查看是否有xorg.conf文件,如果没有手动创建
  2. 参考下面配置编辑文件如下

kylin@3a5000:~$ cat /etc/X11/xorg.conf

Section "Monitor"

Identifier "Configured Monitor"

Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

Option "PreferredMode" "1920x1080_60.00"

EndSection

Section "Screen"

Identifier "Default Screen"

Monitor "Configured Monitor"

Device "Configured Video Device"

EndSection

Section "Device"

Identifier "Configured Video Device"

EndSection

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐