From owner-FreeBSD-users-jp@jp.FreeBSD.org Thu Jan  6 11:48:20 2005
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id j062mKu64031;
	Thu, 6 Jan 2005 11:48:20 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from next-vision.net (47.50.244.43.ap.yournet.ne.jp [43.244.50.47])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with SMTP/inet id j062mK864026
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Thu, 6 Jan 2005 11:48:20 +0900 (JST)
	(envelope-from tsuyoshi_yamada@next-vision.net)
Received: (qmail 9557 invoked from network); 6 Jan 2005 11:49:31 +0900
Received: from unknown (HELO SMTOA145) (192.168.0.3)
  by 192.168.0.5 with SMTP; 6 Jan 2005 11:49:31 +0900
Message-ID: <063f01c4f39a$6901df20$a12fa8c0@SMTOA145>
From: =?iso-2022-jp?B?GyRCOzNFRBsoQiAbJEI5ZBsoQg==?= <tsuyoshi_yamada@next-vision.net>
To: <FreeBSD-users-jp@jp.FreeBSD.org>
References: <871xdgz90o.fsf@roddy.acest.tutrp.tut.ac.jp><87wtv8xrgz.fsf@roddy.acest.tutrp.tut.ac.jp><053601c4f386$b0e76b20$a12fa8c0@SMTOA145> <20050106.105247.41628970.masahiro.higuchi@fujixerox.co.jp>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Thu, 6 Jan 2005 11:49:57 +0900
X-Sequence: FreeBSD-users-jp 82335
Subject: [FreeBSD-users-jp 82335] Re: FreeBSD
 =?ISO-2022-JP?B?GyRCJE4bKEI=?= GUI
 =?ISO-2022-JP?B?GyRCPy5NakAtJEskRCQkJEYbKEI=?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: tsuyoshi_yamada@next-vision.net
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+041223

$B%a!<%k$"$j$,$H$&$4$6$$$^$9!#(B
PC$B%9%Z%C%/Ey$r5-=R$5$;$F$$$?$@$-$^$9!#(B
$B$J$K$H$>$h$m$7$/$*4j$$$$$?$7$^$9!#(B

