2013年1月12日星期六

FreeBSD终端分辨率调整的方法

内核加入

option VESA

option SC_PIXEL_MODE

重新编译kernel

vidcontrol -i mode #察看系统支持的显示模式

vidcontrol MODE_数字 #设置需要的模式

如:1024x768x32模式

vidcontrol MODE_321

试验成功后,再加入rc.conf #有些显示模式不能正常工作

vi /etc/rc.conf

加入

allscreens_flags=”MODE_数字”

openwrt 6300V2 USB无法显示的问题

lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...