xfree86을 설치하던중 에러가 발생했거든요.. keyboard 쪽에서요..
우선 xf86config 를 실행하면 마우스 잡고 난뒤
XKB rules file '/usr/X11R6/lib/X11/xkb/rules/xfree86' not found keyboard XKB options will be set to default values.
이와 같은 에러가 뜨거든요..
그리고 startx 를 하면
170라인에 에러가 있다고 나오거든요..
--------------XF86Config 를 보면----------------------------
Section "Keyboard"
Protocol "Standard"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#Protocol "Xqueue"
AutoRepeat 500 5
# Let the server do the NumLock processing. This should only be
# required when using pre-R6 clients
#ServerNumLock
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#Xleds 1 2 3
#To set the LeftAlt to Meta, RightAlt key to ModeShift,
#RightCtl key to Compose, and ScrollLock key to ModeLock:
LeftAlt Meta <<=====170라인임..
RightAlt Meta
ScrollLock Compose
RightCtl Control
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# XkbModel "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# XkbModel "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# XkbLayout "de"
# or:
# XkbLayout "de"
# XkbVariant "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# XkbOptions "ctrl:swapcaps"
# These are the default XKB settings for XFree86
# XkbRules "xfree86"
# XkbModel "pc101"
# XkbLayout "us"
# XkbVariant ""
# XkbOptions ""
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc101"
XkbLayout "us"
EndSection
---------------------------------------------------------
위의 것은 XF86Config 파일이거든요.. 170 라인
LeftAlt Meta <<=====170라인임..
이곳이 에러가 발생해요..
계속 키보드에서 에러가 나네요..
이 에러를 잡으려면 어떻게 해야 하는지 좀 꼭 좀 알려줏에ㅛ..