From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Dave Airlie <airlied@gmail.com>, rankincj@yahoo.com
Subject: Re: Linux 2.6.16: Cursor trouble on Matrox Millenium II framebuffer
Date: Fri, 24 Mar 2006 20:18:30 +0800 [thread overview]
Message-ID: <4423E396.7070403@gmail.com> (raw)
In-Reply-To: <20060324003155.83478.qmail@web52902.mail.yahoo.com>
Chris Rankin wrote:
> --- Dave Airlie <airlied@gmail.com> wrote:
>> Just to let you know what I do, I boot up in text mode, ssh in and
>> modprobe my fb driver then fbcon... I don't touch the console during
>> that time.. if I vt switch and come back it works fine..
>
> If vt-switching "fixes" things then that would explain why I can't reproduce this bug now.
>
Can you both try this patch?
Tony
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
index eb46629..bf4aeb5 100644
--- a/drivers/video/console/fbcon.c
+++ b/drivers/video/console/fbcon.c
@@ -1142,6 +1142,7 @@ static void fbcon_init(struct vc_data *v
set_blitting_type(vc, info);
}
+ ops->p = &fb_display[fg_console];
}
static void fbcon_deinit(struct vc_data *vc)
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
next prev parent reply other threads:[~2006-03-24 12:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-22 0:08 Linux 2.6.16: Cursor trouble on Matrox Millenium II framebuffer Chris Rankin
2006-03-22 23:25 ` Antonino A. Daplas
2006-03-23 0:47 ` Chris Rankin
2006-03-23 1:22 ` Antonino A. Daplas
2006-03-23 23:15 ` Chris Rankin
2006-03-23 23:25 ` Antonino A. Daplas
2006-03-23 23:37 ` Dave Airlie
2006-03-24 0:22 ` Antonino A. Daplas
2006-03-24 0:31 ` Chris Rankin
2006-03-24 12:18 ` Antonino A. Daplas [this message]
2006-03-25 1:20 ` Chris Rankin
2006-03-23 11:09 ` Dave Airlie
2006-03-23 13:10 ` Antonino A. Daplas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4423E396.7070403@gmail.com \
--to=adaplas@gmail.com \
--cc=airlied@gmail.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=rankincj@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).