Linux-Hardware Digest #715, Volume #9            Fri, 19 Mar 99 07:13:31 EST

Contents:
  Re: $2500.00 DREAM machine ("Lee Sharp")
  Re: Need a 16 meg Video card recommendation w/RedHat 5.2 support. (Burkard B. 
Kreidler)
  Re: For all you Nicrosoft lovers (doole)
  Re: X munges the graphics card? (Re: Windows 2000 Rah! Rah! Session      (Henning 
Strandin)
  Epson 700 Printer....under linux? (Michael D. Knight)
  Re: For all you Nicrosoft lovers (doole)
  Re: HP 895Cxi (Grant Taylor)
  Re: SB16PnP-How? (Patrick Draper)
  Re: Information about HP 695C (Dirk Hartmann)
  how much do I really need? (Lika Meinberg)
  Microsoft Serial Mouse 2.0a!  DO NOT READ THIS! ("Mool")
  Re: Supermicro S2DGE + Xeon problems (Akira Yamanita)
  Re: SupraExpress 56i Pro on linux (Akira Yamanita)
  Re: TNT video card and Linux 5.2 redhat (Elbert Clarke)
  Re: Hardware RAID-controllers supported under Linux. ("Jim Pappe")
  Re: $2500.00 DREAM machine (Donovan Rebbechi)
  Re: HP Omnibook 800 CT ([EMAIL PROTECTED])
  Looking to buy Linux-compatible TV card (CoRey)
  Re: Speed..Speed..Speed (Stefan A. Deutscher)
  ATI Xpert@Play 98 AGP (Rustan LeBaron)
  Re: HP 2100 and ghostscript (Greg Yantz)

----------------------------------------------------------------------------

From: "Lee Sharp" <[EMAIL PROTECTED]>
Subject: Re: $2500.00 DREAM machine
Date: 19 Mar 1999 07:58:33 GMT

dsyates wrote in message <[EMAIL PROTECTED]>...

|I have got exactly $2500.00 to spend on a new Linux machine. I want the
|most (fastest) bang for my buck.

   Don't we all. :-)

|I am looking fo advice on: processor (make /speed) , motherboard,
|SCSI/IDE/or UDMA, Monitor, video card, vid acclerator, soound card,
|removable media, etc

   Lots of questions first.  How many hard drives will you want to have?  If
it is 2 or less, go with IDE.  SCSIs big advantage, now that IDE has gotten
fast, is simultaneous access.  With only 1 drive, that is moot, and IDE is
much cheaper.
   For the video, got to http://www.xfree86.org/cardlist.html and look at
the list of supported cards.  This is for 3.3.3.1, so if you are installing
an older distribution, it may be unsupported without a patch.  ATI generally
has well supported cards, and they are a good value for the money.

|Should I build it myself, or go through Varesearch, ASlabs,
|penguincomputing, Dell, or what?

   If you know what you are doing, and buy right, you can not beat building
yourself.  If you don't know what you are doing, you can cripple yourself,
and cause enough frustration to choke a horse. :-)  In that case, I
recommend going to www.compaqworks.com and ordering a refurbished computer.
<They also have great monitors that are built like tanks>  Stay away from
the consumer line, the Presario.  They like things like WinModems, and use
cheaper components.  Stick with the Business products, like the DeskPro, the
Workstation, the Prosignia...  Then get a good current distribution <Like
the one at www.independence.seul.org  It has the latest X, KDE, and ect, and
is easier to install than most> and install it.
   Dell has consistency issues.  You can get 4 machines with consecutive
serial numbers, and all of them will have different chipsets on the
motherboard, video card, or NIC.  A real driver hell.  I have no experience
with VAresearch, ASlabs, or Penguin...

            Lee

--
SCSI is *NOT* magic. There are *fundamental technical reasons* why it is
necessary to sacrifice a young goat to your SCSI chain now and then. *
Black holes are where God divided by zero. - I am speaking as an individual,
not as a representative of any company, organization or other entity.  I am
solely responsible for my words.




