This utility will view several types of images under X11, or load
images onto the root window. The current version supports:
Native Image File Format (NIFF), Sun Rasterfile, GIF Image,
JFIF-style JPEG Image, Portabel Network Graphics (PNG), TIFF image,
FBM Image, CMU WM Raster, Portable Bit Map (PBM, PGM, PPM), Faces
Project, Utah RLE Image, X Window Dump, Sun Visualization File
Format, McIDAS areafile, VICAR Image, PC Paintbrush Image, GEM Bit
Image, MacPaint Image, X Pixmap, X Bitmap.
A variety of options are available to modify images prior to viewing.
These options include clipping, dithering, depth reduction, zoom,
brightening or darkening, and image merging.
XMX is an X protocol multiplexor. It is a standalone utility for displaying
an X Windows session on multiple displays. XMX takes advantage of the
networked nature of the X Window System by tapping the communication link
between an X client and an X server. In this way, XMX works with any
X clients and any X servers, without the need to modify either.
It's tempting to call this "broadcast software," and that is certainly the
effect. In reality, though, XMX is "multicast" software. It must know
all the slave machines ahead of time and it connects to each one directly.
XMX is more like mail than news.
XMX connects to N servers like an X client, then accepts connections from
M clients like an X server. One of those servers is designated the "master"
from which input is directed to the clients. The other servers are "slaves."
Slave servers receive only those protocol requests that are necessary for
them to maintain a visual look-alike of the master server's display.
This software was developed at Brown University for use in our electronic
classroom. Some version of it has been in use here since 1988.
xwit ("x window interface tool") is a hotch-potch collection of simple routines
to call some of those X11 functions that don't already have any utility commands
built around them. The reasoning behind this is that loosely every X function
should be accessible from a shell script.
For example, XWarpPointer() will move the X pointer, but no utility program
exists to do so on those rare occasions when you could really use it. xwit will
also resize, iconify, pop, and move windows given by name or id, change an icon,
title or name, set the screen saver going, and change individual key autorepeat
settings.
Bochs Frontend (bfe2) is a graphical interface for X11 to the
bochs x86 emulator.
Hanyang Hangul X11 fonts
------------------------
It is Korean fonts for X11(ksc5601.1987-0). These fonts are
copyrighted by (C) Hanyang Systems, but it is in the public domain.
xfsm stands for X File System Monitor and runs under MIT's X11
window system on several flavors of UNIX. It is a tool designed
to make monitoring your file systems' status easy by displaying
a simple bar graph for each file system greater than size 0. It
updates the file systems' statistics at regular, user definable
intervals.
edb (Evan's Debugger) is a cross platform x86/x86-64 debugger. It
was inspired by OllyDbg, but aims to function on x86 and x86-64 as
well as multiple OS's. Linux is the only officially supported
platform at the moment, but FreeBSD, OpenBSD, OSX and Windows ports
are underway with varying degrees of functionality.
This package contains the X.Org xf86-video-scfb driver.
Framebuffer access via FreeBSD syscons.
XCdplayer is a graphical user interface for controlling the CD-ROM
drive under the X Window System. It provides visual feedback and
gives the user facilities for mode selection, device control,
scanning, and programming.
libdasm is a C-library that tries to provide simple and convenient
way to disassemble Intel x86 raw opcode bytes (machine code). It
can parse and print out opcodes in AT&T and Intel syntax.