ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上

2012年6月20日 星期三

fb console -- disable cursor blinking

fbcon.c : store_cursor_blink( )
FBCON_FLAGS_CURSOR_TIMER
fbcon_add_cursor_timer / fbcon_del_cursor_timer

diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
index b0a3fa0..abaecba 100644
--- a/drivers/video/console/fbcon.c
+++ b/drivers/video/console/fbcon.c
@@ -150,7 +150,7 @@ static int fbcon_set_origin(struct vc_data *);
 #define CURSOR_DRAW_DELAY              (1)
 
 static int vbl_cursor_cnt;
-static int fbcon_cursor_noblink;
+static int fbcon_cursor_noblink=1;
 
 #define divides(a, b)  ((!(a) || (b)%(a)) ? 0 : 1)

沒有留言:

標籤

網誌存檔