* [parisc-linux] Graphics support on 755?
@ 2001-12-29 23:21 Aaron Macks
[not found] ` <3C2F42C5.6040004@interaccess.com>
0 siblings, 1 reply; 4+ messages in thread
From: Aaron Macks @ 2001-12-29 23:21 UTC (permalink / raw)
To: PARISC-Linux
I've got a 9000/755, happily running HPUX on it's FW drive, and I
finally found a SN drive for linux. My question is twofold, how can I
identify the graphics subsystem(seperate board) and where is a list of
supported graphics cards?
Aaron
--
_______________________________________________________
Aaron Macks(aaronm@cs.brandeis.edu)
My sheep has seven gall bladders, that makes me the King of the Universe!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] Graphics support on 755?
[not found] ` <3C2F42C5.6040004@interaccess.com>
@ 2001-12-30 18:52 ` Aaron Macks
[not found] ` <3C2F7CD8.9060102@interaccess.com>
2001-12-31 17:44 ` Grant Grundler
0 siblings, 2 replies; 4+ messages in thread
From: Aaron Macks @ 2001-12-30 18:52 UTC (permalink / raw)
To: PARISC-Linux
> Kernel source. ./arch/parisc/kernel/hardware.c
>
> The kernel supports display adapters that are supported by the pdc BIOS.
> I assume it's an HP card, which means HPUX supports it, which strongly
> infers it's supported by pdc BIOS.
>
> What I don't know is, if you get something like an nVidia card, stick it
> into the EISA bus, that such will work...
>
> --
> ____ .:. ____
> Bryan W. Headley - bheadley@interaccess.com
it's an HP card, not in the EISA slots, but in the big slots on the
backplane. Is there anything like lspci, but for the HP slots?
Aaron
--
_______________________________________________________
Aaron Macks(aaronm@cs.brandeis.edu)
My sheep has seven gall bladders, that makes me the King of the Universe!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] Graphics support on 755?
[not found] ` <3C2F7CD8.9060102@interaccess.com>
@ 2001-12-30 21:51 ` Aaron Macks
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Macks @ 2001-12-30 21:51 UTC (permalink / raw)
To: PARISC-Linux
> I know of no standalone tools, but /var/log/messages lists all hardware
> the kernel recognizes during bootup.
>
> --
> ____ .:. ____
> Bryan W. Headley - bheadley@interaccess.com
still running HPUX, so no boot log. I'm trying to figure if I need a
terminal to install Linux, or can use the graphics system. ioscan
> didn't give any useful indformation either
Aaron
--
_______________________________________________________
Aaron Macks(aaronm@cs.brandeis.edu)
My sheep has seven gall bladders, that makes me the King of the Universe!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] Graphics support on 755?
2001-12-30 18:52 ` Aaron Macks
[not found] ` <3C2F7CD8.9060102@interaccess.com>
@ 2001-12-31 17:44 ` Grant Grundler
1 sibling, 0 replies; 4+ messages in thread
From: Grant Grundler @ 2001-12-31 17:44 UTC (permalink / raw)
To: Aaron Macks; +Cc: PARISC-Linux
Aaron Macks wrote:
> it's an HP card, not in the EISA slots, but in the big slots on the
> backplane. Is there anything like lspci, but for the HP slots?
not really.
You could look in /proc/bus/gsc:
setup.c: if (NULL == proc_gsc_root)
setup.c: proc_gsc_root = proc_mkdir("bus/gsc", 0);
hmmm...here too:
pci-dma.c: proc_gsc_root = proc_mkdir("gsc", 0);
pci-dma.c: create_proc_info_entry("dino", 0, proc_gsc_root, pcxl_proc_info);
Someone could take lspci could and rewrite it to deal with PARISC
IODC data (HPPB, GSC, RUNWAY, etc).
grant
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-12-31 17:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-29 23:21 [parisc-linux] Graphics support on 755? Aaron Macks
[not found] ` <3C2F42C5.6040004@interaccess.com>
2001-12-30 18:52 ` Aaron Macks
[not found] ` <3C2F7CD8.9060102@interaccess.com>
2001-12-30 21:51 ` Aaron Macks
2001-12-31 17:44 ` Grant Grundler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox