由于驱动问题,有些Linux系统启动后桌面默认不支持高分辨率,可以通过以下方法配置。
cvt 1920 1080
xrandr --newmode ...
xrandr --addmode VGA1 “1920x1080_60.00”
修改/etc/sysconfig/network-scripts/eth0-cfg
services network restart
重启网络
posted on 2016-11-03 17:18 牧之巴巴 阅读(109) 评论(0) 编辑 收藏 举报