------------------------------

From: [EMAIL PROTECTED] (Burkard B. Kreidler)
Crossposted-To: comp.os.linux.setup,comp.os.linux.x
Subject: Re: Need a 16 meg Video card recommendation w/RedHat 5.2 support.
Date: 19 Mar 1999 07:59:09 GMT


>But I have the card, and I think the general consensus is that it is
>relatively stable and working well.  And I don't think you should ever
>consider getting any hardware for present and past support but for the
>future.  I'm sure TNT based cards will be more supported and become more
>stable quite soon and that's something he should take into account.
Basically yes. The Question is whether companies like nvidia publish
the specs for their products so that driver programmers can use them.
Most of the acceleration capabilities of the TNT can not be
implemented since no one knows how they work.
It's the same with the SB Live! soundcard. A great card but as long as
nobody knows the specs, you won't hear any sound.

------------------------------

From: [EMAIL PROTECTED] (doole)
Crossposted-To: alt.os.linux,comp.os.linux.setup,comp.os.linux.networking
Subject: Re: For all you Nicrosoft lovers
Date: 19 Mar 1999 07:59:19 GMT
Reply-To: [EMAIL PROTECTED]

Tim Dean <[EMAIL PROTECTED]> apparently said this:
>
>surely 'why not?' is an equally appropriate question here... and in many
>cases you could replace the word 'need' with 'want' which is just as
>valid.
>

If I'm a cop and I'm under all of those pressures and trying to get to
some pervert, I don't give a crap what you want; I'm just trying to
get the job done. Maybe I look in the wrong place once in a while. If
I knew in advance where to look, we wouldn't be having these problems.

And if I'm not a cop (and I'm not) I WANT him/her to get the job done.

Don't you? I don't "want" the cops to be up against any more than they
already are.

Sorry, but I'm right.

------------------------------

