Re: [Freevo-users] What is freevo doing while Idle?

2011-02-06 Thread Alan
On Sun, Feb 6, 2011 at 5:21 AM, Jim Duda j...@duda.tzo.com wrote:
 I noticed that when freevo has nothing to do, the python process is still 
 consuming 10% of my processor.
 All it should be doing is polling the LIRC socket (I think).

This is a really old bug, but since you didn't mention what version
you are using, check it out:

http://www.mail-archive.com/freevo-users@lists.sourceforge.net/msg17063.html

--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Disable DPMS for HDMI output

2011-02-06 Thread Michel Hoogervorst

 I run Fedora on my box with an LCD screen via HDMI. I have the following
 in my Monitor section which appears to work for me :)

 Option noDPMS


Nah, the intel driver doesn't seem te get it:
  (WW) intel(0): Option NoDPMS is not used

:-(
--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Disable DPMS for HDMI output

2011-02-06 Thread Michel Hoogervorst
2011/2/5 Jonathan Isom jei...@gmail.com

 Section ServerFlags
Option BlankTime 0
Option StandbyTime 0
Option SuspendTime 0
Option OffTime 0
 EndSection


This works! Thank you! I already had those lines in another section before,
and they didn't work... but this works fine (or at least, the screen just
stayed on for 13 minutes. :-)).


Also try adding the
 Option DPMS False
 line to your monitor section


I already did...

I also found you can disable modules in xorg.conf, so I added this in the
Modules section:
  Disable DPMS

I restarted X and checked the Xorg.0.log file:
(WW) DPMS will not be loaded unless you've specified it to be loaded
elsewhere.

How nice! But about 20 lines later...
(II) Loading extension DPMS

WTF!?


Anyway, I think my problem is solved with Jonathans solution. Thank you! :-)


Michel
--
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users