Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg.conf for sparc ultra 10 Elite 3D
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sat Sep 25, 2004 5:25 pm    Post subject: Xorg.conf for sparc ultra 10 Elite 3D Reply with quote

I have following Sun Sparc hardware
ultra 10 Elite 3D
GDM-20D10 Monitor
Type 6 keyboard and cross bow mouse

Did some has success in bringing up Xorg-x11 on it. A copy of xorg.conf would help a lot.

I have been trying for 11 months to load gentoo sparc on this.
Back to top
View user's profile Send private message
Tyler_Durden
Apprentice
Apprentice


Joined: 27 Jul 2004
Posts: 189
Location: Germany

PostPosted: Sat Sep 25, 2004 10:41 pm    Post subject: Reply with quote

I had absolutely no problem here (Blade1000, 750Mhz, Elite3D-m6) with X.org 6.8.0, do a:
Code:

X -configure


If no error occurs you should test it as advised and then copy the generated xorg.conf.new to /etc/X11/xorg.conf.

This is my xorg.conf:

Code:

Section "ServerLayout"
   Identifier     "X.org 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/share/fonts/misc"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/CID"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/ghostscript"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/Speedo"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
EndSection

Section "dri"
   Mode 0666
EndSection

Section "Module"
   Load  "extmod"
   Load  "ddc"   
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
   Load  "v4l"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbLayout"   "de"
   Option       "XkbRules"   "xorg"
   Option       "XkbModel"   "pc105"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/mouse"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   Option        "DPMS"
   DisplaySize  339 271
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
   Identifier  "Card0"
   Driver      "sunffb"
   BusID       "SBUS:/upa@40,4480000/SUNW,afb@0,0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Bye,
Peter.
Back to top
View user's profile Send private message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sun Sep 26, 2004 12:57 pm    Post subject: Xorg.conf for sparc ultra 10 Elite 3D Reply with quote

Thank you for trying to help me. After I posted the question I tried XFree, with no luck. After I saw your post I installed xorg-x11 again to see the errors. I do have the xorg configuration howto. There were errors reported on X -configure. They were
1. Unable to load modle fbdev
2. Unable to detect mouse.

The second problem was solved by changing /dev/mouse to /dev/sunmouse.

Now what is happening is that on X -config /root/xorg.conf.new
1. The screen flickers.
2. The screen turns white as if trying to start.
2. back to black screen.

there are errors
could not init font path element /usr/share/fonts/Speedo/, removing from list!
could not init font path element /usr/share/fonts/Type1/, removing from list!
could not init font path element /usr/share/fonts/CID/, removing from list!


Fatal server error:
caught signal 11. Server aborting.

I would like to post /var/log/Xorg.0.log and xorg.conf but without having a Browser (after X is working) on that machine. I don't know how to. The laptop that I am using has a broken floppy so I cannot transfer using that. I am going to the store order a new one, which could take a week.

If with your help and hopefully other members help I ever get it to work I will post the complete process so others can benefit.

Thank you.
Back to top
View user's profile Send private message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sun Sep 26, 2004 12:58 pm    Post subject: Xorg.conf for sparc ultra 10 Elite 3D Reply with quote

Thank you for trying to help me. After I posted the question I tried XFree, with no luck. After I saw your post I installed xorg-x11 again to see the errors. I do have the xorg configuration howto. There were errors reported on X -configure. They were
1. Unable to load modle fbdev
2. Unable to detect mouse.

The second problem was solved by changing /dev/mouse to /dev/sunmouse.

Now what is happening is that on X -config /root/xorg.conf.new
1. The screen flickers.
2. The screen turns white as if trying to start.
2. back to black screen.

there are errors
could not init font path element /usr/share/fonts/Speedo/, removing from list!
could not init font path element /usr/share/fonts/Type1/, removing from list!
could not init font path element /usr/share/fonts/CID/, removing from list!


Fatal server error:
caught signal 11. Server aborting.

I would like to post /var/log/Xorg.0.log and xorg.conf but without having a Browser (after X is working) on that machine. I don't know how to. The laptop that I am using has a broken floppy so I cannot transfer using that. I am going to the store order a new one, which could take a week.

If with your help and hopefully other members help I ever get it to work I will post the complete process so others can benefit.

Thank you.
Back to top
View user's profile Send private message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sun Sep 26, 2004 1:12 pm    Post subject: Reply with quote

I tried to remark those line out but the fata error still happens with no detail. I don't know why my replies get double posted.
Back to top
View user's profile Send private message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sun Sep 26, 2004 1:22 pm    Post subject: Reply with quote

OK. Got the floppy fixed. here is the xorg.conf

Section "ServerLayout"
Identifier "X.org Configured"
Screen 1 "Screen1" 0 0

InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "freetype"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sunmouse"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
Identifier "Card1"
Driver "sunffb"
BusID "SBUS:/SUNW,afb@1e,0"
EndSection


Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection




********************** Here is /var/log/Xorg.0.log


Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.4.26 sparc64 [ELF]
Current Operating System: Linux sun2 2.4.26-sparc-r2 #1 SMP Sat Sep 25 18:54:12 UTC 2004 sparc64
Build Date: 25 June 2004
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 26 14:00:14 2004
(++) Using config file: "/root/xorg.conf.new"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Speedo/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 108e,a000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81
(II) PCI: 00:01:1: chip 108e,5000 card 0000,0000 rev 13 class 06,04,00 hdr 81
(II) PCI: 01:01:0: chip 108e,1000 card 0000,0000 rev 01 class 06,80,00 hdr 80
(II) PCI: 01:01:1: chip 108e,1001 card 0000,0000 rev 01 class 02,00,00 hdr 80
(II) PCI: 01:02:0: chip 1002,4750 card 0000,0000 rev 5c class 03,00,00 hdr 00
(II) PCI: 01:03:0: chip 1095,0646 card 1095,0646 rev 03 class 01,01,8f hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 1 0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:1:0), (0,2,255), BCTRL: 0x002b (VGA_EN is set)
(II) Bus 2 I/O range:
[0] -1 1 0x00000000 - 0x001fffff (0x200000) IX[B]
[1] -1 1 0x00200000 - 0x003fffff (0x200000) IX[B]
[2] -1 1 0x00400000 - 0x005fffff (0x200000) IX[B]
[3] -1 1 0x00600000 - 0x007fffff (0x200000) IX[B]
[4] -1 1 0x00800000 - 0x009fffff (0x200000) IX[B]
[5] -1 1 0x00a00000 - 0x00bfffff (0x200000) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 1 0x00000000 - 0x1fffffff (0x20000000) MX[B]
[1] -1 1 0x20000000 - 0x3fffffff (0x20000000) MX[B]
[2] -1 1 0x40000000 - 0x5fffffff (0x20000000) MX[B]
[3] -1 1 0x60000000 - 0x7fffffff (0x20000000) MX[B]
[4] -1 1 0x80000000 - 0x9fffffff (0x20000000) MX[B]
[5] -1 1 0xa0000000 - 0xbfffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:1), (0,1,1), BCTRL: 0x0023 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 1 0x00000000 - 0x001fffff (0x200000) IX[B]
[1] -1 1 0x00c00000 - 0x00dfffff (0x200000) IX[B]
[2] -1 1 0x00e00000 - 0x00ffffff (0x200000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 1 0x00000000 - 0x1fffffff (0x20000000) MX[B]
[1] -1 1 0xe0000000 - 0xffffffff (0x20000000) MX[B]
(--) PCI:*(1:2:0) ATI Technologies Inc 3D Rage Pro 215GP rev 92, Mem @ 0xe1000000/24, 0xe2000000/12, I/O @ 0xc00400/8, BIOS @ 0xe0020000/17
(--) SBUS:(0xf006dca0) Sun Elite3D at /SUNW,afb@1e,0
(II) Addressable bus resource ranges are
[0] -1 1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 1 0x00000000 - 0x00ffffff (0x1000000) IX[B]
(II) OS-reported resource ranges:
[0] -1 1 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 1 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 1 0x00ffffff - 0x00ffffff (0x1) IX[B]
[5] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
[0] -1 1 0xe0000000 - 0xe0007fff (0x8000) MX[B]
[1] -1 1 0xf1000000 - 0xf17fffff (0x800000) MX[B]
[2] -1 1 0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
[3] -1 1 0xe0020000 - 0xe003ffff (0x20000) MX[B](B)
[4] -1 1 0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
[5] -1 1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[6] -1 1 0x00c00020 - 0x00c0002f (0x10) IX[B]
[7] -1 1 0x00c00018 - 0x00c0001b (0x4) IX[B]
[8] -1 1 0x00c00010 - 0x00c00017 (0x8) IX[B]
[9] -1 1 0x00c00008 - 0x00c0000b (0x4) IX[B]
[10] -1 1 0x00c00000 - 0x00c00007 (0x8) IX[B]
[11] -1 1 0x00c00400 - 0x00c004ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 1 0xe0000000 - 0xe0007fff (0x8000) MX[B]
[1] -1 1 0xf1000000 - 0xf17fffff (0x800000) MX[B]
[2] -1 1 0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
[3] -1 1 0xe0020000 - 0xe003ffff (0x20000) MX[B](B)
[4] -1 1 0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
[5] -1 1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[6] -1 1 0x00c00020 - 0x00c0002f (0x10) IX[B]
[7] -1 1 0x00c00018 - 0x00c0001b (0x4) IX[B]
[8] -1 1 0x00c00010 - 0x00c00017 (0x8) IX[B]
[9] -1 1 0x00c00008 - 0x00c0000b (0x4) IX[B]
[10] -1 1 0x00c00000 - 0x00c00007 (0x8) IX[B]
[11] -1 1 0x00c00400 - 0x00c004ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 1 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 1 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 1 0x00ffffff - 0x00ffffff (0x1) IX[B]
[5] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
[0] -1 1 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 1 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 1 0xe0000000 - 0xe0007fff (0x8000) MX[B]
[5] -1 1 0xf1000000 - 0xf17fffff (0x800000) MX[B]
[6] -1 1 0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
[7] -1 1 0xe0020000 - 0xe003ffff (0x20000) MX[B](B)
[8] -1 1 0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
[9] -1 1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[10] -1 1 0x00ffffff - 0x00ffffff (0x1) IX[B]
[11] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[12] -1 1 0x00c00020 - 0x00c0002f (0x10) IX[B]
[13] -1 1 0x00c00018 - 0x00c0001b (0x4) IX[B]
[14] -1 1 0x00c00010 - 0x00c00017 (0x8) IX[B]
[15] -1 1 0x00c00008 - 0x00c0000b (0x4) IX[B]
[16] -1 1 0x00c00000 - 0x00c00007 (0x8) IX[B]
[17] -1 1 0x00c00400 - 0x00c004ff (0x100) IX[B](B)
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.7.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.1
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "sunffb"
(II) Loading /usr/X11R6/lib/modules/drivers/sunffb_drv.o
(II) Module sunffb: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) SUNFFB: driver for Creator, Creator 3D and Elite 3D
(II) Primary Device is: PCI 01:02:0
(II) resource ranges after probing:
[0] -1 1 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 1 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 1 0xe0000000 - 0xe0007fff (0x8000) MX[B]
[5] -1 1 0xf1000000 - 0xf17fffff (0x800000) MX[B]
[6] -1 1 0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
[7] -1 1 0xe0020000 - 0xe003ffff (0x20000) MX[B](B)
[8] -1 1 0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
[9] -1 1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[10] -1 1 0x00ffffff - 0x00ffffff (0x1) IX[B]
[11] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[12] -1 1 0x00c00020 - 0x00c0002f (0x10) IX[B]
[13] -1 1 0x00c00018 - 0x00c0001b (0x4) IX[B]
[14] -1 1 0x00c00010 - 0x00c00017 (0x8) IX[B]
[15] -1 1 0x00c00008 - 0x00c0000b (0x4) IX[B]
[16] -1 1 0x00c00000 - 0x00c00007 (0x8) IX[B]
[17] -1 1 0x00c00400 - 0x00c004ff (0x100) IX[B](B)
(==) SUNFFB(0): RGB weight 888
(==) SUNFFB(0): Default visual is TrueColor
(==) SUNFFB(0): Using gamma correction (1.0, 1.0, 1.0)
(==) SUNFFB(0): Using HW cursor
(II) Loading sub module "xf8_32wid"
(II) LoadModule: "xf8_32wid"
(II) Loading /usr/X11R6/lib/modules/libxf8_32wid.a
(II) Module xf8_32wid: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Loading /usr/X11R6/lib/modules/libmfb.a
(II) Module mfb: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Loading /usr/X11R6/lib/modules/libcfb.a
(II) Module cfb: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(II) Loading sub module "cfb16"
(II) LoadModule: "cfb16"
(II) Loading /usr/X11R6/lib/modules/libcfb16.a
(II) Module cfb16: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/X11R6/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(II) Loading sub module "cfb24"
(II) LoadModule: "cfb24"
(II) Loading /usr/X11R6/lib/modules/libcfb24.a
(II) Module cfb24: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/X11R6/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Loading /usr/X11R6/lib/modules/libcfb32.a
(II) Module cfb32: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/X11R6/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(II) Loading sub module "cfb32"
(II) LoadModule: "cfb32"
(II) Reloading /usr/X11R6/lib/modules/libcfb32.a
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/X11R6/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(II) Loading sub module "cfb"
(II) LoadModule: "cfb"
(II) Reloading /usr/X11R6/lib/modules/libcfb.a
(II) Loading sub module "mfb"
(II) LoadModule: "mfb"
(II) Reloading /usr/X11R6/lib/modules/libmfb.a
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "dbe"
(II) LoadModule: "dbe"
(II) Reloading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Loading extension DOUBLE-BUFFER
(==) SUNFFB(0): DPI set to (75, 75)
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 1 0xffffffff - 0xffffffff (0x1) MX[B]
[1] -1 1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 1 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 1 0xe0000000 - 0xe0007fff (0x8000) MX[B]
[5] -1 1 0xf1000000 - 0xf17fffff (0x800000) MX[B]
[6] -1 1 0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
[7] -1 1 0xe0020000 - 0xe003ffff (0x20000) MX[B](B)
[8] -1 1 0xe2000000 - 0xe2000fff (0x1000) MX[B](B)
[9] -1 1 0xe1000000 - 0xe1ffffff (0x1000000) MX[B](B)
[10] -1 1 0x00ffffff - 0x00ffffff (0x1) IX[B]
[11] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[12] -1 1 0x00c00020 - 0x00c0002f (0x10) IX[B]
[13] -1 1 0x00c00018 - 0x00c0001b (0x4) IX[B]
[14] -1 1 0x00c00010 - 0x00c00017 (0x8) IX[B]
[15] -1 1 0x00c00008 - 0x00c0000b (0x4) IX[B]
[16] -1 1 0x00c00000 - 0x00c00007 (0x8) IX[B]
[17] -1 1 0x00c00400 - 0x00c004ff (0x100) IX[B](B)
(II) /dev/fb0: AFB: Detected Elite3D/M6.
(II) /dev/fb0: BT498 (PAC2) ramdac detected
(II) /dev/fb0: Detected Elite3D M3/M6, checking firmware...
(II) /dev/fb0: ... AFB firmware not loaded
(WW) /dev/fb0: Forcing no acceleration on Elite3D M3/M6
(==) SUNFFB(0): Backing store disabled
(==) SUNFFB(0): Silken mouse enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) /dev/fb0: Setting up double-buffer acceleration.
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/sunmouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sunmouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Option "Device" "/dev/sunmouse"
(II) Mouse0: GuessProtocol: setting mouse protocol to "PS/2"
Could not init font path element /usr/share/fonts/Speedo/, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from list!
Could not init font path element /usr/share/fonts/CID/, removing from list!

*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.

Fatal server error:
Caught signal 10. Server aborting


Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.



*************************

I so hav /use/share/fonts/Spedoo and other dirctories.

Any Ideas?
Back to top
View user's profile Send private message
Tyler_Durden
Apprentice
Apprentice


Joined: 27 Jul 2004
Posts: 189
Location: Germany

PostPosted: Sun Sep 26, 2004 2:28 pm    Post subject: Reply with quote

First you should solve this problem:

Quote:

(II) /dev/fb0: AFB: Detected Elite3D/M6.
(II) /dev/fb0: BT498 (PAC2) ramdac detected
(II) /dev/fb0: Detected Elite3D M3/M6, checking firmware...
(II) /dev/fb0: ... AFB firmware not loaded
(WW) /dev/fb0: Forcing no acceleration on Elite3D M3/M6


You need the file "afb.ucode", grab it from a Solaris installation & copy it to /usr/lib, then:
Code:

2.) emerge afbinit
3.) /etc/init.d/afbinit start

This loads the firmware in to your Elite3D, if this works you can do that permanently by:
Code:

rc-update add afbinit default


In the log there is no real other error seen, that causes the crash, the fonts error is not important here.

BTW: there are several other topics about the Elite3D in this forum, please try it's search feature.

This should help:
https://forums.gentoo.org/viewtopic.php?t=222564&highlight=afbinit

