Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Starting x server on solaris 2.8
Name: Madhuri Date: March 18, 2003 at 07:24:10 Pacific OS: Solaris 8 CPU/Ram: Intel 512MB
Comment:
I have a very similar problem too. I need to get the X-Server started but i am not sure if all the required libraries are present in the solaris box. These are the 2 things i need to know. 1. How to check if i have all the required libraries for x-server? 2. How to start x-server? Really appreciate a reply.
Summary: I just installed SOlaris 9 on an Ultra-II. I don't have a Sun monitor, and I would like to use my laptop (Win2K) to run an X session against my server. I'm planning on using Exceed on the client. I do...
Summary: Hi, Since we migrate from Solaris 2.6 to Solaris 2.8, I can't compile my C programs. Here is an example : $ more PROG.c #include main(void) { printf ("Hello !\n"); } ...