Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

compaq logo on DECwindows login screen

32 views
Skip to first unread message

Roland Barmettler

unread,
Feb 2, 2002, 12:35:57 PM2/2/02
to
Hi

This may be a stupid question, but anyway:
Up to VMS 7.2-x there was a nice "digital" logo on the DECwindows
login screen. Since 7.3 it became a rather ugly "Compaq" logo.
Does anybody know how to change that back ? Is it an bitmap of some
sort or hardcoded into the X server ?

Thanks for any help :-)
Roland

---------------------------------------------------------------------
FreeStone Systems | EMail : ro...@freestone.net
Roland Barmettler | ro...@barmettler.net
Zuercherstrasse 16 | ro...@DeLorean.ch
CH-8107 Buchs ZH | WWW : http://www.freestone.net/~roli/

Robert Deininger

unread,
Feb 3, 2002, 10:29:57 AM2/3/02
to
In article <20020202183557....@barmettler.net>, Roland
Barmettler <rol...@barmettler.net> wrote:

>--=.vZGLR?PYLLrCrU
>Content-Type: text/plain; charset=US-ASCII
>Content-Transfer-Encoding: 7bit


>
>Hi
>
>This may be a stupid question, but anyway:
>Up to VMS 7.2-x there was a nice "digital" logo on the DECwindows
>login screen. Since 7.3 it became a rather ugly "Compaq" logo.
>Does anybody know how to change that back ? Is it an bitmap of some
>sort or hardcoded into the X server ?

I think it's a bitmap file, and replacing it with your own is documented
... somewhere. Just guessing, look at DECW$PRIVATE_APPS_SETUP.COM, and
the documentation around that file.

The standard picture _may_ be hardwired in the code, as opposed to loaded
out of a file, so there may not be a file anywhere with the "digital" logo
in it. If there is, the upgrade likely deletes it.

If you find the file, you'll likely want to keep an archive copy of both
the "digital" one and the "Compaq" one, just in case you don't like
whatever comes next...

sys...@sendspamhere.org

unread,
Feb 3, 2002, 3:21:59 PM2/3/02
to
In article <rdeininger-03...@1cust220.tnt2.nashua.nh.da.uu.net>, rdein...@mindspring.com (Robert Deininger) writes:
>In article <20020202183557....@barmettler.net>, Roland
>Barmettler <rol...@barmettler.net> wrote:
>
>>--=.vZGLR?PYLLrCrU
>>Content-Type: text/plain; charset=US-ASCII
>>Content-Transfer-Encoding: 7bit
>>
>>Hi
>>
>>This may be a stupid question, but anyway:
>>Up to VMS 7.2-x there was a nice "digital" logo on the DECwindows
>>login screen. Since 7.3 it became a rather ugly "Compaq" logo.
>>Does anybody know how to change that back ? Is it an bitmap of some
>>sort or hardcoded into the X server ?
>
>I think it's a bitmap file, and replacing it with your own is documented
>.... somewhere. Just guessing, look at DECW$PRIVATE_APPS_SETUP.COM, and

>the documentation around that file.
>
>The standard picture _may_ be hardwired in the code, as opposed to loaded
>out of a file, so there may not be a file anywhere with the "digital" logo
>in it. If there is, the upgrade likely deletes it.
>
>If you find the file, you'll likely want to keep an archive copy of both
>the "digital" one and the "Compaq" one, just in case you don't like
>whatever comes next...

CDE$SYSTEM_COMMON:[000000.APPCONFIG.ICONS.C]DECDTLOGO.PM

Replace this file with one of your own liking. I've replaced mine with
a nice color Tmesis Software logo. ftp://ftp.tmesis.com/decdtlogo.zip

--
VAXman- OpenVMS APE certification number: AAA-0001 VAXman(at)TMESIS(dot)COM

"And of course, I'm a genius, so people are naturally drawn to my fiery
intellect. Their admiration overwhelms their envy!" -- Calvin & Hobbes

Bob Koehler

unread,
Feb 4, 2002, 9:40:17 AM2/4/02
to
In article <20020202183557....@barmettler.net>, Roland Barmettler <rol...@barmettler.net> writes:
> --=.vZGLR?PYLLrCrU
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: 7bit
>
> Hi
>
> This may be a stupid question, but anyway:
> Up to VMS 7.2-x there was a nice "digital" logo on the DECwindows
> login screen. Since 7.3 it became a rather ugly "Compaq" logo.
> Does anybody know how to change that back ? Is it an bitmap of some
> sort or hardcoded into the X server ?
>

If you're not running CDE, you can display anything you want by
defining decw$login_background to the .com or .exe file. Be carefull
what you choose, as it is running in privileged context.

Fred Kleinsorge

unread,
Feb 4, 2002, 1:18:39 PM2/4/02
to
Since this subject has come up. I am lobbying to change the logo to a nice
VMS "shark" logo.

If anyone has alternative logo's they want to send me... oh. I'm serious,
so try to resist the urge to send funny and/or obscene ones.

_Fred

Bob Koehler wrote in message ...

John McLean

unread,
Feb 4, 2002, 1:34:31 PM2/4/02
to

Fred Kleinsorge wrote:
>
> Since this subject has come up. I am lobbying to change the logo to a nice
> VMS "shark" logo.
>
> If anyone has alternative logo's they want to send me... oh. I'm serious,
> so try to resist the urge to send funny and/or obscene ones.
>
> _Fred


I'm an Australian and sharks really don't appeal - except as the fish in
fish-and-chips.

How about something a bit more like proper marketing ? One or two big
words to catch the eye of anyone walking past....or a logo that somehow
comments on the industry...


John McLean

Fred Kleinsorge

unread,
Feb 4, 2002, 1:45:00 PM2/4/02
to
The "shark" logo is a swimming shark, with "OpenVMS" written near the top.

Don't know what "proper marketing" is. The shark logo is eye catching, and
looks slick.

Just the words "Compaq OpenVMS" doesn't excite me.

John McLean wrote in message <3C5ED437...@swissonline.delete.ch>...

JF Mezei

unread,
Feb 4, 2002, 2:06:22 PM2/4/02
to
Fred Kleinsorge wrote:
> Just the words "Compaq OpenVMS" doesn't excite me.

Shouldn't you be waiting for your new owners to decide what the branding will
be ? What is HP's policy with regards to its X login screens ?

Personally, I think it should be similar to the character cell interface: just
allow each site to define a logical that points to an image (of documented
size and attributes).

sys...@sendspamhere.org

unread,
Feb 4, 2002, 2:12:17 PM2/4/02
to
In article <YJA78.406$am1....@news.cpqcorp.net>, "Fred Kleinsorge" <klein...@star.zko.dec.com> writes:
>The "shark" logo is a swimming shark, with "OpenVMS" written near the top.
>
>Don't know what "proper marketing" is. The shark logo is eye catching, and
>looks slick.


How about a more appropriate logo. One that reflects the true nature of
VMS. I'd suggest a bastard child wearing a VMS T-shirt (filthy and torn)
and being neglected by its care-givers while other children are pampered.

Bob Koehler

unread,
Feb 4, 2002, 2:14:11 PM2/4/02
to
In article <elA78.405$am1....@news.cpqcorp.net>, "Fred Kleinsorge" <klein...@star.zko.dec.com> writes:
> Since this subject has come up. I am lobbying to change the logo to a nice
> VMS "shark" logo.
>
> If anyone has alternative logo's they want to send me... oh. I'm serious,
> so try to resist the urge to send funny and/or obscene ones.

The shark would be great. Looking forward to it.

Dr. Martin P.J. Zinser

unread,
Feb 4, 2002, 2:16:22 PM2/4/02
to
> From: IN%"mcl...@swissonline.delete.ch" "John McLean" 4-FEB-2002 19:46:27.23
> Subj: RE: compaq logo on DECwindows login screen

> Fred Kleinsorge wrote:
> >
> > Since this subject has come up. I am lobbying to change the logo to a nice
> > VMS "shark" logo.
> >
> > If anyone has alternative logo's they want to send me... oh. I'm serious,
> > so try to resist the urge to send funny and/or obscene ones.
> >

> > _Fred
>
>
> I'm an Australian and sharks really don't appeal - except as the fish in
> fish-and-chips.
>
> How about something a bit more like proper marketing ? One or two big
> words to catch the eye of anyone walking past....or a logo that somehow
> comments on the industry...
>
>
> John McLean

Well, I do like the Shark logo quite a bit. It certainly communicates
a dynamic and aggressiveness VMS marketing by Q in general lacks (No insult
intended to the few and brave who hang out here in c.o.v.). Still I do have one
problem with the Shark "icon" and that is that it is a picture rather than
an icon. While for the question at hand this does not make too much of a
difference (there is loads of space on the login screen) this is a real
pain if you do want to really use a OpenVMS icon somewhere. So I would prefer
a logo that scales down gracefully at least to 16x16 (yupp, the size of all
these pesky icons in the browser URL bars aka favicon). Unfortunatly I can
not offer an implementation since my artistic skills are not good enough to
do one.

Greetings, Martin

P.S. I gues most people here would not mind too much if the "Open" would have
to be sacrificed for space reasons ... ;->
Dr. Martin P.J. Zinser zin...@sysdev.deutsche-boerse.com
Deutsche Boerse Systems Inc.
Suite 1580 Tel: +1-312-408-3085
141 West Jackson Blvd. FAX: +1-312-408-3071
Chicago, IL, 60604
USA Private: zin...@decus.de

Larry Kilgallen

unread,
Feb 4, 2002, 2:30:11 PM2/4/02
to

So Fred, what can we do to "vote for" the shark ?

dit...@dittman.net

unread,
Feb 4, 2002, 2:26:05 PM2/4/02
to
Fred Kleinsorge <klein...@star.zko.dec.com> wrote:
: Since this subject has come up. I am lobbying to change the logo to a nice
: VMS "shark" logo.

: If anyone has alternative logo's they want to send me... oh. I'm serious,
: so try to resist the urge to send funny and/or obscene ones.

How about making the logos available so everyone can check them
out after you get them.
--
Eric Dittman
dit...@dittman.net
Check out the DEC Enthusiasts Club at http://www.dittman.net/

Fred Kleinsorge

unread,
Feb 4, 2002, 3:35:25 PM2/4/02
to

JF Mezei wrote in message <3C5EDBAA...@videotron.ca>...

Until such time HP takes us over, we are seperate companies.

The ability to change the contents of this space by the user already exists.
The question is, what should the default be to fill that space?


Fred Kleinsorge

unread,
Feb 4, 2002, 3:39:37 PM2/4/02
to
Note the word "lobbying". Nothing is a done deal. I'm working to try and
change it from a really, really bad rendition of the Compaq logo, into
something that has more eye appeal, and indicates that the system is running
OpenVMS.

The DII/COE login box is more appealing that the current one (kind of cool,
large DII logo, and a whole lot of text telling you about the do's and
don't's of a defense asset).

_Fred

dit...@dittman.net wrote in message ...

JF Mezei

unread,
Feb 4, 2002, 4:00:45 PM2/4/02
to
Fred Kleinsorge wrote:
> Until such time HP takes us over, we are seperate companies.

have you checked the SEC filings BY COMPAQ lately ? If you are separate
companies, how come over 450 people are devoted as we speak to planning the
integration ? And how come Compaq files under its onw company name, documents
generated by HP ?

Perhaps you should be talking to some of those 450 integration folks inside
your organisations to ask them what sort of time frame branding issues will be
dealt with.

