Subject: Re: Ultra 10 / Elite3D
To: None <mcesare@nc.rr.com>
From: Michael Lorenz <macallan@netbsd.org>
List: port-sparc64
Date: 08/01/2006 18:39:19
--Apple-Mail-11-71100494
Content-Type: multipart/mixed; boundary=Apple-Mail-10-71100369
--Apple-Mail-10-71100369
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Hello,
> (II) Primary Device is: PCI 01:02:0
> (II) SUNFFB: driver for Creator, Creator 3D and Elite 3D
>
> Fatal server error:
> xf86MapVidMem: could not mmap screen [s=2000,a=e2000000] (Invalid
> argument)
Ouch, that's a bug in the X server - this error shouldn't be fatal when
probing.
( the Xserver apparently tried the mmap() the onboard graphics device
which isn't going to work when it's not the console. Since we're not
going to use it anyway that's no reason to bail out... )
Try something like the attached XF86Config.
Make sure you load the Elite3D's firmware before running X or you won't
get acceleration ( see the afbinit man page for details )
have fun
Michael
--Apple-Mail-10-71100369
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream;
x-unix-mode=0644;
name="XF86Config"
Content-Disposition: attachment;
filename=XF86Config
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "glx"
Load "record"
Load "xtrap"
# Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd0"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "sunffb"
BusID "SBUS:fb0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
--Apple-Mail-10-71100369--
--Apple-Mail-11-71100494
content-type: application/pgp-signature; x-mac-type=70674453;
name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
iQEVAwUBRM/YF8pnzkX8Yg2nAQJPXggArn4AzW+a/UMjspVlj+xSRIlFQzrNAs+/
EUE78WeeXm1VT+ijGqiMhyvAxNv5fcHJje9jZzy2YZ6YoORAy/5skuQdf327nt9F
AjV4kfSWgElqYh72fkJThaD/nzzyPVsGXLBZjThK2dx3CyL4rHDlBqnuuBUQCv+M
dKcUERiA8pdsFb+BQScy4vqA3PYGhLgAoQ/4yEPtz9+OhApZKSfcGEVQ76ZwPDAs
F+/EQTBr9f6rUh0MgY3Z5xIadIFFejSU0b/RWvAe1h5OSFuHNm8CEQBP8fObi1x8
/erpMq0MF7XycTpMUn1ZumziaoYysbYCzNgqlxn1YyHw52mJxy/nCg==
=PaVO
-----END PGP SIGNATURE-----
--Apple-Mail-11-71100494--