All of lore.kernel.org
 help / color / mirror / Atom feed
* PCIe Graphic card for SPARC T1000/2000 Platform
@ 2008-03-29  0:26 Nasser Shayesteh
  2008-03-29  0:37 ` David Miller
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nasser Shayesteh @ 2008-03-29  0:26 UTC (permalink / raw)
  To: sparclinux


Hello

I have a SPARC T2000 system installed with Ubuntu 7.10  Server Edition 
running "2.6.22-14-sparc64-smp"  kernel.

I am interested to know whether anyone knows of  any low power PCIe 
graphics card and corresponding driver that works on T1000T2000 SPARC 
based platforms.

I also tried  Nvidia (NVS440)  graphic card without the FCODE to see if 
I can start X using the nvidiafb.ko driver that comes with stock Ubuntu 
kernel distribution for servers. The device was recognized OK. However, 
there is a fatal mmap() failure.


# startx

......


(WW) NV: No matching Device section for instance (BusID PCI:16:0:0) found
mmap failure: Invalid argument

Fatal server error:
xf86MapDomainMem():  mmap() failure

XIO:  fatal IO error 54 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.


Is there any patch available that I can try?

Thanks,

--Nasser



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

* Re: PCIe Graphic card for SPARC T1000/2000 Platform
  2008-03-29  0:26 PCIe Graphic card for SPARC T1000/2000 Platform Nasser Shayesteh
@ 2008-03-29  0:37 ` David Miller
  2008-04-19  0:32 ` Nasser Shayesteh
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2008-03-29  0:37 UTC (permalink / raw)
  To: sparclinux

From: Nasser Shayesteh <Nasser.Shayesteh@Sun.COM>
Date: Fri, 28 Mar 2008 17:26:36 -0700

> I have a SPARC T2000 system installed with Ubuntu 7.10  Server Edition 
> running "2.6.22-14-sparc64-smp"  kernel.
> 
> I am interested to know whether anyone knows of  any low power PCIe 
> graphics card and corresponding driver that works on T1000T2000 SPARC 
> based platforms.
> 
> I also tried  Nvidia (NVS440)  graphic card without the FCODE to see if 
> I can start X using the nvidiafb.ko driver that comes with stock Ubuntu 
> kernel distribution for servers. The device was recognized OK. However, 
> there is a fatal mmap() failure.

NVIDIA isn't going to work, Radeon (XVR-100) cards should
work if you configure X to use the "fb" acceleration-less
driver.

The state of X is very poor under Linux at the moment,
although it should improve substantially in future
releases.

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

* Re: PCIe Graphic card for SPARC T1000/2000 Platform
  2008-03-29  0:26 PCIe Graphic card for SPARC T1000/2000 Platform Nasser Shayesteh
  2008-03-29  0:37 ` David Miller