Heck, perhaps you could simply put the shark on and present it to the
integration folks as the standard logo for VMS and this way perhaps HP would
simply adopt/accept it as a VMS logo. (while you are at it, why not rebrand
VMS to "VMS" (drop the open) during the transition ?

Rich Jordan

unread,
Feb 4, 2002, 5:15:17 PM2/4/02
to
A true challenge, though its a shame your ban on funny images disallows
my favorite BG on a bullseye screensaver option.

The shark is acceptable, as long as it is rendered nicely; many of the
downloadable copies I've seen are very coarse. I don't imagine that the
Q would allow the use of the |d|i|g|i|t|al| block font saying
|O|p|e|n|V|M|S| either, eh? To be honest, my personal preference would
be to not see the Compaq name at all (wishful thinking, but in the
circles we sell to, "Compaq" is still a name that loses sales, not makes
them), if they could settle on just the stylized 'Q', with OpenVMS (or
VMS!) displayed in a classic, sharp, big font, that could be acceptable.

OTOH, got a picture of one of those JStars that are running VMS? I
could see VMS, in a racy, but elegant, italicized font over an image of
one of those...

VMS, the perfect defense against mediocrity, both foreign and domestic.

VMS, keeping America safe.

Rich

Fred Kleinsorge wrote in message ...

C.W.Holeman II

unread,
Feb 4, 2002, 6:30:55 PM2/4/02
to
"Dr. Martin P.J. Zinser" wrote:
> P.S. I gues most people here would not mind too much if the "Open" would have
> to be sacrificed for space reasons ... ;->

More than one large company has falled back to a classic theme.
Coke, Jack is Back (western US), Mustang, Bettle.

--
C.W.Holeman II
cw...@acm.org http://emle.org
http://also.as/cwhii http://JulianLocals.com

Alan Greig

unread,
Feb 5, 2002, 4:48:44 AM2/5/02
to
On Mon, 4 Feb 2002 13:18:39 -0500, "Fred Kleinsorge"
<klein...@star.zko.dec.com> wrote:

>Since this subject has come up. I am lobbying to change the logo to a nice
>VMS "shark" logo.

I loved the Griffin/Gryphon/any other spelling which featured on
"OpenVMS Engineering" t-shirts back around 1995. I got one from the
Spiralog team in Livingston at the time.

Actually could do with a few more VMS t-shirts to do my bit for
advertising as the ones I have are suffering seriously from wear and
tear, Since the last vestiges of VMS technical staff disappeared from
Scotland getting hold of this stuff has proved close to impossible. My
local Compaq account manager was not even able to get hold of VMS or
Alpha literature for me to pass on to colleagues without a great deal
of chasing - let alone anything else.

--
Alan

Wayne Sewell

unread,
Feb 5, 2002, 6:51:13 AM2/5/02
to
In article <3C5F19AA...@ACM.org>, "C.W.Holeman II" <cw...@ACM.org> writes:
> "Dr. Martin P.J. Zinser" wrote:
>> P.S. I gues most people here would not mind too much if the "Open" would have
>> to be sacrificed for space reasons ... ;->
>
> More than one large company has falled back to a classic theme.
> Coke, Jack is Back (western US), Mustang, Bettle.
^^^^^^^^^^^^^^^^^^^^^^^^^


Hey, we have Jerk in the Box here in Texas, too, but we're not really a western
state. Actually south central, pretty much equidistant from the two coasts. I
figure the only reason we were considered part of the Old West is because we
are far west of where most of the population was in that century.

--
===============================================================================
Wayne Sewell, Tachyon Software Consulting (281)812-0738 wa...@tachysoft.xxx
http://www.tachysoft.xxx/www/tachyon.html and wayne.html
change .xxx to .com in addresses above, assuming you are not a spambot :-)
===============================================================================
Society Lady: Are you familiar with the Great Wall of China?
Curly: No, but I know a big fence in Chicago!

Fred Kleinsorge

unread,
Feb 5, 2002, 10:42:01 AM2/5/02
to
Those people working on integration, can no longer interact with the rest of
us for day-to-day operations. All of this is the typical pre-merger stuff.


JF Mezei wrote in message <3C5EF670...@videotron.ca>...

Paul Repacholi

unread,
Feb 5, 2002, 2:53:10 PM2/5/02
to
"Dr. Martin P.J. Zinser" <ZIN...@sysdev.deutsche-boerse.com> writes:

> pain if you do want to really use a OpenVMS icon somewhere. So I
> would prefer a logo that scales down gracefully at least to 16x16
> (yupp, the size of all these pesky icons in the browser URL bars aka
> favicon). Unfortunatly I can not offer an implementation since my
> artistic skills are not good enough to do one.

How about back to the original, the 'virtual Cheshire Cat' smile and
tail?

--
Paul Repacholi 1 Crescent Rd.,
+61 (08) 9257-1001 Kalamunda.
West Australia 6076
Raw, Cooked or Well-done, it's all half baked.
EPIC, The Architecture of the future, always has been, always will be.

Larry Kilgallen

unread,
Feb 5, 2002, 7:49:01 PM2/5/02
to
In article <87k7trp...@prep.synonet.com>, Paul Repacholi <pr...@prep.synonet.com> writes:
> "Dr. Martin P.J. Zinser" <ZIN...@sysdev.deutsche-boerse.com> writes:
>
>> pain if you do want to really use a OpenVMS icon somewhere. So I
>> would prefer a logo that scales down gracefully at least to 16x16
>> (yupp, the size of all these pesky icons in the browser URL bars aka
>> favicon). Unfortunatly I can not offer an implementation since my
>> artistic skills are not good enough to do one.
>
> How about back to the original, the 'virtual Cheshire Cat' smile and
> tail?

