XGC(1) General Commands Manual XGC(1)NAME
xgc - X graphics demo
SYNOPSIS
xgc [-toolkitoption ...]
DESCRIPTION
The xgc program demonstrates various features of the X graphics primitives. Try the buttons, see what they do; we haven't the time to doc-
ument them, perhaps you do?
OPTIONS
Xgc accepts all of the standard X Toolkit command line options.
X DEFAULTS
This program accepts the usual defaults for toolkit applications.
ENVIRONMENT
DISPLAY to get the default host and display number.
XENVIRONMENT
to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property.
SEE ALSO X(7)BUGS
This program isn't really finished yet.
See X(7) for a full statement of rights and permissions.
AUTHORS
Dan Schmidt, MIT
X Version 11 xgc 1.0.1 XGC(1)
Check Out this Related Man Page
XLOGO(1) General Commands Manual XLOGO(1)NAME
xlogo - X Window System logo
SYNOPSIS
xlogo [-toolkitoption ...]
DESCRIPTION
The xlogo program displays the X Window System logo.
OPTIONS
Xlogo accepts all of the standard X Toolkit command line options, as well as the following:
-render This option indicates that the logo should be drawn with anti-aliased edges using the RENDER extension.
-sharp If -render is also specified, this forces the edges to be rendered in sharp mode, (ie. 1-bit alpha channel).
-shape This option indicates that the logo window should be shaped rather than rectangular.
RESOURCES
The default width and the default height are each 100 pixels. This program uses the Logo widget in the Athena widget set. It understands
all of the Simple widget resource names and classes as well as:
foreground (class Foreground)
Specifies the color for the logo. The default is depends on whether reverseVideo is specified. If reverseVideo is specified the
default is XtDefaultForeground, otherwise the default is XtDefaultBackground.
shapeWindow (class ShapeWindow)
Specifies that the window is shaped to the X logo. The default is False.
WIDGETS
In order to specify resources, it is useful to know the hierarchy of the widgets which compose xlogo. In the notation below, indentation
indicates hierarchical structure. The widget class name is given first, followed by the widget instance name.
XLogo xlogo
Logo xlogo
ENVIRONMENT
DISPLAY to get the default host and display number.
XENVIRONMENT
to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property.
FILES
/usr/X11R6/lib/X11/app-defaults/XLogo
specifies required resources
SEE ALSO X(7), xrdb(1)AUTHORS
Ollie Jones of Apollo Computer and Jim Fulton of the MIT X Consortium wrote the logo graphics routine, based on a graphic design by Danny
Chong and Ross Chapman of Apollo Computer.
XFree86 Version 4.7.0 XLOGO(1)
Hello gentlemen,
I am running Aix 5.3 and Oracle 9.1;
What is the parameter "maxreqs" in Aix?
# lsattr -E -l aio0 -a maxreqs
maxreqs 4096 Maximum number of REQUESTS True;
Last night our database was down. Someone was telling it was due to maxreqs was full.
Question to gentlmen... (9 Replies)
Hi,
My input file looks like below:
XXXXXXXXX,XXXXXXXXX,MARR,"EDWIN, III",BCCT,I,XGC0125M20091,XXXXXX,20110201,,M,MARR,EDWIN,19780312,039528630,1,
XXXXXXXXX,XXXXXXXXX,MARR,"EDWIN, III",EXPWL,I,0125M20091,WL7A,20110201,,R,MARR,EDWIN,19780312,039528630,1,1
I want to replace every... (7 Replies)
Hello,
I have a requirement to extract the value from multiple xml node and print out the values to new file to compare.
Would be done using either awk/perl or some unix script.
For example sample input file:
.....
.....
<factories xmi:type="resources.jdbc:DataSource"... (2 Replies)
I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated.
... (0 Replies)
Hi to all,
i'm installing gcc-4.9.0 into my RedHat 6.4 pc. I configure like this :-
# mkdir objdir
# ./../gcc-4.9.0/configure
# make
and now having this problem :-
checking for x86_64-unknown-linux-gnu-gcc... /software/gcc/objdir/./gcc/xgcc -B/software/gcc/objdir/./gcc/... (0 Replies)
Hi, this is my first post here.
I wanto make a screencasting program. I want to make a screen part selection to grab coordinates of the screen location.
I found a nice prototype
#include <X11/Xlib.h>
//#include <X11/Xresource.h>
#include <stdlib.h>
#include <stdio.h>
#include... (0 Replies)
Hi,
Here is this weird thing happening here. I mounted RHEL 6.6 DVD on a directoy /a, I am trying to copy it's content to another folder by using command:
cp -pr /a/* /new/folder
But while I run ls -lrt on both locations it show me difference in number of files. Any specific reason for that.... (5 Replies)
I am trying to write a large X app. I have successfully modified my xorg.conf to setup 4 monitors on an NVIDIA Quatro5200. I am trying to modify a simple hello world application to open a window on three of the four monitors. depending on the changes to loop the window creation section and event... (2 Replies)
I am using this code:
for e in {1..14}
do
awk '{gsub(/^.*GGGGGG|TTTTT.*$/,"",$0)} 1' $e.1 > ${e}.2
done
However, in the second loop instead of GGGGGG|TTTTT, I should use AAAAAA|CCCCCC.
For third loop CCAAAA|CCCCAA, so on and so forth. Is there any way to accomplish this without writing... (20 Replies)
Hi
I want to create a shell script with the following awk command & also get the filenames in output.
awk '/<catetcsecuretty0>/ {p=1} /<catvarlogmessages0>/ {p=0} p' *.xml
As there will be multiple outputs related to many xml files I cannot identify which output belongs to which file
... (5 Replies)
In my oracle db server we have 15 cores (power8). The output of the vmstat is as below.
System configuration: lcpu=128 mem=208800MB ent=16.00
kthr memory page faults cpu time
-----------... (18 Replies)
To bakunin and corona688:
My result when text in file is
ms_ww_546
ms_rrL_99999
ms_nnn_67_756675
is
https://www.unix.com/C:\Users\Fejoz\Desktop\ttt.jpg
I hope you can see the picture. There is like a "whitespace character" after 2 of the 3 created directories.
---------- Post... (0 Replies)
Hi Gurus,
I have below requirement and have no idea how to achieve this.
the input file like below. there are multiple sections in file, each section has multiple lines. I need to find certain lines (value1, value2, value3 are key words for line searching) and generate another file. in some... (9 Replies)
Hi,
i have here found a very good texteditor source code programmed in the MOTIF GUI language.
For myself i need NOTHING else to program.
To start from a very easy point of view i want to RUN this editor on my LINUX machine and type simple C code.
The reason for this post is that the text... (7 Replies)