@ 2008-04-19  0:32 ` Nasser Shayesteh
  2008-04-19  0:45 ` David Miller
  2008-04-19  0:48 ` David Miller
  3 siblings, 0 replies; 5+ messages in thread
From: Nasser Shayesteh @ 2008-04-19  0:32 UTC (permalink / raw)
  To: sparclinux


David,

Thanks for the input. The platform that I am currently testing is 
T5120/5220. It does not have any PCI slots. It has three PCI-Express 
slots. The Radeon(XVR-100) supported by Sun is a PCI card. I have not 
been able to locate a PCI-Express version of the card. Sun supports a 
different version of Radeon family that is based on [FireGL V3100 (PCIE) 
- RV370 5B64]. It is called XVR-300. it works on T5120 platforms running 
solaris. There is a strong interest to get this card working on T5120 
and the future RDK platforms. it also seems that there is a support for 
this card in the linux under (radeon_base.c). I tried this card a couple 
of times using two different versions of Linux kernel (stock Ubuntu and 
custom built based on source_2.6.24). However, the system hangs during 
boot regardless of output-device= screen or virtual-console. I built a 
new kernel without the Radeon driver and was able to boot. No hard hang 
there. Any inputs appreciated.

'

SPARC Enterprise T5120, Keyboard Present
Copyright 2008 Sun Microsystems, Inc. All rights reserved.
OpenBoot 4.27.11, 3968 MB memory available, Serial #76993274.
Ethernet address 0:14:4f:96:d2:fa, Host ID: 8496d2fa.

{0} ok show-displays
a) /pci@0/pci@0/pci@9/SUNW,XVR-300@0
q) NO SELECTION
Enter Selection, q to quit:

{0} ok show-devs
/pci@0/pci@0
/pci@0/pci@0/pci@9
/pci@0/pci@0/pci@8
/pci@0/pci@0/pci@2
/pci@0/pci@0/pci@1
/pci@0/pci@0/pci@9/SUNW,XVR-300@0
/pci@0/pci@0/pci@8/pci@0
/pci@0/pci@0/pci@8/pci@0/pci@a
/pci@0/pci@0/pci@8/pci@0/pci@9
/pci@0/pci@0/pci@8/pci@0/pci@8
/pci@0/pci@0/pci@8/pci@0/pci@2
/pci@0/pci@0/pci@8/pci@0/pci@1


{0} ok boot
Boot device: /pci@0/pci@0/pci@2/scsi@0/disk@0,0:a File and args:
SILO Version 1.4.13
boot:
Allocated 8 Megs of memory at 0x40000000 for kernel
Uncompressing image...
Loaded kernel version 2.6.22
Loading initial ramdisk (6064531 bytes at 0x9000000 phys, 0x40C00000 
virt)...
\
Remapping the kernel... done.
OF stdout device is: /virtual-devices@100/console@1
Debug=Built device tree
Debug=Returning from prom_build_devicetree
Booting Linux...
Debug=Geting out of paging_init routine ...

System hangs here. Never gets to [ 59.563844] rtc_init: no PC rtc found]


Thanks
--Nasser


David Miller wrote:
> From: Nasser Shayesteh <Nasser.Shayesteh@Sun.COM>
> Date: Fri, 28 Mar 2008 17:26:36 -0700
>
>   
>> I have a SPARC T2000 system installed with Ubuntu 7.10  Server Edition 
>> running "2.6.22-14-sparc64-smp"  kernel.
>>
>> I am interested to know whether anyone knows of  any low power PCIe 
>> graphics card and corresponding driver that works on T1000T2000 SPARC 
>> based platforms.
>>
>> I also tried  Nvidia (NVS440)  graphic card without the FCODE to see if 
>> I can start X using the nvidiafb.ko driver that comes with stock Ubuntu 
>> kernel distribution for servers. The device was recognized OK. However, 
>> there is a fatal mmap() failure.
>>     
>
> NVIDIA isn't going to work, Radeon (XVR-100) cards should
> work if you configure X to use the "fb" acceleration-less
> driver.
>
> The state of X is very poor under Linux at the moment,
> although it should improve substantially in future
> releases.
>   


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

* Re: PCIe Graphic card for SPARC T1000/2000 Platform
  2008-03-29  0:26 PCIe Graphic card for SPARC T1000/2000 Platform Nasser Shayesteh
  2008-03-29  0:37 ` David Miller
  2008-04-19  0:32 ` Nasser Shayesteh
@ 2008-04-19  0:45 ` David Miller
  2008-04-19  0:48 ` David Miller
  3 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2008-04-19  0:45 UTC (permalink / raw)
  To: sparclinux

From: Nasser Shayesteh <Nasser.Shayesteh@Sun.COM>
Date: Fri, 18 Apr 2008 17:32:38 -0700

> The platform that I am currently testing is 
> T5120/5220. It does not have any PCI slots. It has three PCI-Express 
> slots. The Radeon(XVR-100) supported by Sun is a PCI card. I have not 
> been able to locate a PCI-Express version of the card.

Plain PCI cards don't work in PCI-E slots?

That's news to me.

> Any inputs appreciated.

Send me one of these PCI-E Radeon cards and I'll try to get
it working.

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

* Re: PCIe Graphic card for SPARC T1000/2000 Platform
  2008-03-29  0:26 PCIe Graphic card for SPARC T1000/2000 Platform Nasser Shayesteh
                   ` (2 preceding siblings ...)
  2008-04-19  0:45 ` David Miller
@ 2008-04-19  0:48 ` David Miller
  3 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2008-04-19  0:48 UTC (permalink / raw)
  To: sparclinux

From: Nasser Shayesteh <Nasser.Shayesteh@Sun.COM>
Date: Fri, 18 Apr 2008 17:32:38 -0700

> Booting Linux...
> Debug=Geting out of paging_init routine ...
> 
> System hangs here. Never gets to [ 59.563844] rtc_init: no PC rtc found]

You'll get more debugging information if you boot with
"ignore_loglevel" on the kernel boot command line.

Adding "-p" can help too, which forces printing every kernel message
via the openfirmware console output routines.

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

end of thread, other threads:[~2008-04-19  0:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-29  0:26 PCIe Graphic card for SPARC T1000/2000 Platform Nasser Shayesteh
2008-03-29  0:37 ` David Miller
2008-04-19  0:32 ` Nasser Shayesteh
2008-04-19  0:45 ` David Miller
2008-04-19  0:48 ` David Miller

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.