That was a DECUS VAX SIG mascot, the shark was from VMS Development.

Dave Gudewicz

unread,
Feb 6, 2002, 9:52:54 AM2/6/02
to
I would respect the Aussies comment on the shark. Most of us landlubbers
see sharks on TV and aquariums (big ones). Just the other day, my son who
got a shark jaw from Florida, dropped the thing and ripped his arm open in
the process.

Perhps a kinder, gentler icon.

How about the Starship Enterprise (I know copyright problems, etc) or
something space related? ISS anyone?

Live long and prosper (us AND VMS).

Dave...
"Larry Kilgallen" <Kilg...@SpamCop.net> wrote in message
news:VTjkYg...@eisner.encompasserve.org...

JF Mezei

unread,
Feb 6, 2002, 11:05:04 AM2/6/02
to
Dave Gudewicz wrote:
>
> I would respect the Aussies comment on the shark. Most of us landlubbers
> see sharks on TV and aquariums (big ones).

Funny has Australia has a thriving scuba diving industry and a big part of
that include swimming with the sharks. (been there, done that).

One has to find something to fight the penguin.

Now, if HP really wanted to please its remaining customers, they'd have a
picture of Palmer's head just in front of the mouth of the shark.

Of course, for the last version of VMS on Alpha, they should have 2
tombstones. One with RIP-Alpha, and with with RIP VMS.

What would be the exact birthdates for Alpha and VMS ? (first boot in a lab or
first commercial shipment ?)

WILLIAM WEBB

unread,
Feb 6, 2002, 11:36:13 AM2/6/02
to

I posted this on 29-SEP-2000:
Subject line was
"RE: Shark x Penguin :THE REAL STORY"

###

I passed this back to a couple of folks at Compaq, and lo and
behold, one of them was the creator of said shark, and here's
the authoritative story on the VMS shark:

CUT HERE
--------------------------------------------------------
Bill,

I created the OpenVMS Shark logo long ago (early '90's) for the original
'OpenVMS Champions' program - a worldwide group of business managers who
were drivers and advocates of OpenVMS in their local geographies. The
reasoning around the logo was that the shark and OpenVMS shared attributes
such as:

o They have both been around forever.
o They are extremely fast and flexible.
o They never stop.
o They will take on (eat) anything and continue to operate.
o They operate in packs/clusters.
o And although they will never be cute - they are the most efficient and
effective machines in their environments.

The tag line for the group was:

"In an ocean full of guppy operating systems, wouldn't you want to be the
king of the seas?"

Regards,
------------------------------Pure Personal Opinion----------------------
John P. SmithOpenVMS Systems and Servers Group
john.p.smith#compaq.nospam

####

WWWebb

Koska, John C. (LNG-MBC)

unread,
Feb 6, 2002, 12:02:39 PM2/6/02
to
Or maybe a nice colorful photo of a Galaxy, encompassing Sun and others?
<grin>

:) jck


> -----Original Message-----
> From: Dave Gudewicz [mailto:david.g...@abbott.com]
> Sent: Wednesday, February 06, 2002 9:53 AM
> To: Info...@Mvb.Saic.Com
> Subject: Re: compaq logo on DECwindows login screen
>
>
> I would respect the Aussies comment on the shark. Most of us
> landlubbers

John Koska
Matthew Bender & Co., Inc. -
A Member of the LexisNexis Group
1275 Broadway
Albany, NY 12204
USA
518-487-3255
John.C...@lexisnexis.com

I post personal opinion only, and all the
disclaimers one could imagine apply. That
includes, I speak for myself only and my
views in no way represent my employer(s).
One should also take note of the Electronic
Communications Privacy Act of 1986, which
imposes civil and criminal liability on any
person who intentionally intercepts "any
wire, oral or electronic communication."

JF Mezei

unread,
Feb 6, 2002, 12:20:36 PM2/6/02
to
WILLIAM WEBB wrote:
> o And although they will never be cute - they are the most efficient and
> effective machines in their environments.

I have to disagree. Except for a few species of sharks (especially the ugly
great white), Sharks are extremely beautiful animals. Extremely sleek and well
proportioned. They swim very gracefully during normal times, yet can deploy
lots of power on demand.

WILLIAM WEBB

unread,
Feb 6, 2002, 12:46:48 PM2/6/02
to

First of all, I do not take credit for that statement-
I was quoting John S. at Compaq.

Beautiful can be cute, but it does not necessarily follow
that what is beautiful must also be cute.

(human examples omitted to conserve flamage)

Jellyfish in motion, sharks and birds of prey are beautiful,
but hardly cute.

WWWebb


-----Original Message-----
From: Info-VAX...@Mvb.Saic.Com at INTERNET
Sent: Wednesday, February 06, 2002 12:18 PM
To: Webb, William W Raleigh, NC; Info...@Mvb.Saic.Com at INTERNET

Bob Koehler

unread,
Feb 6, 2002, 1:34:44 PM2/6/02
to
In article <a3rg17$haf$1...@fizban.fizban.pprd.abbott.com>, "Dave Gudewicz" <david.g...@abbott.com> writes:
>
> How about the Starship Enterprise (I know copyright problems, etc) or
> something space related? ISS anyone?

Not ISS.

JF Mezei

unread,
Feb 6, 2002, 1:49:26 PM2/6/02
to
WILLIAM WEBB wrote:
> Jellyfish in motion, sharks and birds of prey are beautiful,
> but hardly cute.

Ok then. So we have to consider Britney Spears, Elle McPherson, Cindy
Crawford, etc.

Or perhaps a picture of Elvis ? ( we all know that despite the rumours, he
isn't dead...)

Doc.Cypher

unread,
Feb 6, 2002, 1:40:46 PM2/6/02
to mail...@freedom.gmsociety.org

That's an idea I like... Picture of Elvis with the caption "VMS will NOT
leave the building".


Doc.
--
The bigger the humbug, the better people will like it.
~ Phineas Taylor Barnum. http://vmsbox.cjb.net

Lee K. Gleason

unread,
Feb 6, 2002, 4:40:06 PM2/6/02
to
Howzabout the mechanical Shark VMS logo? THe one that says
"Open VMS", and depicts a chrome looking robotic shark swimming
in blue water...don't know where I got my copy, I use it as the
wallpaper anytime I'm dragooned into using a WIndows box.


Lee K. Gleason N5ZMR
Control-G Consultants

Martin Vorlaender

unread,
Feb 6, 2002, 11:25:44 PM2/6/02
to
Lee K. Gleason (lee.g...@halliburton.com) wrote:
> Howzabout the mechanical Shark VMS logo? THe one that says
> "Open VMS", and depicts a chrome looking robotic shark swimming
> in blue water...don't know where I got my copy, I use it as the
> wallpaper anytime I'm dragooned into using a WIndows box.

What you have there probably is art by Sorayama Hajime.

cu,
Martin
--
| Martin Vorlaender | VMS & WNT programmer
UNIX is user friendly. | work: m...@pdv-systeme.de
It's just selective about | http://www.pdv-systeme.de/users/martinv/
who its friends are. | home: mar...@radiogaga.harz.de

JF Mezei

unread,
Feb 7, 2002, 12:39:49 AM2/7/02
to
re: use of shark.

I just watched a 1960s documentary on 2 caped crime fighters working in a city
that ressembles New York. At one point, a shark jumps out of the water and
grabs onto the leg of one of them. The shark was in fact a trojan (with a
bomb inside) sent by the Penguin.

But for all its strength, the shark was defeated by a simple
Bat-shark-repellant spray and fell back onto the water to self destruct.

The Penguin was also able to activate a giant magnet to keep the 2 crusaders
captive onto the Penguin's buoy.

Since the shark is controlled by the Penguin and the penguin has the ability
to capture and keep people captive, I am not sure that using the shark as the
VMS logo is appropriate.

Perhaps a dolphin could be used instead ? (agile swimmer, can go fast, very
friendly and likable) and not associated to the Penguin.

How about bugs bunny ? Or perhaps some of the friendly hedgehogs used on some
early New Zealand Telecom prepard phone cards ?

Tim Llewellyn

unread,
Feb 7, 2002, 2:24:27 PM2/7/02
to

JF Mezei wrote:

> How about bugs bunny ? Or perhaps some of the friendly hedgehogs used on some
> early New Zealand Telecom prepard phone cards ?

How about a decent VMS marketing slogan.
--
Tim.Ll...@cableinet.co.uk

Standard disclaimer applies. My views in no way represent those of
my employers or service provider.

Steve Reece

unread,
Feb 9, 2002, 6:50:26 AM2/9/02
to

Maybe he's pulling the strings at a Houston based computer^H^H^HPeeCee
company? :-)

