From: "Petr Vandrovec" <VANDROVE@vc.cvut.cz>
To: thunder7@xs4all.nl
Cc: Antonino Daplas <adaplas@pol.net>,
James Simmons <jsimmons@infradead.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux@mailgw.cvut.cz, Fbdev@mailgw.cvut.cz,
development@mailgw.cvut.cz, "list <linux-fbdev-"@vc.cvut.cz
Subject: Re: [Linux-fbdev-devel] Re: FBdev updates.
Date: Tue, 4 Mar 2003 22:53:13 +0100 [thread overview]
Message-ID: <11D5C9495B88@vcnet.vc.cvut.cz> (raw)
On 4 Mar 03 at 22:46, Petr Vandrovec wrote:
> On Tue, Mar 04, 2003 at 10:29:06PM +0100, Jurriaan wrote:
> > > text mode.
> >
> > There is a regression here: I boot my kernel like this:
> >
> > kernel /boot/vmlinuz-2563matrox root=/dev/hda7 video=matrox:vesa:0x11E,fv:80,sgram hdc=scsi apm=smp apm=power-off nosmp=1
> >
> > I see a continuous strip of alternating blocks, of sub-character size,
> > at the extreme right end of my screen. The colors seem linked to the
> > color of the line with the cursor in some way.
> >
> > After leaving XFRee, a piece of chbg's background picture is shown for a
> > short while, then the blocks return.
>
> Reproduced. Try this (untested) (it is against clean tree, so you'll
> get some line offsets if you had applied my matroxfb patch). Or set
> xres to odd value, even values do not work...
> Petr Vandrovec
>
>
> --- linux/drivers/video/console/fbcon.c 2003-03-03 18:42:37.000000000 +0100
> +++ linux/drivers/video/console/fbcon.c 2003-03-04 22:44:05.000000000 +0100
> @@ -456,7 +456,7 @@
> region.color = attr_bgcol_ec(p, vc);
> region.rop = ROP_COPY;
>
> - if (rw & !bottom_only) {
> + if (rw && !bottom_only) {
> region.dx = info->var.xoffset + rs;
> region.dy = 0;
> region.width = rw;
> -
It will not solve problem that you'll get non-black edge if your
background color is not black... I'll try to invent some solution,
like ROP_ZERO...
Petr
next reply other threads:[~2003-03-04 21:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-04 21:53 Petr Vandrovec [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-03-05 20:31 [Linux-fbdev-devel] Re: FBdev updates Petr Vandrovec
2003-02-21 1:45 David S. Miller
2003-02-21 9:04 ` [Linux-fbdev-devel] " Geert Uytterhoeven
2003-02-20 19:58 James Simmons
2003-02-20 22:00 ` [Linux-fbdev-devel] " Antonino Daplas
2003-02-21 9:09 ` Geert Uytterhoeven
2003-02-21 10:46 ` Antonino Daplas
2003-02-21 11:02 ` Geert Uytterhoeven
2003-02-20 1:09 James Simmons
2003-02-20 15:02 ` Dave Jones
2003-02-20 18:29 ` Petr Vandrovec
2003-02-21 0:24 ` [Linux-fbdev-devel] " Antonino Daplas
2003-03-03 20:35 ` Petr Vandrovec
2003-03-03 21:25 ` Geert Uytterhoeven
2003-03-03 21:32 ` Antonino Daplas
2003-03-05 20:23 ` James Simmons
2003-03-06 1:18 ` Antonino Daplas
2003-03-04 21:29 ` Jurriaan
2003-03-04 21:46 ` Petr Vandrovec
2003-03-09 21:29 ` Petr Vandrovec
2003-03-09 22:27 ` Antonino Daplas
2003-03-09 22:54 ` Petr Vandrovec
2003-03-09 23:44 ` Antonino Daplas
2003-03-11 15:31 ` James Simmons
2003-03-05 20:22 ` James Simmons
2003-03-06 7:35 ` Sven Luther
2003-03-06 8:05 ` Antonino Daplas
2003-03-06 8:25 ` Sven Luther
2002-06-05 16:50 fbdev updates Russell King
2002-06-05 17:21 ` [Linux-fbdev-devel] " James Simmons
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=11D5C9495B88@vcnet.vc.cvut.cz \
--to=vandrove@vc.cvut.cz \
--cc="list <linux-fbdev-"@vc.cvut.cz \
--cc=Fbdev@mailgw.cvut.cz \
--cc=Linux@mailgw.cvut.cz \
--cc=adaplas@pol.net \
--cc=development@mailgw.cvut.cz \
--cc=jsimmons@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=thunder7@xs4all.nl \
/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