Chinaunix首页 | 论坛 | 博客
  • 博客访问: 236656
  • 博文数量: 51
  • 博客积分: 1065
  • 博客等级: 少尉
  • 技术积分: 556
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-11 14:50
文章分类

全部博文(51)

文章存档

2012年(1)

2011年(6)

2010年(39)

2008年(1)

2007年(4)

分类:

2010-10-08 16:38:09

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

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

去掉光标显示:
将函数static void fb_flashcursor(struct work_struct *work) 改为空函数;
阅读(1942) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~