--
"A shadow fell over her face; clear, as if the composure were rent like
a veil. And her lips parted, but only with a short intake of breath.
Then she said, 'Well, then you are right. Indeed, we are even.'"
Louis, "Interview with the Vampire"

Glenn Everhart

unread,
Feb 9, 2002, 12:12:36 PM2/9/02
to
For the nostalgic among us, if you care to have the good old Digital logo on
your DECwindows login screen, find the file

sys$common:[CDE$DEFAULTS.SYSTEM.APPCONFIG.ICONS.C]DECDTLOGO.PM

and replace with one from VMS 7.2-1 (or probably older also).

I found that just putting the old one in as version 2 works fine and the
login screen is exactly the one from before the Compaq-tion.

Aside from the image presented there seems not to be much in the file, so I imagine
someone suitably motivated might be able to replace with whatever kind of icon
one wanted.

As for some of the females mentioned below, rotsa ruck...

Glenn Everhart

sys...@sendspamhere.org

unread,
Feb 9, 2002, 12:46:22 PM2/9/02
to
In article <3C655884...@gce.com>, Glenn Everhart <Ever...@gce.com> writes:
>For the nostalgic among us, if you care to have the good old Digital logo on
>your DECwindows login screen, find the file
>
>sys$common:[CDE$DEFAULTS.SYSTEM.APPCONFIG.ICONS.C]DECDTLOGO.PM
>
>and replace with one from VMS 7.2-1 (or probably older also).
>
>I found that just putting the old one in as version 2 works fine and the
>login screen is exactly the one from before the Compaq-tion.
>
>Aside from the image presented there seems not to be much in the file, so I imagine
>someone suitably motivated might be able to replace with whatever kind of icon
>one wanted.
>
>As for some of the females mentioned below, rotsa ruck...
>
>Glenn Everhart

Here's anonther one just for fun:

anonymous ftp://ftp.tmesis.com

get QUISP.ZIP.

UNZIP QUISP.ZIP to get QUISP.PM and rename QUISP.PM to
SYS$COMMON:[CDE$DEFAULTS.SYSTEM.APPCONFIG.ICONS.C]DECDTLOGO.PM

If anybody knows where I can find a picture of QUAKE, I'd really
appreciate it.
--
VAXman- OpenVMS APE certification number: AAA-0001 VAXman(at)TMESIS(dot)COM

"And of course, I'm a genius, so people are naturally drawn to my fiery
intellect. Their admiration overwhelms their envy!" -- Calvin & Hobbes

JF Mezei

unread,
Feb 9, 2002, 1:34:29 PM2/9/02
to
sys...@SendSpamHere.ORG wrote:

> UNZIP QUISP.ZIP to get QUISP.PM and rename QUISP.PM to
> SYS$COMMON:[CDE$DEFAULTS.SYSTEM.APPCONFIG.ICONS.C]DECDTLOGO.PM


How does one change the logo on VAX-VMS if we don't hace CDE ?

sys...@sendspamhere.org

unread,
Feb 9, 2002, 3:13:23 PM2/9/02
to

That's documented! Look back through this thread for the pointers.

Paul Repacholi

unread,
Feb 10, 2002, 7:10:48 AM2/10/02
to
Glenn Everhart <Ever...@gce.com> writes:

> As for some of the females mentioned below, rotsa ruck...

Or ,to quote the secretary from the local Pyramid office years
ago;

"Now I know why it's called a root window."

She was most miffed when the boss madw it go away...
(and no, it was NOT a female!)

Paul Sture

unread,
Feb 10, 2002, 11:15:54 AM2/10/02
to
In article <a3rg17$haf$1...@fizban.fizban.pprd.abbott.com>, Dave Gudewicz wrote:
> I would respect the Aussies comment on the shark. Most of us landlubbers
> see sharks on TV and aquariums (big ones). Just the other day, my son who
> got a shark jaw from Florida, dropped the thing and ripped his arm open in
> the process.
>
I've come across the word shark having bad connotations in a business
context. From www.m-w.com