Bye,
Peter.
Back to top
View user's profile Send private message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sun Sep 26, 2004 3:41 pm    Post subject: Reply with quote

I am trying to figure out the quickest way to get this file. I will boot from live cd and try to download it using links2
Back to top
View user's profile Send private message
tb699
n00b
n00b


Joined: 25 Sep 2004
Posts: 11

PostPosted: Sun Sep 26, 2004 4:23 pm    Post subject: Reply with quote

rebooted from live cd.

mount /dev/hda1 /mnt/gentoo
cd /mnt/gentoo
links2 http://sunsolve.sun.com/search/document.do?assetkey=1-21-105363-12-1

Then used down arrow to highlight FTP. Pressed D for download. renamed the file to \pdownload.tar.Z
rebooted without live cd
cd \
used gzip -d \pdownload.tar.Z
tar -xvf \download.tar
cp 105363-12\SUnWafbcf/reloc/lib/afb.ucode /usr/lib/

Things look better now
X -config /root/xorg.cong.new brings up a white screen with X in the middle and the screen locked up.

Changed xorg.conf. mouse from auto to busmouse. This made the mouse work.

Changed keyboard section to
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"

Option "AutoRepeat" "500 30"
Option "XkbRules" "sun"
Option "XkbModel" "type5"
Option "XkbLayout" "us"
EndSection

cp /root/xorg.conf.new /etc/X11/xorg.conf
startx

Looks good so far. Thank you very much for your kind help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum