All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [update]  Vesafb problem since 2.5.51
@ 2004-01-06 13:40 S Ait-Kassi
  2004-01-06 23:06 ` James Simmons
  0 siblings, 1 reply; 10+ messages in thread
From: S Ait-Kassi @ 2004-01-06 13:40 UTC (permalink / raw)
  To: linux-kernel

On Monday 05 January 2004 23:13, you wrote:
> Please try my latest patch. I tested midnight commander on my system and
> my system is okay. This is using the vesa framebuffer.
>
> http://phoenix.infradead.org/~jsimmons/fbdev.diff.gz

Just tried the patch with the 2.6.0 kernel and it didn't help. As a bonus 
"feature" the cursor also makes the character it is underlining blink.

I assume that something broke in 2.5.51 on some cards (maybe while making 
fb-con modular?). Three of the four people who stated they had this problem 
had a ATI card (two had a Radeon 7500 and I have a Radeon 9500 and one didn't 
include the videocard). :( 

I have no idea what change could be the cause.

If I could help you with more info please say so.

Thanks again,

S Ait-Kassi


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [update] Vesafb problem since 2.5.51
@ 2004-01-13 14:47 S Ait-Kassi
  0 siblings, 0 replies; 10+ messages in thread
From: S Ait-Kassi @ 2004-01-13 14:47 UTC (permalink / raw)
  To: linux-kernel

On Friday 09 January 2004 21:57, you wrote:
> That is a normal config. I have the same thing. Try my latest patch. I did
> a up data again. This time the patch is against 2.6.0-rc3.
>
> P.S
>    Have tried the Radeon fbdev driver ?

I have before but I only got a blank screen. I just tried it with the latest 
patch and it does work and doesn't exhibit the problem but has a couple of
drawbacks. The ACPI information and the start comes up distorted probably 
because the framebuffer is getting initialized. I either get characters a 
mile apart. (i.e. i         n                      f                       o) 
and I just got some colored confetti instead of (ACPI) information. 

That's not really my biggest problem because that would be the fact that my 
tv-out isn't working. Looks like it's out of sync. The documentation on how 
to control the framebuffer seems to be lacking somewhat. I don't no if the 
ati-setup which was reintroduced could help me there? (I couldn't find it by 
the way) The append="video=radeonfb:1024x768-24@85" doesn't seem to work
for me in the lilo config (I also tried radeon instead of radeonfb). I only 
get a reolution 640x480 screen @60hz. The vesa framebuffer seems to be able
to control the tv-out independent of the resolution of the monitor. I don't 
know if it's an issue with the radeonfb or that it just not featured?

Thanks,

S Ait-Kassi


^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <1a49X-1o2-7@gated-at.bofh.it>]
* Re: [update]  Vesafb problem since 2.5.51
@ 2004-01-04  0:11 S Ait-Kassi
  2004-01-05 22:13 ` James Simmons
  0 siblings, 1 reply; 10+ messages in thread
From: S Ait-Kassi @ 2004-01-04  0:11 UTC (permalink / raw)
  To: jsimmons; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2753 bytes --]

Hi,

I'm mailing to inform you of a possible bug in the vesa framebuffer module 
which has been appearing in the kernel since 2.5.51. I posted at the
linux-kernel@vger.kernel.org mailinglist but wasn't able to get feedback so 
I'm directing it directly to the developers of the framebuffer layer and to 
you specifically since you were involved with most of the changes in 2.5.51.

I have attached grabbed framebuffer distortion pics (png) since I think those 
speak clearer than my previous attempts to put the problem into words through 
the mailing list. 

Hope you can shed more light on the situation.

Thanks,

S Ait-Kassi

