phlogin

Hello,

I have a computer with slow video card.
After some time of inactivity phlogin enters “screen saver” mode and
while in this mode io-graphics takes about 60% of processor power.

Is it possible to switch this feature off?
I have tried options -B (slow computer)
and -T0 (enter screen saver after 0 seconds , I thought it would disable
it))

Do you have any ideas?

Pavol Kycina

“Pavol Kycina” <kycina@microstep-hdo.sk> wrote in message
news:3b7144e7@asrpx.mshdo

Hello,

I have a computer with slow video card.
After some time of inactivity phlogin enters “screen saver” mode and
while in this mode io-graphics takes about 60% of processor power.

Is it possible to switch this feature off?
I have tried options -B (slow computer)
and -T0 (enter screen saver after 0 seconds , I thought it would disable
it))

Do you have any ideas?

Pavol Kycina

Anybody?

Same problem effects me. Fairly annoying having an embedded computer use 60%
of CPU time on a screen saver!!

My solution is to change /usr/bin/ph line 162
line 162 from
Photon -g -l’phlogin “-Sphshutdown -l” &
to
Photon -g -l’phlogin -T -1 “-Sphshutdown -l” &

As you can see the -T -1 is important!!

Michael

“Michael Stevens” <michael@acrfr.usyd.edu.au> wrote in message
news:9lcks1$esn$1@inn.qnx.com

Same problem effects me. Fairly annoying having an embedded computer use
60%
of CPU time on a screen saver!!

My solution is to change /usr/bin/ph line 162
line 162 from
Photon -g -l’phlogin “-Sphshutdown -l” &
to
Photon -g -l’phlogin -T -1 “-Sphshutdown -l” &

As you can see the -T -1 is important!!

Michael

Thanks,

I tried -T 0, but -T -1 didn’t come to my mind.

Pavol Kycina