* [parisc-linux] Re: Matrox Mystique video card caused Kernel Panic on HP Visualize 785/B2000 with rebuilt 2.6.8 kernel
[not found] ` <5.1.1.6.1.20050531110035.02358110@pop.singnet.com.sg>
@ 2005-05-31 21:10 ` Grant Grundler
2005-06-01 1:04 ` [parisc-linux] S3 ViRGE Stuart Brady
0 siblings, 1 reply; 4+ messages in thread
From: Grant Grundler @ 2005-05-31 21:10 UTC (permalink / raw)
To: J. L. Lee; +Cc: parisc-linux
On Tue, May 31, 2005 at 11:09:05AM +0800, J. L. Lee wrote:
> I am a novice to Linux, especially the Debian variant and the HP
> workstations. I am also not a programmer so afraid you have to be patient
> with me.
no problem.
Please keep the parisc-linux list cc'd so the mail gets archived.
> You mentioned "The symptom is consistent with derefencing an address that's
> not ioremapped. But it looks like ioremapped is being called in
> initMatrox2(). You want to add printk's to make sure that's happening like
> we expect."
>
> I don't understand what you mean but if you can direct me to where I could
> change the coding in the source code I will give it a try and let you know
> the result.
What I meant was, in drivers/video/matrox/matroxfb_base.h
add a printk to mga_ioremap() and to mga_iounmap() so we know
what the virtual and physical addresses are and when to expect
the mappings to be valid.
Sorry, I don't have time to cook up a proper patch.
Please also build with CONFIG_FB_MATROX=m (as a module) so you can first:
lspci -v
cat /proc/iomem
then "modprobe maxtroxfb" once you are ready to crash the machine.
> ps. Yes, I have referred to the Graphics How-To. That is why I chose the
> Matrox video card. I have S3 Virge too but there is no configurable S3
> driver in the kernel configuration file.
Ok. If someone can tell me S3 Virge is compatible with another matrox
cards, I'd be happy to add it to the How-To.
hth,
grant
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* [parisc-linux] S3 ViRGE
2005-05-31 21:10 ` [parisc-linux] Re: Matrox Mystique video card caused Kernel Panic on HP Visualize 785/B2000 with rebuilt 2.6.8 kernel Grant Grundler
@ 2005-06-01 1:04 ` Stuart Brady
2005-06-01 13:42 ` Joel Soete
0 siblings, 1 reply; 4+ messages in thread
From: Stuart Brady @ 2005-06-01 1:04 UTC (permalink / raw)
To: parisc-linux
On Tue, May 31, 2005 at 11:09:05AM +0800, J. L. Lee wrote:
> I have S3 Virge too but there is no configurable S3 driver in the
> kernel configuration file.
virgefb seems to be for for Amigas only. It might be worth trying the X
driver (which works for me on x86).
--
Stuart Brady
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [parisc-linux] S3 ViRGE
2005-06-01 1:04 ` [parisc-linux] S3 ViRGE Stuart Brady
@ 2005-06-01 13:42 ` Joel Soete
2005-06-06 16:55 ` [parisc-linux] matroxfb bugfix Stuart Brady
0 siblings, 1 reply; 4+ messages in thread
From: Joel Soete @ 2005-06-01 13:42 UTC (permalink / raw)
To: Stuart Brady, parisc-linux
>
> On Tue, May 31, 2005 at 11:09:05AM +0800, J. L. Lee wrote:
> > I have S3 Virge too but there is no configurable S3 driver in the
> > kernel configuration file.
>
> virgefb seems to be for for Amigas only. It might be worth trying the
X
> driver (which works for me on x86).
> --
Just for the record, I noticed that 2.6.11.11 patch contained:
[snip]
[PATCH] Fix matroxfb on big-endian hardware
[snip]
Is it already part of 2.6.12-rc5?
Joel
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] matroxfb bugfix
2005-06-01 13:42 ` Joel Soete
@ 2005-06-06 16:55 ` Stuart Brady
0 siblings, 0 replies; 4+ messages in thread
From: Stuart Brady @ 2005-06-06 16:55 UTC (permalink / raw)
To: parisc-linux, Joel Soete
On Wed, Jun 01, 2005 at 03:42:14PM +0200, Joel Soete wrote:
> Just for the record, I noticed that 2.6.11.11 patch contained:
> [snip]
> [PATCH] Fix matroxfb on big-endian hardware
> [snip]
>
> Is it already part of 2.6.12-rc5?
It's in the changelog for 2.6.12-rc2.
Has anyone tested it on parisc? (Apparently the corruption only occured
in accelerated mode.)
--
Stuart Brady
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-06-06 16:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5.1.1.6.1.20050530221651.0238dca8@pop.singnet.com.sg>
[not found] ` <5.1.1.6.1.20050531110035.02358110@pop.singnet.com.sg>
2005-05-31 21:10 ` [parisc-linux] Re: Matrox Mystique video card caused Kernel Panic on HP Visualize 785/B2000 with rebuilt 2.6.8 kernel Grant Grundler
2005-06-01 1:04 ` [parisc-linux] S3 ViRGE Stuart Brady
2005-06-01 13:42 ` Joel Soete
2005-06-06 16:55 ` [parisc-linux] matroxfb bugfix Stuart Brady
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox