HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: how to check the availble font dtails in serve...
 
Operating System - HP-UX
        1840130
        Members
    
    
        3298
        Online
    
    
        110161
        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
Forums
Discussions
Discussions
Discussions
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
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
 
01-17-2011 11:29 PM
01-17-2011 11:29 PM
		4 REPLIES 4
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-18-2011 03:49 AM
01-18-2011 03:49 AM
			
				
					
						
							Re: how to check the availble font dtails in server
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I can see some font sizes in this file , not sure if you are looking for the same
EDIT: /etc/X11/fs/config
# in decipoints
default-point-size = 120
default-resolutions = 75,75,100,100
Thanks
Manix
					
				
			
			
				
		
		
	
	
	
EDIT: /etc/X11/fs/config
# in decipoints
default-point-size = 120
default-resolutions = 75,75,100,100
Thanks
Manix
	HP-UX been always lovable - Mani Kalra
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-18-2011 06:10 AM
01-18-2011 06:10 AM
			
				
					
						
							Re: how to check the availble font dtails in server
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						In Unix systems, there is no unified font storage standard for all purposes. There can be X11 fonts, mainly intended for display purposes, but X11 applications can often also produce printed output using X11 fonts.
An application that is designed to produce printed output might include its own system of fonts. This would be entirely specific to that application.
The file /etc/X11/fs/config mentioned by Manix contains a list of X11 font paths for the X font server daemon. From each of the listed directories, you should find a fonts.dir file that lists the full X11 font names of each font in that directory.
In HP-UX 11.23 at least, the font directories are located under /usr/lib/X11/fonts.
These commands should produce the complete list of available X11 fonts in that directory tree:
cd /usr/lib/X11/fonts
find . -name fonts.dir | xargs cat
NOTE: if you use Reflection or similar X11 server software on your workstation to connect to HP-UX server, the fonts on the HP-UX server are not used at all by default. Instead, the X11 applications use the fonts offered by Reflection on the workstation, not the fonts of the HP-UX server.
MK
		
		
	
	
	
An application that is designed to produce printed output might include its own system of fonts. This would be entirely specific to that application.
The file /etc/X11/fs/config mentioned by Manix contains a list of X11 font paths for the X font server daemon. From each of the listed directories, you should find a fonts.dir file that lists the full X11 font names of each font in that directory.
In HP-UX 11.23 at least, the font directories are located under /usr/lib/X11/fonts.
These commands should produce the complete list of available X11 fonts in that directory tree:
cd /usr/lib/X11/fonts
find . -name fonts.dir | xargs cat
NOTE: if you use Reflection or similar X11 server software on your workstation to connect to HP-UX server, the fonts on the HP-UX server are not used at all by default. Instead, the X11 applications use the fonts offered by Reflection on the workstation, not the fonts of the HP-UX server.
MK
	MK
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-18-2011 08:04 AM
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-18-2011 02:25 PM
01-18-2011 02:25 PM
			
				
					
						
							Re: how to check the availble font dtails in server
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						to add to the above xset -q to list the directories searched and xset -fp to change it under an Xserver enviroment ... man page for that too ;-)
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP