pkg_add -v -r [패키지명.]

ex>
pkg_add -r -r xorg
pkg_add -r -r kde4

/etc/rc.conf 편집(추가)
============================================================
local_startup=”${local_startup} /usr/local/kde4/etc/rc.d”
kdm4_enable=”YES”
dbus_enable=”YES”
hald_enable=”YES”
============================================================

위 처럼 KDE설치 후 마우스 나 키보드가 동작하지 않을경우
local_startup 부분을 추석처리 하고

/etc/ttys 를 편집합니다.

ttyv8 “/usr/local/bin/xdm -nodaemon” xterm off secure
를 추석처리하고
ttyv8 “/usr/local/kde4/bin/kdm -nodaemon” xterm on secure
로 변경합니다.

Leave a Reply

Your email address will not be published. Required fields are marked *