Main Entry: 2 shark
Function: noun
Etymology: probably modification of German Schurke scoundrel
Date: 1599
1 : a rapacious crafty person who preys upon others
through usury, extortion, or trickery
2 : one who excels greatly especially in a particular
field

While I like the second meaning there, the phrase "loan shark" more readily
springs to mind.

> Perhps a kinder, gentler icon.
>

Perhaps, although if the shark were to be used it could be accompanied by the
original reasons and the second definition above, perhaps in a HelpŚAbout
box?

I personally like the idea of having a choice of several, in a similar manner
to choosing Motif styles.
___
Paul Sture
Switzerland

Tom Linden

unread,
Feb 10, 2002, 12:11:43 PM2/10/02
to
maybe there should a newgoup for vms-linguistics enthusiasts. The OED
doesn't know the exact origins of shark, mentions Schirke Austrian dialect
for sturgeon, Northeatern french variant of chercher, cherquier and gives
some plausible early uses. Skurk is modern swedish for scoundrel, the OED
equivalent, SAOB having gotten through S indicates the german as below.

> -----Original Message-----
> From: Paul Sture [mailto:paul....@bluewin.delete.ch]
> Sent: Sunday, February 10, 2002 8:16 AM
> To: Info...@Mvb.Saic.Com

Roland Barmettler

unread,
Feb 12, 2002, 5:57:05 AM2/12/02
to
Hi VMSler

sys...@SendSpamHere.ORG schrieb:


> In article <3C656BB1...@videotron.ca>, JF Mezei
> <jfmezei...@videotron.ca> writes:>sys...@SendSpamHere.ORG wrote:
> >
> >> UNZIP QUISP.ZIP to get QUISP.PM and rename QUISP.PM to
> >> SYS$COMMON:[CDE$DEFAULTS.SYSTEM.APPCONFIG.ICONS.C]DECDTLOGO.PM
> >
> >How does one change the logo on VAX-VMS if we don't hace CDE ?
>
> That's documented! Look back through this thread for the pointers.

Thanks for all the answers and the colourful discussion which I enjoyed
reading. However, I've had trouble with my news server for over
a week, so that part (how to change the logo without CDE) is missing.
:-( Could someone re-post that article to me ?
Thanks !

Greetings, Roland

--------------- bbp - Biveroni Batschelet Partners AG ----------------
Bahnhofstrasse 28, CH-5401 Baden, Switzerland
Roland Barmettler <r...@bbp.ch> -- Phone +41-56-2039602
----------------------------------------------------------------------

Lyndon Bartels

unread,
Feb 15, 2002, 7:30:04 AM2/15/02
to
I'd be happy with "OpenVMS" for a logo, at least that way it wouldn't
have to change no matter what happened with the "merger."

Of course, a phoenix wouldn't be too bad either... You know, the
beautiful bird born from the reborn from it's own ashes.....

VMS .... reborn.... Not bad..... ;-)


--
My opinions are mine and mine alone. They seldom align with those of my
employer.


The only good thing about putting the cart before the horse is you don't
have
to look at the horse's butt.

John E. Malmberg

unread,
Feb 15, 2002, 7:00:27 PM2/15/02
to
Roland Barmettler wrote:

> Thanks for all the answers and the colourful discussion which I enjoyed
> reading. However, I've had trouble with my news server for over
> a week, so that part (how to change the logo without CDE) is missing.
> :-( Could someone re-post that article to me ?
> Thanks !

This newsgroup/mailing list and many others are searchable at
http://www.google.com for past articles and threads.

-John
wb8...@qsl.network
Personal Opinion Only

David J. Dachtera

unread,
Feb 15, 2002, 10:31:59 PM2/15/02
to
Lyndon Bartels wrote:
>
> I'd be happy with "OpenVMS" for a logo, at least that way it wouldn't
> have to change no matter what happened with the "merger."
>
> Of course, a phoenix wouldn't be too bad either... You know, the
> beautiful bird born from the reborn from it's own ashes.....
>
> VMS .... reborn.... Not bad..... ;-)

Then, I guess that makes me a born-again VMS bigot.

Say, "Hallelujah, Brothers!"

--
David J. Dachtera
dba DJE Systems
http://www.djesys.com/

Unofficial Affordable OpenVMS Home Page:
http://www.djesys.com/vms/soho/

0 new messages