Hi

PLEASE NOTE MY CHANGE OF EMAIL ADDRESS (formerly vizion --at-- ixpres.com NOW 
vizion --at-- vizion.occoxmail.com) ) mails at the old address will still 
reach me for a while .

I have looked for installation instructions for kde and found some based on 
versions prior to 3.4.0 and/or for OS's other than freebsd with somewhat 
different filesystems. But I got confused!     I know I have not got the 
start up for kde right.

Information files are below titled as follows
**Xorg.0.log
**Config File
** Package List

I have a startup problems plus some questions about how to customize kde for 
my work environment.

START-UP ISSUES
1. Xstart up for kde
(a) startx works but does not launch kde3
 (b) a user in group wheel can startx from consol. Xwindows starts and can 
login to xterm, su root and issue kcontrol command. User can start kde with 
kdeinitrc from xterm or Konsol. 
  ps Am I correct in assuming  that kdeinitrc has now taken the place of 
startkde?
(c) If ~/.xinitrc file is created then, after killing X, any subsequent 
attempt to startx from consol fails.

2. The following verbose out from starting kcontrol
******************
EZGiver# kcontrol: ERROR: : couldn't create slav
kcontrol: ERROR: : couldn't create slave : Canno
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image
QImage::smoothScale: Image is a null image

CUSTOMIZATION

1. Is there a manual reference that will tell me how to create multiple 
switched screens for X e.g.  F8, F9 with a control that enables me to switch 
window/sessions between screens.

2. How about the same with multiple monitors

3. I can change the background color and text properties witin an individual 
window (e.g.in kedit). But I cannot see any way to change the background 
color or text properties  for the bar at very top of the window or the name 
of each window. Is there a way to do that? 

4. Is there a way to replace standard icons for minimized  windows with 
individual icons so it is easy to identify different minimized windows  by 
their own indiviual icon? Alternatively some kind of pulldown desktop manager 
with a pulldown menu system could work.



..................
**Config File
..................
# Config file -- most comments removed
/etc/X11/XF86Config
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
EndSection
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    Fontpath  "/usr/X11R6/lib/fonts/URW/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option     "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "us"
EndSection
Section "InputDevice"
# Identifier and driver
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/sysmouse"
EndSection
Section "Monitor"
    Identifier  "KDS VS-9"
    HorizSync   28 - 95
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
# Device configured by xf86config:
Section "Device"
    Identifier  "Unichrome"
    Driver      "via"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "Unichrome"
    Monitor     "KDS VS-9"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
# Section "DRI"
#    Mode 0666
# EndSection
# WEND OF CONFIG FILE -------------------------------------- 
........................
**Xorg.0.log
Extracts from Xorg.0.log  
--------------------------------------------------------

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD EZGiver 5.3-RELEASE FreeBSD 5.3-RELEASE #0: 
Fri Nov  5 04:19:18 UTC 2004     
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 11 May 2005
....
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May 12 08:24:30 2005
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
.....
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
........
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.1.0
        ABI class: X.Org Video Driver, version 0.7
........
II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
........
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 1.2.0
        ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 6.8.2, module version = 0.1.0
        ABI class: X.Org Video Driver, version 0.7
