* [parisc-linux] Help wanted: XF86Config (B2600)
@ 2002-09-24 12:40 joachim.weller
2002-09-24 12:54 ` Thibaut VARENE
2002-09-24 12:54 ` jsoe0708
0 siblings, 2 replies; 5+ messages in thread
From: joachim.weller @ 2002-09-24 12:40 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 1616 bytes --]
Hi,
since yesterday, I have up and running a B2600 with Debian woody 3.0,
but I can't setup X11 Configuration for the built in PCI Grafic card,
using framebuffer driver.
The error message in /etc/XFree86.0.log (XFree86 Version 4.1.0.1)
says:
(EE) No devices detected.
although I have put in /etc/X11/XF86Config:
Section "Device"
BoardName "hp-3D"
Identifier "Device[0]"
BusID "1:3:0"
Driver "fbdev"
Option "UseFBDev" "true"
Screen 0
EndSection
The BusID was determined by "cat /proc/pci" :
Bus 1, device 3, function 0:
3D controller: PCI device 103c:108b (Hewlett-Packard Company) (rev 5).
IRQ 258.
Master Capable. Latency=255.
Prefetchable 64 bit memory at 0xfffffffffb000000
[0xfffffffffbffffff].
Non-prefetchable 64 bit memory at 0xfffffffffa000000
[0xfffffffffaffffff].
If anybody has the same grafic card running, I would very much appreciate
to get a working XF86Config or any tips to resolve that problem.
Regards,
Joachim
Joachim Weller
Philips Medizin Systeme Boeblingen GmbH
Cardiac and Monitoring Systems (CMS) /New Product Engineering
Phone: {+49|0}-7031-463-1891
Fax: {+49|0}-7031-463-2112
________________________________________________________________________________
Geschäftsführer: Dr. Werner Haas, David Russell, Wolfgang Strenzl
(Sprecher)
Sitz der Gesellschaft: Böblingen Registergericht Böblingen Reg.-Nr. HRB
5187
Hewlett-Packard Str. 2, D 71034 Boeblingen -GERMANY-
[-- Attachment #2: Type: text/html, Size: 3467 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [parisc-linux] Help wanted: XF86Config (B2600)
2002-09-24 12:40 [parisc-linux] Help wanted: XF86Config (B2600) joachim.weller
@ 2002-09-24 12:54 ` Thibaut VARENE
2002-09-24 12:54 ` jsoe0708
1 sibling, 0 replies; 5+ messages in thread
From: Thibaut VARENE @ 2002-09-24 12:54 UTC (permalink / raw)
To: joachim.weller; +Cc: parisc-linux
joachim.weller@philips.com wrote:
> The BusID was determined by "cat /proc/pci" :
> Bus 1, device 3, function 0:
> 3D controller: PCI device 103c:108b (Hewlett-Packard Company) (rev 5).
> IRQ 258.
> Master Capable. Latency=255.
> Prefetchable 64 bit memory at 0xfffffffffb000000
> [0xfffffffffbffffff].
> Non-prefetchable 64 bit memory at 0xfffffffffa000000
> [0xfffffffffaffffff].
it's a FXE card, unsupported.
Only Vis-EG are.
Support for these cards is planned to be worked on ;)
HTH,
Thibaut VARENE
PA/Linux ESIEE Team
http://pateam.esiee.fr/
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [parisc-linux] Help wanted: XF86Config (B2600)
2002-09-24 12:40 [parisc-linux] Help wanted: XF86Config (B2600) joachim.weller
2002-09-24 12:54 ` Thibaut VARENE
@ 2002-09-24 12:54 ` jsoe0708
1 sibling, 0 replies; 5+ messages in thread
From: jsoe0708 @ 2002-09-24 12:54 UTC (permalink / raw)
To: joachim.weller, parisc-linux
Hey Joachim,
Have first a look with dmesg.
For my b2k a get unfortunately:
...
STI device: HPA4982A
stifb: Unsupported gfx card id 0x35acda16
...
Joel
>-- Original Message --
>From: joachim.weller@philips.com
>To: parisc-linux@lists.parisc-linux.org
>Subject: [parisc-linux] Help wanted: XF86Config (B2600)
>Date: Tue, 24 Sep 2002 14:40:33 +0200
>
>
>Hi,
>
>since yesterday, I have up and running a B2600 with Debian woody 3.0,
>but I can't setup X11 Configuration for the built in PCI Grafic card,
>using framebuffer driver.
>
>The error message in /etc/XFree86.0.log (XFree86 Version 4.1.0.1)
>says:
>(EE) No devices detected.
>
>although I have put in /etc/X11/XF86Config:
>
>Section "Device"
> BoardName "hp-3D"
> Identifier "Device[0]"
> BusID "1:3:0"
> Driver "fbdev"
> Option "UseFBDev" "true"
> Screen 0
>EndSection
>
>The BusID was determined by "cat /proc/pci" :
> Bus 1, device 3, function 0:
> 3D controller: PCI device 103c:108b (Hewlett-Packard Company) (rev 5).
> IRQ 258.
> Master Capable. Latency=255.
> Prefetchable 64 bit memory at 0xfffffffffb000000
>[0xfffffffffbffffff].
> Non-prefetchable 64 bit memory at 0xfffffffffa000000
>[0xfffffffffaffffff].
>
>If anybody has the same grafic card running, I would very much appreciate
>to get a working XF86Config or any tips to resolve that problem.
>
>Regards,
> Joachim
>
>Joachim Weller
>
>Philips Medizin Systeme Boeblingen GmbH
>Cardiac and Monitoring Systems (CMS) /New Product Engineering
>Phone: {+49|0}-7031-463-1891
>Fax: {+49|0}-7031-463-2112
>________________________________________________________________________________
>Gesch?ftsf?hrer: Dr. Werner Haas, David Russell, Wolfgang Strenzl
>(Sprecher)
>Sitz der Gesellschaft: B?blingen Registergericht B?blingen Reg.-Nr. HRB
>5187
>Hewlett-Packard Str. 2, D 71034 Boeblingen -GERMANY-
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] Help wanted: XF86Config (B2600)
@ 2002-09-24 13:36 joachim.weller
2002-09-24 14:12 ` Thibaut VARENE
0 siblings, 1 reply; 5+ messages in thread
From: joachim.weller @ 2002-09-24 13:36 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 756 bytes --]
Merci beacoup Thibault,
> it's a FXE card, unsupported.
> Only Vis-EG are.
> Support for these cards is planned to be worked on ;)
Would it be possible to plug in a standard PC PCI Grafics card, like lets
say
a vanilla matrox mgag550 and use that driver ?
Joachim Weller
Philips Medizin Systeme Boeblingen GmbH
Cardiac and Monitoring Systems (CMS) /New Product Engineering
Phone: {+49|0}-7031-463-1891
Fax: {+49|0}-7031-463-2112
________________________________________________________________________________
Geschäftsführer: Dr. Werner Haas, David Russell, Wolfgang Strenzl
(Sprecher)
Sitz der Gesellschaft: Böblingen Registergericht Böblingen Reg.-Nr. HRB
5187
Hewlett-Packard Str. 2, D 71034 Boeblingen -GERMANY-
[-- Attachment #2: Type: text/html, Size: 1064 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-09-24 14:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-24 12:40 [parisc-linux] Help wanted: XF86Config (B2600) joachim.weller
2002-09-24 12:54 ` Thibaut VARENE
2002-09-24 12:54 ` jsoe0708
-- strict thread matches above, loose matches on Subject: below --
2002-09-24 13:36 joachim.weller
2002-09-24 14:12 ` Thibaut VARENE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox