Re: [eug-lug]Re: Power down

2003-11-08 Thread Cory Petkovsek
On Sat, Nov 08, 2003 at 09:21:57PM -0800, Dirk Ouellette wrote:
> > On Thu, Nov 06, 2003 at 06:33:38PM -0800, Dirk Ouellette wrote:
> > > Is there a way to put my RH 9 box in a standby mode like Windows
> does?
> > > Dirk
> > short answer: apm -s or apm -S
> > 
> > If that doesn't work, make sure apm support is in your kernel and 
> > check out the man page for apm.
> 
> And make sure apmd is running ...
> 
> 
> Will this power down the machine as well? 
Read the man page.  -s or -S will suspend, the other will stand by.
Your apm settings in the bios usually define what suspend and standby
mean.  Suspend usually means write memory to disk and power off in a
special suspend state, while standby means lower power usage and suspend
all activity.  

> The monitor can be controlled
> by a Redhat gui.
You can probably control suspend and standby with a gui, however apm is
the tool I use.

Cory

-- 
Cory Petkovsek   Adapting Information
Adaptable IT ConsultingTechnology to your   
(541) 914-8417   business
[EMAIL PROTECTED]  www.AdaptableIT.com
___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


[eug-lug]Re: Power down

2003-11-08 Thread Dirk Ouellette
> On Thu, Nov 06, 2003 at 06:33:38PM -0800, Dirk Ouellette wrote:
> > Is there a way to put my RH 9 box in a standby mode like Windows
does?
> > Dirk
> short answer: apm -s or apm -S
> 
> If that doesn't work, make sure apm support is in your kernel and 
> check out the man page for apm.

And make sure apmd is running ...


Will this power down the machine as well? The monitor can be controlled
by a Redhat gui.
Dirk


___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


Re: [eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread T. Joseph Carter
On Sat, Nov 08, 2003 at 05:12:06PM -0800, Jacob Meuser wrote:
> On Sat, Nov 08, 2003 at 08:51:45AM -0800, john fleming wrote:
> > I was talking to Joseph Carter about Linux and OSX and the idea of 
> > needing an alternative to x11 came up are there any viable altternatives 
> > being worked on?
> 
> You mean like directfb, libgii, libggi, svgalib or something like that?

I would hardly call these alternatives to X11.  GGI has little to no
future.  SVGAlib doesn't even have much of a past at this point, let alone
a future.  DirectFB is useful, but mostly for game programming at this
stage.

John and I were discussing the limitations of X11: no matter what they do
to it or how they extend it (read: make it more difficult to code for
while simultaneously increasing both overhead and resource demands), X11
still can't correctly do a great many things that its competition has been
doing for the past decade now.

 - X font rendering still sucks
 - Even with the render extension, alpha support is a complete hack
 - The resources to make KDE work reasonably well are equivalent to those
   needed to make all of the eye candy in MacOS X work without Quartz
   Extreme support.  (With it and Panther, KDE's performance is even more
   dismal since Quartz Extreme offloads most of the eyecandy to the
   graphics hardware in Panther..)  The KDE people admit they are trying
   to work around archetectural limitations.  Those cute animated cursors
   have each frame drawn over the network protocol, for example.
 - X11 lacks the ability to support an accessibility interface.  It knows
   what text is, but has no idea of what a text cursor is, for example.
   And because the font rendering is so damned terrible, even with Xft, a
   number of projects use their own font rendering code.  This means
   accessibility features such as a spoken UI or system services.
 - Since each program is responsible for processing raw mouse events, look
   at the mess that has been made of wheel support in X11.  It was done
   the only manner X11 could do it: translate the from a movement delta to
   am on-off button event.
 - X does not store one copy of, eg, a pixmap.  It has at least one copy
   in client memory, another in server memory, and probably two more in
   video memory.  Depending on things like transparency (as described as
   limited above), there may be even more copies ofthe same pixmap flowing
   around your sysem memory.

This is all without even considering the non-archetectural concerns such
as StarOffice still lacking essential features found in Appleworks, which
is taken as a joke by most users or that Havoc's grand feature removal
spree in Gnome can only end with Gnome 2.6 wherein all user controls shall
be replaced by a single button labelled "Do stuff".

___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


Re: [eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread Jacob Meuser
On Sat, Nov 08, 2003 at 08:51:45AM -0800, john fleming wrote:
> I was talking to Joseph Carter about Linux and OSX and the idea of 
> needing an alternative to x11 came up are there any viable altternatives 
> being worked on?

You mean like directfb, libgii, libggi, svgalib or something like that?

-- 
<[EMAIL PROTECTED]>

___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


Re: [eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread T. Joseph Carter
On Sat, Nov 08, 2003 at 09:29:06AM -0800, Mr O wrote:
> Accelerated-X and at least one other well supported project that
> are pay versions. 

But that's just X11 made by someone else.  Not much of an alternative.  It
has all of the problems associated with X11 and a few new ones in that it
lacks several common XFree86 extensions designed to work around those
problems.

___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


Re: [eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread Bob Miller
john fleming wrote:

> I was talking to Joseph Carter about Linux and OSX and the idea of 
> needing an alternative to x11 came up are there any viable altternatives 
> being worked on?

Why is an X11 alternative needed?  (I can think of some reasons, but
what are your reasons?)

-- 
Bob Miller  K
kbobsoft software consulting
http://kbobsoft.com [EMAIL PROTECTED]
___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


Re: [eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread john fleming
On Sat, 8 Nov 2003 09:29:06 -0800 (PST), Mr O <[EMAIL PROTECTED]> 
wrote:

Accelerated-X and at least one other well supported project that
are pay versions.
Yep thats what I was afraid of there is a BerlinProject also that seems to 
be off in the future

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


Re: [eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread Mr O
Accelerated-X and at least one other well supported project that
are pay versions. 



--- john fleming <[EMAIL PROTECTED]> wrote:
> I was talking to Joseph Carter about Linux and OSX and the
> idea of 
> needing an alternative to x11 came up are there any viable
> altternatives 
> being worked on?
>   
> 
> John F


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug


[eug-lug]alternatives to X11 in the oven?

2003-11-08 Thread john fleming
I was talking to Joseph Carter about Linux and OSX and the idea of 
needing an alternative to x11 came up are there any viable altternatives 
being worked on?
  
John F

___
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug