Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2007 10:13:19 +0900
From:      "SUNGBAK KIM" <mosworld@lgphilips-lcd.com>
To:        freebsd-sparc64@freebsd.org
Cc:        KyungHo Lee <klee@lgphilips-lcd.com>, BUMSIK KIM <problemq@lgphilips-lcd.com>
Subject:   Ultra60, type6 non-USB sunkeyboard with xorg 7.2
Message-ID:  <OFDE3724CA.51588449-ON49257329.00014338-49257329.0006B6BF@lgphilips-lcd.com>

next in thread | raw e-mail | index | archive | help
Hi everybody?

How can I get a SUN non-USB type 6 keyboard working under xorg 7.2 with 
FreeBSD STABLE 6.2


%uname -a
FreeBSD xxx.xxx.com 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jul 30 23:44:24 
KST 2007     xxx@xxx.com:/usr/obj/usr/src/sys/GENERIC  sparc64

Part number of sun keyboard is 3201302-01 Korean layout, which you can see 
below URL
      http://www.sunshack.org/data/sunpix/type6_kbd+mouse.jpg

I have been googled mailling list archive and found several xorg.conf. 
but, they can't properly work in SUN Ultra 60

I stepped process with below message
 http://lists.freebsd.org/pipermail/freebsd-sparc64/2005-June/003237.html

1. Add WITH_SPARC_KBD= yes /etc/rc.conf 
2. Ports update && rebuild xorg
3. Change by step /etc/X11/xorg.conf in Section "InputDevice"  with 
/usr/local/share/X11/xkb/rules/sun

Is there any method with success story?

# Gentoo config
#Section "InputDevice"
#       Identifier  "Keyboard0"
#       Driver      "kbd"
#       Option      "Protocol"    "Standard"
#       Option      "XkbRules"    "sun"
#       Option      "XkbLayout"   "us"
#       Option      "XkbTypes"     "types/complete"
#       Option      "XkbCompat"   "compat/complete"
#       Option      "XkbModel"    "type6"
#       Option      "XkbKeycodes" "sun(type6)"
#       Option      "XkbGeometry" "sun(type5)"
#EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Option      "Protocol"    "Standard"
        Driver      "kbd"
        Option      "AutoRepeat"  "500 30"
        Option      "XkbLayout"   "us,kr"
#       Option      "XkbRules"    "sun"
        Option      "XkbRules"    "xorg"
        Option      "XkbModel"    "type6_unix"
        Option      "XkbKeycodes" "sun(type6)"
        Option      "XkbGeometry" "sun(type6unix)"
        Option      "XkbTypes"    "types/complete"
        Option      "XkbCompat"   "compat/complete"
EndSection

#Section "InputDevice"
#        Identifier  "Keyboard0"
#       Option      "Protocol"    "Standard"
#        Driver      "keyboard"
#        Option      "XkbRules"  "sun"
#        Option      "XkbModel"  "type6"
#       Option      "XkbKeycodes" "sun(type6)"
#EndSection

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


#Section "InputDevice"
#        Identifier  "Mouse0"
#        Driver      "mouse"
#        Option      "CorePointer"
#        Option      "Protocol" "Mousesystems"
#        Option      "Device" "/dev/cuau3"
#        Option      "ZAxisMapping" "4 5"
#EndSection

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

Please refer attatched xorg.conf  && Xorg.0.log

#########  start  xorg.conf ####################
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "HandleSpecialKeys" "Always"
        Option         "DontVTSwitch"   "on"
EndSection

Section "Files"
        RgbPath      "/usr/local/share/X11/rgb"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
        Load  "glx"
        Load  "GLcore"
        Load  "xtrap"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
        SubSection  "extmod"
                Option    "omit xfree86-dga"
        EndSubSection
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option     "Protocol"      "standard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"    "sun"
    Option "XkbModel"    "type6"
    Option "XkbKeyCodes"    "sun(type6)"
#    Option "XkbGeometry"    "sun(type5unix)"
EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "LG Philips-LCD"
        ModelName    "L2010P"
        Option       "DPMS"
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"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Group           "video"
        Mode            0666
EndSection

#########  ENDs  xorg.conf ####################

