Hi all , i am a japanese , and i run openbsd3.8 (snapshot) on pentium4 1.5G .
i have no stress using kde on this machine and i can use japanese in jvim .
but i hava some defects .
1) i cannot use canna , so i use Wnn ( namely jserver) .
2) i can write japanese only in jvim ( i run jvim on kterm on konsole ) ,
so i copy japanese words in jvim to konqueror.
3) i hope openbsd will use " uim anthy " which is commonly used in LINUX
japanese input method (this is not kanji-server type).
i also make /etc/X11/xorg.conf with " Xorg -configure (on
/usr/X11R6/bin)" .
but my keyboard is made in japan , so some corrections are needed .
in /etc/X11/xorg.conf
-----------------------------------------
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Modes "1024x768" "640x480"
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
-----------------------------------------------------------
i install mainly kde packages with " pkg_add -v
ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/kdebase-3.4.3.tgz "
and so on .
i write down some important files .
1) /etc/hosts
::1 localhost.nakajin.dyndns.org localhost
127.0.0.1 localhost.nakajin.dyndns.org localhost
127.0.0.1 localhost.nakajin.dyndns.org jserver
::1 p4.nakajin.dyndns.org p4
192.168.72.66 p4.nakajin.dyndns.org p4
2)/home/tuyosi/.bashrc <--- i use bash .
export LANG=ja_JP.eucJP
export XMODIFIERS="@im=kinput2"
# /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8
2003/02/28 15:45:35 azarah Exp $
# This file is sourced by all *interactive* bash shells on startup. This
# file *should generate no output* or it will break the scp and rcp commands.
# colors for ls, etc.
eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"
# Change the window title of X terminals
case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne "\033]0;[EMAIL
PROTECTED]:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne "[EMAIL
PROTECTED]:${PWD/$HOME/~}\033\\"'
;;
esac
##uncomment the following to activate bash-completion:
#[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion
3) /home/tuyosi/.xinitrc
#!/bin/bash
export LANG=ja_JP.eucJP
export XMODIFIERS="@im=kinput2"
kinput2 -wnn &
startkde
4)pkg_info
OpenEXR-1.2.2p1 high dynamic range image format
Wnn-data-4.2 common files to all languages of Wnn
arts-1.4.3 K Desktop Environment, aRTs
aspell-0.50.5p1 spell checker designed to eventually replace Ispell
bash-3.0.16p1 GNU Bourne Again Shell
bzip2-1.0.3 block-sorting file compressor, unencumbered
cdparanoia-3.a9.8 CDDA reading utility with extra data verification features
cyrus-sasl-2.1.20p4 RFC 2222 SASL (Simple Authentication and Security Layer)
esound-0.2.34 sound library for Enlightenment
expat-1.95.6 XML 1.0 parser written in C
flac-1.1.2 free lossless audio codec
gettext-0.10.40p3 GNU gettext
glib-1.2.10p0 useful routines for C programming
glib2-2.6.4 general-purpose utility library
gnupg-1.4.1p0 GNU privacy guard - a free PGP replacement
gpgme-1.0.2p0 GnuPG Made Easy
gstreamer-0.8.10 GStreamer streaming media framework runtime
gtk+-1.2.10p3 General Toolkit for X11 GUI
ja-Wnn-4.2p1 Japanese input method
ja-Wnndict-4.2p0 dictionaries for Japanese Wnn
ja-jvim-2.0rp0-wnn Japanized Vim, wnn input method
ja-kinput2-3.0-wnn X input method for Japanese, wnn support
ja-kterm-6.2.0p2 Japanese-capable xterm
ja-less-3.32p2.48 less + zcat + ISO-2022 - a pager similar to more and pg
ja-onew-wnn4-2.2.10 library for Japanese Input Method Wnn4
jasper-1.701.0 reference implementation of JPEG-2000
jpeg-6bp2 IJG's JPEG compression utilities
kde-i18n-ja-3.4.3 ja translations for KDE
kdeaddons-3.4.3 K Desktop Environment, addons
kdebase-3.4.3 K Desktop Environment, basic applications
kdegames-3.4.3 K Desktop Environment, games
kdelibs-3.4.3 K Desktop Environment, libraries
kdemultimedia-3.4.3 K Desktop Environment, multimedia applications
kdepim-3.4.3 KDE personal information applications
lcms-1.12p0 color management library
lftp-3.3.0 shell-like command line ftp and sftp client
libart-2.3.17 high-performance 2D graphics library
libaudiofile-0.2.6 SGI audiofile library clone
libgcrypt-1.2.0 crypto library based on code used in GnuPG
libgpg-error-0.7 error codes for GnuPG related software
libiconv-1.9.2p1 character set conversion library
libltdl-1.5.20 GNU libtool system independent dlopen wrapper
libmad-0.15.1bp0 high-quality MPEG audio decoder
libmng-1.0.9p1 Multiple-image Network Graphics (MNG) reference library
libogg-1.1.2 Ogg bitstream library
libtheora-1.0alpha4 open video codec
libusb-0.1.10a USB access library
libvorbis-1.1.1 audio compression codec library
libxml-2.6.16p6 XML parsing library
libxslt-1.1.12p1 XSLT C Library for GNOME
mpeg-lib-1.3.1p0 collection of C routines to decode MPEG movies
openldap-client-2.2.29 Open source LDAP software (client)
pcre-4.5p1 perl-compatible regular expression library
pilot-link-0.11.8 tools to connect your PalmOScompatible handheld
png-1.2.8 library for manipulating PNG images
popt-1.7 getopt(3)-like library with a number of enhancements
qt3-mt-3.5 C++ X11 GUI toolkit
sdl-1.2.9-sun cross-platform multimedia library
speex-1.0.5 patent-free speech codec
taglib-1.4 managing meta-data of audio formats
tiff-3.7.3 tools and library routines for working with TIFF images
unzip-5.52 extract, list & test files in a ZIP archive
xanim-2.80.1p0 X11 animation player with support for lots of formats
xmms-1.2.10p5 Multimedia player for the X Window System
5) the end line of /etc/rc.local is next.
/usr/local/bin/jserver
6)i can use japanese input on jvim with " ctrl + \"
sorry for my poor english .
--
HomePage : nakajin.dyndns.org
Mail: [EMAIL PROTECTED]
--
HomePage : nakajin.dyndns.org
Mail: [EMAIL PROTECTED]
一人は万人のために、万人は一人のために