On Friday 02 January 2004 14:22, S Ait-Kassi wrote:
> Hello,
>
> I figured out in which kernel the problem I was having appeared. It seems
> to work with 2.5.50 and the problems starts with 2.5.51.
>
> I've looked at the changelog and showed these changes that might have
> contibuted to my problem;
>
> -There are some changes in fbcon. Made modular along with some fixes and
> some vesafb fixes.
>
> -Accel wrapper is now intergarted into fbcon.c. VESA fb fixes
>
> -Made fbcon modular.
>
> -New NVIDIA and Radeon cards pci ids. Soon I will add support for these :-)
> Also a needed fix for fbcon.c.
>
> -Moved AGP and DRM code back to drivers/char until a proper solution is
> done for handling AGP/DMA based framebuffer devices.
>
> Almost all changes by the same developer <jsimmons>. I've been looking
> at the source differences but the introduction of the fbcon module really
> complicates the matter.
>
> I was wondering where to go about reporting the
> problem or where this issue might stem from. (i.e. the includes shown in
> vesafb.h, vesafb.h itself, fb.h or the fbcon module related code.
>
> Or would it be best to just mail the developer? :)
> Any help is appreciated.
>
> Regards,
>
> P.S.: Here is the part of my original mail describing the problem. It has
> been confirmed by two other submits to this mailinglist regarding the
> 2.6.0-test4 kernel. I'm using the 2.6.0.-bk3 kernel myself.
>
> >The most apparent occurrence of the problem for me is when
> >running mc (Midnight Commander). The blue blackground isn't drawn in the
> >parts where there is no text. When using mcedit this comes all the more
> > clear and  particularly when scrolling is done. The space which hasn't
> > got any text is replaced with RGB pixels (looks grey from a distance). If
> > you jump back from one console and back again the screen is redrawn
> > correctly.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

[-- Attachment #2: blue.png --]
[-- Type: image/png, Size: 12443 bytes --]

[-- Attachment #3: bottom.png --]
[-- Type: image/png, Size: 3399 bytes --]

[-- Attachment #4: red.png --]
[-- Type: image/png, Size: 11941 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [update]  Vesafb problem since 2.5.51
@ 2004-01-02 13:22 S Ait-Kassi
  0 siblings, 0 replies; 10+ messages in thread
From: S Ait-Kassi @ 2004-01-02 13:22 UTC (permalink / raw)
  To: linux-kernel

Hello,

I figured out in which kernel the problem I was having appeared. It seems to 
work with 2.5.50 and the problems starts with 2.5.51.

I've looked at the changelog and showed these changes that might have 
contibuted to my problem;

-There are some changes in fbcon. Made modular along with some fixes and some 
vesafb fixes.

-Accel wrapper is now intergarted into fbcon.c. VESA fb fixes 

-Made fbcon modular.

-New NVIDIA and Radeon cards pci ids. Soon I will add support for these :-) 
Also a needed fix for fbcon.c. 

-Moved AGP and DRM code back to drivers/char until a proper solution is done 
for handling AGP/DMA based framebuffer devices.

Almost all changes by the same developer <jsimmons>. I've been looking
at the source differences but the introduction of the fbcon module really 
complicates the matter.

I was wondering where to go about reporting the 
problem or where this issue might stem from. (i.e. the includes shown in 
vesafb.h, vesafb.h itself, fb.h or the fbcon module related code.

Or would it be best to just mail the developer? :)
Any help is appreciated.

Regards,

P.S.: Here is the part of my original mail describing the problem. It has been 
confirmed by two other submits to this mailinglist regarding the 2.6.0-test4 
kernel. I'm using the 2.6.0.-bk3 kernel myself.

>The most apparent occurrence of the problem for me is when 
>running mc (Midnight Commander). The blue blackground isn't drawn in the 
>parts where there is no text. When using mcedit this comes all the more clear 
>and  particularly when scrolling is done. The space which hasn't got any text 
>is replaced with RGB pixels (looks grey from a distance). If you jump back 
>from one console and back again the screen is redrawn correctly.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-01-13 14:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-06 13:40 [update] Vesafb problem since 2.5.51 S Ait-Kassi
2004-01-06 23:06 ` James Simmons
2004-01-07 23:40   ` S Ait-Kassi
2004-01-09 20:57     ` James Simmons
2004-01-08  9:29   ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2004-01-13 14:47 S Ait-Kassi
     [not found] <1a49X-1o2-7@gated-at.bofh.it>
2004-01-04  9:50 ` Andreas Theofilu
2004-01-04  0:11 S Ait-Kassi
2004-01-05 22:13 ` James Simmons
2004-01-02 13:22 S Ait-Kassi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.