[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3106.0. "DECwindows fonts Sony screen" by FRAMBO::REHBERG () Fri Jul 20 1990 10:22

    	    I have some problems with fonts under DECwindows.
    
            My problem:
    
            My customer (Dresdner Bank) has bought some of the new
            Vaxstation SPX. These are Workstations with a new Sony
            Screen. This screen has a high resolution (1200x1000
            pixel). But the problem is: Fonts which are used within
            DECwindows aren`t increased. So customer have a better
            screen, but they can't read anything.
           
    Is there someone, who can help me to answer the question.
            
    Sabine @frn frambo::rehberg  (frankfurt)
    
    
    
              
T.RTitleUserPersonal
Name
DateLines
3106.1Changing fonts is not automaticSTAR::VATNEPeter Vatne, VMS DevelopmentFri Jul 20 1990 12:5911
The DECwindows server has no way of telling which monitor is attached
to the graphics board.  You have to explicitly tell it through through
a command file.  See SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.TEMPLATE
for complete directions on how to do this.  I believe all your customer
needs to do is change the density from 75 to 100 dpi.

Note that this will increase the size of all the fonts except for the
terminal fonts.  [This is a long story in itself that I won't go into
here.]  However, the CREATE/TERMINAL command has a qualifier that allows
the customer to choose alternate fonts.  I would really like to hear
which terminal font the customer prefers.
3106.2only copying the .template?FRAMBO::REHBERGMon Jul 23 1990 04:4910
    Thanks for answering the question in such a quick way.
    I read the DECW$PRIVAT-SERVER-SETUP.TEMPLATE. There is written
    something about the fonts. So I will copy this to an executable file
    and set the dcl command for 100dpi. Then I will execute the whole file.
    Is this correct? Or must I do something else? When will the .exe file
    be executed? Every time I boot the system or only when I execute the file.
    Must I write something in another executable file?
    
    Help for answering
    Best regards Sabine
3106.3PRAVDA::JACKSONNiche, or be nichedMon Jul 23 1990 11:3915
The file DECW$PRIVATE_SERVER_SETUP.TEMPLATE should NOT be copied to 
an EXE file, but to a .COM file with the same name.  


After copying the file, you must edit it and do the customization that
your customer needs.  For instance, to get the 100dpi fonts, you need
to retain the line that looks something like:

$ decw$server_density == "100"


Read the template file, it is quite descriptive of what must be done
to change server characteristics.  

-bill
3106.4Restoart the server after modifying DECW$PRIVATE_SERVER_SETUP.COMSTAR::VATNEPeter Vatne, VMS DevelopmentMon Jul 23 1990 15:134
I guess "executable command file" is bad terminology... sorry.  Substitute
the words "DCL command file".  After you copy the template file to the .COM
file, you must restart the server, or reboot the system.  The command files
that start the server will automatically execute DECW$PRIVATE_SERVER_SETUP.COM.