From: Henning Strandin <[EMAIL PROTECTED]>
Crossposted-To: 
comp.lang.java.advocacy,comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.os.linux.setup
Subject: Re: X munges the graphics card? (Re: Windows 2000 Rah! Rah! Session     
Date: 19 Mar 1999 07:58:51 GMT

Zenin wrote:
> 
> In comp.lang.java.advocacy Steve Russell <[EMAIL PROTECTED]> wrote:
> : Zenin wrote:
> :>         Sorry, complex systems require training.  Even simple systems
> :>         require training.
> :
> : True, true, but the whole point of computerization is to make labor saving
> : devices.
> 
>         Do not make the mistake that "easy to learn" means that it is
>         "efficient to use".
> 
>         I prefer CLI for many tasks *BECAUSE* it saves me quite a bit of
>         labor.  Even very common, simple things like:
> 
>         $ for file in `find . -name '*.html'`; do $EDITOR $file; done
> 
>         Is that an "easy to learn" interface?  No, not at all.  However,
>         once it's learned it saves *TONS* of labor.  And no, the above can
>         not *in any way* be done in an "easy to learn" interface simply
>         because next week I'll want to do:
> 
>         $ for dir in `find . -type d`; do
>         > mkdir $dir/icons
>         > for image in `find $dir -name '*.jpg'`; do
>         > convert -geometry 64x64 $image $dir/icons/`basename $image`
>         > done
>         > done
> 
>         You can make all the easy to learn GUI tools you like, but they will
>         *never* be more efficient or labor saving to use for many (most?)
>         tasks then similar CLI tools, simple because it is *impossible* for
>         you or anyone else to keep up with the needs of the user from one
>         minute to the next.
> 
>         And yes, I and thousands of other "archaic" CLI users do type stuff
>         like the above off the top of our heads on command lines all day
>         long.  Most of us are not "programmers" or "expert computer users"
>         by any stretch either.

Made me remember; 
"I thought the idea with a language was that you didn't have to point
and grunt"
- Chip Salzenberg



-- 
"The world will little note nor long remember what we say here"
- A. Lincoln

Henning Strandin ([EMAIL PROTECTED])

------------------------------

From: [EMAIL PROTECTED] (Michael D. Knight)
Subject: Epson 700 Printer....under linux?
Date: 19 Mar 1999 07:57:38 GMT

I currently have an Epson 700 printer and would like to know
if there is a driver or utility that will let me use it.

It has a parallel port interface, so that should not be a problem....I
just need a driver to access some/most/all of the features of the
printer.

I've been away from linux for a couple of years, and don't know what
tools might be out there to work with this.

Any comments would be welcome.

Note...anti-spam in effect.....look at email address carefully.

-Michael
-- 
COMBAT AIRCRAFT: A mix    Michael David Knight           F-4    |  Phantom II
of sharp teeth, cold      Gulfstream Aerospace                 /O\        
steel, cosmic warlords,   Georgia Tech Aerospace     \_______[|(.)|]_______/   
and evil spirits          mknight2@*spam*worldnet.att.net  ++   O   ++   o    

------------------------------

From: [EMAIL PROTECTED] (doole)
Crossposted-To: alt.os.linux,comp.os.linux.setup,comp.os.linux.networking
Subject: Re: For all you Nicrosoft lovers
Date: 19 Mar 1999 07:59:51 GMT
Reply-To: [EMAIL PROTECTED]

>
>>Doesn't make sense.
>??you think people in a free society dont cherish there personal privacy??
>
Of course they do (and should) and it shouldn't be abused, either.

------------------------------

From: Grant Taylor <[EMAIL PROTECTED]>
Subject: Re: HP 895Cxi
Date: 19 Mar 1999 08:44:26 GMT

M.A.Miller <[EMAIL PROTECTED]> writes:

> The printing HOWTO compatibility listing[1] lists the HP DeskJet
> 890 but doesn't say anything about the 895 series.  Does anyone
> know if it will work as well as the 890 does with the cdj890
> ghostscript driver?

This is a PCL 3 printer and as such is almost certain to work with the
hpdj or one of the cdj* Ghostscript drivers.

I keep this, and people keep responding that they'll give it a shot,
but no one has yet reported back to me.  Please do!

-- 
Grant Taylor - gtaylor@picante<dot>com - http://www.picante.com/~gtaylor/
 Cellphone information: http://www.picante.com/~gtaylor/cell/
 Libretto information:  http://www.picante.com/~gtaylor/portable/
 Linux Printing HOWTO:  http://www.picante.com/~gtaylor/pht/

------------------------------

From: Patrick Draper <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.misc
Subject: Re: SB16PnP-How?
Date: 19 Mar 1999 07:51:55 GMT

jas shultz wrote:
> 
> have you tried running sndconfig? I'm not sure that slackware has it,
> but I assume it does as well.

I think sndconfig is a Red Hat thing.

My experience when I ran it was that it screwed everything up.

After a bit of diagnosis I discovered that it wrote out an isapnp.conf
file, and the Red Hat startup scripts discovered that file and started
running isapnp on boot-up. Anyway, the pnp configuration wasn't quite
right and both sound and my X configuration broke. Renaming the
isapnp.conf file fixed the problem. I have since upgraded to kernel
2.2.3

-- 
Patrick Draper - Phoenix, Arizona| Don't   | [EMAIL PROTECTED]
Join the Free Trek Project       | Fear    | Father Order runs at a
http://freetrek.linuxgames.com   | The     | good pace, but old Mother
Be Microsoft Free - Use Linux    | Penguin | Chaos is winning the race.

------------------------------

From: Dirk Hartmann <[EMAIL PROTECTED]>
Subject: Re: Information about HP 695C
Date: 19 Mar 1999 08:00:48 GMT

Glen L. Spangler wrote:
> 
> Fagni Tiziano <[EMAIL PROTECTED]> wrote:
> : Is this printer compatible with Linux? Thanks for help.
> 
> I have the same question concerning the HP697C.
...just an annotation: use the cdj550 driver

------------------------------

From: Lika Meinberg <[EMAIL PROTECTED]>
Subject: how much do I really need?
Date: 19 Mar 1999 07:51:21 GMT
Reply-To: [EMAIL PROTECTED]

Hi, I read some articles about linux, more specificly about it not
requiring a very powerful machine to function with, and I began to geet
interested. I own a 386 laptop (that was put asside) with 6Mb RAM, and
85Mb HD that I would like to know if there is any possibility of
instaling linux with x-windows system on it.
If there is anyone who has done something like this or can give me a
solution I would apreciate it.

Thax a lot.


------------------------------

From: "Mool" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.sys.ibm.pc.hardware.misc,comp.os.ms-windows.nt.setup.hardware,alt.comp.hardware.pc-homebuilt,comp.os.linux.x
Subject: Microsoft Serial Mouse 2.0a!  DO NOT READ THIS!
Date: 19 Mar 1999 08:00:27 GMT

Why don't these mice ever work right?!!!!!!!!!!!!   I have tried other mice
too, what is the secret to having a mouse that rolls perfectly with minimal
pressure?

Is it the mousepad?  My mouse is clean BTW.  Is it the ball inside?

WHAT IS THE TRICK TO GETTING A MOUSE TO WORK PERFECTLY AND RESPOND WITH
MINIMAL PRESSURE?  


------------------------------

From: Akira Yamanita <[EMAIL PROTECTED]>
Crossposted-To: 
alt.comp.periphs.mainboard.supermicro,comp.sys.intel,redhat.hardware.arch.intel,rochester.roadrunner.misc
Subject: Re: Supermicro S2DGE + Xeon problems
Date: 19 Mar 1999 08:00:53 GMT

Michael Lillie wrote:

> "T.D. Brace" wrote:
>
> > It seems to run OK for about 3-4 minutes, then the video goes, and
> > the system is dead - the power is still on.  Same thing happens in
> > both Linux and windows95.  Right now, I can't get it to come back
> > on at all (boot and get video that is - the power does come on).
>
> Could be a bad graphics board.  Do you have access to another card to try and
> see if you still have the same problem?
>
> I may be wrong, it could be anything.   I know on my brothers P-II his
> AGP graphic card went bad and he started getting a "Missing or corrupted file
> command.com" when he booted up.  He switched to a new card and Windows boots
> up fine.  Can't remember what the AGP card was, been awhile.  Been trying to
> get him to use Linux.  He's started to get really frustrated with Win 98, so
> he may be ordering SUSE 6.0 like I did.
>
> Michael.

Also remember to check for boot up sounds.  Hard drive access, startup beeps,
etc.  If you normally get beeps on startup and there are none, that's a red
flag.  Also, if the beeps are unusual, that's also a signal.  That also sounds
like it could be the motherboard.  Hell, computers are so flaky you can't really
be sure of what it is.  I've seen plenty of wierd things at my job (P.C. tech).


------------------------------

From: Akira Yamanita <[EMAIL PROTECTED]>
Subject: Re: SupraExpress 56i Pro on linux
Date: 19 Mar 1999 07:49:13 GMT

Claus Jul Larsen wrote:

> I had a compaq presario with the SupraExpress Pro 56i (56K modem). I've
> troubles with the modem init. I wroted: AT+MS=V34,1,28800,33600 - but the
> xisp say the modem init had failed.. :-( - maybe the carriage return code
> doesn't here? If it's the reason, what is the carriage return code for
> linux?

Try ATZ for the initialization string.  You can't go wrong.  :-)
If you want to go further than that but remain generic with the string,
try...
AT&F1&C1&D2X4


------------------------------

From: elbertc**@home.com (Elbert Clarke)
Subject: Re: TNT video card and Linux 5.2 redhat
Date: 19 Mar 1999 08:00:59 GMT
Reply-To: elbertc**@home.com


Ok Great advice..!!!

one other thing to add to this to make it eaiser for others...
Diamond has a new bios update on their web site for this card. Once
you install it the XFreeSetup can "probe" your card and configure it
correctlly..  Anyway it worked for me.

I appreciate the tips...  I must have tried the rpms a few
times...Till it dawned on me that it might take one of the files
before the other. I kept getting install errors...

Now all works...at least I can use x windows...   

next ?  where do you look to see how Linux is using your ram. I have
128M ram and have set the following statemrnt in the loader file
Linux mem=128M   

Installing Linux is easy........   upgrading and configuring..is hell
:)



On Tue, 16 Mar 1999 13:30:46 GMT, [EMAIL PROTECTED] wrote:

>I had the same problem with starting XFree86 with my Diamond Viper 550 until
>yesterday.  I downloaded and upgraded the XFree86 to version 3.3.3.1.
>
>Try donwloading the rpm version of Xfree86.  I also had trouble with
>installing XFree86 from the files downloaded from www.XFree86.org.  The rpm
>files are available at any of the redhat mirror site under the
>updates.redhat.com/current/i386/ directories or something like that.  Here
>are the files that your are going to need:
>
>XFree86-100dpi-fonts-3.3.3.1-1.i386.rpm
>XFree86-3.3.3.1-1.i386.rpm
>XFree86-75dpi-fonts-3.3.3.1-1.i386.rpm
>XFree86-SVGA-3.3.3.1-1.i386.rpm
>XFree86-VGA16-3.3.3.1-1.i386.rpm
>XFree86-XF86Setup-3.3.3.1-1.i386.rpm
>XFree86-cyrillic-fonts-3.3.3.1-1.i386.rpm
>XFree86-devel-3.3.3.1-1.i386.rpm
>XFree86-libs-3.3.3.1-1.i386.rpm
>Xconfigurator-3.89-1.i386.rpm
>
>Once the files are downloaded run from the directory where the rpms where
>downloaded:
>         rpm -Uvh --force XFree86*
>         rpm -Uvh --force Xconfi*
>
>You can know run Xconfigurator to configure XFree86 with the Diamond V550
>card.
>
>This will make the installation much easier and you should be able to finally
>get XFree86 to work properly.
>
>Christian Dodier
>
>In article <36efe04f.85725496@news>,
>  elbertc**@home.com wrote:
>>
>> Hi,
>>
>> Anyone have redhat linux 5.2 and the diamond  viper 550 card  (TNT
>> based) and successfully upgraded XFree86 to ver 3.3.3.1?
>>
>> I'm having one hell of a time with this...  due in part to my lack of
>> knowledge of linux and poor documentation.
>>
>> Brief details..  I've downloaded the files from the XFree86.org site
>> and have run their suggested method for updating...
>>
>> Either the documention is lacking??? or I've screwed up somewhere...
>>
>> I cant star XFree now.. I get a msg the says "couldn't determine where
>> you have Xfree86 installed. If you have XFree86 properly installed,
>> set the XWINHOME environment variable to point to the parent dir of
>> the XFree86 bin dir.
>>
>> Well how the hell do you do this and I wonder if this will be the
>> magic cure?   Not sure if I'll be "playing" around with this OS much
>> longer if I have to jump through so many hurdles to get my hardware to
>> work properly.
>>
>> Anyone upgraded their ver of XFree86 to the 3.3.3.1 ver with this card
>> and had it work ok...   If so what did you do?  any editing of files
>> to go along with this?   Better instructions would be appreciated from
>> one who has not had any experience with unix or linux.
>>
>> I've started reading one the "thick" books dealing with Linux but so
>> far the solution has not "appeared"
>> --
>> Elbert Clarke
>> elbertc**@home.com
>> remove the ** to e-mail
>> --
>> Elbert Clarke
>> elbertc**@home.com
>> remove the ** to e-mail
>>
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

--
Elbert Clarke
elbertc**@home.com
remove the ** to e-mail

------------------------------

From: "Jim Pappe" <[EMAIL PROTECTED]>
Subject: Re: Hardware RAID-controllers supported under Linux.
Date: 19 Mar 1999 08:01:14 GMT

Here's an option using SCSI and not PCI:

Our Enterprise RAID systems range from 66GB up to terabyte and do RAID
levels 0/5. The solution is hardware-based RAID, and will work with any
host/NOS that supports wide SCSI. The enclosures are made specifically for
RAID: they have hot-swappable trays, fans and power supplies. Very clean!
Our 66GB array starts off at $4995. 150GB is just under $9K. Rackmounts are
also available.

Check out the Entreprise RAID at our web site under Enterprise:

http://www.dynamicnetworkfactory.com

Jim Pappe
Dynamic Network Factory
510-733-0103

[EMAIL PROTECTED] wrote in message
<7clma1$2g9$[EMAIL PROTECTED]>...
>I'm trying to find out which hardware PCI-controllers are supported under
>Linux. Can anyone tell me some options for hardware RAID-systems that will
>work under Linux?
>
>Thanks!
>
>Arjan
>
>-----------== Posted via Deja News, The Discussion Network ==----------
>http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own



------------------------------

From: [EMAIL PROTECTED] (Donovan Rebbechi)
Subject: Re: $2500.00 DREAM machine
Date: 18 Mar 1999 04:30:03 GMT

On Wed, 17 Mar 1999 21:14:34 -0600, Sean wrote:
>my computer from www.cgallery.com and was extremely impressed by the
>quality of the  hardware and especially by the quality of the service.

What is their warranty like ? I am curious because they don't mention it
on their webpage.

-- 
Donovan Rebbechi <[EMAIL PROTECTED]>
http://pegasus.rutgers.edu/~elflord/
Web designer for Independence -- Linux for the Masses
http://www.independence.seul.org/ 

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: HP Omnibook 800 CT
Date: 19 Mar 1999 08:01:16 GMT

Hi, Andreas,
    I've been running Linux on my HP 800ct since this past September.  In the
beginning, I had trouble getting X Windows to work 'cuz NeoMagic was really
stiff about their specs.  I finally stumbled upon www.precisioninsight.com ( a
God-send really), and they have pretty much all you need for setting up X
Windows on a computer with NeoMagic video cards.  I'm still working on getting
the sound card configured.  The card is supposedly a SoundBlasterPro, but
sndconfig can't seem to sense the PnP card.  -Winston Chow

In article <7c5qgf$48k$[EMAIL PROTECTED]>,
  "Andreas Gartner" <[EMAIL PROTECTED]> wrote:
> Hi out there,
>
> is there any experience whether one can install Linux on the HP 800 CT ?
> This little machine is now that cheap that I think about buying one. But it
> makes no sense for me if one gets stuck with Gates famous operating systems.
>
> Appreciate your insights
>
> Andreas Gartner
> ([EMAIL PROTECTED])
>
>


============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: [EMAIL PROTECTED] (CoRey)
Subject: Looking to buy Linux-compatible TV card
Date: 19 Mar 1999 08:01:19 GMT

I found some web pages relating to X windows programs which let
you watch TV in an X window, or in full screen mode.  I'm interested
in buying a TV card now; my "real" TV is only 12 inches, and the
picture is really crappy.  

I'm looking for recommendations on specific TV cards known to work with
Linux.  I want to stay away from any 'WinTV' cards that only work
with Windows.  It looks like ATI is one such manufacturer to stay
away from.  Also, do these cards mostly come as ISA or PCI cards?
I'm running out of ISA slots, so PCI is preferable.

Also, I'm wondering what type of load a TV card program would
incur on my system.  I have a Pentium-166 with 64Megs of ram.
What % of CPU would such an application eat?  I use a little 386
laptop connected as a dumb terminal, so in the future, I could
watch TV in fullscreen mode and continue to use text mode on
the laptop.

-- 
Corey Carroll
[EMAIL PROTECTED]

------------------------------

From: [EMAIL PROTECTED] (Stefan A. Deutscher)
Crossposted-To: comp.lang.fortran
Subject: Re: Speed..Speed..Speed
Date: 19 Mar 1999 07:57:28 GMT
Reply-To: [EMAIL PROTECTED]

On Tue, 16 Mar 1999 17:40:30 GMT, NoBody Here <[EMAIL PROTECTED]> wrote:
>Jason McKnight wrote:
>> 
>> Jim Moser wrote:
>> 
>> > Am currently running a K6-2 300Mhz processor with 128Mb of 100 Mhz
>> > memory and considering
>> > upgrading to a faster board and processor. I am pursuing a project which
>> > will require scads of floating point
>> 
>> <snip>
>> If you are looking for RAW FP power look at an ALPHA processor. Load it up
>> with memory and fast disks.

>How does memory and disk speed relate to FloatingPoint 
>performance? This thread has my attention because a friend

Well, strictly, he didn't say it was. He said: "If you are looking for
RAW FP power look at an ALPHA processor." (which I think is fair enough)
and added in good advice "Load it up with memory and fast disks.".

Of course, at times memory and disks may greatly increase your FP (or
any other) speed, for instance -- but not only -- in the pathological
case where you need a certain amount of working memory and disk to even
start solving a problem. There are algorithms in most QC packages that
do certain things in memory starved systems using disk files (slower,
but at least it works) and in better equipped systems using RAM
(faster). Etc.

>at Qualcomm said he got better performance out of a PPro
>then a Sparc 10 when doing simulations on voice codecs.

I don't know what kind of math the simulations on these voice codecs
require, but you can cook up an example for a given architecture A that
shows that it is faster than an other architecture B. For Intel x86 CPUs
that is traditionally the case with codes doing lots of math with
transcendentals (sin/cos/exp) which the Intel FPUs do in hardware, while
many or most RISC CPUs don't. Simply, benchmark a number of machines for
a given application (mix) and go for it.

>That surprised me and I'd like to know how the Alpha does FP.

Check with the digital/compaq web sites for that, it's a bit too much to
explain here :-)

