X server startup on Solaris 9


 
Thread Tools Search this Thread
Operating Systems Solaris X server startup on Solaris 9
# 1  
Old 09-05-2007
X server startup on Solaris 9

Hi,

I have Solaris 9 installed on a SunFire V880. When the machine boots up, I get a message, "the X-server cannot be started on display:0".

I searched the forum for possible solution, however, they are not applicable to my problem for two reasons: either the platform is different or the executables that are suggested as solution (kbmconfig, xorgconfig, etc.) are not on my server.

Can anyone help me or point me in a direction where I can find solution for my problem.

Thank you for help,

Purvesh Khatri
purvesh@cs.wayne.edu
# 2  
Old 09-05-2007
You need to go to something like

/usr/X/lib/xdm

and comment out the :0 screen in Xservers or similar.
# 3  
Old 09-05-2007
Thanks for the quick reply. If I comment out the line for :0 screen in the Xservers file, where will it start the X server? Will I see the graphical login?
# 4  
Old 09-05-2007
Quote:
Originally Posted by purveshkhatri
Thanks for the quick reply. If I comment out the line for :0 screen in the Xservers file, where will it start the X server? Will I see the graphical login?
Sorry, I misunderstood, I thought you didn't want the X server started.

Do you have a graphics card?

Otherwise you can use an Xterminal to look at it.
# 5  
Old 09-06-2007
Yes, I have a graphics card, either XVR 100 or XVR 500. I am not sure which one though. I just obtained the drivers for both cards. I am going to install them and try rebooting with "boot -r" to see if that helps.

Do you suggest anything else?

I very much appreciate your help.

Purvesh
# 6  
Old 09-06-2007
2 things. I have had this happen a lot to me. usually the graphics card is not detected or the keyboard and mouse is causing the problem.
first trying switch both keyboard and mouse with a good working one if possible
If that does not work do the following
once it prompts that xserver can not be started login with your user name and pass. then run the following
/usr/platform/`uname -i`/sbin/prtdiag -v

look for your graphics card in there that looks like this

PCI 66 PCI4 SUNW-XVR-100 (display)
okay

you want to make sure that it reads okay in there and not failed. if you do not see a video card in there then you need to check your drivers and some other items like the seeding of the card

come and post what you find and we will go from there
# 7  
Old 09-06-2007
Quote:
Originally Posted by purveshkhatri
Yes, I have a graphics card, either XVR 100 or XVR 500. I am not sure which one though. I just obtained the drivers for both cards. I am going to install them and try rebooting with "boot -r" to see if that helps.

Do you suggest anything else?

I very much appreciate your help.

Purvesh

try reboot -- -r this will configure it as well. if that does not work you could
try renaming in / dev to dev.old and devices devices.old then run devfsadm -r / and see what that will do. but use this as a last resort for now. there are some other things to try
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 startup scripts

Hi all, I have a server in maintenance mode and need to boot it up. Its due to a broken service "RepX". I need to stop the service from trying to start at boot up but i can't find where it is booting up from... it is not in any of the rcX.d directories and the two locations i have found it... (6 Replies)
Discussion started by: Tommyk
6 Replies

2. Solaris

Is there a way to debug the startup on Solaris?

Is there a way to debug the startup on a VT100 running Solaris 5? I have a problem related to file attributes that are resetting to there prior settings when the machine reboots. (3 Replies)
Discussion started by: jimcz2it
3 Replies

3. Red Hat

vnc server or x11vnc @ startup

Dear all, I am using Fedora15 kde I have installed Real vnc (server & viewer) real vnc Viewer is working fine - i like this. real vnc server has License period expired problem (i dont know how to add) I have x11vnc server (Desktop sharing) installed - Its working fine too. I... (2 Replies)
Discussion started by: linuxadmin
2 Replies

4. UNIX for Dummies Questions & Answers

startup jobs on linux server

I run a raq550 on strongbolt2 (Centos 4.8). I check my logwatch every morning and this morning a new entry appeared (below) that I haven't seen before. --------------------- Cron Begin ------------------------ **Unmatched Entries** STARTUP (V5.0) INFO (@reboot jobs will be run at computer's... (0 Replies)
Discussion started by: tonj
0 Replies

5. Solaris

Startup and shutdown a server

Are rc scripts executed serially or all at the same time. Is there a way to see this happen? A log file or the syslogd? This is Solaris 10. (2 Replies)
Discussion started by: djehresmann
2 Replies

6. Solaris

Nis startup in Solaris 8

Hello How can I check to see when nis server is starting? I look at /etc/rc2.d/ but I don't see it in there. Every time we have power outage problem. I have to start autof service manual. So I think it might have to do with nis server services. (1 Reply)
Discussion started by: congngo
1 Replies

7. UNIX for Advanced & Expert Users

How to diagnosis the problem on Solaris 10 for DB startup

I run Oracle 10g on Solaris 10 Sparc machine. I created a dbora file to automatically start Oracle database when UNIX system reboot. I created this dbora file under /etc/init.d, Then link it to /etc/rc0.d/K10dbora and /etc/rc2.d/S99dbora. When I reboot solaris 10 system to test this script. It... (2 Replies)
Discussion started by: duke0001
2 Replies

8. Shell Programming and Scripting

[Help] startup script on solaris 8

hi experts, i have some problem with my solaris 8 v890 server, is : the server running process called SS7 below is example process : PID STAT MODE HOST MUX OBJECT 384 ok LX|A USSDGmdn-1a spm/0 daemon 385 ok LX|A USSDGmdn-1a spm/2 ... (0 Replies)
Discussion started by: bucci
0 Replies

9. Solaris

Startup error: The X-server can not be started on display :0...

Earlier today SPARCBOOK 5000 was working, but was asked to upgrade an application on it. 1. uninstalled application 2. loaded latest solaris 8 recommended cluster (downloaded it yesterday). 3. reboot machine after patch update On reboot all looks OK upto the point it attempts to run... (9 Replies)
Discussion started by: devonthomas384@
9 Replies

10. UNIX for Dummies Questions & Answers

starting jabber server on startup

Fedora Core2 Jabberd 1.4.2 quickstart Anyone using a jabber server? Do you know how to have it startup when booting? I can't seem to figure that part out. Jeff (1 Reply)
Discussion started by: lawadm1
1 Replies
Login or Register to Ask a Question