Chinaunix首页 | 论坛 | 博客
  • 博客访问: 63663
  • 博文数量: 25
  • 博客积分: 1899
  • 博客等级: 上尉
  • 技术积分: 250
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-29 23:45
文章分类

全部博文(25)

文章存档

2012年(22)

2010年(3)

我的朋友

分类: LINUX

2012-03-07 21:45:43

(1) setupcon

(2) put below .bashrc

# If on console, change cursor colour according to

# /usr/src/linux/Documentation/VGA-softcursor.txt
# Reset using echo -e '\033[?2c'
if [ $TERM = 'linux' -a $SHELL == '/bin/bash' ] ; then
echo -e '\033[?17;0;64c'

fi


(3) 

echo 0 > /sys/class/graphics/fbcon/cursor_blink


阅读(545) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~