#########  start  Xorg.0.log ####################
X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE sparc64 
Current Operating System: FreeBSD babo.lglcd-paju.com 6.2-STABLE FreeBSD 
6.2-STABLE #0: Mon Jul 30 23:44:24 KST 2007 
mosworld@babo.lglcd-paju.com:/usr/obj/usr/src/sys/GENERIC sparc64
Build Date: 29 July 2007
                 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: Tue Jul 31 08:42:37 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
                 /usr/local/lib/X11/fonts/misc/,
                 /usr/local/lib/X11/fonts/TTF/,
                 /usr/local/lib/X11/fonts/OTF,
                 /usr/local/lib/X11/fonts/Type1/,
                 /usr/local/lib/X11/fonts/100dpi/,
                 /usr/local/lib/X11/fonts/75dpi/
(**) RgbPath set to "/usr/local/share/X11/rgb"
(**) ModulePath set to "/usr/local/lib/xorg/modules"
(**) Option "DontVTSwitch" "on"
(**) Option "HandleSpecialKeys" "Always"
(**) Always handling special keys in DDX
(II) Loader magic: 0x395ff0
(II) Module ABI versions:
                 X.Org ANSI C Emulation: 0.3
                 X.Org Video Driver: 1.1
                 X.Org XInput driver : 0.7
                 X.Org Server Extension : 0.3
                 X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: "pcidata"
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 8589934592.1)
(--) using VT number 9

