Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2005 12:09:27 +0200
From:      Marius Strobl <marius@alchemy.franken.de>
To:        Robert Slade <bsd@bathnetworks.com>
Cc:        "freebsd-sparc64@freebsd.org" <freebsd-sparc64@freebsd.org>
Subject:   Re: X Windows - SUN U10
Message-ID:  <20050628120927.A37339@newtrinity.zeist.de>
In-Reply-To: <1119945986.6727.12.camel@lmail.bathnetworks.co.uk>; from bsd@bathnetworks.com on Tue, Jun 28, 2005 at 08:06:26AM %2B0000
References:  <1119945986.6727.12.camel@lmail.bathnetworks.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 28, 2005 at 08:06:26AM +0000, Robert Slade wrote:
> Hi,
> 
> It's me again.
> 
> I have been trying to setup Xwindows and run into a problem.
> 
> Running Xorg -configure give a fatal server error:
> 
> (II) Primary Device is: PCI 01:02:0
> (II) SUNFFB: driver for Creator, Creator 3D and Elite 3D
> 

Looks like what happens here is that Xorg selects the Rage chip
as the primary framebuffer and then tries to use it with its
sunffb(4) driver which obviously won't work.
Adding the following to the "Device" section of the Creator
card should solve this:
	BusID       "SBUS:fb0"
I.e. as a whole this should look like:
Section "Device"
	Identifier  "Card0"
	Driver      "sunffb"
	BusID       "SBUS:fb0"
	VendorName  "SUN"
	BoardName   "Sun Creator"
	Screen      0 
EndSection

> Fatal server error:
> xf86MapVidMem: could not mmap screen [s=2000,a=e17fe000] (Invalid
> argument)
> 
> (Tail end of log file)
> 
> The tail of dmesg.boot file shows:
> 
> machfb0: 16 MB aperture at 0xcdd02000, 1 KB registers at 0xe17ffc00
> machfb0: 2048 KB SGRAM 62.999 MHz, maximum RAMDAC clock 170 MHz, DSP
> machfb0: resolution 1152x900 at 8 bpp
> atapci0: <CMD 646 WDMA2 controller> port 
> 0xc00000-0xc00007,0xc00008-0xc0000b,0xc
> ata2: <ATA channel 0> on atapci0
> ata3: <ATA channel 1> on atapci0
> pcib2: <APB PCI-PCI bridge> at device 1.0 on pci0
> pci2: <OFW PCI bus> on pcib2
> creator0: <Creator> on nexus0
> creator0: console
> creator0: resolution 1152x900
> syscons0: <System console> on nexus0
> syscons0: Unknown <16 virtual consoles, flags=0x300>
> Timecounters tick every 1.000 msec
> ad0: 76319MB <Seagate ST380021A 3.19> at ata2-master WDMA2
> acd0: CDRW <CRD-8240B/1.24> at ata3-master PIO4
> Trying to mount root from ufs:/dev/ad0a
> 
> 
> I must admit I do not have a clue about where to go next, as all my
> knowledge is PC based.
> 
> I am trying to get the machine going so I can use it in a headless mode,
> with Xwindows running so to use Xwindows/KDE remotely via VNC.
> 
> Has anybody got a working config file I can use or give me some pointers
> to getting this going?
> 
> Rob
> 
> 
> _______________________________________________
> freebsd-sparc64@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64
> To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050628120927.A37339>