(**) VIA(0): Option: Cap0_FieldSwap Disabled
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
...........
** Package List
...........
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/sysmouse"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/sysmouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) Keyboard1: XkbRules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse1: SetupAuto: protocol is SysMouse
Could not init font path element /usr/X11R6/lib/X11/fonts/local/, removing 
from                                                 list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing 
from                                                 list!
Could not init font path element /usr/X11R6/lib/X11/fonts/TrueType/, removing 
fr                                                om list!
................................
ImageMagick-6.2.2.1 Image processing tools
ORBit2-2.12.2       High-performance CORBA ORB with support for the C language
OpenEXR-1.2.1_1     A high dynamic-range (HDR) image file format
aalib-1.4.r5_1      An ascii art library
amspsfnt-1.0_3      AMSFonts PostScript Fonts (Adobe Type 1 format)
apache-1.3.33_1     The extremely popular Apache http server.  Very fast, very
apr-nothr-db4-1.0.1_1 The Apache Group's Portability Library
arts-1.4.0,1        Audio system for the KDE integrated X11 desktop
artswrapper-1.2.1_1 Setuid wrapper for arts
aspell-0.60.2       Spelling checker with better suggestion logic than ispell
atk-1.9.1           A GNOME accessibility toolkit (ATK)
autoconf-2.13.000227_5 Automatically configure source code on many Un*x 
platforms
autoconf-2.53_3     Automatically configure source code on many Un*x platforms
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.5_2,1    GNU Standards-compliant Makefile generator (version 1.5)
automake-1.9.5      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_1 Bitstream Vera TrueType font collection
boost-python-1.32.0_2 Free peer-reviewed portable C++ source libraries
cdparanoia-3.9.8_7  A CDDA extraction tool (also known as ripper)
cmpsfont-1.0_4      Computer Modern PostScript Fonts (Adobe Type 1 format)
cups-base-1.1.23.0_4 The Common UNIX Printing System: headers, libs, & daemons
cvsup-16.1h_2       General network file distribution system optimized for CVS
cyrus-sasl-2.1.20_1 RFC 2222 SASL (Simple Authentication and Security Layer)
db4-4.0.14_1,1      The Berkeley DB package, revision 4
db42-4.2.52_4       The Berkeley DB package, revision 4.2
desktop-file-utils-0.10_2 A couple of command line utilities for working with 
desktop
dirmngr-0.9.2       A client for managing and downloading certificate 
revocatio
djbfft-0.76_2       An extremely fast library for floating-point convolution
dri-6.2.1,2         OpenGL hardware acceleration drivers for the DRI
expat-1.95.8_1      XML 1.0 parser written in C
ezm3-1.2            Easier, more portable Modula-3 distribution for building 
CV
faces-1.7.7_5       Visual mail, user and print face server
fam-2.6.9_6         A file alteration monitor
fftw3-3.0.1_4       Fast C routines to compute the Discrete Fourier Transform
firefox-1.0.3,1     Web browser based on the browser portion of Mozilla
flac-1.1.2          Free lossless audio codec
fontconfig-2.2.3,1  An XML-based font configuration API for X Windows
freetype2-2.1.9     A free and portable TrueType font rendering engine
fribidi-0.10.4_1    A Free Implementation of the Unicode Bidirectional 
Algorith
gawk-3.1.1_1        The GNU version of Awk
gconf2-2.10.0       A configuration database system for GNOME
gd-2.0.33_1,1       A graphics library for fast creation of images
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_12 GNU Postscript interpreter
glib-1.2.10_11      Some useful routines of C programming (previous stable 
vers
glib-2.6.4          Some useful routines of C programming (current stable 
versi
gmake-3.80_2        GNU version of 'make' utility
gnomehier-2.0_6     A utility port that creates the GNOME directory tree
gnomemimedata-2.4.2 A MIME and Application database for GNOME
gnomevfs2-2.10.1    GNOME Virtual File System
gnupg-1.4.1         The GNU Privacy Guard
gnupg-devel-1.9.16  Prerelease package of GnuPG extensions for GnuPG 2.0
gnutls-1.0.24_1     GNU Transport Layer Security library
gocr-0.40           GOCR/JOCR is an OCR (Optical Character Recognition) 
program
gpgme-1.0.2         A library to make access to GnuPG easier
graphviz-2.2        Graph Visualization Software from AT&T and Bell Labs
gsfonts-8.11_2      Fonts used by GNU Ghostscript (or X)
gsm-1.0.10          Audio converter and library for converting u-law to gsm 
enc
gtk-1.2.10_13       Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.6.7           Gimp Toolkit for X11 GUI (current stable version)
help2man-1.35.1     Automatically generating simple manual pages from program 
o
hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop 
project
imake-6.8.2         Imake and other utilities from X.Org
imlib-1.9.15_2      A graphic library for enlightenment package
intltool-0.33       Tools to internationalize various kinds of data files
jackit-0.99.0       A low-latency audio server
jasper-1.701.0      An implementation of the codec specified in the JPEG-2000 
s
jbigkit-1.6         Lossless compression for bi-level images such as scanned 
pa
jpeg-6b_3           IJG's jpeg compression utilities
kde-3.4.0           The "meta-port" for KDE
kdeaccessibility-3.4.0 Accessibility applications for KDE
kdeadmin-3.4.0      KDE applications related to system administration
kdeartwork-3.4.0    Additional themes, sounds, wallpapers and window styles 
for
kdebase-kompmgr-3.4.0 Utility needed to enable XComposite support in KDE
kdeedu-3.4.0_1      Collection of entertaining, educational programs for KDE
kdegames-3.4.0      Games for the KDE integrated X11 desktop
kdegraphics-3.4.0   Graphics utilities for the KDE3 integrated X11 desktop
kdegraphics-kamera-3.4.0 Digital camera support for KDE
kdegraphics-kooka-3.4.0 Raster image scan program for KDE
kdegraphics-kuickshow-3.4.0 KDE image viewer
kdehier-1.0_6       Utility port which installs a hierarchy of shared KDE 
direc
kdelibs-3.4.0_2     Base set of libraries needed by KDE programs
kdemultimedia-3.4.0 Multimedia utilities for the KDE integrated X11 desktop
kdemultimedia-akode-3.4.0 Default KDE audio backend
kdemultimedia-akode-plugins-jack-3.4.0 Jack output plugin for akode
kdemultimedia-akode-plugins-mpc-3.4.0 Musepack decoder plugin for akode
kdemultimedia-akode-plugins-mpeg-3.4.0 MPEG audio decoder plugin for akode
kdemultimedia-akode-plugins-oss-3.4.0 OSS output plugin for akode
kdemultimedia-akode-plugins-polypaudio-3.4.0 Polypaudio output plugin for 
akode
kdemultimedia-akode-plugins-resampler-3.4.0 Resampler plugin for akode
kdemultimedia-akode-plugins-xiph-3.4.0 FLAC/Speex/Vorbis decoder plugin for 
akode
kdemultimedia-mpeglib_artsplug-3.4.0 Legacy KDE audio backend
kdemultimedia-xine_artsplugin-3.4.0 Xine-based multimedia backend for KDE
kdenetwork-3.4.0_1  Network-related programs and modules for KDE
kdepim-3.4.0        Personal Information Management tools for KDE
kdesdk-3.4.0        KDE Software Development Kit
kdetoys-3.4.0       Small applications for KDE
kdeutils-3.4.0      Utilities for the KDE integrated X11 desktop
kdevelop-3.2.0      Powerful IDE for developing KDE/Qt-based apps
kdewebdev-3.4.0_1,2 Comprehensive html/website development environment
koffice-1.3.5_2,1   Office Suite for KDE3
lcms-1.14,1         Light Color Management System -- a color management 
library
libIDL-0.8.5_1      A library for creating trees of CORBA Interface Definition
libXft-2.1.6_1      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.17 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.1_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.12_1    Library to read digital camera file meta-data
libfame-0.9.1_1     A video encoding library
libfpx-1.2.0.12     Library routines for working with Flashpix images
libgcrypt-1.2.1_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_1  A universal digital camera picture control tool
libgsf-1.11.1       An extensible i/o abstraction for dealing with structured 
f
libiconv-1.9.2_1    A character set conversion library
libidn-0.5.15       Internationalized Domain Names command line tool
libksba-0.9.11      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
libogg-1.1.2_1,3    Ogg bitstream library
libpaper-1.1.14.3   A library providing routines for paper size management
libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio
libsndfile-1.0.11   Reading and writing files containing sampled sound (like 
WA
libtheora-1.0.a4    Theora video codec for the Ogg multimedia streaming system
libtool-1.3.5_2     Generic shared library support script (version 1.3)
libtool-1.5.10_1    Generic shared library support script (version 1.5)
libungif-4.1.3      Tools and library routines for working with GIF images
libusb-0.1.10a      Library giving userland programs access to USB devices
libvorbis-1.1.0_1,3 Audio compression codec library
libwww-5.4.0_1      The W3C Reference Library
libxine-1.0.1       Libraries for xine multimedia player
libxml2-2.6.19      XML parser library for GNOME
libxslt-1.1.14      The XSLT C library for GNOME
linc-1.0.3_3        A library for writing networked servers & clients
linux_base-rh-7.3   Basic packages for Linux mode from Red Hat 7.3/i386
lynx-2.8.5          A non-graphical, text-based World-Wide Web client
m4-1.4.3            GNU m4
mDNSResponder-98_1  "Apple's mDNSResponder"
mpeg2codec-1.2_1    An MPEG-2 Encoder and Decoder
nas-1.7             Network Audio System
nasm-0.98.39,1      General-purpose multi-platform x86 assembler
neon-0.24.7         An HTTP and WebDAV client library for Unix systems
net-snmp-5.2.1_2    An extendable SNMP implementation
netpbm-10.26.6      A toolkit for conversion of images between different 
format
open-motif-2.2.3_1  Motif X11 Toolkit (industry standard GUI (IEEE 1295))
openldap-client-2.2.26 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
p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window 
Sy
pango-1.8.1         An open-source framework for the layout and rendering of 
i1
pcre-5.0            Perl Compatible Regular Expressions library
perl-5.8.6_2        Practical Extraction and Report Language
php5-5.0.4_1        PHP Scripting Language (Apache Module and CLI)
pilot-link-0.11.8_3 PalmPilot communications utilities 
(backup/restore/install/
pkgconfig-0.17.2    A utility to retrieve information about installed 
libraries
png-1.2.8_1         Library for manipulating PNG images
polypaudio-0.7_1    Sound server for UNIX
popt-1.7            A getopt(3) like library with a number of enhancements, 
fro
portaudio-18.1_2    Portable cross-platform Audio API
portupgrade-20041226_2 FreeBSD ports/packages administration and management 
tool s
pth-2.0.3           GNU Portable Threads
python-2.4.1        An interpreted object-oriented programming language
qca-tls-1.0_1       SSL/TLS plugin for Qt
qmake-3.3.4         The build utility of the Qt project
qt-copy-3.3.4       Multiplatform C++ application framework (+ KDE patches)
rplay-3.3.2_2       Network audio player
rpm-3.0.6_9         The Red Hat Package Manager
ruby-1.8.2_3        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.14a_2 The shared lib from the samba packages
sane-backends-1.0.15 API for access to scanners, digitals camera, frame 
grabbers
sdl-1.2.8,2         Cross-platform multi-media development API
shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project
speex-1.0.4_1,1     An open-source patent-free voice codec
subversion-1.1.4    Version control system
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-base-3.0_3    Thomas Esser's distribution of TeX & friends (binaries)
teTeX-texmf-3.0_3   Thomas Esser's distribution of TeX & friends (texmf tree)
tex-texmflocal-1.9  Meta-port that creates a site-local $TEXMF directory
texi2html-1.76_1,1  Texinfo to HTML converter
tidy-20000804_2     Fixes and tidies up HTML files
tiff-3.7.2          Tools and library routines for working with TIFF images
tk-8.4.7,2          Graphical toolkit for TCL
ttmkfdir-20021109_1 Create fonts.scale file for use with TrueType font server
unzip-5.52_1        List, test and extract compressed files in a ZIP archive
urwfonts-1.0        Another font package for X
wv2-0.2.2_1         A library providing routines to access Microsoft Word 
files
x2vnc-1.61          A program to link multiple X and VNC servers together
x2x-1.27_1          A program to link multiple X servers together
xemacs-21.4.17      This port tracks the stable version of the XEmacs text 
edit
xemacs-packages-12.1 Basic XEmacs elisp packages(xemacs-packages)
xfstt-1.6           A TrueType font server for X11
xorg-6.8.2          X.Org distribution metaport
xorg-clients-6.8.2  X client programs and related files from X.Org
xorg-documents-6.8.2 Documentation of X11 protocol and libraries from X.Org
xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts
xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts
xorg-fonts-encodings-6.8.2 X.Org font encoding files
xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-6.8.2 X.Org TrueType fonts
xorg-fonts-type1-6.8.2 X.Org Type1 fonts
xorg-fontserver-6.8.2 X font server from X.Org
xorg-libraries-6.8.2 X11 libraries and headers from X.Org
xorg-manpages-6.8.2 X.Org library manual pages
xorg-nestserver-6.8.2 Nesting X server from X.Org
xorg-printserver-6.8.2 X Print server from X.Org
xorg-server-6.8.2   X.Org X server and related programs
xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org
xpdf-3.00_6         Display PDF files, and convert them to other formats
xterm-202           Terminal emulator for the X Window System
zip-2.3_2           Create/update ZIP files compatible with pkzip




-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.
_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to