* Re: fonts corruption with 3dfx drm module
@ 2002-05-09 11:47 Christian Burger
2002-05-09 20:35 ` Jussi Laako
2002-05-09 21:07 ` Diego Calleja
0 siblings, 2 replies; 23+ messages in thread
From: Christian Burger @ 2002-05-09 11:47 UTC (permalink / raw)
To: linux-kernel
I've seen a much more serious problem which seems to be related to this:
I have AMD Athlon K7 650MHz, Via chipset, Voodoo5 5500AGP, MTTR enabled.
What is happening here is that when switching back from init 5 to init 3 for
instance, the system hangs completely and a blinking character appears in a
black screen. There's no other way other than to power cycle the system. It
seems to be a kernel panic.
Kernel version is 2.4.18, and it happens with or without DRM support, with and
without FB support. There's no way I can have this version of the kernel to work
here.
Thanks,
Christian Burger
On Mon, Jan 28, 2002 at 04:12:34PM +0200, Zwane Mwaikambo wrote:
> On Mon, 28 Jan 2002, Zwane Mwaikambo wrote:
>
> > Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
> > motherboard chipset?
MTRR, of course (do you like 2D and even 3D hardware accelerated without
MTRR?), FB, no, chipset is a AMD 750 (Irongate C4), using X 4.1.99.1 DRI CVS.
I am with the DRI devel team and saw it occasionally with XFree86 DRI CVS
trunk and the latest mesa-4-0-branch. At that time I had FB enabled as I
remember right.
The current DRI stuff is "only" missing the latest XFree86 4.2.0 release 2D
code. Update is under way.
I can _NOT_ see it without FB and currently running
2.4.18-pre7-J6-VM-23-preempt-lock.
/home/nuetzel> cat /proc/mtrr
reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1
reg01: base=0x20000000 ( 512MB), size= 128MB: write-back, count=1
reg02: base=0xec103000 (3777MB), size= 4KB: write-combining, count=1
reg03: base=0xe0000000 (3584MB), size= 64MB: write-combining, count=2
Voodoo5 5500 AGP.
Regards,
Dieter
--
Dieter Nützel
Graduate Student, Computer Science
University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel@hamburg.de
-
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/
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: fonts corruption with 3dfx drm module
2002-05-09 11:47 fonts corruption with 3dfx drm module Christian Burger
@ 2002-05-09 20:35 ` Jussi Laako
2002-05-10 6:28 ` Christian Burger
2002-05-09 21:07 ` Diego Calleja
1 sibling, 1 reply; 23+ messages in thread
From: Jussi Laako @ 2002-05-09 20:35 UTC (permalink / raw)
To: christian.burger; +Cc: linux-kernel
Christian Burger wrote:
>
> I've seen a much more serious problem which seems to be related to this:
> I have AMD Athlon K7 650MHz, Via chipset, Voodoo5 5500AGP, MTTR enabled.
> What is happening here is that when switching back from init 5 to init 3
> for instance, the system hangs completely and a blinking character
> appears in a black screen. There's no other way other than to power cycle
> the system. It seems to be a kernel panic.
> Kernel version is 2.4.18, and it happens with or without DRM support,
> with and without FB support. There's no way I can have this version of
> the kernel to work here.
Same problem here, with AMD K6 and Voodoo3 2000 PCI. All kernels and all
XFree86 4.x.x versions. Although it doesn't hang the machine. Usually just
fonts in vc1 are messed up.
So, it's not MTRR nor AGP problem. It must be something in XFree86 tdfx
driver. Accelerated-X doesn't show this problem.
- Jussi Laako
--
PGP key fingerprint: 161D 6FED 6A92 39E2 EB5B 39DD A4DE 63EB C216 1E4B
Available at PGP keyservers
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-05-09 20:35 ` Jussi Laako
@ 2002-05-10 6:28 ` Christian Burger
0 siblings, 0 replies; 23+ messages in thread
From: Christian Burger @ 2002-05-10 6:28 UTC (permalink / raw)
To: Jussi Laako, linux-kernel
Does anyone know how to trace this problem to check if it's related to tdfx?
I think there are two modules for tdfx, one created for the DRI tree of X and
one created from the kernel.
I don't know which we are supposed to use.
Besides this, I believe glide3.so.xxx library interacts with this part of the
code, so it might also be a reason for the problem.
Anyone knows how to investigate this further? Does this make any sense?
Thanks,
Christian Burger
Jussi Laako wrote:
>
> Christian Burger wrote:
> >
> > I've seen a much more serious problem which seems to be related to this:
> > I have AMD Athlon K7 650MHz, Via chipset, Voodoo5 5500AGP, MTTR enabled.
> > What is happening here is that when switching back from init 5 to init 3
> > for instance, the system hangs completely and a blinking character
> > appears in a black screen. There's no other way other than to power cycle
> > the system. It seems to be a kernel panic.
> > Kernel version is 2.4.18, and it happens with or without DRM support,
> > with and without FB support. There's no way I can have this version of
> > the kernel to work here.
>
> Same problem here, with AMD K6 and Voodoo3 2000 PCI. All kernels and all
> XFree86 4.x.x versions. Although it doesn't hang the machine. Usually just
> fonts in vc1 are messed up.
>
> So, it's not MTRR nor AGP problem. It must be something in XFree86 tdfx
> driver. Accelerated-X doesn't show this problem.
>
> - Jussi Laako
>
> --
> PGP key fingerprint: 161D 6FED 6A92 39E2 EB5B 39DD A4DE 63EB C216 1E4B
> Available at PGP keyservers
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-05-09 11:47 fonts corruption with 3dfx drm module Christian Burger
2002-05-09 20:35 ` Jussi Laako
@ 2002-05-09 21:07 ` Diego Calleja
1 sibling, 0 replies; 23+ messages in thread
From: Diego Calleja @ 2002-05-09 21:07 UTC (permalink / raw)
To: christian.burger; +Cc: linux-kernel
On Thu, 09 May 2002 14:47:22 +0300
Christian Burger <christian.burger@edb.ericsson.se> escribió:
> I've seen a much more serious problem which seems to be related to this:
> I have AMD Athlon K7 650MHz, Via chipset, Voodoo5 5500AGP, MTTR enabled.
> What is happening here is that when switching back from init 5 to init 3 for
> instance, the system hangs completely and a blinking character appears in a
> black screen. There's no other way other than to power cycle the system. It
> seems to be a kernel panic.
I've seen a blinking character (green, if i can remember) with my voodoo 3 3000 PCI, but
I could change the VT.
The only issue with my graphics card is the corruption of some characters, when switching
X to/from vt. The most affected character is: ! .
Diego Calleja <DiegoCG@teleline.es>
^ permalink raw reply [flat|nested] 23+ messages in thread
* fonts corruption with 3dfx drm module
@ 2002-01-30 19:10 Marek Kassur
2002-01-30 19:56 ` Jurriaan on Alpha
0 siblings, 1 reply; 23+ messages in thread
From: Marek Kassur @ 2002-01-30 19:10 UTC (permalink / raw)
To: linux-kernel
Zwane Mwaikambo ask me to post to kernel list directly, so here it is.
I have Voodoo 3 3000 PCI on dual pentium 200MHz (MMX) so no MTRR here
and I see occasionally font corruption with every Xfree 4.x (excluding
4.2, because don't have it yet). I use only text console. Typically one
or sometimes more characters are corrupted and look like upper/lower
fragment is eaten. Always switch to X and back correct it.
Best regards,
Marek Kassur.
PS. Please CC me as I'm not subscribed.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-30 19:10 Marek Kassur
@ 2002-01-30 19:56 ` Jurriaan on Alpha
0 siblings, 0 replies; 23+ messages in thread
From: Jurriaan on Alpha @ 2002-01-30 19:56 UTC (permalink / raw)
To: linux-kernel
On Wed, Jan 30, 2002 at 08:10:42PM +0100, Marek Kassur wrote:
> Zwane Mwaikambo ask me to post to kernel list directly, so here it is.
>
> I have Voodoo 3 3000 PCI on dual pentium 200MHz (MMX) so no MTRR here
> and I see occasionally font corruption with every Xfree 4.x (excluding
> 4.2, because don't have it yet). I use only text console. Typically one
> or sometimes more characters are corrupted and look like upper/lower
> fragment is eaten. Always switch to X and back correct it.
>
In that case, let me pitch in and say I never saw any corruption.
Voodoo 4500 pci
X 4.1.x
framebuffer 1600x1200-16@86
Alpha 21164 computer.
mtrr? none on Alpha :-)
Jurriaan
--
5) "My competition did it!" Tactics for showing how the spam that
points to your site (and got you 12 orders) was actually an attempt by
your competition to malign you.
'Top ten seminars at an upcoming DMA conference' as seen in nanae
GNU/Linux 2.4.18p7-rmap12a on Debian/Alpha 988 bogomips load:0.04 0.03 0.00
^ permalink raw reply [flat|nested] 23+ messages in thread
[parent not found: <20020128203706.24AC0FB8D@netfinity.realnet.co.sz>]
* Re: fonts corruption with 3dfx drm module
[not found] <20020128203706.24AC0FB8D@netfinity.realnet.co.sz>
@ 2002-01-30 10:14 ` Zwane Mwaikambo
2002-01-31 21:03 ` Diego Calleja
0 siblings, 1 reply; 23+ messages in thread
From: Zwane Mwaikambo @ 2002-01-30 10:14 UTC (permalink / raw)
To: Diego Calleja; +Cc: Zwane Mwaikambo, lkml
On 28 xxx -1, Diego Calleja wrote:
> On 28 ene 2002, 16:12:34, Zwane Mwaikambo wrote:
> >
> > On Mon, 28 Jan 2002, Zwane Mwaikambo wrote:
> >
> > > Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
> > > motherboard chipset?
> I have CONFIG_MTRR enabled. CONFIG_FB_VESA is disabled.
> Moterhboard: MS-5571
> Chipset: SIS 5571 Trinity, Video card voodoo 3 3000 PCI
> >
> > Forgot to mention, which XFree86 version?
>
> X 4.1.0 (debian woody release)
>
Can you try reproduce the font corruption with CONFIG_MTRR disabled, just
for my amusement. I would greatly appreciate it.
Cheers,
Zwane Mwaikambo
^ permalink raw reply [flat|nested] 23+ messages in thread
[parent not found: <20020129143209.2AE68FB85@netfinity.realnet.co.sz>]
* Re: fonts corruption with 3dfx drm module
[not found] <20020129143209.2AE68FB85@netfinity.realnet.co.sz>
@ 2002-01-29 14:40 ` Zwane Mwaikambo
0 siblings, 0 replies; 23+ messages in thread
From: Zwane Mwaikambo @ 2002-01-29 14:40 UTC (permalink / raw)
To: Dieter Nützel; +Cc: Linux Kernel List
On Tue, 29 Jan 2002, Dieter [iso-8859-15] Nützel wrote:
> > (mostly because with 3.3.6 i never setup the MTRRs myself)
>
> We 3.3.6 you have to do it some times.
Yep mine never got enabled per default, if i enabled it i would experience
the same segfaults and font corruption so i got 3.3.6 to "behave" like
4.1 default and reproduced the problem.
> This could be all the VIA/mobo/BIOS problems widely discussed.
> Maybe the latest AGP GART issue.
This was about a year ago, and i wasn't aware of an issue.
> Have you ever looked at XFree and/or DRI devel?
> I think this could and should be solved. Without notice nobody cares...
I think i'll do that.
> You should definitely go with XFree86 4.2.0. It is out and most distros have
> packages available. Then look deeper into the MTRR problem.
Thanks for reply, i'm going to resurrect that board ;)
Cheers,
Zwane Mwaikambo
^ permalink raw reply [flat|nested] 23+ messages in thread
[parent not found: <20020128182427.11F20FB8D@netfinity.realnet.co.sz>]
* Re: fonts corruption with 3dfx drm module
[not found] <20020128182427.11F20FB8D@netfinity.realnet.co.sz>
@ 2002-01-29 6:45 ` Zwane Mwaikambo
2002-01-29 14:32 ` Dieter Nützel
0 siblings, 1 reply; 23+ messages in thread
From: Zwane Mwaikambo @ 2002-01-29 6:45 UTC (permalink / raw)
To: Dieter Nützel; +Cc: Mark Zealey, Linux Kernel List
On Mon, 28 Jan 2002, Dieter [iso-8859-15] Nützel wrote:
> MTRR, of course (do you like 2D and even 3D hardware accelerated without
> MTRR?), FB, no, chipset is a AMD 750 (Irongate C4), using X 4.1.99.1 DRI CVS.
The reason why i ask is because i was experiencing font corruption with
MTRRs enabled and X segfaulting with 4.x and a VIA Apollo pro (mostly
because with 3.3.6 i never setup the MTRRs myself) and a friend of mine was
seeing corruption plus the occasional lockup with his KT133. Disabling MTRRs
solved both our lockup problems, mind you i soon switched back to my older
440BX setup and my problems went away. I also asked about FB because my particular card
(ATI Rage IIC) never gets MTRRs working in X4.1 unless i have it FB
enabled.
Regards,
Zwane Mwaikambo
^ permalink raw reply [flat|nested] 23+ messages in thread* Re: fonts corruption with 3dfx drm module
2002-01-29 6:45 ` Zwane Mwaikambo
@ 2002-01-29 14:32 ` Dieter Nützel
0 siblings, 0 replies; 23+ messages in thread
From: Dieter Nützel @ 2002-01-29 14:32 UTC (permalink / raw)
To: Zwane Mwaikambo; +Cc: Mark Zealey, Linux Kernel List
On Tuesday, 29. January 2002 07:45, Zwane Mwaikambo wrote:
> On Mon, 28 Jan 2002, Dieter [iso-8859-15] Nützel wrote:
> > MTRR, of course (do you like 2D and even 3D hardware accelerated without
> > MTRR?), FB, no, chipset is a AMD 750 (Irongate C4), using X 4.1.99.1 DRI
> > CVS.
>
> The reason why i ask is because i was experiencing font corruption with
> MTRRs enabled and X segfaulting with 4.x and a VIA Apollo pro
That make sense.
> (mostly because with 3.3.6 i never setup the MTRRs myself)
We 3.3.6 you have to do it some times.
> and a friend of mine was seeing corruption plus the occasional lockup with
> his KT133. Disabling MTRRs solved both our lockup problems,
This could be all the VIA/mobo/BIOS problems widely discussed.
Maybe the latest AGP GART issue.
> mind you i soon switched back to my older 440BX setup and my problems went
> away.
Some point at Intel 'cause they "designed" the AGP port with UP only in mind
and AMD's Athlon/Duron is designed for SMP from the ground.
> I also asked about FB because my particular card (ATI Rage IIC) never gets
> MTRRs working in X4.1 unless i have it FB enabled.
Have you ever looked at XFree and/or DRI devel?
I think this could and should be solved. Without notice nobody cares...
You should definitely go with XFree86 4.2.0. It is out and most distros have
packages available. Then look deeper into the MTRR problem.
Good luck.
Dieter
--
Dieter Nützel
Graduate Student, Computer Science
University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel@hamburg.de
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
@ 2002-01-28 16:39 Dieter Nützel
0 siblings, 0 replies; 23+ messages in thread
From: Dieter Nützel @ 2002-01-28 16:39 UTC (permalink / raw)
To: Zwane Mwaikambo; +Cc: Mark Zealey, Linux Kernel List
On Mon, Jan 28, 2002 at 04:12:34PM +0200, Zwane Mwaikambo wrote:
> On Mon, 28 Jan 2002, Zwane Mwaikambo wrote:
>
> > Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
> > motherboard chipset?
MTRR, of course (do you like 2D and even 3D hardware accelerated without
MTRR?), FB, no, chipset is a AMD 750 (Irongate C4), using X 4.1.99.1 DRI CVS.
I am with the DRI devel team and saw it occasionally with XFree86 DRI CVS
trunk and the latest mesa-4-0-branch. At that time I had FB enabled as I
remember right.
The current DRI stuff is "only" missing the latest XFree86 4.2.0 release 2D
code. Update is under way.
I can _NOT_ see it without FB and currently running
2.4.18-pre7-J6-VM-23-preempt-lock.
/home/nuetzel> cat /proc/mtrr
reg00: base=0x00000000 ( 0MB), size= 512MB: write-back, count=1
reg01: base=0x20000000 ( 512MB), size= 128MB: write-back, count=1
reg02: base=0xec103000 (3777MB), size= 4KB: write-combining, count=1
reg03: base=0xe0000000 (3584MB), size= 64MB: write-combining, count=2
Voodoo5 5500 AGP.
Regards,
Dieter
--
Dieter Nützel
Graduate Student, Computer Science
University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel@hamburg.de
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
@ 2002-01-28 14:11 Zwane Mwaikambo
2002-01-28 14:12 ` Zwane Mwaikambo
0 siblings, 1 reply; 23+ messages in thread
From: Zwane Mwaikambo @ 2002-01-28 14:11 UTC (permalink / raw)
To: Mark Zealey; +Cc: Linux Kernel, grundig
Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
motherboard chipset?
Regards,
Zwane Mwaikambo
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-28 14:11 Zwane Mwaikambo
@ 2002-01-28 14:12 ` Zwane Mwaikambo
2002-01-28 15:56 ` Mark Zealey
2002-01-28 20:41 ` Diego Calleja
0 siblings, 2 replies; 23+ messages in thread
From: Zwane Mwaikambo @ 2002-01-28 14:12 UTC (permalink / raw)
To: Mark Zealey; +Cc: Linux Kernel, grundig
On Mon, 28 Jan 2002, Zwane Mwaikambo wrote:
> Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
> motherboard chipset?
Forgot to mention, which XFree86 version?
Cheers,
Zwane Mwaikambo
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-28 14:12 ` Zwane Mwaikambo
@ 2002-01-28 15:56 ` Mark Zealey
2002-01-28 20:41 ` Diego Calleja
1 sibling, 0 replies; 23+ messages in thread
From: Mark Zealey @ 2002-01-28 15:56 UTC (permalink / raw)
To: Linux Kernel
On Mon, Jan 28, 2002 at 04:12:34PM +0200, Zwane Mwaikambo wrote:
> On Mon, 28 Jan 2002, Zwane Mwaikambo wrote:
>
> > Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
> > motherboard chipset?
MTTR, yes, FB, no, chipset is a via apollo MVP3, using X 4.1.0
--
Mark Zealey
mark@zealos.org
mark@itsolve.co.uk
UL++++>$ G!>(GCM/GCS/GS/GM) dpu? s:-@ a16! C++++>$ P++++>+++++$ L+++>+++++$
!E---? W+++>$ N- !o? !w--- O? !M? !V? !PS !PE--@ PGP+? r++ !t---?@ !X---?
!R- b+ !tv b+ DI+ D+? G+++ e>+++++ !h++* r!-- y--
(www.geekcode.com)
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-28 14:12 ` Zwane Mwaikambo
2002-01-28 15:56 ` Mark Zealey
@ 2002-01-28 20:41 ` Diego Calleja
2002-01-28 21:31 ` Chris Meadors
1 sibling, 1 reply; 23+ messages in thread
From: Diego Calleja @ 2002-01-28 20:41 UTC (permalink / raw)
To: Zwane Mwaikambo, lkml; +Cc: Linux Kernel, grundig
On 28 ene 2002, 16:12:34, Zwane Mwaikambo wrote:
>
> On Mon, 28 Jan 2002, Zwane Mwaikambo wrote:
>
> > Do you guys have CONFIG_MTRR and/or CONFIG_FB_VESA enabled? Also which
> > motherboard chipset?
I have CONFIG_MTRR enabled. CONFIG_FB_VESA is disabled.
Moterhboard: MS-5571
Chipset: SIS 5571 Trinity, Video card voodoo 3 3000 PCI
>
> Forgot to mention, which XFree86 version?
X 4.1.0 (debian woody release)
Diego Calleja.
>
> Cheers,
> Zwane Mwaikambo
>
> -
> 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/
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-28 20:41 ` Diego Calleja
@ 2002-01-28 21:31 ` Chris Meadors
0 siblings, 0 replies; 23+ messages in thread
From: Chris Meadors @ 2002-01-28 21:31 UTC (permalink / raw)
To: Diego Calleja; +Cc: Zwane Mwaikambo, lkml
On 28 xxx -1, Diego Calleja wrote:
> X 4.1.0 (debian woody release)
I was going to pipe up and say that I think 4.2.0 fixed the problem. But
today running a 2.4.17 kernel, and X 4.2.0, I flopped out of X and to look
at e-mail on a normal text console (132x60) to find the bottom of my '7's
eaten away.
This font corruption has seemed to have gotten better over time (orginally
I saw thins like yellow blinking question marks on red background
scattered about my screen a year ago), 2.4.17 and 4.2.0 seem to have the
problem at an all time low.
-Chris
--
Two penguins were walking on an iceberg. The first penguin said to the
second, "you look like you are wearing a tuxedo." The second penguin
said, "I might be..." --David Lynch, Twin Peaks
^ permalink raw reply [flat|nested] 23+ messages in thread
* fonts corruption with 3dfx drm module
@ 2002-01-27 11:36 Diego Calleja
2002-01-27 12:25 ` Mark Zealey
0 siblings, 1 reply; 23+ messages in thread
From: Diego Calleja @ 2002-01-27 11:36 UTC (permalink / raw)
To: lkml
I can see fonts corruption when switching from X to console. I use last
stable kernel, but it's been hapenning from earlier versions. I use
iso-8959-15 fonts in console, with tdfx drm module for X, my video card is voodoo 3 3000 PCI.
I hope this can help.
Diego.
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-27 11:36 Diego Calleja
@ 2002-01-27 12:25 ` Mark Zealey
2002-01-27 13:00 ` Daniel J Blueman
0 siblings, 1 reply; 23+ messages in thread
From: Mark Zealey @ 2002-01-27 12:25 UTC (permalink / raw)
To: lkml
On Sun, Jan 27, 2002 at 12:15:01PM +0000, Diego Calleja wrote:
> I can see fonts corruption when switching from X to console. I use last
> stable kernel, but it's been hapenning from earlier versions. I use
> iso-8959-15 fonts in console, with tdfx drm module for X, my video card is voodoo 3 3000 PCI.
> I hope this can help.
Yes, I've been seeing this too, it's happened in 2.2.19, 2.2.20 and 2.4.17 (for
me). Voodoo banshee PCI card.. it can be annoying, but another switch usially
fixes it...
--
Mark Zealey
mark@zealos.org
mark@itsolve.co.uk
UL++++>$ G!>(GCM/GCS/GS/GM) dpu? s:-@ a16! C++++>$ P++++>+++++$ L+++>+++++$
!E---? W+++>$ N- !o? !w--- O? !M? !V? !PS !PE--@ PGP+? r++ !t---?@ !X---?
!R- b+ !tv b+ DI+ D+? G+++ e>+++++ !h++* r!-- y--
(www.geekcode.com)
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: fonts corruption with 3dfx drm module
2002-01-27 12:25 ` Mark Zealey
@ 2002-01-27 13:00 ` Daniel J Blueman
2002-01-27 13:33 ` Mark Zealey
2002-01-27 17:35 ` Diego Calleja
0 siblings, 2 replies; 23+ messages in thread
From: Daniel J Blueman @ 2002-01-27 13:00 UTC (permalink / raw)
To: 'Mark Zealey', 'lkml'
Do you have a graphical console or text? I believe there are fixes in
2.4.18-preX to decrease the 3dfx banshee/v3 pixel clock or something to
alleviate this issue. That'll be in the 3dfx framebuffer driver.
Or, of course, it could be something entirely different....
____________________
Daniel J Blueman
> On Sun, Jan 27, 2002 at 12:15:01PM +0000, Diego Calleja wrote:
> > I can see fonts corruption when switching from X to console. I use
> > last stable kernel, but it's been hapenning from earlier
> versions. I
> > use iso-8959-15 fonts in console, with tdfx drm module for
> X, my video
> > card is voodoo 3 3000 PCI. I hope this can help.
>
> Yes, I've been seeing this too, it's happened in 2.2.19,
> 2.2.20 and 2.4.17 (for me). Voodoo banshee PCI card.. it can
> be annoying, but another switch usially fixes it...
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-27 13:00 ` Daniel J Blueman
@ 2002-01-27 13:33 ` Mark Zealey
2002-01-27 14:35 ` thunder7
2002-01-27 17:35 ` Diego Calleja
1 sibling, 1 reply; 23+ messages in thread
From: Mark Zealey @ 2002-01-27 13:33 UTC (permalink / raw)
To: 'lkml'
On Sun, Jan 27, 2002 at 01:00:57PM -0000, Daniel J Blueman wrote:
> Do you have a graphical console or text? I believe there are fixes in
> 2.4.18-preX to decrease the 3dfx banshee/v3 pixel clock or something to
> alleviate this issue. That'll be in the 3dfx framebuffer driver.
>
> Or, of course, it could be something entirely different....
Text at something like 32x80 and graphics in X at 640x480. This seems to be a
character map corruption problem, like an > will only have the / bit showing on
it, or an ! will be half-sized etc. Also happens with other chars, but a flip
back into X and then console again usially fixes it
--
Mark Zealey
mark@zealos.org
mark@itsolve.co.uk
UL++++>$ G!>(GCM/GCS/GS/GM) dpu? s:-@ a16! C++++>$ P++++>+++++$ L+++>+++++$
!E---? W+++>$ N- !o? !w--- O? !M? !V? !PS !PE--@ PGP+? r++ !t---?@ !X---?
!R- b+ !tv b+ DI+ D+? G+++ e>+++++ !h++* r!-- y--
(www.geekcode.com)
^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: fonts corruption with 3dfx drm module
2002-01-27 13:33 ` Mark Zealey
@ 2002-01-27 14:35 ` thunder7
0 siblings, 0 replies; 23+ messages in thread
From: thunder7 @ 2002-01-27 14:35 UTC (permalink / raw)
To: Mark Zealey; +Cc: 'lkml'
On Sun, Jan 27, 2002 at 01:33:48PM +0000, Mark Zealey wrote:
> On Sun, Jan 27, 2002 at 01:00:57PM -0000, Daniel J Blueman wrote:
>
> > Do you have a graphical console or text? I believe there are fixes in
> > 2.4.18-preX to decrease the 3dfx banshee/v3 pixel clock or something to
> > alleviate this issue. That'll be in the 3dfx framebuffer driver.
> >
That fix only becomes active when the pixelclock is over half the maximum
value for the DAC on your card.
> > Or, of course, it could be something entirely different....
>
> Text at something like 32x80 and graphics in X at 640x480. This seems to be a
> character map corruption problem, like an > will only have the / bit showing on
> it, or an ! will be half-sized etc. Also happens with other chars, but a flip
> back into X and then console again usially fixes it
>
> --
That means it would be difficult to hit with the console at 80x32 and X at
640x480, unless you run at a ridiculous vertical frequency.
Anyway, it's simple to test if this fix caused it by replacing txfxfb.c
with a version from before 2.4.18-pre6.
Since I proposed this fix, I'd be intertested to know if this fix caused it.
Let me know,
Jurriaan
>
> Mark Zealey
> mark@zealos.org
> mark@itsolve.co.uk
>
> UL++++>$ G!>(GCM/GCS/GS/GM) dpu? s:-@ a16! C++++>$ P++++>+++++$ L+++>+++++$
> !E---? W+++>$ N- !o? !w--- O? !M? !V? !PS !PE--@ PGP+? r++ !t---?@ !X---?
> !R- b+ !tv b+ DI+ D+? G+++ e>+++++ !h++* r!-- y--
>
> (www.geekcode.com)
> -
> 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/
>
^ permalink raw reply [flat|nested] 23+ messages in thread
* RE: fonts corruption with 3dfx drm module
2002-01-27 13:00 ` Daniel J Blueman
2002-01-27 13:33 ` Mark Zealey
@ 2002-01-27 17:35 ` Diego Calleja
1 sibling, 0 replies; 23+ messages in thread
From: Diego Calleja @ 2002-01-27 17:35 UTC (permalink / raw)
To: Daniel J Blueman, lkml
On 27 ene 2002, 13:00:57, Daniel J Blueman wrote:
>
> Do you have a graphical console or text? I believe there are fixes in
> 2.4.18-preX to decrease the 3dfx banshee/v3 pixel clock or something to
> alleviate this issue. That'll be in the 3dfx framebuffer driver.
>
> Or, of course, it could be something entirely different....
I use 2.4.18-pre7 now
> ____________________
> Daniel J Blueman
^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2002-05-10 12:31 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-09 11:47 fonts corruption with 3dfx drm module Christian Burger
2002-05-09 20:35 ` Jussi Laako
2002-05-10 6:28 ` Christian Burger
2002-05-09 21:07 ` Diego Calleja
-- strict thread matches above, loose matches on Subject: below --
2002-01-30 19:10 Marek Kassur
2002-01-30 19:56 ` Jurriaan on Alpha
[not found] <20020128203706.24AC0FB8D@netfinity.realnet.co.sz>
2002-01-30 10:14 ` Zwane Mwaikambo
2002-01-31 21:03 ` Diego Calleja
[not found] <20020129143209.2AE68FB85@netfinity.realnet.co.sz>
2002-01-29 14:40 ` Zwane Mwaikambo
[not found] <20020128182427.11F20FB8D@netfinity.realnet.co.sz>
2002-01-29 6:45 ` Zwane Mwaikambo
2002-01-29 14:32 ` Dieter Nützel
2002-01-28 16:39 Dieter Nützel
2002-01-28 14:11 Zwane Mwaikambo
2002-01-28 14:12 ` Zwane Mwaikambo
2002-01-28 15:56 ` Mark Zealey
2002-01-28 20:41 ` Diego Calleja
2002-01-28 21:31 ` Chris Meadors
2002-01-27 11:36 Diego Calleja
2002-01-27 12:25 ` Mark Zealey
2002-01-27 13:00 ` Daniel J Blueman
2002-01-27 13:33 ` Mark Zealey
2002-01-27 14:35 ` thunder7
2002-01-27 17:35 ` Diego Calleja
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox