Sponsored Content
Operating Systems Solaris Xserver won't come up on Solaris 8 Post 46201 by Gravity on Saturday 10th of January 2004 03:01:40 PM
Old 01-10-2004
Ah....

After some further investigation I've discovered that the fonts problem as found in Xerrors doesn't appear to have much to do with the problem.

For some reason non-root-user .dtprofile files were owned by root. I changed them over to the user, and all was well.

For those interested in the solution to the original problem (the Xserver not coming up), I changed the /var/TIMEZONE file - changing all occurences of iso8859-15 to iso8859-1.

Thanks for all your help chaps Smilie
Gemma
 

10 More Discussions You Might Find Interesting

1. Solaris

Solaris (9) won't boot!

Hi, I've just bought an Ultra 60 running solaris 9 (or so I've been led to believe). When I start up, it looks for a (presumably) domain/network to hook up to and the following messages are displayed: Boot device: net file and args: Network link setup failed Please check cable and try... (3 Replies)
Discussion started by: alarmcall
3 Replies

2. UNIX for Dummies Questions & Answers

Xserver not running in Solaris x86

I have just installed Solaris 10 x86 version on a Compaq Evo desktop station with a Sun 19" SVGA monitor model # CM751U. The desktop has 256MB RAM. The video card is a nVidia Riva TNT2 64. If I do a scanpci command; it returns the card as a nVidia Corporation NV6 (Vanta/Vanta LT) The Xserver... (1 Reply)
Discussion started by: sjteng
1 Replies

3. UNIX for Advanced & Expert Users

Xserver

Hi, From my workstation (win XP)I open a telnet session on Linux(Red Hat) server. When I issue : # xclock I have : Error: Can't open display: Then : # export DISPLAY=192.16.1.87:0.0 # xclock Error: Can't open display: 192.16.1.87:0.0 Do you have an idea ? Many thanks. (6 Replies)
Discussion started by: big123456
6 Replies

4. Solaris

Xserver

I have problem with my V490 server which running on solaris 8. The error show on log file X_mkdir: nosuch file or directory Fatal server error: Failed to establish all listening sockets error (pid 299): server unexpectedly died error (pid 299): server for display :0 cant be started ... (1 Reply)
Discussion started by: shamsul
1 Replies

5. Solaris

Solaris 10 install won't accept IP address

Hi I am trying to debug an issue with an automated install I have set-up. So to start I just ran a simple ok; boot cdrom - install but when it came to the IP address field it would only take the following format 123.123.123.12 and would not let me enter the last digit Anybody got any... (9 Replies)
Discussion started by: eeisken
9 Replies

6. AIX

won't mount /usr...won't boot fully

Hello: NOOB here. I attempted to use smit mkcd. Failed on first attempt, not enough space. 2nd attempt tried to place iso on /usr, not enough space there. Cleanup ran for about 5 minutes after aborting. Now AIX won't boot. LCD display on 7029-6E3 says: 0517 MOUNT /USR. Attempted to boot from CD... (11 Replies)
Discussion started by: bbird
11 Replies

7. Solaris

Solaris 10u7 won't boot after hardware change

Hi all, I've somehow gained the idea that I _need_ to run at least 1 box with Solaris, but things don't go as I had planned :-) I pulled this ancient IBM eserver xseries 305 out of the dust, and got myself a fresh copy of the required cd's for Solaris 10u7. FAIL, for some reason the box and the... (7 Replies)
Discussion started by: mr.aart
7 Replies

8. Solaris

Solaris 10 won't boot up "Cannot load drivers for /pci@400.....

This is the error message that I am getting on a Solaris 10 sparc server scsi: no major number cannot load drivers for /pci@400..... Can't load the root filesystem Type 'go' to resume {0} ok Is there a way for me to correct this issue. It looks like I am missing a scsi driver to boot up... (5 Replies)
Discussion started by: trinityforce
5 Replies

9. Solaris

Solaris 11 man pages won't show on CLI

Hello guys, I am a newbie. Just freshly installed Solaris 11. When I try to type for example root@t1000:~# man zpool It says bash: man: command not found. It used to show manual pages before installation. Any help is appreciated. Thanks. (5 Replies)
Discussion started by: nazimbilir
5 Replies

10. UNIX for Beginners Questions & Answers

Bash script won't run because hardware won't produce display

Can anyone offer any advice on how to modify the script below to work on a new system we have, that has no graphics capability? We admin the system through a serial RAS device. I've tried running the below script through the RAS and through an ssh -X session. It failed with something like "GTK... (3 Replies)
Discussion started by: yelirt5
3 Replies
FONTDATABASE(5) 						File Formats Manual						   FONTDATABASE(5)

NAME
FontDataBase - database of fonts accessible to t1lib. DESCRIPTION
This manual page has been written for the Debian GNU/Linux distribution. It has been adapted from the documentation included in the upstream t1lib distribution. /etc/t1lib/FontDataBase is a text file which contains, minimally, the basenames of Type 1 font files to be made accessible to the t1lib font rasterizer library. The format is intentionally similar to that of the fonts.dir and fonts.scale files used by X11. Line 1 of this file contains a positive integer specifying the number of fonts declared in that file. This is as in the fonts.dir files of the X11 system. All remaining lines contain declarations of one font each. The only thing taken from such a line is the last string (delimited by white space) in it. It is assumed to be a filename of the format basename.someextension. The basename part is assumed to be the basename(1) of a fontfile. After the a string has been parsed, the extension is cut off and replaced in turn with .pfa and .pfb. The initialization routine tries to open a font file in its search path with one of the resulting filenames. The remainder of the line, i.e., from beginning to the start of the filename string, is completely ignored and thus may contain information for other programs. EXAMPLES
Here is a minimal font database file for 4 fonts: 4 isvl.afm isvli.afm isvd.afm isvdi.afm This file is minimal, because it contains just the information needed, and nothing not needed by the library. Here is a more realistic example, which allows an application to match a fully qualified X11 fontname to a FontID in t1lib. This is also a valid font database file: 4 Souvenir Souvenir-Light --- -itc-souvenir-light-r-normal--#-0-0-0-p-0-iso8859-1 isvl.afm Souvenir Souvenir-LightItalic -*- -itc-souvenir-light-i-normal--#-0-0-0-p-0-iso8859-1 isvli.afm Souvenir-Demi *-- -itc-souvenir-demi-r-normal--#-0-0-0-p-0-iso8859-1 isvd.afm Souvenir-DemiItalic **- -itc-souvenir-demi-i-normal--#-0-0-0-p-0-iso8859-1 isvdi.afm FILES
/etc/t1lib/FontDataBase SEE ALSO
mkfontdir(1x) FONTDATABASE(5)
All times are GMT -4. The time now is 08:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy