Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 09:44:23 +0900
From:      "SUNGBAK KIM" <mosworld@lgphilips-lcd.com>
To:        freebsd-sparc64@freebsd.org
Cc:        BUMSIK KIM <problemq@lgphilips-lcd.com>, HOEWOO KOO <hoewoo@lgphilips-lcd.com>
Subject:   Re: Ultra60, type6 non-USB sunkeyboard with xorg 7.2
Message-ID:  <OFBED01953.7323E70B-ON49257330.00834BB0-49257331.000410BC@lgphilips-lcd.com>
In-Reply-To: <OFDE3724CA.51588449-ON49257329.00014338-49257329.0006B6BF@LocalDomain>

next in thread | previous in thread | raw e-mail | index | archive | help


--=_related 000410B149257331_=
Content-Type: text/plain; charset="ISO-2022-KR"

$)CI can't get proper configuration with Ultra60 + non-USB Type6 Korean 
keyboard in Xorg 7.2 although many different configurations.

Because, there may be success story with XFree86 - 4.3,  XFree86 may be 
the better choice( my opinion)  but can't be built  by ports system with
available selection option,  X_WINDOW_SYSTEM = xfree86-4. There are 
difficulties building XFree86 by ports switching X_WINDOW_SYSTEM option.

Last, I tried patch below file in  http://www.ijs.si/~lesi/xorg/

 patch-bsd_KbdMap.c      02-Mar-2005 10:02  508 
 patch-bsd_KbdMap.c.2    07-Mar-2005 21:18  1.0K 
 patch-bsd_kbd.c         08-Feb-2005 21:10  1.9K 
 patch-kbd_sparc_2.c 

still, It does not  work.

Any lists to try ?


>Hello, KIM!
>
>Try the following config options:
>Section "InputDevice"
>         Identifier  "Keyboard0"
>         Option      "Protocol"    "Standard"
>         Driver      "kbd"
>         Option      "AutoRepeat"  "500 30"
>         Option      "XkbLayout"   "kr"
>         Option      "XkbRules"    "sun"
>#       Option      "XkbRules"    "xorg"
>         Option      "XkbModel"    "type5_euro"
>         Option      "XkbTypes"    "types/complete"
>         Option      "XkbCompat"   "compat/complete"
>EndSection
>
>--
>With Best Regards,
>Andrew Belashov.

>I'm trying to get my sun keyboard 5c to work on my Sun Ultra 5.  So
>far, I've tried all manner of configurations.  The keyboard works in a
>tty.  Currently, the it works the most (barely at all) with this
>
>
>Section "InputDevice"
>        Identifier  "Keyboard0"
>        Driver      "kbd"
>        Option      "Protocol"  "standard"
>        Option      "AutoRepeat"  "500 30"
>        Option      "XkbRules"    "sun"
>        Option      "XkbModel"    "type5"
>        Option      "XkbLayout"   "us"
>EndSection
>
>
>It is a US keyboard.  Thanks


###################################################
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/

#################################################### 




1h<:9Z Wide MNT Task <1@S?,18?x (8383-7594) 
@[<: @O=C: 2007-07-31 ?@@| 10:13

<v=E@N
freebsd-sparc64@freebsd.org
   B|A6@N

A&8q
Ultra60, type6 non-USB sunkeyboard with xorg 7.2





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






--=_related 000410B149257331_=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFBED01953.7323E70B-ON49257330.00834BB0-49257331.000410BC>