2020年7月7日星期二

强制运行在1080下

    • force it to 1080p with this following command:
hdmi_ignore_edid=0xa5000080
You can forcibly disable the 4K resolutions by modifying config.txt on the boot partition and adding
[hdmi:0]
hdmi_max_pixel_freq=200000000

[hdmi:1]
hdmi_max_pixel_freq=200000000

没有评论:

发表评论

扩容/dev/mapper/pve-root

.执行 parted /dev/sdq 输入 print 找到要扩容的盘,应该是/dev/sdq3,检查大小 resizepart 3 100% quit 再检查大小 退出parted 更新物理卷的大小,当然这里前提是使用了LVM pvresize /dev/sda3 lvdis...