Sponsored Content
Full Discussion: Windows Emulator?
Operating Systems Linux Slackware Windows Emulator? Post 55408 by RellioN on Saturday 11th of September 2004 03:49:15 AM
Old 09-11-2004
Quote:
Originally posted by Kimm
me neighter, thats why I uninstalled it and installed windows again, but I am thinking about installing some other distrobution, maby mandrake or slackware
Why not consider Fedora core 2? It's easy to use and good for starters and installing it is easy too. Fedora core 2 is also very advanced with alot of features.

I too wouldn't recommend Slackware for beginners.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix emulator for windows 98

as part of my course i have to do a lot of programming using the universities unix server. i am able to access this from home using telnet but i cannot use axe or anything to edit my files. I was wondering if anyone knew of any software that could enable me yo do this as i like working at 2am when... (1 Reply)
Discussion started by: HALLY
1 Replies

2. UNIX Desktop Questions & Answers

Telnet Emulator

What's the best Telnet and SSH for Win32 platforms, along with an xterm terminal emulator to use nowadays? Thanks. (8 Replies)
Discussion started by: laila63
8 Replies

3. UNIX for Dummies Questions & Answers

Can anyone recommend a freeware X-windows emulator?

Are there any freeware or shareware X-windows emulators out there? I only have the need for an emulator on rare occasions and would like to avoid having to purchase something like Exceed or x32. Thanks (1 Reply)
Discussion started by: rhack
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX Emulator

Where can I download a unix Emulator for Training and education of the IT personal in my company. (9 Replies)
Discussion started by: st_matan
9 Replies

5. Linux

how to use terminal emulator???

hello, can any body tell how to use terminal emulator.... i want to check he serial port communication with the help of that terminal emmulator.... also tell me how to open terminal emmulator.....and how to configure it........and how to use it... I am using fedora core 6..... (1 Reply)
Discussion started by: arunchaudhary19
1 Replies

6. Solaris

Windows emulator on Solaris machine

Hello together, in our German company we have buyed one English Windows XP version. Every one of us should have access to this windows installation. So we have reconsidered that we want to install this Windows on our SUN SPARC Solaris machine. It is only used for checking out licenses of our own... (2 Replies)
Discussion started by: SPORTS
2 Replies

7. Windows & DOS: Issues & Discussions

Mac OS X emulator for Windows XP?

Not quite sure if this is the right section, but you guys know lots of good stuff. Is there a good OS X emulator that I can put on my Windows XP system? I have PC's and at work/lab they run everything on mac's. Due to program compatibility issues, it would be nice if I could run mac software on... (2 Replies)
Discussion started by: silkiechicken
2 Replies

8. UNIX for Dummies Questions & Answers

Terminal Emulator

Hi, I was just wondering how to distinguish between the two terms: 1. Terminal emulator (vt100, vt220 and so on) 2. shell command line Then i decided to conclude myself that these 2 are very equivalent. am I right? this actually came to my mind when I was using my HP-UX terminal. I am... (1 Reply)
Discussion started by: messi777
1 Replies

9. Hardware

SparcStation 20 emulator

Hello, Just wanted to let interested people know that we've recently released a Linux freeware version of SparcStation 20 emulator. It emulates SS20 with some basic peripherals: a single SPARC V8 32bit CPU, up to 512MB RAM, an NCR53C94 SCSI controller, 2 serial lines, disks, a network adapter,... (7 Replies)
Discussion started by: Thlan
7 Replies
XUninstallColormap()													      XUninstallColormap()

Name
  XUninstallColormap - uninstall a colormap; install default if not already installed.

Synopsis
  XUninstallColormap(display, colormap)
	Display *display;
	Colormap colormap;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  colormap  Specifies the colormap to be uninstalled.

Description
  If colormap is an installed map for its screen, it is uninstalled.  If the screen's default colormap is not installed, it is installed.

  If  colormap	is an installed map, a ColormapNotify event is generated on every window having this colormap as an attribute.	If a colormap
  is installed as a result of the uninstall, a ColormapNotify event is generated on every window having that colormap as an attribute.

  At any time, there is a subset of the installed colormaps, viewed as an ordered list, called the required list.  The length of the required
  list	is  at most the min_maps specified for each screen in the Display structure.  When a colormap is installed with XInstallColormap() it
  is added to the head of the required list and the last colormap in the list is removed if necessary to keep  the  length  of	the  list  at
  min_maps.   When a colormap is uninstalled with XUninstallColormap() and it is in the required list, it is removed from the list.  No other
  actions by the server or the client change the required list.  It is important to realize that on all  but  high-performance	workstations,
  min_maps is likely to be one.

  For more information on installing and uninstalling colormaps, see Volume One, Chapter 7, Color.

Errors
  BadColor  Invalid colormap.

See Also
  XDefaultColormap(),  XDisplayCells(),  XCopyColormapAndFree(),  XCreateColormap(),  XFreeColormap(),	XGetStandardColormap(),  XInstallCol-
  ormap(), XListInstalledColormaps(), XSetStandardColormap(), XSetWindowColormap().

Xlib - Colormaps													      XUninstallColormap()
All times are GMT -4. The time now is 07:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy