红联Linux门户
Linux帮助

Linux中如何去掉LCD上闪烁的光标

发布时间:2016-04-15 10:27:53来源:linux网站作者:悦美天

修改Linux内核中的文件:drivers/video/console/fbcon.c


去掉光标闪烁:
将函数static void fbcon_cursor(struct vc_data *vc, int mode)改为空函数即可。


去掉光标显示:
将函数static void fb_flashcursor(struct work_struct *work) 改为空函数。


本文永久更新地址:http://www.linuxdiyf.com/linux/19790.html