Anyone running Intercap Illustrator 2 on HP-UX b2600 Workstation ?

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Anyone running Intercap Illustrator 2 on HP-UX b2600 Workstation ?
# 1  
Old 06-15-2009
Anyone running Intercap Illustrator 2 on HP-UX b2600 Workstation ?

. . . . if so, sound off.
Thanks
(the version78 no longer supported by Corel)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Please help: workstation broken?

I have buy an used Workstation intellistation power5 IBM. But doesn't work. How to turn on? I try to connect network asmi take the ip ping is ok telnet ok but if i try to connect to a browser give me timeout The display give me a yellow sign ! and error B150F22A Someone can help... (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

2. UNIX for Advanced & Expert Users

software ID B2600 hpux10.2

the following command will give me software ID from HP machine with hpux10.2: >uname -a HP-UX bmd350 B.10.20 D 9000/831 2011043966 64-user license The string 2011043966 is the actual software ID which is used as number to license software. Now my machine breaks down and I would like to... (0 Replies)
Discussion started by: derf001
0 Replies

3. Linux

vmware workstation

i have following :- fedora 16 x 64bit kernel 3.2.7-1 vmware workstation 8.0.2. Steps to install vmware workstation to access ESX machine 1- sh vmware name.bundle 2- setup started and completed with out any warning. 3- when i type "vmware " then "VMware Module Updater Started" and the... (2 Replies)
Discussion started by: engrtahir2007
2 Replies

4. Solaris

internet on solaris10 running on vmware workstation...

HI Admins, I am trying to run internet on solaris 10 on vmware workstation 6.5.. I have vista on my laptop. I tried following: 1. enabling DHCP and NAT on virtual network editor...for NAT I tried vmnet host:vmnet0 start/stop. 2. ifconfig -a showing pcn0 running for both ipv4 and ipv6....... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

5. Solaris

Setting up a new workstation

Hi all, I'm about to build a new workstation and was thinking about running Solaris 10 on it. First the hardware: AMD opteron 2.2Ghz dual Core 2GB RAM Nvidia Quadro FX1400 SATA 2x250GB HDD 2x Eizo S1911 Monitors Will Solaris handle the dualscreens or will i have to use only one? Also,... (6 Replies)
Discussion started by: Timmy66
6 Replies

6. Shell Programming and Scripting

Reboot User's workstation

Hi Gurus, I'm trying to write a script right to reboot all my user's workstation over this weekend. I'm kind of stuck here right now. I know the command to reboot ie init 6 but how to include all the users in my script? thanks wee :) (2 Replies)
Discussion started by: lweegp
2 Replies

7. Linux

Linux Mandrake 9.1 running on Vmware workstation 4

Im running WinXp and just recently installed VMware workstation v4 to emulate Linux Mandrake 9.1. It succesfully installed.. Situation: My xp home edition is static on a linksys router it is my host computer.. Linux is running on Vmware as guest operation system.. Im not sure how to configure... (2 Replies)
Discussion started by: NewINLinux
2 Replies

8. UNIX for Dummies Questions & Answers

I want to reset my workstation!

I am having an error in my workstation. I want to reset it and start from scratch. I also want to add a 120 G. Drive to my workstation. I checked out a book at my local library on unix. I still can't figure out how to erase everything and install this drive,please help. (4 Replies)
Discussion started by: Sotelo_27
4 Replies

9. UNIX for Dummies Questions & Answers

HP UX workstation?

Hi, I want to learn more about HP UX and I want to purchase an HP UX workstation to further my self studying. Which is a good model and where can I purchase a used system? thanks so much, (2 Replies)
Discussion started by: xNYx
2 Replies

10. Filesystems, Disks and Memory

emulations in workstation...

i have a network with Windows NT 4.0, and now i will install a UNIX server. Bud my workstation are in NT Workstation 4.0. I don't know about this installation. how do i for this connection. have i to use workstation emulation? please, help me!!! ASAP. Thanks (1 Reply)
Discussion started by: rmilano
1 Replies
Login or Register to Ask a Question
CFSNDSERV(6)							     cfsndserv							      CFSNDSERV(6)

NAME
cfsndserv - crossfire client sound server DESCRIPTION
getzone adjusts and mixes sounds before playing them USAGE
getzone none - started automatically by crossfire client CONFIGURATION OPTIONS
~/.crossfire/sndconfig can contain the following options: stereo 1 means stereo sound, 0 - mono bits bitrate of generated sound - 8 or 16 signed if we should sent signed data to the soundcard. 1 means yes. frequency speed of playing data. This should be 11025, or sound pitch will change buffers how many buffers to allocate buflen how big the buffers should be. buffers*buflen shouldn't be smaller than the longest sound to be played. simultaneously home many sound can be played at the same time. When this setting is bigger, each sound volume will decrease. HOW DOES IT WORK
? The sound server gets information about sounds to be played on standard input. The information is a line: <sound number> <sound type> <relative x> <relative y> All those numbers are hex. The file ~/.crossfire/sounds contains description of sound numbers and types. For example: 3 0 5 0 Means that normal sound SOUND_FUMBLE spell should be played as it's source was5 units to the right of player. Sounds are mixed in special buffers, which are in fact one buffer, which should be big enough for the biggest sound to be played. The buffers, if contain anything, are sent one by one to the sound device. Each buffer is cleaned after playing. Sounds data is multiplied by some ratio (<1) evaluated from it's position and volume and added to the buffers, starting from the next after the one being played. So bigger buffer means bigger delay, before th sound is actually played, but the smaller buffer is, the bigger is possibility, we won't succeed filling the next buffer, before last is played. SEE ALSO
crossfire(1) http://crossfire.real-time.com AUTHOR
Jaakko Niemi put this page together for Debian packages by cutting and pasting from README file of crossfire-client. 3rd Berkeley Distribution 2002-02-23 CFSNDSERV(6)