Ultra60, type6 non-USB sunkeyboard with xorg 7.2

SUNGBAK KIM mosworld at lgphilips-lcd.com
Wed Aug 8 00:44:36 UTC 2007


I 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 at lgphilips-lcd.comNOSPAM
Homeage: http://www.lgphilips-lcd.com/

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




김성박 Wide MNT Task 선임연구원 (8383-7594) 
작성 일시: 2007-07-31 오전 10:13

수신인
freebsd-sparc64 at freebsd.org
   참조인

제목
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 at 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







More information about the freebsd-sparc64 mailing list