diff options
author | DRC <dcommander@users.sourceforge.net> | 2009-03-26 19:16:19 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2009-03-26 19:16:19 +0000 |
commit | eed5d1f7f11628f8656320adae8f3c38b45ee74f (patch) | |
tree | e397db7c7e3b8ec550801655c8d3944d6f1c4550 /unix/vncserver.man | |
parent | 7fe258a355b3932f40c400d46f833448252ff7ff (diff) | |
download | tigervnc-eed5d1f7f11628f8656320adae8f3c38b45ee74f.tar.gz tigervnc-eed5d1f7f11628f8656320adae8f3c38b45ee74f.zip |
Add -fp argument to allow user to override font path selection
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3729 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncserver.man')
-rw-r--r-- | unix/vncserver.man | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/unix/vncserver.man b/unix/vncserver.man index f3e86a3f..1c283a7c 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -12,6 +12,8 @@ vncserver \- start or stop a VNC server .IR depth ] .RB [ \-pixelformat .IR format ] +.RB [ \-fp +.IR font-path ] .RI [ Xvnc-options... ] .br .BI "vncserver \-kill :" display# @@ -87,6 +89,27 @@ option ignores anything preceding the first colon (":") in the display argument. Thus, you can invoke "vncserver \-kill $DISPLAY", for example at the end of your xstartup file after a particular application exits. +.TP +.B \-fp \fIfont-path\fP +The vncserver script will normally examine your system to figure out where it +stores its X11 fonts and then generate an appropriate font path argument for +Xvnc based on this. If your system stores its X11 fonts in a location that +vncserver does not know about, however, then this may fail. In that case, +vncserver will then try to contact the local X Font Server (xfs) on port 7100. +Not all systems have xfs installed and running, so this may fail as well. In +that case, you can manually specify a font path by using the +.B \-fp +argument to vncserver. + +If you prefer to use the X Font Server by default rather than a static font +path, then you can run + +.RS +.RS +vncserver -fp unix/:7100 +.RE +.RE + .SH FILES Several VNC-related files are found in the directory $HOME/.vnc: .TP |