$B7?L>!!(BMate N Linux$B%b%G%k!!(BMA12H/N
CPU$B!!(Bceleron 1.2G
$B30It%/%m%C%/!!(B100MHz
chipset IntelR 810E2 Chipset
Memory$B!!(B512M SDRAM DIMM
HDD 160G 5$B%$%s%A!!(B5400rpm
$B%0%i%U%#%C%/(B chipset$B$N$b$N$r;HMQ(B
------------------------------------------------------------
xorg.conf$B$NFbMF(B
ma12# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/X11R6/lib/X11/fonts"
    FontPath    "/usr/local/share/fonts/override"
    FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath    "/usr/X11R6/lib/X11/fonts/bitstream-vera"
    FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath    "/usr/X11R6/lib/X11/fonts/latin2"
    FontPath    "/usr/X11R6/lib/X11/fonts/local"
    FontPath    "/usr/X11R6/lib/X11/fonts/misc"
    FontPath    "/usr/X11R6/lib/X11/fonts/PEX"
    FontPath    "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath    "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath    "/usr/local/share/fonts/TrueType"
    FontPath    "/usr/X11R6/lib/X11/fonts/TrueType"
EndSection

Section "Module"
        Load  "freetype"
        # Load "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5"

EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "jp106"
        Option      "XkbLayout" "jp"
EndSection

Section "Monitor"

 ### Uncomment if you don't want to default to DDC:
#       HorizSync    31.5 - 57.0
#       VertRefresh  56.0 - 75.0
        Identifier   "Monitor0"
 ### Uncomment if you don't want to default to DDC:
#       HorizSync    31.5 - 57.0
#       VertRefresh  56.0 - 75.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "i810"
        ChipSet     "i810e"
        Card        "i810 i810e"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

------------------------------------------------------------
OS$B!!(BFreeBSD 5.3
$B%Q%C%1!<%8(B
ma12# pkg_info
ImageMagick-6.1.6.8 Image processing tools
ORBit-0.5.17_2      High-performance CORBA ORB with support for the C
language
ORBit2-2.12.0_1     High-performance CORBA ORB with support for the C
language
OpenEXR-1.2.1_1     A high dynamic-range (HDR) image file format
WordNet-2.0         Dictionaries and thesauri with devel. libraries (C, TCL)
an
aalib-1.4.r5_1      An ascii art library
acroread-5.10_1     View, distribute and print PDF documents
acroread5-commfont-2002.5 Asian Font Packs for Acrobat Reader 5.0 (for
common fi
les)
adobe-cmaps-200204  Adobe CMap collection
apache-2.0.52_4     Version 2 of Apache web server with prefork MPM.
apache-ant-1.6.2    Java- and XML-based build tool, conceptually similar to
mak
arts-1.3.2,1        Audio system for the KDE integrated X11 desktop
artswrapper-1.2.1_1 Setuid wrapper for arts
asfrecorder-1.1.20010307 Tool for downloading streaming media from the
Internet
aspell-0.60.2       Spelling checker with better suggestion logic than
ispell
atk-1.8.0           A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_5 Automatically configure source code on many Un*x
platform
s
autoconf-2.59_2     Automatically configure source code on many Un*x
platforms
automake-1.4.6_1    GNU Standards-compliant Makefile generator (legacy
version
automake-1.9.4      GNU Standards-compliant Makefile generator (version 1.9)
bison-1.75_2        A parser generator from FSF, (mostly) compatible with
Yacc
bitstream-vera-1.10 Bitstream Vera TrueType font collection
cdparanoia-3.9.8_7  A CDDA extraction tool (also known as ripper)
coreutils-5.2.1     The Free Software Foundation's core utilities
cups-base-1.1.22.0_1 The Common UNIX Printing System: headers, libs, &
daemons
cvsup-without-gui-16.1h General network file distribution system optimized
for C
VS
db4-4.0.14_1,1      The Berkeley DB package, revision 4
dirmngr-0.9.0       A client for managing and downloading certificate
revocatio
djbfft-0.76_1       An extremely fast library for floating-point convolution
dvipsk-tetex-5.92b_2 Convert a TeX DVI file to PostScript
esound-0.2.35_1     A sound library for enlightenment package
expat-1.95.8        XML 1.0 parser written in C
ezm3-1.2            Easier, more portable Modula-3 distribution for building
CV
fam-2.6.9_6         A file alteration monitor
fftw-2.1.5_2        Fast C routines to compute the Discrete Fourier
Transform
firefox-1.0_7,1     Web browser based on the browser portion of Mozilla
flac-1.1.0_3        Free lossless audio codec
flashplugin-firefox-0.4.12 A GPL standalone Flash (TM) plugin for FireFox
web br
owser
fontconfig-2.2.3,1  An XML-based font configuration API for X Windows
freetype2-2.1.7_4   A free and portable TrueType font rendering engine
fribidi-0.10.4_1    A Free Implementation of the Unicode Bidirectional
Algorith
gcc-3.2.3_2         GNU Compiler Collection 3.2.3
gconf2-2.8.1        A configuration database system for GNOME
gd-2.0.33_1,1       A graphics library for fast creation of images
gdbm-1.8.3_1        The GNU database manager
gengetopt-2.11      A tool for generating a C function which parses command
lin
gettext-0.14.1      GNU gettext package
ghostscript-gnu-7.07_11 GNU Postscript interpreter
glib-1.2.10_11      Some useful routines of C programming (previous stable
vers
glib-2.4.8          Some useful routines of C programming (current stable
versi
gmake-3.80_2        GNU version of 'make' utility
gnokii-0.6.4,1      Tools to talk to GSM cellular phones
gnomehier-1.0_21    A utility port that creates the GNOME directory tree
gnomemimedata-2.4.2 A MIME and Application database for GNOME
gnomevfs2-2.8.3_1   GNOME Virtual File System
gnupg-1.4.0         The GNU Privacy Guard
gnupg-devel-1.9.14  Prerelease package of GnuPG extensions for GnuPG 2.0
gocr-0.39           GOCR/JOCR is an OCR (Optical Character Recognition)
program
gpgme-1.0.1_3       A library to make access to GnuPG easier
graphviz-1.16       Graph Visualization Software from AT&T and Bell Labs
grass-i18n+ipafont-5.0.3 An open source Geographical Information System
(GIS), i
18n
gsfonts-8.11_2      Fonts used by GNU Ghostscript (or X)
gtk-1.2.10_12       Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.4.14_2        Gimp Toolkit for X11 GUI (current stable version)
gxine-0.3.3_9       An alternative GUI for the Xine media player
help2man-1.34.2     Automatically generating simple manual pages from
program o
hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop
projec
t
imake-6.8.1         Imake and other utilities from X.Org
imlib-1.9.15_1      A graphic library for enlightenment package
intltool-0.32.1     Tools to internationalize various kinds of data files
ja-Canna-3.7p3      Kana-Kanji conversion system
ja-acroread5-jpnfont-2002.5 Asian Font Packs for Acrobat Reader 5.0 (for
Japanes
e)
ja-ipa-ttfonts-1.0.20040814,1 Japanese TrueType fonts distributed by IPA
ja-kde-i18n-3.3.2   Japanese messages and documentation for KDE3
ja-kinput2-canna-3.1_2 Input server of Japanese text (Canna)
ja-kinput2-sj3-3.1_2 Input server of Japanese text (SJ3)
ja-kochi-ttfonts-20030809 Free Japanese TrueType fonts named 'Kochi'
ja-kterm-6.2.0_5    An xterm that speaks Japanese
ja-nkf-2.04         Network Kanji code conversion Filter
ja-openoffice-1.1.3_1 Integrated
wordprocessor/dbase/spreadheet/drawing/chart/br
o
ja-sj3-2.0.1.20_3   A Japanese input method
ja-xpdf-3.00_1      Japanese xpdf font support
jasper-1.701.0      An implementation of the codec specified in the
JPEG-2000 s
javavmwrapper-2.0_2 Wrapper script for various Java Virtual Machines
jbigkit-1.6         Lossless compression for bi-level images such as scanned
pa
jdk-1.4.2p7         Java Development Kit 1.4.2
jpeg-6b_3           IJG's jpeg compression utilities
kde-3.3.2           The "meta-port" for KDE
kdeaccessibility-3.3.2 Accessibility applications for KDE
kdeadmin-3.3.2      KDE applications related to system administration
kdeartwork-3.3.2    Additional themes, sounds, wallpapers and window styles
for
kdebase-3.3.2       Basic applications for the KDE system
kdeedu-3.3.2        Collection of entertaining, educational programs for KDE
kdegames-3.3.2      Games for the KDE integrated X11 desktop
kdegraphics-3.3.2_1 Graphics utilities for the KDE3 integrated X11 desktop
kdegraphics-kamera-3.3.2 Digital camera support for KDE
kdegraphics-kooka-3.3.2 Raster image scan program for KDE
kdegraphics-kuickshow-3.3.2 KDE image viewer
kdehier-1.0_4       Utility port which installs a hierarchy of shared KDE
direc
kdelibs-3.3.2_2     Base set of libraries needed by KDE programs
kdemultimedia-3.3.2 Multimedia utilities for the KDE integrated X11 desktop
kdemultimedia-mpeglib_artsplug-3.3.2 Default KDE decoders for mp3/ogg
kdemultimedia-xine_artsplugin-3.3.2_1 Xine-based multimedia backend for KDE
kdenetwork-3.3.2    Network-related programs and modules for KDE
kdepim-3.3.2        Personal Information Management tools for KDE
kdesdk-3.3.2        KDE Software Development Kit
kdetoys-3.3.2       Small applications for KDE
kdeutils-3.3.2      Utilities for the KDE integrated X11 desktop
kdevelop-3.1.2      Powerful IDE for developing KDE/Qt-based apps
kdewebdev-3.3.2,2   Comprehensive html/website development environment
koffice-1.3.5_1,1   Office Suite for KDE3
lame-3.96.1         ISO code based fast MP3 encoder kit
lapack-3.0          A library of Fortran 77 subroutines for linear algebra
lcms-1.13_1,1       Light Color Management System -- a color management
library
libIDL-0.8.4        A library for creating trees of CORBA Interface
Definition
libXft-2.1.6        A client-sided font API for X applications
liba52-0.7.4_1      A free library for decoding ATSC A/52 streams, aka AC-3
libart_lgpl2-2.3.16 Library for high-performance 2D graphics
libassuan-0.6.9     IPC library used by GnuPG and gpgme
libaudiofile-0.2.6  A sound library for SGI audio file
libbonobo-2.8.0_1   A component and compound document system for GNOME2
libdvdcss-1.2.8_1   Portable abstraction library for DVD decryption
libdvdread-0.9.4_1  This is needed by ogle, which is a DVD player that
supports
libexif-0.6.10      Library to read digital camera file meta-data
libfame-0.9.1_1     A video encoding library
libflash-0.4.12     GPL Flash (TM) Library
libfpx-1.2.0.9      Library routines for working with Flashpix images
libgcrypt-1.2.0_1   "General purpose crypto library based on code used in
GnuPG
libglut-6.0.1       A graphics library similar to SGI's OpenGL
libgpg-error-1.0_1  Common error values for all GnuPG components
libgphoto2-2.1.5    A universal digital camera picture control tool
libgsf-1.10.1       An extensible i/o abstraction for dealing with
structured f
libiconv-1.9.2_1    A character set conversion library
libidn-0.5.12       Internationalized Domain Names command line tool
libksba-0.9.10      KSBA is an X.509 Library
libltdl-1.5.10      System independent dlopen wrapper
libmad-0.15.1b_1    Libmad library (part of MAD project)
libmal-0.40         A library encapsulating malsync
libmng-1.0.8        Multiple-image Network Graphics (MNG) reference library
libmusicbrainz-2.1.1 2nd generation incarnation of the CD Index - audio
metadata
libogg-1.1.2_1,3    Ogg bitstream library
libpaper-1.1.14     A library providing routines for paper size management
libtool-1.3.5_2     Generic shared library support script (version 1.3)
libtool-1.5.10      Generic shared library support script (version 1.5)
libtunepimp-0.3.0_1 Client library for musicbrainz
libungif-4.1.3      Tools and library routines for working with GIF images
libusb-0.1.7_1      Library giving userland programs access to USB devices
libvorbis-1.1.0_1,3 Audio compression codec library
libwmf-0.2.8.3      Tools and library for converting Microsoft WMF (windows
met
libwww-5.4.0_1      The W3C Reference Library
libxine-1.0         Libraries for xine multimedia player
libxml2-2.6.16      XML parser library for GNOME
libxslt-1.1.12      The XSLT C library for GNOME
linc-1.0.3_2        A library for writing networked servers & clients
linux-XFree86-libs-4.3.99.902_1 XFree86 libraries, Linux binary
linux-atk-1.2.0_2   Accessibility Toolkit, Linux/i386 binary
linux-expat-1.95.5_2 Linux/i386 binary port of Expat XML-parsing library
linux-flashplugin-6.0r79_2 The official Macromedia Flash Player for Linux
Mozill
a and
linux-fontconfig-2.1_2 Linux/i386 binary of Fontconfig
linux-glib2-2.2.1_2 Version 2.X Linux/i386 binary port of GLib
linux-gtk2-2.2.1_2  GTK+ library, version 2.X, i386 Linux binary
linux-jpeg-6b.15_3  RPM of the JPEG lib
linux-pango-1.2.1_2 Linux pango binary
linux-png-1.2.7_4   RPM of the PNG lib
linux-realplayer-10.0.2_1 Linux RealPlayer 10 from RealNetworks
linux-sun-jdk-1.4.2.06_1 Sun Java Development Kit 1.4 for Linux
linux-tiff-3.5.5_2  RPM of tiff lib
linux_base-8-8.0_4  Base set of packages needed in Linux mode (only for
i386)
linuxpluginwrapper-20041219 A wrapper allowing use of linux-plugins with
native
applica
lynx-ssl-2.8.5      A non-graphical, text-based World-Wide Web client with
SSL
m4-1.4.1            GNU m4
mozilla-1.7.5_1,2   The open source, standards compliant web browser
mpeg2codec-1.2_1    An MPEG-2 Encoder and Decoder
mplayer-fonts-0.50  A font pack for the mplayer OSD and SUB
mplayer-gtk-esound-0.99.5_5 High performance media player/encoder supporting
man
y forma
mplayer-skins-1.1.0_4 Skins for MPlayer's Graphical User Interface (GUI)
mplayerplug-in-2.70_2 A Mozilla plugin for the MPlayer media player
nas-1.7             Network Audio System
nasm-0.98.38_2,1    General-purpose multi-platform x86 assembler
net-snmp-5.2_1      An extendable SNMP implementation
nspr-4.4.1_1        A platform-neutral API for system level and libc like
funct
open-motif-2.2.3_1  Motif X11 Toolkit (industry standard GUI (IEEE 1295))
openldap-client-2.2.19 Open source LDAP client implementation
openslp-1.0.11_1    Open-source implementation of the Service Location
Protocol
p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser,
expat
p5-gettext-1.03     Message handling functions
pango-1.6.0         An open-source framework for the layout and rendering of
i1
pcre-5.0            Perl Compatible Regular Expressions library
perl-5.8.5          Practical Extraction and Report Language
pilot-link-0.11.8_3 PalmPilot communications utilities
(backup/restore/install/
pkgconfig-0.15.0_1  A utility used to retrieve information about installed
libr
png-1.2.8           Library for manipulating PNG images
popt-1.7            A getopt(3) like library with a number of enhancements,
fro
portupgrade-20041226_1 FreeBSD ports/packages administration and management
tool
 s
pth-2.0.3           GNU Portable Threads
python-2.4          An interpreted object-oriented programming language
qca-tls-1.0_1       SSL/TLS plugin for Qt
qmail-1.03_3        A secure, reliable, efficient, simple, and fast MTA
qmake-3.3.3_1       The build utility of the Qt project
qt-3.3.3_3          Multiplatform C++ application framework
rpm-3.0.6_9         The Red Hat Package Manager
rpm2cpio-1.2_2      Convert .rpm files for extraction with /usr/bin/cpio,
needs
ruby-1.8.2_1        An object-oriented interpreted scripting language
ruby18-bdb1-0.2.2   Ruby interface to Berkeley DB revision 1.8x with full
featu
samba-libsmbclient-3.0.10_1 The shared lib from the samba packages
sane-backends-1.0.15 API for access to scanners, digitals camera, frame
grabbers
sdl-1.2.7_3,2       Cross-platform multi-media development API
shared-mime-info-0.15_7 A MIME type database from the FreeDesktop project
speex-1.0.4_1,1     An open-source patent-free voice codec
svgalib-1.4.3_4     A low level console graphics library
t1lib-5.0.1,1       A Type 1 Rasterizer Library for UNIX/X11
taglib-1.3.1        Library for manipulating ID3 tags and Ogg comments
tcl-8.4.7,1         Tool Command Language
teTeX-2.0.2_7       A meta port for teTeX suite
teTeX-base-2.0.2_8  Thomas Esser's distribution of TeX & friends (binaries)
teTeX-latex2e-1.0.20031201 The latest version of LaTeX2e macro package for
teTeX
teTeX-texmf-2.0.2_3 Thomas Esser's distribution of TeX & friends (texmf
tree)
tex-texmflocal-1.7  Meta-port that creates a site-local $TEXMF directory
thunderbird-1.0_1   Mozilla Thunderbird is standalone mail and news that
stands
tidy-20000804_2     Fixes and tidies up HTML files
tiff-3.7.1_1        Tools and library routines for working with TIFF images
tk-8.4.7,2          Graphical toolkit for TCL
unzip-5.51          List, test and extract compressed files in a ZIP archive
urwfonts-1.0        Another font package for X
vnc-3.3.7_1         Display X and Win32 desktops on remote X/Win32/Java
display
win32-codecs-2.1.0.p5,1 Huge compilation of Win32 binary codecs, including
MPEG-
4(D
wv2-0.2.2           A library providing routines to access Microsoft Word
files
xdvik-tetex-22.84.8 DVI Previewer(kpathsearch) for X
xorg-clients-6.8.1  X client programs and related files from X.Org
xorg-documents-6.8.1 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.8.1 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.8.1 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.8.1 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.8.1 X.Org font encoding files
xorg-fonts-miscbitmaps-6.8.1 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.8.1 X.Org TrueType fonts
xorg-fonts-type1-6.8.1 X.Org Type1 fonts
xorg-fontserver-6.8.1 X font server from X.Org
xorg-libraries-6.8.1_1 X11 libraries and headers from X.Org
xorg-manpages-6.8.1 X.Org library manual pages
xorg-nestserver-6.8.1 Nesting X server from X.Org
xorg-printserver-6.8.1 X Print server from X.Org
xorg-server-6.8.1_1 X.Org X server and related programs
xorg-vfbserver-6.8.1 X virtual framebuffer server from X.Org
xpdf-3.00_5         Display PDF files, and convert them to other formats
xterm-197           Terminal emulator for the X Window System
zip-2.3_2           Create/update ZIP files compatible with pkzip

$B!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&(B
                       $B;3ED!!9d!!(B-Tsuyoshi Yamada-

    E-Mail Address       : tsuyoshi_yamada@next-vision.net
    Yahoo Messenger ID : tsuyomsg
$B!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&(B


----- Original Message ----- 
From: "Higuchi Masahiro" <masahiro.higuchi@fujixerox.co.jp>
To: <FreeBSD-users-jp@jp.FreeBSD.org>
Sent: Thursday, January 06, 2005 10:52 AM
Subject: [FreeBSD-users-jp 82331] Re: FreeBSD $B$N(B GUI $B?.Mj@-$K$D$$$F(B


> $BHu8}!wIY;N%<%m%C%/%9$G$9(B.
>
> From: $B;3ED(B $B9d(B <tsuyoshi_yamada@next-vision.net>
> Message-ID: <053601c4f386$b0e76b20$a12fa8c0@SMTOA145>
> > $B$7$+$7!"%G%9%/%H%C%WMQ$K;HMQ!J;nMQ!K$7$F$*$j$^$9%^%7%s$K$D$$$F$O!"(B
> > $B#K#D#E>e$G!"(Bmozilla$B$K$;$h(BfireFox$B$K$;$h!"$7$g$C$A$e$&>!<j$K2hLL$,Mn$A$F$7(B
$B$^$$(B
> > $B$^$9!#(B
>
> $B$=$N(BPC$B$N(BCPU$B!"%a%b%j!<!"%^%6!<%\!<%I!"%0%i%U%#%C%/%\!<%I!"(Bxorg.conf$B$J$I$N(B
> $B>pJs$,$J$$$H%U%)%m!<$b$G$-$J$$$N$G$9$,(B...
>
> $B;d$N>l9g!"%G%9%/%H%C%W$H$7$F;H$C$F$$$k(BPC$B$G(BFreeBSD$B$O!"%N!<%H(BPC$B$r4^$a$F<+Bp(B
$B$H?&>l$r(B
> $B$"$o$;$F(B4$BBf0J>e$"$j$^$9$,!"FC$K$=$&$$$&LdBj$,5/$-$?$3$H$O$"$j$^$;$s(B.
> ($B%N!<%H(BPC$B$G%$%s%9%H!<%k$K6lO+$9$k$3$H$O$"$j$^$9$,(B)
> ($B;d$N>l9g!":G?7$G$J$$0B$$$b$N$P$+$j;H$C$F$$$k$+$i$+$b$7$l$^$;$s$,(B...)
>
> $B0J>e(B
>
>