>Something more logical of a response is needed to be CONSIDERED
>authoritary. Doug


 Cheers,  Stefan


-- 
=========================================================================
Stefan A. Deutscher                       | (+33-(0)1)   voice      fax
Laboratoire des Collisions Atomiques et   | LCAM :  6915-7699  6915-7671
Mol\'{e}culaires (LCAM), B\^{a}timent 351 | home :  5624-0992  call first
Universit\'{e} de Paris-Sud               | email:  [EMAIL PROTECTED] 
91405 Orsay Cedex, France (Europe)        |         (forwarded to France)
=========================================================================
 Do you know what they call a quarter-pounder with cheese in Paris?

------------------------------

From: Rustan LeBaron <[EMAIL PROTECTED]>
Subject: ATI Xpert@Play 98 AGP
Date: 19 Mar 1999 08:00:29 GMT
Reply-To: [EMAIL PROTECTED]

I have an ATI Xpert@play 98 AGP w/ 8 meg RAM, and I cannot get it
configured with XF86Setup...I have tried multiple configurations, does
anyone out there have this card configured correctly on their Linux box?
I am using Redhat 5.2, and XFree86 3.3.2 - I have 3.3.3.1 available but
I haven't upgraded yet. Will I have more success getting my card to work
with 3.3.3.1??

Please help,
RL

------------------------------

From: Greg Yantz <[EMAIL PROTECTED]>
Subject: Re: HP 2100 and ghostscript
Date: 19 Mar 1999 08:00:32 GMT

Grant Taylor <[EMAIL PROTECTED]> writes:

> > Another question related to laser printer is Adobies PrintGear
> > controller, anybody have experience with printers using these??
> 
> The only ones I've come across are the NEC SuperScripts.  They are
> supported only so far as they grok PCL; the full 600dpi requires
> PrintGear to work, and I'm not aware of any work on this for Unix or
> Ghostscript.

I've seen more and more PrintGear printers on the market these days.
Xerox seems to have just come out with a new line of them, and of
course there are NEC and Minolta... Some of these printers look quite
appealing, except for the limited support.

-Greg


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.hardware) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Hardware Digest
******************************

Reply via email to