Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Any ideas on this U60 X issue?
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
alc
n00b
n00b


Joined: 17 Nov 2004
Posts: 2

PostPosted: Wed Nov 17, 2004 11:24 pm    Post subject: Any ideas on this U60 X issue? Reply with quote

I have successfully put the gento distro on my Ultra60 and have been quite happy with it. I am having a problem with my OpenGL on this machine after updating to the newest Portage tree. My xserver runs fine but when I run the glxgears demo, the app runs, creates the standard screen but does not display the gears!.It even reports a framerate! I suspect that maybe one of the config files got changed during the update, but I can find no info anywhere about this. Does anyone here have any suggestions?

Al
Back to top
View user's profile Send private message
GenTimJS
Guru
Guru


Joined: 03 May 2003
Posts: 406
Location: NH, USA

PostPosted: Fri Nov 19, 2004 1:08 pm    Post subject: Reply with quote

what frame buffer are you using?
_________________
-Tim Smith
Back to top
View user's profile Send private message
alc
n00b
n00b


Joined: 17 Nov 2004
Posts: 2

PostPosted: Fri Nov 19, 2004 11:54 pm    Post subject: Reply with quote

Thanks for the response.

I have the ffb(Sun) frame-buffer running from what I can tell;
Here is the xorg.conf

Section "ServerLayout"
Identifier "Modified for X11 kernel 2.4.26"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
Option "DontVTSwitch" "off"
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"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
#Option "XkbLayout" "no"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "on"
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:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Modified for X11 kernel 2.4.26"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
Option "DontVTSwitch" "off"
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"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
#Option "XkbLayout" "no"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "on"
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:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Modified for X11 kernel 2.4.26"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
Option "DontVTSwitch" "off"
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"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
#Option "XkbLayout" "no"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "on"
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:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Modified for X11 kernel 2.4.26"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
Option "DontVTSwitch" "off"
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"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
#Option "XkbLayout" "no"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "on"
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:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection
Section "ServerLayout"
Identifier "Modified for X11 kernel 2.4.26"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
Option "DontVTSwitch" "off"
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"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
#Option "XkbLayout" "no"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "on"
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:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection

Here is the X log:
X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.4.26-sparc-r2 sparc64 [ELF]
Current Operating System: Linux linux3 2.4.26-sparc-r2 #4 SMP Tue Nov 9 09:09:17 EST 2004 sparc64
Build Date: 19 November 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: Fri Nov 19 18:36:21 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Modified for X11 kernel 2.4.26"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "Protocol" "Standard"
(**) Option "XkbCompat" "compat/complete"
(**) XKB: compat: "compat/complete"
(**) Option "XkbTypes" "types/complete"
(**) XKB: types: "types/complete"
(**) Option "XkbKeycodes" "sun(type5)"
(**) XKB: keycodes: "sun(type5)"
(**) Option "XkbGeometry" "sun(type5unix)"
(**) XKB: geometry: "sun(type5unix)"
(**) Option "XkbRules" "sun"
(**) XKB: rules: "sun"
(**) Option "XkbModel" "type5"
(**) XKB: model: "type5"
(**) Option "XkbLayout" "en_US"
(**) XKB: layout: "en_US"
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/encodings").
(**) 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,/usr/share/fonts/artwiz,/usr/share/fonts/corefonts,/usr/share/fonts/cyrillic,/usr/share/fonts/freefont,/usr/share/fonts/local,/usr/share/fonts/terminus,/usr/share/fonts/ttf-bitstream-vera,/usr/share/fonts/ukr,/usr/share/fonts/util,/usr/local/share/fonts,/usr/share/fonts,/usr/X11R6/lib/X11/fonts,/usr/X11R6/lib/X11/fonts/sharefont"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "DontVTSwitch" "off"
(**) Option "HandleSpecialKeys" "Always"
(**) Always handling special keys in DDX
(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.8.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.8.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,8000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 108e,1000 card 0000,0000 rev 01 class 06,80,00 hdr 80
(II) PCI: 00:01:1: chip 108e,1001 card 0000,0000 rev 01 class 02,00,00 hdr 80
(II) PCI: 00:03:0: chip 1000,000f card 0000,0000 rev 14 class 01,00,00 hdr 80
(II) PCI: 00:03:1: chip 1000,000f card 0000,0000 rev 14 class 01,00,00 hdr 80
(II) PCI: 01:00:0: chip 108e,8000 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 2 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 2 0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 2 0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 1: bridge is at (1:0:0), (1,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 1 0x00000000 - 0x7fffffff (0x80000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 1 0x00000000 - 0x7fffffff (0x80000000) MX[B]
(--) SBUS:(0xf006e178) Sun FFB2+ Vertical Creator 3D at /SUNW,ffb@1e,0
(II) Addressable bus resource ranges are
[0] -1 1 0x00000000 - 0x7fffffff (0x80000000) MX[B]
[1] -1 2 0x00000000 - 0x7fffffff (0x80000000) MX[B]
[2] -1 1 0x00000000 - 0x0000ffff (0x10000) IX[B]
[3] -1 2 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 1 0x7fffffff - 0x7fffffff (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 2 0x7fffffff - 0x7fffffff (0x1) MX[B]
[5] -1 2 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 2 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 2 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[9] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[10] -1 2 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 2 0x00000000 - 0x00000000 (0x1) IX[B]
(II) Active PCI resource ranges:
[0] -1 2 0x0010e000 - 0x0010efff (0x1000) MX[B]
[1] -1 2 0x0010c000 - 0x0010c0ff (0x100) MX[B]
[2] -1 2 0x0010a000 - 0x0010afff (0x1000) MX[B]
[3] -1 2 0x00108000 - 0x001080ff (0x100) MX[B]
[4] -1 2 0x00100000 - 0x00107fff (0x8000) MX[B]
[5] -1 2 0x71000000 - 0x717fffff (0x800000) MX[B]
[6] -1 2 0x70000000 - 0x70ffffff (0x1000000) MX[B]
[7] -1 2 0x00001400 - 0x000014ff (0x100) IX[B]
[8] -1 2 0x00001000 - 0x000010ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 2 0x0010e000 - 0x0010efff (0x1000) MX[B]
[1] -1 2 0x0010c000 - 0x0010c0ff (0x100) MX[B]
[2] -1 2 0x0010a000 - 0x0010afff (0x1000) MX[B]
[3] -1 2 0x00108000 - 0x001080ff (0x100) MX[B]
[4] -1 2 0x00100000 - 0x00107fff (0x8000) MX[B]
[5] -1 2 0x71000000 - 0x717fffff (0x800000) MX[B]
[6] -1 2 0x70000000 - 0x70ffffff (0x1000000) MX[B]
[7] -1 2 0x00001400 - 0x000014ff (0x100) IX[B]
[8] -1 2 0x00001000 - 0x000010ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 1 0x7fffffff - 0x7fffffff (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 2 0x7fffffff - 0x7fffffff (0x1) MX[B]
[5] -1 2 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 2 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 2 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[9] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[10] -1 2 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 2 0x00000000 - 0x00000000 (0x1) IX[B]
(II) All system resource ranges:
[0] -1 1 0x7fffffff - 0x7fffffff (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 2 0x7fffffff - 0x7fffffff (0x1) MX[B]
[5] -1 2 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 2 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 2 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 2 0x0010e000 - 0x0010efff (0x1000) MX[B]
[9] -1 2 0x0010c000 - 0x0010c0ff (0x100) MX[B]
[10] -1 2 0x0010a000 - 0x0010afff (0x1000) MX[B]
[11] -1 2 0x00108000 - 0x001080ff (0x100) MX[B]
[12] -1 2 0x00100000 - 0x00107fff (0x8000) MX[B]
[13] -1 2 0x71000000 - 0x717fffff (0x800000) MX[B]
[14] -1 2 0x70000000 - 0x70ffffff (0x1000000) MX[B]
[15] -1 1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[17] -1 2 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 2 0x00000000 - 0x00000000 (0x1) IX[B]
[19] -1 2 0x00001400 - 0x000014ff (0x100) IX[B]
[20] -1 2 0x00001000 - 0x000010ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.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: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.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: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font Bitmap
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
compiled for 6.8.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(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.8.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: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.8.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: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
compiled for 6.8.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.8.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "sunffb"
(II) Loading /usr/X11R6/lib/modules/drivers/sunffb_drv.o
(II) Module sunffb: vendor="X.Org Foundation"
compiled for 6.8.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.8.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(EE) LoadModule: Module keyboard does not have a keyboardModuleData data object.
(II) UnloadModule: "keyboard"
(II) Unloading /usr/X11R6/lib/modules/input/keyboard_drv.o
(EE) Failed to load module "keyboard" (invalid module, 0)
(II) SUNFFB: driver for Creator, Creator 3D and Elite 3D
(--) Assigning device section with no busID to SBUS:/SUNW,ffb@1e,0
(II) resource ranges after probing:
[0] -1 1 0x7fffffff - 0x7fffffff (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 2 0x7fffffff - 0x7fffffff (0x1) MX[B]
[5] -1 2 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 2 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 2 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 2 0x0010e000 - 0x0010efff (0x1000) MX[B]
[9] -1 2 0x0010c000 - 0x0010c0ff (0x100) MX[B]
[10] -1 2 0x0010a000 - 0x0010afff (0x1000) MX[B]
[11] -1 2 0x00108000 - 0x001080ff (0x100) MX[B]
[12] -1 2 0x00100000 - 0x00107fff (0x8000) MX[B]
[13] -1 2 0x71000000 - 0x717fffff (0x800000) MX[B]
[14] -1 2 0x70000000 - 0x70ffffff (0x1000000) MX[B]
[15] -1 1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[17] -1 2 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 2 0x00000000 - 0x00000000 (0x1) IX[B]
[19] -1 2 0x00001400 - 0x000014ff (0x100) IX[B]
[20] -1 2 0x00001000 - 0x000010ff (0x100) IX[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.8.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.8.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.8.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.8.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.8.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.8.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.8.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 0x7fffffff - 0x7fffffff (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 2 0x7fffffff - 0x7fffffff (0x1) MX[B]
[5] -1 2 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 2 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 2 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 2 0x0010e000 - 0x0010efff (0x1000) MX[B]
[9] -1 2 0x0010c000 - 0x0010c0ff (0x100) MX[B]
[10] -1 2 0x0010a000 - 0x0010afff (0x1000) MX[B]
[11] -1 2 0x00108000 - 0x001080ff (0x100) MX[B]
[12] -1 2 0x00100000 - 0x00107fff (0x8000) MX[B]
[13] -1 2 0x71000000 - 0x717fffff (0x800000) MX[B]
[14] -1 2 0x70000000 - 0x70ffffff (0x1000000) MX[B]
[15] -1 1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 1 0x00000000 - 0x00000000 (0x1) IX[B]
[17] -1 2 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 2 0x00000000 - 0x00000000 (0x1) IX[B]
[19] -1 2 0x00001400 - 0x000014ff (0x100) IX[B]
[20] -1 2 0x00001000 - 0x000010ff (0x100) IX[B]
(II) /dev/fb0: Detected FFB2+/vertical, Z-buffer, Double-buffered.
(II) /dev/fb0: BT498 (PAC2) ramdac detected
(II) /dev/fb0: Detected Creator/Creator3D
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: Searching for BusID SBUS:/dev/fb0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenByBusid: drmOpenMinor returns 6
drmOpenByBusid: drmGetBusid reports
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) SUNFFB(0): [drm] DRM interface version 1.0
(II) SUNFFB(0): [drm] created "ffb" driver at busid "SBUS:/dev/fb0"
(II) SUNFFB(0): [drm] added 8192 byte SAREA at 0x40086000
(II) SUNFFB(0): [drm] mapped SAREA 0x40086000 to 0x70026000
(II) SUNFFB(0): [drm] framebuffer handle = 0x02000000
(II) SUNFFB(0): [drm] added 1 reserved context for kernel
(II) SUNFFB(0): [drm] FBC Register handle = 0x00600000
(II) SUNFFB(0): [drm] DAC Register handle = 0x00400000
(II) SUNFFB(0): [drm] SFB8R handle = 0x04000000
(II) SUNFFB(0): [drm] SFB32 handle = 0x05000000
(II) SUNFFB(0): [drm] SFB64 handle = 0x06000000
(II) SUNFFB(0): [drm] Visual configs initialized
(II) /dev/fb0: DRM initialized
(==) SUNFFB(0): Backing store disabled
(==) SUNFFB(0): Silken mouse enabled
(II) /dev/fb0: Using acceleration
(II) /dev/fb0: DGA support initialized.
(II) SUNFFB(0): X context handle = 0x00000001
(II) SUNFFB(0): [DRI] installation complete
(II) /dev/fb0: DRM finish setup complete
(**) Option "dpms" "on"
(**) SUNFFB(0): DPMS 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 XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) /dev/fb0: Setting up double-buffer acceleration.
(**) Option "Protocol" "MouseSystems"
(**) Mouse0: Device: "/dev/sunmouse"
(**) Mouse0: Protocol: "MouseSystems"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sunmouse"
(**) Option "Emulate3Buttons" "false"
(==) Mouse0: Buttons: 3
(**) Mouse0: SmartScroll: 1
(**) Option "BaudRate" "1200"
(**) Mouse0: BaudRate: 1200
(WW) *** WARNING the legacy keyboard driver "keyboard" is deprecated
(WW) *** and will be removed in the next release of the Xorg server.
(WW) *** Please consider using the the new "kbd" driver for "Keyboard0".
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/share/fonts/Speedo, removing from list!
Could not init font path element /usr/share/fonts/CID, removing from list!
Could not init font path element /usr/share/fonts/local, removing from list!
Could not init font path element /usr/share/fonts/util, removing from list!
Could not init font path element /usr/local/share/fonts, removing from list!
Could not init font path element /usr/share/fonts, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts, removing from list!
SetClientVersion: 0 8

Here is glxinfo

Section "ServerLayout"
Identifier "Modified for X11 kernel 2.4.26"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Handle SpecialKeys" "Always"
Option "DontVTSwitch" "off"
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"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/ukr"
FontPath "/usr/share/fonts/util"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/X11R6/lib/X11/fonts"
FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "bitmap"
Load "drm"
Load "dri"
Load "extmod"
Load "freetype"
Load "record"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
#Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
#Option "XkbLayout" "no"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
Option "Emulate3Buttons" "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "on"
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:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection
Back to top
View user's profile Send private message
Ferris
Retired Dev
Retired Dev


Joined: 13 Jan 2003
Posts: 426
Location: N. Virginia (USA)

PostPosted: Mon Nov 29, 2004 9:35 pm    Post subject: Reply with quote

glx for Creator is, shall we say, somewhat buggy (i.e., never completed). If your application works with it, it works very well.
If your application does not work, glxgears's black-on-black it pretty typical.

An immediate fix is to run failing programs with the environment variable
LIBGL_ALWAYS_INDIRECT set. For example, if bash is your shell, then
LIBGL_ALWAYS_INDIRECT='nuts' glxgears
will work.

There is a lot of information at
http://dev.gentoo.org/~fmccor
A lot of it is out of date, but the glx observations are still correct, I believe.

Hope this is of some help,
Regards,
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