Sponsored Content
Operating Systems Solaris X-Server cannot be started on display 0 Post 302353312 by madanmeer on Tuesday 15th of September 2009 05:43:56 AM
Old 09-15-2009
dude i had the same prob wen i installed solaris 10 on a sun blade server..the prob was i had no mouse attached to it that time...wen i attached my mouse the prob was solved i was able boot up n log into the screen.
This User Gave Thanks to madanmeer For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

display the timestamp of a server UNIX

I can't find the command shell UNIX to display the timestamp of the current date. It's not an option of the commande date. (3 Replies)
Discussion started by: nicolas
3 Replies

2. Solaris

X-SERVER will not display on Solaris 8

Hi, I just installed Solaris 8 (x86) on a PC and I cannot get the X-Server configured: Below is a copy of Xerrors: X_mkdir: No such file or directory X_mkdir: No such file or directory There is no XDISPLAY information for display 0. Check the OWconfig file(s) and try again. Fatal... (2 Replies)
Discussion started by: annointed3
2 Replies

3. 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

4. UNIX for Dummies Questions & Answers

Please get me started on my virtual server

I've been given access to a virtual server. I've worked out how to connect with it using SSH (in my unix terminal window). But I'm clueless about how to continue. The last time I made web services. I had a fancy web-based control panel. Now I just have the command line. There are three... (1 Reply)
Discussion started by: knownothing
1 Replies

5. HP-UX

need graphical display of Hp server

Hi all, i need graphical display of my Hp server to install oracle software.i connected it through telnet.can we connect from windows client to Hp server through remote desktop connection.please guide.i try a lot to get it. thanks in advance. (1 Reply)
Discussion started by: younusdba
1 Replies

6. Solaris

The X-Server can not be started on display :0

Hey Guys, I have just moved my machine to a new location and reconfigured my DNS and ip... and for an unknown reason I get this X-Server can not be started error on startup. This is what I got in my Xerrors log: It is possible to start a graphical session (X-Server) manually, ... (8 Replies)
Discussion started by: wasabihowdi
8 Replies

7. Solaris

X-Server can not be started on display 0

hi , I have install Oracle solaris 10 8/11 on intel core i5 server. But its not opening in graphic mode showing message X-Server can not be started on display ... (EE) Unable to locate/open config file Drivers to try are: "intel" "i810" "fbdev" "vesa" vga" (EE) failed to load module "dri"... (3 Replies)
Discussion started by: zeeshan047
3 Replies

8. Red Hat

RHEL 4 Server con't Started....

Hi Friends, My Server is con't stated..it shows the below error.. Red hat exterprise Linux As Release 4(nahat) kernel 2.6.9-5.ELsmp on an i686 INIT : id "x" respawing too fast :disabled for 5 minutes... Please help help Thanks, Srinivas (1 Reply)
Discussion started by: srinivas814
1 Replies

9. Red Hat

What are Linux configuration changes required after a cloned VM Server is started?

Dear Expert Users, VMware Admin Tool is used to create a "clone" of an existing VM RHEL Server. Now, I have a Project where a cloned VM Server image is started for run . Please share what are all configuration changes required to ensure this runs fine ? I will be grateful for quick and... (2 Replies)
Discussion started by: schandrakar1
2 Replies

10. UNIX for Beginners Questions & Answers

X-Server can not be started on display :0

Good Morning, I recently cloned a sunblade 2500 to another sunblade 2500 and had an issue getting the GUI: X-Server can not be started on display :0 The issue was that the first machine had an xvr600 graphics card, and the new machine had an xvr100. Installing a new driver took... (0 Replies)
Discussion started by: Stellaman1977
0 Replies
show_mouse(3alleg4)						  Allegro manual					       show_mouse(3alleg4)

NAME
show_mouse - Tells Allegro to display a mouse pointer on the screen. SYNOPSIS
#include <allegro.h> void show_mouse(BITMAP *bmp); DESCRIPTION
Tells Allegro to display a mouse pointer on the screen. This will only work if the timer module has been installed. The mouse pointer will be drawn onto the specified bitmap, which should normally be `screen' (see later for information about bitmaps). To hide the mouse pointer, call show_mouse(NULL). Warning: if you draw anything onto the screen while the pointer is visible, a mouse movement interrupt could occur in the middle of your drawing operation. If this happens the mouse buffering and graphics drawing code will get confused and will leave 'mouse droppings' all over the screen. To prevent this, you must make sure you turn off the mouse pointer whenever you draw onto the screen. This is not needed if you are using a hardware cursor. Note: you must not be showing a mouse pointer on a bitmap at the time that the bitmap is destroyed with destroy_bitmap(), e.g. call show_mouse(NULL); before destroying the bitmap. This does not apply to `screen' since you never destroy `screen' with destroy_bitmap(). SEE ALSO
install_mouse(3alleg4), install_timer(3alleg4), set_mouse_sprite(3alleg4), scare_mouse(3alleg4), freeze_mouse_flag(3alleg4), show_os_cur- sor(3alleg4), exmouse(3alleg4), expal(3alleg4), exshade(3alleg4), exspline(3alleg4), exsyscur(3alleg4) Allegro version 4.4.2 show_mouse(3alleg4)
All times are GMT -4. The time now is 04:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy