Linux-Development-Sys Digest #328, Volume #6     Mon, 25 Jan 99 08:13:33 EST

Contents:
  Re: Comparison of Swing, Qt, GTk? (Richard Jones)
  Re: How can I build a Linux system from scratch - NO distribution? (Richard Jones)
  Re: linux crashes on nfs and sound!!! (Bob)
  Mad16 / Opti 82C924 / miro PCM12 Rev.E (Karsten Mueller)
  Re: Comparison of Swing, Qt, GTk? (Michael Schuerig)
  Re: Modest next goal for Linux ("Edwin van der Elst")
  Re: Modest next goal for Linux ([EMAIL PROTECTED])
  Re: TAO: the ultimate OS (PILCH Hartmut)
  Re: TAO: the ultimate OS (PILCH Hartmut)
  how? (zerocool)
  Re: how? (zerocool)
  Re: Modest next goal for Linux (Matthias Warkus)
  Re: Modest next goal for Linux (Matthias Warkus)
  Re: can't telnet to linux (wim delvaux)
  Re: Modest next goal for Linux ("John De Hoog")
  epson stylus photo 700 drivers (Adam Hamflett)

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

From: Richard Jones <[EMAIL PROTECTED]>
Crossposted-To: comp.lang.java.gui
Subject: Re: Comparison of Swing, Qt, GTk?
Date: Mon, 25 Jan 1999 09:52:10 +0000

BL <fn0rd> wrote:
: In comp.os.linux.development.system Michael Schuerig <[EMAIL PROTECTED]> wrote:

: : I'm wondering has done a comparison of Java's Swing with Qt (KDE /Linux)
: : and GTk (GNOME/Linux)?

What sort of comparison? Speed? Memory
usage? Usability? Since all three
toolkits work with three different
languages (Java, C++ and `mainly C but
often Scheme' respectively) you should
pick the right toolkit based on language,
availability and licensing. There's not
really a way to compare the toolkits side
by side on the same application.

: I'm certainly no java expert - only been playing wiht it real informally, but
: with the current free tools (jdk) on linux and even on my work system (irix),
: I'd have to say that compiles are PAINFULLY slow, as are app STARTUP times!
: so slow that I abandoned doing a gui project in java (swing) and went back to
: good old ANSI C with gtk+.   aah - nice comfortable Makefiles, etc ;-)

: until the performance is AT LEAST doubled in java, I don't know of anyone who
: really takes it seriously (when the situation at least allows for other
: choices).  in some situations, java may be the only option, but given a
: choice, I'm not convinced java is ready for prime time.

What processor are you using? There's no
real problem with Java + TYA + Swing
on a Pentium II, but it can be a bit
painful on earlier models.

Rich.

-- 
-      Richard Jones. Linux contractor London and SE areas.        -
-    Very boring homepage at: http://www.annexia.demon.co.uk/      -
- You are currently the 1,991,243,100th visitor to this signature. -
-    Original message content Copyright (C) 1998 Richard Jones.    -

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

From: Richard Jones <[EMAIL PROTECTED]>
Subject: Re: How can I build a Linux system from scratch - NO distribution?
Date: Mon, 25 Jan 1999 09:55:02 +0000

Jens Kristian Søgaard <[EMAIL PROTECTED]> wrote:
: Richard Jones <[EMAIL PROTECTED]> writes:

:> :> a system with X-Windows and various components taking a very long time to
:> : This is probably a DNS problem. Setup your DNS server to reply with a
:> : "nonexistent domain"-error when an internet-domain is requested
:> : ( ofcourse it should reply normally when connected to the net ).
:> Can you explain how to do this?

: Well, I can try ;-)

: If you have a local DNS server running on your Linux computer ( named
: ), it's quite easy. Just make sure that you have no forwarders defined
: ( they aren't accessible when you're not connected ). Then remove the
: zone "." so that it's doesn't use any internet-servers.

: Instead of removing the zone, you could empty the named.ca file.

My real problem is that I only want to refuse
queries when the dial-up link is down. When the
link is up (it's started by hand), I would like
everything to work as normal? I'd really like
named to look for the existence of a file before
it tries to forward a query (and if the file isn't
there, use its own cache exclusively, or else
reject the request). I suspect that one fine day
I will end up hacking the functionality into named
myself ...

Rich.

-- 
-      Richard Jones. Linux contractor London and SE areas.        -
-    Very boring homepage at: http://www.annexia.demon.co.uk/      -
- You are currently the 1,991,243,100th visitor to this signature. -
-    Original message content Copyright (C) 1998 Richard Jones.    -

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

From: Bob <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: Re: linux crashes on nfs and sound!!!
Date: Mon, 25 Jan 1999 06:17:54 -0500

Henk van der Kamp wrote:

> Hi!
>
> My linux box crashes when I copy stuff from a nfs mounted disk. It only
> happens when I use my sound blaster. And it doesn't happen when I use
> FTP.
> I run 2.2.0pre6-ac2 (it allready happed whith a 2.1.132, I didn't use
> any dev kernels before) and it doesn't happen on my old 2.0.34 kernel.
> I have a AWE32 on io=0x220 irq=5 dma=1 dma16=5 mpu_io-0x330

Try mpu_io=-1

I'm in debian, and I would also have to comment a line in /etc/isapnp.conf

to do that.

-Bob


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

From: Karsten Mueller <[EMAIL PROTECTED]>
Subject: Mad16 / Opti 82C924 / miro PCM12 Rev.E
Date: Mon, 25 Jan 1999 09:59:28 +0100

Hello,

did anybody get the Soundcard "miro PCM12 Rev. E" 
working ? The soundcard contains the opti-chip 82C924.

The loading of the modules

         insmod soundcore
         insmod soundlow
         insmod sound
         insmod ad1848
         insmod uart401
         insmod sb mad16=1

works fine. Only the last module

insmod mad16 io=0x530 irq=9 dma=1 dma16=0 mpu_irq=10 mpu_io=0x330

does NOT work with the stupid error-message:
/lib/modules/2.2.0-final/misc/mad16.o: module_init: Device or
resource busy.

The kernel (/var/log/messages) gives no error-messages. There
is also no irq/dma-problem, because I checked the /proc/dma
and /proc/interrupts. Also (in the meantime), I tried all irq's
and dma's.

I'm afraid that the reason for the problem is, that the
opti 82C924 is a pnp-chip. (Opti sayes this.) But the soundcard
miro PCM12 Rev.E is NOT pnp. Also pnpdump gives nothing.
Perhaps the miro must be initialized which is not possible
under linux. (I have NO windows to check this.)

Thanks for all hints.
Karsten.

The mad16-module can also not be loaded with kernel 2.0.36.

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

From: [EMAIL PROTECTED] (Michael Schuerig)
Crossposted-To: comp.lang.java.gui
Subject: Re: Comparison of Swing, Qt, GTk?
Date: Mon, 25 Jan 1999 10:54:09 +0100

BL <[EMAIL PROTECTED]> wrote:

> In comp.os.linux.development.system Michael Schuerig <[EMAIL PROTECTED]> wrote:
> 
> : I'm wondering has done a comparison of Java's Swing with Qt (KDE /Linux)
> : and GTk (GNOME/Linux)?
> 
> I'm certainly no java expert - only been playing wiht it real informally, but
> with the current free tools (jdk) on linux and even on my work system (irix),
> I'd have to say that compiles are PAINFULLY slow, as are app STARTUP times!

Before everyone goes down the performance path, it seems like I need to
make clear that I'm not interested in that aspect right now. I'm looking
for a comparison on the programming level: APIs, ease of development,
general approach to GUI creation.

Thanks,
Michael

-- 
Michael Schuerig
mailto:[EMAIL PROTECTED]
http://www.schuerig.de/michael/

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

From: "Edwin van der Elst" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: Mon, 25 Jan 1999 12:30:20 +0100

Point your mouse at the desktop (background)
and keep the left mouse button down.
CPU goes to 100%

Edwin van der Elst
John De Hoog wrote in message <78f6ne$k2k$[EMAIL PROTECTED]>...
><[EMAIL PROTECTED]> wrote in

>I have here a PII-266 running NT4 Workstation with SP4. I tried to get the
>CPU usage up as high as I could by moving the mouse like crazy, but
couldn't
>get it up past 7 or 8%. What am I doing wrong? Do I need to feed my mouse
>more Viagra?
>




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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: Mon, 25 Jan 1999 12:41:20 GMT

In article <78f6ne$k2k$[EMAIL PROTECTED]>, "John De Hoog" <[EMAIL PROTECTED]> wrote:
><[EMAIL PROTECTED]> wrote in
>>This is, infact, desirable behavior. Most linux users would rather have
>their
>>system give priority to more useful tasks than mouse tracking. I don't know
>if
>>the situation has been improved since I last checked, but you could use
>80+%
>>of the CPU on a windows NT server simply by moving the mouse rapidly. I
>think
>>it's a pretty undesirable situation where your computer is crippled simply
>>because you move the mouse.
>
>I have here a PII-266 running NT4 Workstation with SP4. I tried to get the
>CPU usage up as high as I could by moving the mouse like crazy, but couldn't
>get it up past 7 or 8%. What am I doing wrong? Do I need to feed my mouse
>more Viagra?
>

As I said, maybe they've improved it somewhat. If I recall correctly, the 
machine in question was running version 3.51, maybe version 4 has fixed it. I 
can't recall the hardware, think it was have been a dual pentium pro 200 with 
plenty of ram. I can remember that if it took 5 minutes to log a directory in 
file manager, you were happy. And you had to leave the screensaver off, if 
you turned it on, due to win NT brain damage, it seemed to get priority 
over whatever other tasks the machine might be performing. And it wasn't like 
the thing was being overloaded, it was only functioning as a relatively low 
bandwidth web/ftp server.

It's not like I still have access to the machine to test it under NT4, so I 
couldn't tell you whether or not this is still the case.

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

Crossposted-To: 
alt.os.linux,comp.os.linux.advocacy,comp.os.misc,comp.sys.misc,comp.unix.advocacy
From: [EMAIL PROTECTED] (PILCH Hartmut)
Subject: Re: TAO: the ultimate OS
Date: Sat, 23 Jan 1999 23:58:46 GMT

[EMAIL PROTECTED] (Liang-Shing Ng) writes:

>"[To claim that one has] Understood all that can be understood, is not
>the Eternal Understading" [ Ming Ke Ming, Fei Chang Ming ]

>(Ming (1) Light (2) Understand)

Wrong: (Ming (1) name/notion (2) to name):

"The notion that can be named is not a durable notion"

>Well actually, IMO, those are just characters and rhymes. The English
>translation is my own. As a Chinese I never really heard a serious
>attempt to explain and understand what those two phrases mean, other
>than by money-seeking ceremonial Tao priests.

There is a 2500 year scholarly tradition of interpreting those words.
If you haven't heard of it, that shows in what dire straits humanistic
education has fallen in China in this century.

>And by implication of the words itself, that is it's true meaning to not
>to explain, perhaps. I think this is a kind of recursive logical trap.

I think those verses do help people to liberate their thinking from the trap
posed by words.  Look at all those Chinese (and other) computer hackers who
mix English into their native speech.  Much of that is due to the inability
to think in "eternal" notions and find appropriate approximations in the
cultural context that they speak in.  These people no longer have any proper
thinking, they ownly echo words like parrots.

Although, I think there is even some wisdom in the sentence
"The Tao that can be implemented is not the eternal TAO".
There is a thought basis to operating systems that can't be grasped
and represented in one system.  Everything that has been consolidated
into a real system is necessarily inflexible and no longer state of
the art.

>BTW, I have one simple goal for the author to address: how to
>incorporate real time, high bandwidth digital data handling into Linux
>kernel.

Good that we are getting back on topic, thanks for giving me an opportunity
for my favorite kind of disgression.

>Also, is it possible to achieve the modest goal of "response within
>limited time" in the X window environment, i.e. if my Netscape started
>swapping, I want the kernel to gaunrantee my cursor is still responsive
>and can move to other windows and do something else.

Yes, until now Linux doesn't seem to provide a way of reserving resources
to the most important processes even under adverse circumstances.

-- 
Hartmut Pilch
http://www.a2e.de/phm/

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

Crossposted-To: 
alt.os.linux,comp.os.linux.advocacy,comp.os.misc,comp.sys.misc,comp.unix.advocacy
From: [EMAIL PROTECTED] (PILCH Hartmut)
Subject: Re: TAO: the ultimate OS
Date: Sat, 23 Jan 1999 20:49:01 GMT

[EMAIL PROTECTED] (steve mcadams) writes:

>>Better yet, show us the agreement you made with Tao Systems that let's you
>>use the name of /their/ OS 

>I doubt they can prevent it.  It's not like they invented the word Tao
>ya know, it's been around for what, 4,000 years?

The "Classic of the Way and Virtue" (which starts with "The Tao that can be
implemented is not the real Tao") is from about 600 B.C. Still, I think one
can reserve almost anything as a trademark for a limited area of
application, such as computer O.S.es.

I found the TAO OS article very tedious to wade through and gave up after a
few paragraphs.  Usually I suspect that when an author fails to put the
important points in front, the rest won't be rewarding.  Maybe the author
can give it another try.  I would be interested in good new OS concepts.

-- 
Hartmut Pilch
http://www.a2e.de/phm/

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

From: zerocool <[EMAIL PROTECTED]>
Subject: how?
Date: Mon, 25 Jan 1999 13:54:14 +0200

Is there a way to make sot linux 2.1 find my dragon 4000 voodoo banchee
agp display card. There are no drivers. How can i install that card so
that i can use xwindows or other graphic ....

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

From: zerocool <[EMAIL PROTECTED]>
Subject: Re: how?
Date: Mon, 25 Jan 1999 13:59:32 +0200

zerocool wrote:
> 
> Is there a way to make sot linux 5.1 find my dragon 4000 voodoo banchee
> agp display card. There are no drivers. How can i install that card so
> that i can use xwindows or other graphic ....

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

From: [EMAIL PROTECTED] (Matthias Warkus)
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: Sat, 23 Jan 1999 23:29:45 +0100
Reply-To: [EMAIL PROTECTED]

It was the 23 Jan 1999 19:17:19 -0000...
..and Liang-Shing Ng <[EMAIL PROTECTED]> wrote:
> 
> Maybe Linux still has a long way to go to catch up with "modern" OS like
> Be in handling real time data and events.
> 
> But I just have a modest request to all you great kernel hackers out there:
> 
> Is it possible to achieve my modest requirement of "guanranteed limited
> time response" in X window? i.e. When my Netscape started swapping, I
> want my cursor can still be responsive and move on to other windows and
> do some things.

Well, the mouse cursor being responsive over an application doesn't mean the
application will be responsive. When the system is bogged down, everything
is bogged down. A responsive mouse cursor just gives you the illusion of a
low load.

> I think if this problem can be solved, then most of the perceived
> sluggishness of GTK and KDE (mem hog etc) will be bypassed (if not
> solved). Then I will be really happy.
> 
> By the way, I am using an VOP5PC (Very Old Pentium Class Personal
> Computer) P75 with 24MB ram. Don't laugh. The guanranteed response
> problem has to be solved, and has to be solved especially on old
> systems! 

I don't see the point. You would have to keep the handling of the mouse
cursor in separate job, run it as a real-time process (using an appropriate
real-time kernel) and provide for IPC across rings beween the mouse handler
and the rest of the OS.

All that just to maintain an illusion? I'd take a jumpy mouse cursor over
that any day. And don't forget handling anything in real-time (i.e.
preempting the scheduler for it) is always a risk. If for some reason the
mouse handler goes crazy, it will grab all the cycles and lock your system
inside the real-time ring.

mawa
-- 
Matthias Warkus    |    [EMAIL PROTECTED]    |    Dyson Spheres for sale!
My Geek Code is no longer in my .signature. It's available on e-mail request.
It's sad to live in a world where knowing how to program your VCR actually
lowers your social status...

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

From: [EMAIL PROTECTED] (Matthias Warkus)
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: Sun, 24 Jan 1999 19:25:55 +0100
Reply-To: [EMAIL PROTECTED]

It was the Sun, 24 Jan 1999 22:20:44 +0900...
..and John De Hoog <[EMAIL PROTECTED]> wrote:
> <[EMAIL PROTECTED]> wrote in
> >This is, infact, desirable behavior. Most linux users would rather have
> their
> >system give priority to more useful tasks than mouse tracking. I don't know
> if
> >the situation has been improved since I last checked, but you could use
> 80+%
> >of the CPU on a windows NT server simply by moving the mouse rapidly. I
> think
> >it's a pretty undesirable situation where your computer is crippled simply
> >because you move the mouse.
> 
> I have here a PII-266 running NT4 Workstation with SP4. I tried to get the
> CPU usage up as high as I could by moving the mouse like crazy, but couldn't
> get it up past 7 or 8%. What am I doing wrong? Do I need to feed my mouse
> more Viagra?

Hold a mouse button down and see how Windows goes into a frenzy while you
are holding it. What does it do, BTW - poll for the release event?

mawa
-- 
Matthias Warkus    |    [EMAIL PROTECTED]    |    Dyson Spheres for sale!
My Geek Code is no longer in my .signature. It's available on e-mail request.
It's sad to live in a world where knowing how to program your VCR actually
lowers your social status...

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

From: wim delvaux <[EMAIL PROTECTED]>
Subject: Re: can't telnet to linux
Date: Mon, 25 Jan 1999 12:08:59 +0000

eddycheung wrote:

> Recent I can't telnet to my linux using by users account which have
> administrator rights, the linux also say the password is wrong. I can
> only telnet as root or using those accounts in console. What's wrong
> with it?
>
> Beside, for all newly created user accounts. They also can't login to my
> system even in console. How can I do?
>
> Eddy

Did you check the logfile in /var/log (...)
Did you verify the hosts.aloow hosts.deny
Wim


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

From: "John De Hoog" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Modest next goal for Linux
Date: Mon, 25 Jan 1999 22:02:52 +0900

Edwin van der Elst <[EMAIL PROTECTED]> wrote...
>Point your mouse at the desktop (background)
>and keep the left mouse button down.
>CPU goes to 100%

I tried what you suggested (on NT 4),  but the CPU usage barely moved off of
its 2% line. Maybe you're thinking of the Mac?

--
John De Hoog
http://washi.nu





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

From: Adam Hamflett <[EMAIL PROTECTED]>
Subject: epson stylus photo 700 drivers
Date: Mon, 25 Jan 1999 12:32:07 +0000

where can i get the drivers for redhat 5.2 for the epson stylus photo
700 printer? 
-- 
""""""""""""""""""""""""""""""""""""""""""""""""'
ADAM HAMFLETT aka "hamfster"

+++++++++++++++++++++++++++++++++++++++++++++++++

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


** 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.development.system) 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-Development-System Digest
******************************

Reply via email to