- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: xfs Problem: Error when running xset fp+
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
04-15-2003 01:52 AM
04-15-2003 01:52 AM
xfs Problem: Error when running xset fp+
Maybe someone here can give me a helpfull hint.
I'm trying to add a TrueType font to one of our servers (HP-UX 11i) following the Document KBAN00000341.
When I try to run
xset fp+ tcp/172.23.3.101:7000 or
xset fp+ /usr/local/lib/X11/fonts/ttf
I always get the following error message:
X Error of failed request: 86
Major opcode of failed request: 51 (X_SetFontPath)
Serial number of failed request: 9
Current serial number in output stream: 11
fslsfonts -server 172.23.3.101:7000
works fine.
Following is the output of "xset -q":
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
auto repeating keys: 00ffffffdffffbbf
fa9fffffffdff5ff
ffffffffffffffff
ffffffffffffffff
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: 600 cycle: 600
Colors:
default colormap: 0x20 BlackPixel: 0 WhitePixel: 16777215
DPMS has not been enabled for this X Server
Font Path:
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/
Bug Mode: compatibility mode is disabled
I've already tried to restart xfs.
Thanks in advance for any help.
-Markus-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 02:02 AM
04-15-2003 02:02 AM
Re: xfs Problem: Error when running xset fp+
try
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 information 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
Get
PHSS_28470 s700_800 11.11 X Font Server Patch
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 02:35 AM
04-15-2003 02:35 AM
Re: xfs Problem: Error when running xset fp+
it doesn't explain why the xset fp+ on the fontserver failed.
Qu's : check the info above, comment on what Xserver you are running the xset command on ie HPUX, xterminal or pc .... a copy of the xfs config file would also help .... as your xset -q output re font path looks a little unusual and short for a default hpux system .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 04:44 AM
04-16-2003 04:44 AM
Re: xfs Problem: Error when running xset fp+
Since fonts can be distributed in a variety of formats from a variety of OS's, the problem can be os-specific or something generic.
In the case of TTF fonts, you need to use a slightly different set of utilities when adding fonts. mkfontdir won't be the tool of choice, you'll need to use stmkdirs command to create the supporting files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 05:30 AM
04-16-2003 05:30 AM
Re: xfs Problem: Error when running xset fp+
what does xlsfonts -l show.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 11:19 PM
04-16-2003 11:19 PM
Re: xfs Problem: Error when running xset fp+
I tried the command to add the font path using a CDE-Session connected with the Hummingbird Exceed product. And surprisingly it worked!
Normaly I use Cygwin. Whenever I tried it with Cygwin (SSH X11 tunnel, or XDMCP query for a complete CDE) it didn't work. Must be a problem with my Cygwin.
I'll start using Exceed to avoid such problems in the future.
-Markus-