Update of /cvsroot/fink/web/doc/x11
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7031
Modified Files:
history.en.php index.en.php inst-xfree86.en.php intro.en.php
other.en.php run-xfree86.en.php tips.en.php trouble.en.php
x11.en.html xtools.en.php
Log Message:
update
Index: trouble.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/trouble.en.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- trouble.en.php 19 Sep 2004 23:38:08 -0000 1.13
+++ trouble.en.php 24 Jan 2005 01:17:53 -0000 1.14
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Troubleshooting";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="tips.php?phpLang=en" title="Usage
Tips"><link rel="prev" href="other.php?phpLang=en" title="Other X11
Possibilities">';
@@ -233,6 +233,7 @@
<pre>cd
rm .Xauthority
touch .Xauthority</pre>
+
<p>
Another common cause for XFree86 startup failures is an incorrect
<code>.xinitrc</code> file.
@@ -247,6 +248,7 @@
It is a good idea to add <code>exec xterm</code> as a fallback when
your window manager or similar can't be found.
</p>
+
<h2><a name="black">7.2 Black icons in the GNOME panel or in the
menu of a GNOME application</a></h2>
Index: history.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/history.en.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- history.en.php 19 Sep 2004 23:38:08 -0000 1.13
+++ history.en.php 24 Jan 2005 01:17:53 -0000 1.14
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - History";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="inst-xfree86.php?phpLang=en"
title="Getting and Installing XFree86"><link rel="prev"
href="intro.php?phpLang=en" title="Introduction">';
Index: xtools.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/xtools.en.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- xtools.en.php 19 Sep 2004 23:38:08 -0000 1.13
+++ xtools.en.php 24 Jan 2005 01:17:53 -0000 1.14
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Xtools";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="other.php?phpLang=en" title="Other X11
Possibilities"><link rel="prev" href="run-xfree86.php?phpLang=en"
title="Starting XFree86">';
Index: tips.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/tips.en.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- tips.en.php 19 Sep 2004 23:38:08 -0000 1.14
+++ tips.en.php 24 Jan 2005 01:17:53 -0000 1.15
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Tips";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="prev" href="trouble.php?phpLang=en"
title="Troubleshooting XFree86">';
@@ -19,26 +19,28 @@
server.
In the default setup - XDarwin runs on the same machine -, you can set the
variable as follows:
</p>
-<ul>
-<li><p>For tcsh users:</p>
+ <ul>
+ <li><p>For tcsh users:</p>
<pre>setenv DISPLAY :0.0</pre>
</li>
-<li><p>For bash users:</p>
+ <li><p>For bash users:</p>
<pre>export DISPLAY=":0.0"</pre>
</li>
-</ul>
+ </ul>
<p>
A nice setup is to have XDarwin.app started when you log in (settable
in the Login panel of the System Preferences on Mac OS 10.2, in the Accounts
panel, Startup items on Mac OS 10.3):
</p>
-<ul><li><p>For tcsh users, add the following to your .cshrc file:</p>
+ <ul>
+ <li><p>For tcsh users, add the following to your .cshrc file:</p>
<pre>if (! $?DISPLAY) then
setenv DISPLAY :0.0
endif</pre>
</li>
-<li><p>For bash users, add the following to your .bashrc file:</p>
+ <li><p>For bash users, add the following to your .bashrc file:</p>
<pre>[[ -z $DISPLAY ]] && export DISPLAY=":0.0"</pre>
-</li></ul>
+</li>
+ </ul>
<p>
This sets DISPLAY automatically in every shell.
It doesn't override the current value when DISPLAY is already set,
@@ -99,7 +101,7 @@
be executed.) And remember that it is no more necessary for Apple's X11 (see
<a href="inst-xfree86.php?phpLang=en#apple-binary">Some notes on using Apple's
X11</a>).
</p>
<p>If you are using Apple's X11, then you can use Command-C or
Edit->Copy, as usual for Mac apps, to copy text to the clipboard, and the
middle-mouse button or Command-V to paste from the clipboard to Apple X11.</p>
-<p>In any case, if you encounter problems copying or pasting from Aqua to X11
and vice-versa, you may first try to do the pasting part twice (it may happen
that the copy does not occur at once), then use intermediate applications, e.g.
TextEdit or Terminal.app on the Aqua side, nedit or an xterm on the X11 side.
In my experience, there is always a solution.</p>
+ <p>In any case, if you encounter problems copying or pasting from Aqua
to X11 and vice-versa, you may first try to do the pasting part twice (it may
happen that the copy does not occur at once), then use intermediate
applications, e.g. TextEdit or Terminal.app on the Aqua side, nedit or an xterm
on the X11 side. In my experience, there is always a solution.</p>
<? include_once "../../footer.inc"; ?>
Index: intro.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/intro.en.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- intro.en.php 19 Sep 2004 23:38:08 -0000 1.13
+++ intro.en.php 24 Jan 2005 01:17:53 -0000 1.14
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Intro";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="history.php?phpLang=en"
title="History"><link rel="prev" href="index.php?phpLang=en" title="Running X11
Contents">';
Index: inst-xfree86.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/inst-xfree86.en.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- inst-xfree86.en.php 19 Sep 2004 23:38:08 -0000 1.13
+++ inst-xfree86.en.php 24 Jan 2005 01:17:53 -0000 1.14
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Installing XFree86";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="run-xfree86.php?phpLang=en"
title="Starting XFree86"><link rel="prev" href="history.php?phpLang=en"
title="History">';
@@ -119,6 +119,7 @@
packages you have built against <code>xfree86</code> will need to be rebuilt,
as the binaries are incompatible.</p>
</li>
</ul>
+ <p>For more information on using Apple's X11, check out this <a
href="http://developer.apple.com/darwin/runningx11.html">article</a> at the
Apple Developer Connection.</p>
<h2><a name="official-binary">3.3 The Official Binaries</a></h2>
@@ -197,6 +198,7 @@
Then, follow the source build instructions above.
</p>
+
<h2><a name="macgimp">3.6 MacGimp</a></h2>
<p>
@@ -214,6 +216,7 @@
4.1.0.
</p>
+
<h2><a name="switching-x11">3.7 Replacing X11</a></h2>
<p>
Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/index.en.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- index.en.php 20 Oct 2004 13:26:28 -0000 1.18
+++ index.en.php 24 Jan 2005 01:17:53 -0000 1.19
@@ -1,7 +1,7 @@
<?
$title = "Running X11";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="intro.php?phpLang=en"
title="Introduction">';
@@ -19,7 +19,7 @@
<li><a href="intro.php?phpLang=en"><b>1 Introduction</b></a><ul><li><a
href="intro.php?phpLang=en#def-x11">1.1 What is X11?</a></li><li><a
href="intro.php?phpLang=en#def-macosx">1.2 What is Mac OS X?</a></li><li><a
href="intro.php?phpLang=en#def-darwin">1.3 What is Darwin?</a></li><li><a
href="intro.php?phpLang=en#def-xfree86">1.4 What is XFree86?</a></li><li><a
href="intro.php?phpLang=en#def-xtools">1.5 What is Xtools?</a></li><li><a
href="intro.php?phpLang=en#client-server">1.6 Client and Server</a></li><li><a
href="intro.php?phpLang=en#rootless">1.7 What does rootless
mean?</a></li><li><a href="intro.php?phpLang=en#wm">1.8 What is a window
manager?</a></li><li><a href="intro.php?phpLang=en#desktop">1.9 What are
Quartz/Aqua, Gnome, and KDE?</a></li></ul></li><li><a
href="history.php?phpLang=en"><b>2 History</b></a><ul><li><a
href="history.php?phpLang=en#early">2.1 The early days</a></li><li><a
href="history.php?phpLang=en#xonx-forms">2.2 XonX forms</a></li><li><a href="hi
story.php?phpLang=en#root-or-not">2.3 To root or not to
root</a></li></ul></li><li><a href="inst-xfree86.php?phpLang=en"><b>3 Getting
and Installing XFree86</b></a><ul><li><a
href="inst-xfree86.php?phpLang=en#fink">3.1 Installing through
Fink</a></li><li><a href="inst-xfree86.php?phpLang=en#apple-binary">3.2 Apple's
Binaries</a></li><li><a href="inst-xfree86.php?phpLang=en#official-binary">3.3
The Official Binaries</a></li><li><a
href="inst-xfree86.php?phpLang=en#official-source">3.4 The Official
Source</a></li><li><a href="inst-xfree86.php?phpLang=en#latest-cvs">3.5 The
Latest Development Source</a></li><li><a
href="inst-xfree86.php?phpLang=en#macgimp">3.6 MacGimp</a></li><li><a
href="inst-xfree86.php?phpLang=en#switching-x11">3.7 Replacing
X11</a></li><li><a href="inst-xfree86.php?phpLang=en#fink-summary">3.8 Fink
package summary</a></li></ul></li><li><a href="run-xfree86.php?phpLang=en"><b>4
Starting XFree86</b></a><ul><li><a href="run-xfree86.php?phpLang=en#darwin">4.1
D
arwin</a></li><li><a href="run-xfree86.php?phpLang=en#macosx-41">4.2 Mac OS X
+ XFree86 4.x.y</a></li><li><a href="run-xfree86.php?phpLang=en#xinitrc">4.3
The .xinitrc File</a></li></ul></li><li><a href="xtools.php?phpLang=en"><b>5
Xtools</b></a><ul><li><a href="xtools.php?phpLang=en#install">5.1 Installing
Xtools</a></li><li><a href="xtools.php?phpLang=en#run">5.2 Running
Xtools</a></li><li><a href="xtools.php?phpLang=en#opengl">5.3 OpenGL
Notes</a></li></ul></li><li><a href="other.php?phpLang=en"><b>6 Other X11
Possibilities</b></a><ul><li><a href="other.php?phpLang=en#vnc">6.1
VNC</a></li><li><a href="other.php?phpLang=en#wiredx">6.2 WiredX</a></li><li><a
href="other.php?phpLang=en#exodus">6.3 eXodus</a></li></ul></li><li><a
href="trouble.php?phpLang=en"><b>7 Troubleshooting XFree86</b></a><ul><li><a
href="trouble.php?phpLang=en#immedate-quit">7.1 When I launch XDarwin, it quits
or crashes almost immediately</a></li><li><a
href="trouble.php?phpLang=en#black">7.2 Black icons in the GNOME panel or in the
menu of a GNOME application</a></li><li><a
href="trouble.php?phpLang=en#keyboard">7.3 The keyboard doesn't work in
XFree86</a></li><li><a href="trouble.php?phpLang=en#delete-key">7.4 The
Backspace key doesn't work</a></li><li><a
href="trouble.php?phpLang=en#locale">7.5 "Warning: locale not supported by C
library"</a></li></ul></li><li><a href="tips.php?phpLang=en"><b>8 Usage
Tips</b></a><ul><li><a href="tips.php?phpLang=en#terminal-app">8.1 Launching
X11 apps from Terminal.app</a></li><li><a href="tips.php?phpLang=en#open">8.2
Launching Aqua apps from an xterm</a></li><li><a
href="tips.php?phpLang=en#copy-n-paste">8.3 Copy and
Paste</a></li></ul></li></ul>
-<!--Generated from $Fink: x11.en.xml,v 1.11 2004/05/22 03:06:12 michga Exp $-->
+<!--Generated from $Fink: x11.en.xml,v 1.12 2005/01/24 01:00:01 alexkhansen
Exp $-->
<? include_once "../../footer.inc"; ?>
Index: other.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/other.en.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- other.en.php 19 Sep 2004 23:38:08 -0000 1.13
+++ other.en.php 24 Jan 2005 01:17:53 -0000 1.14
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Other Stuff";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="trouble.php?phpLang=en"
title="Troubleshooting XFree86"><link rel="prev" href="xtools.php?phpLang=en"
title="Xtools">';
Index: run-xfree86.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/run-xfree86.en.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- run-xfree86.en.php 19 Sep 2004 23:38:08 -0000 1.15
+++ run-xfree86.en.php 24 Jan 2005 01:17:53 -0000 1.16
@@ -1,7 +1,7 @@
<?
$title = "Running X11 - Starting XFree86";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/05/22 03:06:12';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2005/01/24 01:00:01';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="Running
X11 Contents"><link rel="next" href="xtools.php?phpLang=en"
title="Xtools"><link rel="prev" href="inst-xfree86.php?phpLang=en"
title="Getting and Installing XFree86">';
@@ -54,10 +54,10 @@
You can use all of the start methods outlined above, with the
exception of <code>xdm</code>.
</p>
-<p>
+ <p>
Note: If you are running Mac OS X Panther, you cannot start XFree86 from the
console window.
</p>
-
+
<h2><a name="macosx-41">4.2 Mac OS X + XFree86 4.x.y</a></h2>
<p>
@@ -149,7 +149,7 @@
</p>
<pre>. /sw/bin/init.sh
exec gnome-session</pre>
-<p>A more complex example for bash users that turns the X11 bell off, starts
some clients and finally executes the Enlightenment window manager:</p>
+ <p>A more complex example for bash users that turns the X11 bell off,
starts some clients and finally executes the Enlightenment window manager:</p>
<pre>. /sw/bin/init.sh
xset b off
@@ -159,28 +159,28 @@
xterm &
exec enlightenment</pre>
- <p>To start GNOME 2.2 under Apple's X11, use the following sequence:</p>
- <pre>. /sw/bin/init.sh
+ <p>To start GNOME 2.2 under Apple's X11, use the following sequence:</p>
+ <pre>. /sw/bin/init.sh
quartz-wm --only-proxy &
metacity &
exec gnome-session
-</pre>
-<p>To start GNOME 2.4 under Apple's X11, metacity is started up automatically,
so the sequence is:</p>
- <pre>. /sw/bin/init.sh
+</pre>
+ <p>To start GNOME 2.4 under Apple's X11, metacity is started up
automatically, so the sequence is:</p>
+ <pre>. /sw/bin/init.sh
quartz-wm --only-proxy &
exec gnome-session
-</pre>
-<p>To start KDE 3.2 (version < 3.2.2-21) under Apple's X11</p>
-<pre>. /sw/bin/init.sh
+</pre>
+ <p>To start KDE 3.2 (version < 3.2.2-21) under Apple's X11</p>
+ <pre>. /sw/bin/init.sh
export KDEWM=kwin
quartz-wm --only-proxy &
/sw/bin/startkde >/tmp/kde.log 2>&1
</pre>
-<p>And finally to start the latest unstable version of KDE under Apple's
X11:</p>
-<pre>. /sw/bin/init.sh
+ <p>And finally to start the latest unstable version of KDE under Apple's
X11:</p>
+ <pre>. /sw/bin/init.sh
/sw/bin/startkde >/tmp/kde.log 2>&1
</pre>
-
+
<p align="right"><? echo FINK_NEXT ; ?>:
<a href="xtools.php?phpLang=en">5. Xtools</a></p>
<? include_once "../../footer.inc"; ?>
Index: x11.en.html
===================================================================
RCS file: /cvsroot/fink/web/doc/x11/x11.en.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- x11.en.html 2 Jan 2005 15:31:03 -0000 1.18
+++ x11.en.html 24 Jan 2005 01:17:53 -0000 1.19
@@ -394,6 +394,7 @@
packages you have built against <tt style="white-space: nowrap;">xfree86</tt>
will need to be rebuilt, as the binaries are incompatible.</p>
</li>
</ul>
+ <p>For more information on using Apple's X11, check out this <a
href="http://developer.apple.com/darwin/runningx11.html">article</a> at the
Apple Developer Connection.</p>
<h3><a name="inst-xfree86.official-binary">3.3 The Official
Binaries</a></h3>
@@ -472,6 +473,7 @@
Then, follow the source build instructions above.
</p>
+
<h3><a name="inst-xfree86.macgimp">3.6 MacGimp</a></h3>
<p>
@@ -489,6 +491,7 @@
4.1.0.
</p>
+
<h3><a name="inst-xfree86.switching-x11">3.7 Replacing X11</a></h3>
<p>
@@ -611,10 +614,10 @@
You can use all of the start methods outlined above, with the
exception of <tt style="white-space: nowrap;">xdm</tt>.
</p>
-<p>
+ <p>
Note: If you are running Mac OS X Panther, you cannot start XFree86 from the
console window.
</p>
-
+
<h3><a name="run-xfree86.macosx-41">4.2 Mac OS X + XFree86 4.x.y</a></h3>
<p>
@@ -706,7 +709,7 @@
</p>
<pre>. /sw/bin/init.sh
exec gnome-session</pre>
-<p>A more complex example for bash users that turns the X11 bell off, starts
some clients and finally executes the Enlightenment window manager:</p>
+ <p>A more complex example for bash users that turns the X11 bell off,
starts some clients and finally executes the Enlightenment window manager:</p>
<pre>. /sw/bin/init.sh
xset b off
@@ -716,28 +719,28 @@
xterm &
exec enlightenment</pre>
- <p>To start GNOME 2.2 under Apple's X11, use the following sequence:</p>
- <pre>. /sw/bin/init.sh
+ <p>To start GNOME 2.2 under Apple's X11, use the following sequence:</p>
+ <pre>. /sw/bin/init.sh
quartz-wm --only-proxy &
metacity &
exec gnome-session
-</pre>
-<p>To start GNOME 2.4 under Apple's X11, metacity is started up automatically,
so the sequence is:</p>
- <pre>. /sw/bin/init.sh
+</pre>
+ <p>To start GNOME 2.4 under Apple's X11, metacity is started up
automatically, so the sequence is:</p>
+ <pre>. /sw/bin/init.sh
quartz-wm --only-proxy &
exec gnome-session
-</pre>
-<p>To start KDE 3.2 (version < 3.2.2-21) under Apple's X11</p>
-<pre>. /sw/bin/init.sh
+</pre>
+ <p>To start KDE 3.2 (version < 3.2.2-21) under Apple's X11</p>
+ <pre>. /sw/bin/init.sh
export KDEWM=kwin
quartz-wm --only-proxy &
/sw/bin/startkde >/tmp/kde.log 2>&1
</pre>
-<p>And finally to start the latest unstable version of KDE under Apple's
X11:</p>
-<pre>. /sw/bin/init.sh
+ <p>And finally to start the latest unstable version of KDE under Apple's
X11:</p>
+ <pre>. /sw/bin/init.sh
/sw/bin/startkde >/tmp/kde.log 2>&1
</pre>
-
+
<h2><a name="xtools">5 Xtools</a></h2>
@@ -1039,6 +1042,7 @@
<pre>cd
rm .Xauthority
touch .Xauthority</pre>
+
<p>
Another common cause for XFree86 startup failures is an incorrect
<tt style="white-space: nowrap;">.xinitrc</tt> file.
@@ -1053,6 +1057,7 @@
It is a good idea to add <tt style="white-space: nowrap;">exec xterm</tt> as a
fallback when
your window manager or similar can't be found.
</p>
+
<h3><a name="trouble.black">7.2 Black icons in the GNOME panel or in the
menu of a GNOME application</a></h3>
@@ -1175,26 +1180,28 @@
server.
In the default setup - XDarwin runs on the same machine -, you can set the
variable as follows:
</p>
-<ul>
-<li><p>For tcsh users:</p>
+ <ul>
+ <li><p>For tcsh users:</p>
<pre>setenv DISPLAY :0.0</pre>
</li>
-<li><p>For bash users:</p>
+ <li><p>For bash users:</p>
<pre>export DISPLAY=":0.0"</pre>
</li>
-</ul>
+ </ul>
<p>
A nice setup is to have XDarwin.app started when you log in (settable
in the Login panel of the System Preferences on Mac OS 10.2, in the Accounts
panel, Startup items on Mac OS 10.3):
</p>
-<ul><li><p>For tcsh users, add the following to your .cshrc file:</p>
+ <ul>
+ <li><p>For tcsh users, add the following to your .cshrc file:</p>
<pre>if (! $?DISPLAY) then
setenv DISPLAY :0.0
endif</pre>
</li>
-<li><p>For bash users, add the following to your .bashrc file:</p>
+ <li><p>For bash users, add the following to your .bashrc file:</p>
<pre>[[ -z $DISPLAY ]] && export DISPLAY=":0.0"</pre>
-</li></ul>
+</li>
+ </ul>
<p>
This sets DISPLAY automatically in every shell.
It doesn't override the current value when DISPLAY is already set,
@@ -1255,7 +1262,7 @@
be executed.) And remember that it is no more necessary for Apple's X11 (see
<a href="#inst-xfree86.apple-binary">Some notes on using Apple's X11</a>).
</p>
<p>If you are using Apple's X11, then you can use Command-C or
Edit->Copy, as usual for Mac apps, to copy text to the clipboard, and the
middle-mouse button or Command-V to paste from the clipboard to Apple X11.</p>
-<p>In any case, if you encounter problems copying or pasting from Aqua to X11
and vice-versa, you may first try to do the pasting part twice (it may happen
that the copy does not occur at once), then use intermediate applications, e.g.
TextEdit or Terminal.app on the Aqua side, nedit or an xterm on the X11 side.
In my experience, there is always a solution.</p>
+ <p>In any case, if you encounter problems copying or pasting from Aqua
to X11 and vice-versa, you may first try to do the pasting part twice (it may
happen that the copy does not occur at once), then use intermediate
applications, e.g. TextEdit or Terminal.app on the Aqua side, nedit or an xterm
on the X11 side. In my experience, there is always a solution.</p>
<hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
Copyright (c) 2001-2005 The Fink Project.
@@ -1263,4 +1270,4 @@
provided the document and this copyright notice remain complete and
unmodified. Any commercial reproduction and any online publication
requires the explicit consent of the author.</p><hr>
-<p>Generated from <i>$Fink: x11.en.xml,v 1.11 2004/05/22 03:06:12 michga Exp
$</i></p></body></html>
+<p>Generated from <i>$Fink: x11.en.xml,v 1.12 2005/01/24 01:00:01 alexkhansen
Exp $</i></p></body></html>
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits