Sponsored Content
Full Discussion: after installation of xp
Special Forums Windows & DOS: Issues & Discussions after installation of xp Post 302295639 by amarnathbasis8 on Monday 9th of March 2009 07:42:45 AM
Old 03-09-2009
after installation of xp

hello sir
I have done a fresh xp installation without formatting entire disk.
just deleting c: paratition and create parition with same size and continued installation later i saw that after clicking MY COMPUTER on desktop and i selected drive d: saw hidden BACKWARD TO MY COMPUTER option.So i cannot come back to MY COMPUTER screen.waiting for your solution
Regads
Amar
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installation help

I'm loading my 8 year old computer with the latest version of FreeBSD. The computer specs are 8mb ram, 400mb hard drive, 2xcdrom. I chose the minimilist set of settings. Here's my problem; The installation process just stops cold when I go into the final stages. I use 2 boot floppies to set... (1 Reply)
Discussion started by: crashman0
1 Replies

2. UNIX for Advanced & Expert Users

Installation ?????

I m trying to Install Oracle 8i on Sun Solaris 8.....I have read the installation manuals....everything was ok, but what confused me was directories ORACLE_BASE, ORACLE_HOME, u1, u2, u3 ????????????????? Can anybody pls. tell me how many directories should i create, subdirectories and in... (1 Reply)
Discussion started by: ocpguy
1 Replies

3. UNIX for Advanced & Expert Users

Installation

Hai Friends How can i instal only the linux kernel in a system. Thanks in advance Collins (3 Replies)
Discussion started by: collins
3 Replies

4. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

5. Linux

OS Installation

Hello, Can anyone suggest me the source for getting the Linux OS, I have done a partitions in my system and dedicated one partition for Linux with the windows. Please suggest me the websites where I can get the s/w. Thankx S (1 Reply)
Discussion started by: sbasetty
1 Replies

6. Solaris

OS installation

Hi, Sun ultra enterprise1 supports solaris10i version. Sun ultra enterprise1 supports view sonic 19 inch LCD Monitor. (1 Reply)
Discussion started by: jagadeesh
1 Replies

7. What is on Your Mind?

Installation

what computer minimum specification is required to install Linux? Is it possible to install window vista and Linux together? (1 Reply)
Discussion started by: sureshdoranga
1 Replies

8. Solaris

Need help on installation.

Hi All, Good Morning. I am trying to install solaris 10 in my ultra 10 work station using CD. But i am getting the following error, can anyone helping me on this. ok boot cdrom - install Boot device : /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f File and args: - install Can't read disk label.... (11 Replies)
Discussion started by: gowthamakanthan
11 Replies

9. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies
desktop_color_depth(3alleg4)					  Allegro manual				      desktop_color_depth(3alleg4)

NAME
desktop_color_depth - Finds out the desktop color depth. Allegro game programming library. SYNOPSIS
#include <allegro.h> int desktop_color_depth(); DESCRIPTION
Finds out the currently selected desktop color depth. You can use this information to make your program use the same color depth as the desktop, which will likely make it run faster because the graphic driver won't be doing unnecessary color conversions behind your back. Under some OSes, switching to a full screen graphics mode may automatically change the desktop color depth. You have, therefore, to call this function before setting any graphics mode in order to retrieve the real desktop color depth. Example: allegro_init(); ... if ((depth = desktop_color_depth()) != 0) { set_color_depth(depth); } RETURN VALUE
Returns the color depth or zero on platforms where this information is not available or does not apply. SEE ALSO
get_desktop_resolution(3alleg4), set_color_depth(3alleg4), set_gfx_mode(3alleg4) Allegro version 4.4.2 desktop_color_depth(3alleg4)
All times are GMT -4. The time now is 07:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy