1833694 Members
3576 Online
110062 Solutions
New Discussion

Re: print in text editor

 
SOLVED
Go to solution
2076067
Occasional Contributor

print in text editor

I have a problem:
when I try to print with the cde text editor appears in the paper a big rectangle with the text in a very small letters (unreadable).
The tps X print server is running. The problem appears with some different laserjet printers. System is hpux 11.

Thanks
1 REPLY 1
Alex Glennie
Honored Contributor
Solution

Re: print in text editor

PHSS_27427
s700_800 11.00 CDE Runtime Periodic Patch ->

14. Prints with border and fonts are small when
TPS is used.

If that fails try ->


1. Edit /etc/rc.config.d/xfs
Check RUN_X_FONT_SERVER=0 (if set to 0 change to)
RUN_X_FONT_SERVER=1

2. Stop TPS
/sbin/init.d/tps.rc stop

3. Start the font server
/sbin/init.d/xfs start

Verify it's running with ps -ef | grep xfs

4. Start TPS
/sbin/init.d/tps.rc start

result ?