- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X Font Server
Operating System - HP-UX
1820076
Members
3200
Online
109608
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2002 01:57 AM
тАО08-18-2002 01:57 AM
How can I check and configure the x font server on a particular host to accept connections from differrent X servers accross the lan.
Thanks in advance for any help and hints.
Thanks in advance for any help and hints.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2002 10:42 AM
тАО08-18-2002 10:42 AM
Solution
Hi,
well, the only real test would be to try to connect form those stations to it... for there could be a firewall in between them, denying access!
But if that's not the case, you could try a simple TELNET to the font server station, using port 7000 (or 7100, if it's a Solaris system).
You won't get an answer - but as long as you don't get the message that you "could not connect" (or "connection refused") it should be alright.
The *real* test would include adding that font server to the font path:
xlsfonts|wc -l # count before
xset +fp tcp/11.22.33.44:7000 # your font server's IP address instead of 11.22.33.44
xlsfonts|wc -l # shoul dbe much bigger now
xset -fp tcp/11.22.33.44:7000 # get rid of it
Just my $0.02,
Wodisch
well, the only real test would be to try to connect form those stations to it... for there could be a firewall in between them, denying access!
But if that's not the case, you could try a simple TELNET to the font server station, using port 7000 (or 7100, if it's a Solaris system).
You won't get an answer - but as long as you don't get the message that you "could not connect" (or "connection refused") it should be alright.
The *real* test would include adding that font server to the font path:
xlsfonts|wc -l # count before
xset +fp tcp/11.22.33.44:7000 # your font server's IP address instead of 11.22.33.44
xlsfonts|wc -l # shoul dbe much bigger now
xset -fp tcp/11.22.33.44:7000 # get rid of it
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2002 04:42 PM
тАО08-18-2002 04:42 PM
Re: X Font Server
Hi Ken,
Use this procedure to set up your HP sysetm as an X font server.
1. Make sure RUN_X_FONT_SERVER=1 appears in /etc/rc.config.d/xfs. Also add CONFIG_FILE_NAME=/etc/X11/fs/config
2. Stop xfs if it is running
/sbin/init.d/xfs stop
3. Go to /etc/X11/fs/ directory. Edit 'config' file. Search for the line that starts with catalog. Append the string /usr/dt/config/xfonts/C/ (trailing / indicates the directory) to the end of the line
4. Start the fontserver with the command
/sbin/init.d/xfs start
Use xset and xlsfonts on the client side to verify the connections as described by Wodish.
-Sri
Use this procedure to set up your HP sysetm as an X font server.
1. Make sure RUN_X_FONT_SERVER=1 appears in /etc/rc.config.d/xfs. Also add CONFIG_FILE_NAME=/etc/X11/fs/config
2. Stop xfs if it is running
/sbin/init.d/xfs stop
3. Go to /etc/X11/fs/ directory. Edit 'config' file. Search for the line that starts with catalog. Append the string /usr/dt/config/xfonts/C/ (trailing / indicates the directory) to the end of the line
4. Start the fontserver with the command
/sbin/init.d/xfs start
Use xset and xlsfonts on the client side to verify the connections as described by Wodish.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2002 11:01 PM
тАО08-18-2002 11:01 PM
Re: X Font Server
Hi
Try this simple solution to the problem .
It involves configuring and
running a font-server on the system which is running CDE and forcing the fontserver into the font-path.
To do this
1 - The font server needs to be configured to include the CDE fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the "catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable:
"RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and restart it.
2 - Force CDE to add the font-server to the X-Server font-path by editing the Xsetup file. (NOTE: This steps REQUIRES the IP address of the CDE session server. You can get
this by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to
/etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to
/etc/dt/config/Xsetup
replacing "IPADDRESS" with the IP address of the server as returned from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
Then any CDE login to the server automatically logs in the fontserver and you do not need to alter your PCs or Xterms
steve Steel
Try this simple solution to the problem .
It involves configuring and
running a font-server on the system which is running CDE and forcing the fontserver into the font-path.
To do this
1 - The font server needs to be configured to include the CDE fonts in its catalog
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the "catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable:
"RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and restart it.
2 - Force CDE to add the font-server to the X-Server font-path by editing the Xsetup file. (NOTE: This steps REQUIRES the IP address of the CDE session server. You can get
this by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to
/etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to
/etc/dt/config/Xsetup
replacing "IPADDRESS" with the IP address of the server as returned from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
Then any CDE login to the server automatically logs in the fontserver and you do not need to alter your PCs or Xterms
steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP