Re: reduce frequency of cursor blinking

2007-10-17 Thread Dave Jones
On Tue, Oct 16, 2007 at 11:30:37AM -0700, Arjan van de Ven wrote: > On Tue, 16 Oct 2007 14:19:11 -0400 > Dave Jones <[EMAIL PROTECTED]> wrote: > > > Depending on CONFIG_HZ, we blink the cursor at 20,50,60 or 200Hz. > > eh no, that's 5 times per second ... Indeed. Still seems excessive thou

Re: reduce frequency of cursor blinking

2007-10-16 Thread Arjan van de Ven
On Tue, 16 Oct 2007 14:19:11 -0400 Dave Jones <[EMAIL PROTECTED]> wrote: > Depending on CONFIG_HZ, we blink the cursor at 20,50,60 or 200Hz. eh no, that's 5 times per second ... > - mod_timer(&ops->cursor_timer, jiffies + HZ/5); - To unsubscribe from this list: send the line "unsubscribe li

reduce frequency of cursor blinking

2007-10-16 Thread Dave Jones
Depending on CONFIG_HZ, we blink the cursor at 20,50,60 or 200Hz. Even if it only blinks once per 1000Hz, there's no visible difference. Signed-off-by: Dave Jones <[EMAIL PROTECTED]> diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 73813c6..7d9bae5 100644 --- a/dri