- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X Font Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
06-11-2003 02:34 AM
06-11-2003 02:34 AM
X Font Server
$ xset fp+ tcp/172.16.1.112:7000>/dev/null
xset: bad font path element (#35), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
Any ideas anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 02:40 AM
06-11-2003 02:40 AM
Re: X Font Server
try using the hostname as opposed to ip ....
confirm with nslookup that the ip resolves OK.
HP,Solaris other ?
Have you added fonts to the system where xfs is running ? If yes does the font dir contain a fonts.dir file ?
Is CDE installed : if yes run dr_dt and check permission warnings.
Where or on what are you running the xset +fp command.
xset -q output ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 02:41 AM
06-11-2003 02:41 AM
Re: X Font Server
It looks like there is a missing space, from the post
xset fp+ tcp/172.16.1.112:7000 >/dev/null
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 06:45 AM
06-12-2003 06:45 AM
Re: X Font Server
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.
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
All of the above was fine until I tried the last command for xset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 06:46 AM
06-12-2003 06:46 AM
Re: X Font Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 07:01 AM
06-12-2003 07:01 AM
Re: X Font Server
The problem may have existed for a while only being discovered when you use xset.
I guess you could use xset -fp or edit the xfs catalog file to isolate where or which font dir path is the one giving you problems ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 11:55 PM
06-12-2003 11:55 PM
Re: X Font Server
Any update on my last suggestion ? My colleague Andy Bennett has asked me to get involved in this via the UKRC ..... drop me an email if you wish : see my forums profile or drop andy an email/call.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:33 AM
06-13-2003 12:33 AM
Re: X Font Server
after that, one of your font paths is non-existant. xset q to show what's there.
see your /usr/dt/config/Xserup for info on what it want's to set.
In a directory where font's exist a file called the fonts.dir is generated to tell the server what fonts exist in the dir, their filename and properties etc.. this file can be created by:
cd /font/dir
mkfontdir
After this the xset fp+ /font/dir should work.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:57 AM
06-13-2003 12:57 AM
Re: X Font Server
As for the output from xset -q, I've copied it below and I'm afraid it means nothing to me...
root@odysec: / # xset -q
Keyboard Control:
auto repeat: off key click percent: 0 LED mask: 00000000
auto repeating keys: 0000000000000000
0000000000000000
0000000000000000
0000000000000000
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 2/1 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 60 cycle: 180
Colors:
default colormap: 0x21 BlackPixel: 0 WhitePixel: 16777215
DPMS has not been enabled for this X Server
Font Path:
C:\Program Files\OmniX\fonts\75dpi,C:\Program Files\OmniX\fonts\hpfonts,C:\Program Files\OmniX\fonts\misc,C:\Program Files\OmniX\fonts\decfonts,C:\Program Files\OmniX\fonts\sgifonts,C:\Program Files\OmniX\fonts\solfonts,C:\Program Files\OmniX\fonts\ibmfonts
We're running HP-UX 11.00 on a 9000/800/N4000-55 server.
I'll now try and go through all your suggestions and attempt to understand it and then report back. Thanks everyone.