(II) PCI: PCI scan (all values are in hex)
(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: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
                 [0] -1          0               0x00000000 - 0x0000ffff 
(0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
                 [0] -1          0               0x00000000 - 0xffffffff 
(0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
                 [0] -1          0               0x00000000 - 0xffffffff 
(0x100000000) MX[B]
(--) SBUS:(0xf006e4c0) Sun FFB2+ Vertical Creator 3D at /SUNW,ffb@1e,0
(II) Addressable bus resource ranges are
                 [0] -1          0               0x00000000 - 0xffffffff 
(0x100000000) MX[B]
                 [1] -1          0               0x00000000 - 0x0000ffff 
(0x10000) IX[B]
(II) OS-reported resource ranges:
                 [0] -1          0               0x00100000 - 0x3fffffff 
(0x3ff00000) MX[B]E(B)
                 [1] -1          0               0x000f0000 - 0x000fffff 
(0x10000) MX[B]
                 [2] -1          0               0x000c0000 - 0x000effff 
(0x30000) MX[B]
                 [3] -1          0               0x00000000 - 0x0009ffff 
(0xa0000) MX[B]
                 [4] -1          0               0x0000ffff - 0x0000ffff 
(0x1) IX[B]
                 [5] -1          0               0x00000000 - 0x000000ff 
(0x100) IX[B]
(II) Active PCI resource ranges:
                 [0] -1          0               0x0010e000 - 0x0010ffff 
(0x2000) MX[B]E
                 [1] -1          0               0x0010c000 - 0x0010ffff 
(0x4000) MX[B]E
                 [2] -1          0               0x0010a000 - 0x0010bfff 
(0x2000) MX[B]E
                 [3] -1          0               0x00108000 - 0x0010ffff 
(0x8000) MX[B]E
                 [4] -1          0               0x00100000 - 0x001fffff 
(0x100000) MX[B]E
                 [5] -1          0               0x71000000 - 0x71ffffff 
(0x1000000) MX[B]E
                 [6] -1          0               0x70000000 - 0x7fffffff 
(0x10000000) MX[B]E
                 [7] -1          0               0x00001400 - 0x000014ff 
(0x100) IX[B]E
                 [8] -1          0               0x00001000 - 0x000010ff 
(0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0x0010c000 from 0x0010ffff to 
0x0010dfff
(II) PCI Memory resource overlap reduced 0x00108000 from 0x0010ffff to 
0x00109fff
(II) PCI Memory resource overlap reduced 0x00100000 from 0x001fffff to 
0x00107fff
(II) PCI Memory resource overlap reduced 0x70000000 from 0x7fffffff to 
0x70ffffff
(II) Active PCI resource ranges after removing overlaps:
                 [0] -1          0               0x0010e000 - 0x0010ffff 
(0x2000) MX[B]E
                 [1] -1          0               0x0010c000 - 0x0010dfff 
(0x2000) MX[B]E
                 [2] -1          0               0x0010a000 - 0x0010bfff 
(0x2000) MX[B]E
                 [3] -1          0               0x00108000 - 0x00109fff 
(0x2000) MX[B]E
                 [4] -1          0               0x00100000 - 0x00107fff 
(0x8000) MX[B]E
                 [5] -1          0               0x71000000 - 0x71ffffff 
(0x1000000) MX[B]E
                 [6] -1          0               0x70000000 - 0x70ffffff 
(0x1000000) MX[B]E
                 [7] -1          0               0x00001400 - 0x000014ff 
(0x100) IX[B]E
                 [8] -1          0               0x00001000 - 0x000010ff 
(0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
                 [0] -1          0               0x00100000 - 0x000fffff 
(0x0) MX[B]E(B)
                 [1] -1          0               0x000f0000 - 0x000fffff 
(0x10000) MX[B]
                 [2] -1          0               0x000c0000 - 0x000effff 
(0x30000) MX[B]
                 [3] -1          0               0x00000000 - 0x0009ffff 
(0xa0000) MX[B]
                 [4] -1          0               0x0000ffff - 0x0000ffff 
(0x1) IX[B]
                 [5] -1          0               0x00000000 - 0x000000ff 
(0x100) IX[B]
(II) All system resource ranges:
                 [0] -1          0               0x00100000 - 0x000fffff 
(0x0) MX[B]E(B)
                 [1] -1          0               0x000f0000 - 0x000fffff 
(0x10000) MX[B]
                 [2] -1          0               0x000c0000 - 0x000effff 
(0x30000) MX[B]
                 [3] -1          0               0x00000000 - 0x0009ffff 
(0xa0000) MX[B]
                 [4] -1          0               0x0010e000 - 0x0010ffff 
(0x2000) MX[B]E
                 [5] -1          0               0x0010c000 - 0x0010dfff 
(0x2000) MX[B]E
                 [6] -1          0               0x0010a000 - 0x0010bfff 
(0x2000) MX[B]E
                 [7] -1          0               0x00108000 - 0x00109fff 
(0x2000) MX[B]E
                 [8] -1          0               0x00100000 - 0x00107fff 
(0x8000) MX[B]E
                 [9] -1          0               0x71000000 - 0x71ffffff 
(0x1000000) MX[B]E
                 [10] -1                 0               0x70000000 - 
0x70ffffff (0x1000000) MX[B]E
                 [11] -1                 0               0x0000ffff - 
0x0000ffff (0x1) IX[B]
                 [12] -1                 0               0x00000000 - 
0x000000ff (0x100) IX[B]
                 [13] -1                 0               0x00001400 - 
0x000014ff (0x100) IX[B]E
                 [14] -1                 0               0x00001000 - 
0x000010ff (0x100) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/local/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 Module class: X.Org Server Extension
                 ABI class: X.Org Server Extension, version 0.3
(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: "record"
(II) Loading /usr/local/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.13.0
                 Module class: X.Org Server Extension
                 ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 Module class: X.Org Server Extension
                 ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/local/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 Module class: X.Org Server Extension
                 ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/local/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "freetype"
(II) Loading /usr/local/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
                 compiled for 7.2.0, module version = 2.1.0
                 Module class: X.Org Font Renderer
                 ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/local/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.2
                 Module class: X.Org Font Renderer
                 ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "extmod"
(II) Reloading /usr/local/lib/xorg/modules/extensions//libextmod.so
(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 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: "sunffb"
(II) Loading /usr/local/lib/xorg/modules/drivers//sunffb_drv.so
(II) Module sunffb: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.1.0
                 Module class: X.Org Video Driver
                 ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.1.1
                 Module class: X.Org XInput Driver
                 ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/local/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.1.0
                 Module class: X.Org XInput Driver
                 ABI class: X.Org XInput driver, version 0.7
(II) SUNFFB: driver for Creator, Creator 3D and Elite 3D
(II) resource ranges after probing:
                 [0] -1          0               0x00100000 - 0x000fffff 
(0x0) MX[B]E(B)
                 [1] -1          0               0x000f0000 - 0x000fffff 
(0x10000) MX[B]
                 [2] -1          0               0x000c0000 - 0x000effff 
(0x30000) MX[B]
                 [3] -1          0               0x00000000 - 0x0009ffff 
(0xa0000) MX[B]
                 [4] -1          0               0x0010e000 - 0x0010ffff 
(0x2000) MX[B]E
                 [5] -1          0               0x0010c000 - 0x0010dfff 
(0x2000) MX[B]E
                 [6] -1          0               0x0010a000 - 0x0010bfff 
(0x2000) MX[B]E
                 [7] -1          0               0x00108000 - 0x00109fff 
(0x2000) MX[B]E
                 [8] -1          0               0x00100000 - 0x00107fff 
(0x8000) MX[B]E
                 [9] -1          0               0x71000000 - 0x71ffffff 
(0x1000000) MX[B]E
                 [10] -1                 0               0x70000000 - 
0x70ffffff (0x1000000) MX[B]E
                 [11] -1                 0               0x0000ffff - 
0x0000ffff (0x1) IX[B]
                 [12] -1                 0               0x00000000 - 
0x000000ff (0x100) IX[B]
                 [13] -1                 0               0x00001400 - 
0x000014ff (0x100) IX[B]E
                 [14] -1                 0               0x00001000 - 
0x000010ff (0x100) IX[B]E
(==) 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 "fb"
(II) LoadModule: "fb"
(II) Loading /usr/local/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/local/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.2.0
                 ABI class: X.Org Video Driver, version 1.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/local/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 0.1.0
                 ABI class: X.Org Video Driver, version 1.1
(II) Loading sub module "dbe"
(II) LoadModule: "dbe"
(II) Reloading /usr/local/lib/xorg/modules/extensions//libdbe.so
(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          0               0x00100000 - 0x000fffff 
(0x0) MX[B]E(B)
                 [1] -1          0               0x000f0000 - 0x000fffff 
(0x10000) MX[B]
                 [2] -1          0               0x000c0000 - 0x000effff 
(0x30000) MX[B]
                 [3] -1          0               0x00000000 - 0x0009ffff 
(0xa0000) MX[B]
                 [4] -1          0               0x0010e000 - 0x0010ffff 
(0x2000) MX[B]E
                 [5] -1          0               0x0010c000 - 0x0010dfff 
(0x2000) MX[B]E
                 [6] -1          0               0x0010a000 - 0x0010bfff 
(0x2000) MX[B]E
                 [7] -1          0               0x00108000 - 0x00109fff 
(0x2000) MX[B]E
                 [8] -1          0               0x00100000 - 0x00107fff 
(0x8000) MX[B]E
                 [9] -1          0               0x71000000 - 0x71ffffff 
(0x1000000) MX[B]E
                 [10] -1                 0               0x70000000 - 
0x70ffffff (0x1000000) MX[B]E
                 [11] -1                 0               0x0000ffff - 
0x0000ffff (0x1) IX[B]
                 [12] -1                 0               0x00000000 - 
0x000000ff (0x100) IX[B]
                 [13] -1                 0               0x00001400 - 
0x000014ff (0x100) IX[B]E
                 [14] -1                 0               0x00001000 - 
0x000010ff (0x100) IX[B]E
(II) /dev/fb0: Detected FFB2+/vertical, Z-buffer, Double-buffered.
(II) /dev/fb0: BT498 (PAC2) ramdac detected
(II) /dev/fb0: Detected Creator/Creator3D
(II) SUNFFB(0): Using XFree86 Acceleration Architecture (XAA)
                 Screen to screen bit blits
                 Solid filled rectangles
                 8x8 mono pattern filled rectangles
                 Indirect CPU to Screen color expansion
                 Solid Lines
                 Dashed Lines
                 Driver provided ScreenToScreenBitBlt replacement
                 Driver provided WritePixmap replacement
(II) /dev/fb0: Using acceleration
(==) SUNFFB(0): Backing store disabled
(==) SUNFFB(0): Silken mouse enabled
(II) /dev/fb0: DGA support initialized.
(**) Option "dpms"
(**) SUNFFB(0): DPMS enabled
(**) 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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(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) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/local/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
                 compiled for 7.2.0, module version = 1.0.0
                 ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "MouseSystems"
(**) Mouse0: Device: "/dev/sysmouse"
(**) Mouse0: Protocol: "MouseSystems"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "2"
(**) Option "DataBits" "8"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Mouse0: BaudRate: 1200
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "sun"
(**) Keyboard0: XkbRules: "sun"
(**) Option "XkbModel" "type6_unix"
(**) Keyboard0: XkbModel: "type6_unix"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "XkbKeycodes" "sun(type6)"
(**) Keyboard0: XkbKeycodes: "sun(type6)"
(**) Option "XkbGeometry" "sun(type5unix)"
(**) Keyboard0: XkbGeometry: "sun(type5unix)"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)

#########  ENDs  Xorg.0.log ####################


###################################################
Kim Sung Bak 
Senior Research Engineer

LG.Philips LCD

1007, Deogeun-ri, Wollong-myeon, Paju-si,
Gyeonggi-do, 413-811, Korea

Tel: +82-31-933-7594
Fax: +82-31-933-7309
Tel: +82-54-478-1181
Mobile: +82-19-9181-8136
mail: NOSPAMmosworld@lgphilips-lcd.comNOSPAM
Homeage: http://www.lgphilips-lcd.com/
#################################################### 


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFDE3724CA.51588449-ON49257329.00014338-49257329.0006B6BF>