Re: [Freevo-users] Recordserver hangs

2007-02-25 Thread Duncan Webb
Simon Detheridge wrote:
> I'm having trouble with the recordserver on my dedicated freevo box.
> 
> I just upgraded from 1.5.x (can't remember which x) to 1.7_rc2.
> 
> Now, when I start the recordserver the tv module hangs. (Can't navigate
> the menus. Also, tv_grab hangs when trying to schedule recording of
> favourites) When the recordserver is stopped, the tv module starts working
> again (but obviously says the recordserver is down)
> 
> Any ideas on where to look to solve this?
> 
> It could well be a file permissions problem. Freevo used to run as root
> using the gentoo init scripts, but they don't allow that any more so it
> runs as it's own user.

The first thing to check is the recordserver log. I should report most
problems there. Make sure RECORDSERVER_DEBUG = 1 is in local_conf.py

The user that runs freevo recordserver is also specified in
local_conf.py as RECORDSERVER_UID and RECORDSERVER_GID.

Another change that may cause a problem is if you have a VIDEO_GROUPS
defined in local_conf.py. The recordable= setting needs to be deleted.

The video devices will need to have correct permissions and ownership.
so /dev/video0 should have read/write permissions for the video group
and owned by root:video or something like this. eg:
# ls -l /dev/video0
crw-rw  1 root video 81, 0 2007-02-25 09:22 /dev/video0

HTH
Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver hangs

2007-02-25 Thread Simon Detheridge

On Sun, February 25, 2007 8:22 am, Duncan Webb wrote:
> Simon Detheridge wrote:
>> I'm having trouble with the recordserver on my dedicated freevo box.
>>
>> I just upgraded from 1.5.x (can't remember which x) to 1.7_rc2.
>>
>> Now, when I start the recordserver the tv module hangs.

> The user that runs freevo recordserver is also specified in
> local_conf.py as RECORDSERVER_UID and RECORDSERVER_GID.

This is correctly specified.

> Another change that may cause a problem is if you have a VIDEO_GROUPS
> defined in local_conf.py. The recordable= setting needs to be deleted.

I did this when I upgraded. (Freevo wouldn't start until I did)

> The video devices will need to have correct permissions and ownership.

They do, and the freevo user belongs to the video group. I can watch TV
fine, if the recordserver is not "running".

> The first thing to check is the recordserver log. I should report most
> problems there. Make sure RECORDSERVER_DEBUG = 1 is in local_conf.py

Here's the problem:

2007/02/25 11:15 GMT [-] Log opened.
2007/02/25 11:15 GMT [-] PLUGIN_RECORD: 21
2007/02/25 11:15 GMT [-] top of the minute in 41 seconds
2007/02/25 11:15 GMT [*RecordServer*] twisted.web.server.Site starting on
18001
2007/02/25 11:15 GMT [*RecordServer*] Starting factory

2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Got ScheduledRecordings
(version 2).
2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] ScheduledRecordings has 0
items.
2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Unhandled error in Deferred:
2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Traceback (most recent call
last):
  File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line
167, in render
body = resrc.render(self)
  File "/usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py", line
118, in render
defer.maybeDeferred(function, *args).addErrback(
  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", 
line
191, in addCallback
callbackKeywords=kw)
  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", 
line
182, in addCallbacks
self._runCallbacks()
---  ---
  File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", 
line
307, in _runCallbacks
self.result = callback(self.result, *args, **kw)
  File "/usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py", line
134, in _cbRender
s = xmlrpclib.dumps(f, methodresponse=True, 
allow_none=self.allowNone)
exceptions.AttributeError: RecordServer instance has no attribute
'allowNone'




Thanks,
Simon

-- 
"Pokey are you drunk on love?"
"Yes. Also whiskey. But mostly love... And whiskey."

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver hangs

2007-02-25 Thread Duncan Webb
Simon Detheridge wrote:
> On Sun, February 25, 2007 8:22 am, Duncan Webb wrote:
>> Simon Detheridge wrote:
>>> I'm having trouble with the recordserver on my dedicated freevo box.
>>>
>>> I just upgraded from 1.5.x (can't remember which x) to 1.7_rc2.
>>>
>>> Now, when I start the recordserver the tv module hangs.
> 
>> The user that runs freevo recordserver is also specified in
>> local_conf.py as RECORDSERVER_UID and RECORDSERVER_GID.
> 
> This is correctly specified.
> 
>> Another change that may cause a problem is if you have a VIDEO_GROUPS
>> defined in local_conf.py. The recordable= setting needs to be deleted.
> 
> I did this when I upgraded. (Freevo wouldn't start until I did)
> 
>> The video devices will need to have correct permissions and ownership.
> 
> They do, and the freevo user belongs to the video group. I can watch TV
> fine, if the recordserver is not "running".
> 
>> The first thing to check is the recordserver log. I should report most
>> problems there. Make sure RECORDSERVER_DEBUG = 1 is in local_conf.py
> 
> Here's the problem:
> 
> 2007/02/25 11:15 GMT [-] Log opened.
> 2007/02/25 11:15 GMT [-] PLUGIN_RECORD: 21
> 2007/02/25 11:15 GMT [-] top of the minute in 41 seconds
> 2007/02/25 11:15 GMT [*RecordServer*] twisted.web.server.Site starting on
> 18001
> 2007/02/25 11:15 GMT [*RecordServer*] Starting factory
> 
> 2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Got ScheduledRecordings
> (version 2).
> 2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] ScheduledRecordings has 0
> items.
> 2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Unhandled error in Deferred:
> 2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Traceback (most recent call
> last):
> File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line
> 167, in render
>   body = resrc.render(self)
> File "/usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py", line
> 118, in render
>   defer.maybeDeferred(function, *args).addErrback(
> File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", 
> line
> 191, in addCallback
>   callbackKeywords=kw)
> File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", 
> line
> 182, in addCallbacks
>   self._runCallbacks()
>   ---  ---
> File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", 
> line
> 307, in _runCallbacks
>   self.result = callback(self.result, *args, **kw)
> File "/usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py", line
> 134, in _cbRender
>   s = xmlrpclib.dumps(f, methodresponse=True, 
> allow_none=self.allowNone)
>   exceptions.AttributeError: RecordServer instance has no attribute
> 'allowNone'

Which version of Twisted are you using?

We only support Twisted-2.4.0, at the moment 2.5.0 is not yet supported.
There is a patch with limited support in the Feature Requests for 2.5.0

But having said this I'm not sure that it is the source of your problem.
Gentoo does use 2.5.0.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver hangs

2007-02-25 Thread Simon Detheridge

 I just upgraded from 1.5.x (can't remember which x) to 1.7_rc2.

 Now, when I start the recordserver the tv module hangs.

>> Here's the problem:

>> 2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Unhandled error in
>> Deferred:
>> 2007/02/25 11:15 GMT [HTTPChannel,0,127.0.0.1] Traceback (most recent
>> call
>> last):
>>File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line
>> 167, in render
>>  body = resrc.render(self)
>>File "/usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py", line
>> 118, in render
>>  defer.maybeDeferred(function, *args).addErrback(
>>File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py",
>> line
>> 191, in addCallback
>>  callbackKeywords=kw)
>>File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py",
>> line
>> 182, in addCallbacks
>>  self._runCallbacks()
>>  ---  ---
>>File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py",
>> line
>> 307, in _runCallbacks
>>  self.result = callback(self.result, *args, **kw)
>>File "/usr/lib/python2.4/site-packages/twisted/web/xmlrpc.py", line
>> 134, in _cbRender
>>  s = xmlrpclib.dumps(f, methodresponse=True,
>> allow_none=self.allowNone)
>>  exceptions.AttributeError: RecordServer instance has no attribute
>> 'allowNone'

> Which version of Twisted are you using?
>
> We only support Twisted-2.4.0, at the moment 2.5.0 is not yet supported.
> There is a patch with limited support in the Feature Requests for 2.5.0
>
> But having said this I'm not sure that it is the source of your problem.
> Gentoo does use 2.5.0.

I found this out. Again, freevo won't run at all with 2.5.0, so I
hardmasked it on my system and downgraded to 2.4.0.

One question: where does recordserver keep it's data? I'd like to 'clean'
it of everything that v1.5 might have made and return it to a 'freshly
installed' state... I didn't have much of interest in there, and it might
help...

-- 
"Pokey are you drunk on love?"
"Yes. Also whiskey. But mostly love... And whiskey."

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Recordserver hangs

2007-02-25 Thread Duncan Webb
Simon Detheridge wrote:
> I just upgraded from 1.5.x (can't remember which x) to 1.7_rc2.
>
> Now, when I start the recordserver the tv module hangs.
> 
> One question: where does recordserver keep it's data? I'd like to 'clean'
> it of everything that v1.5 might have made and return it to a 'freshly
> installed' state... I didn't have much of interest in there, and it might
> help...
> 

The cache directory if it exists /var/cache/freevo otherwise
/tmp/freevo. The important directories and files to keep are:
./overlay
./logos
./record_schedule.xml
./TV.xml

Have you tried:
freevo cache -rebuild

It could be a data driven problem, but suspect that it could be caused
by old stuff in the site-packages.

You seem to have tried all the things that would I have done, but the
recordserver does run just fine. You could try the encodingserver as
this uses the same code as the recordserver. If this is crashing too
then I would suspect the install.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] [ANNOUNCE] Freevo-1.7.0 Release

2007-02-25 Thread Duncan Webb
Hi all

Today, freevo-1.7.0 has been released, there has been a great deal of activity 
since freevo-1.7.0-rc2 with still more exciting new features. The statistics 
show 145 additions, 162 changes and 40 removals, since 1.7.0-rc2, much more 
than I expected :).

First and most importantly, I know that I have said this before *BUT* a really 
big thank you to all of you who have contributed and it is thanks to these 
contributions that freevo has been moving so quickly over the last few months, 
just in case your interested the "ever growing" list is in the Docs/CREDITS.

You will also need to download the latest kaa.base-0.1.2, kaa.metadata-0.6.0 
and kaa.imlib2-0.2.0 packages from the sourceforge pages. There has been no 
significant changes to the kaa modules that affect the operation of 
freevo-1.7.0 since RC2 (Release Candidate 2).

Some of the new features that have been added since RC2
* New Music Player Daemon (mpd) plug-in
* New record server commercial detection and removal
* New record server duplicate recording detection
* New PS3 support on Yellow Dog Linux 

* New buttonbar plug-in that displays buttons on the bottom of the screen
* New screensaver plug-in that allows easy writing of screen savers

I don't want to bore you with the complete list of changes as it is really 
quite long, you can see them all from the wiki pages: 
http://freevo.sourceforge.net/cgi-bin/doc/ChangeLog

To use the buttonbar you need to copy the ./contrib/examples/*_BB.fxd to 
/usr/share/skins/main/ as these buttonbar uses space at the bottom of the 
screen.

I'm continually surprised by the diversity and flexibility of Freevo and how 
*you* use Freevo. Who could have envisaged that Freevo would become so much 
more than a Home Theatre PC when the original version was written. 
Congratulations to you all for choosing Freevo for you HTPC.

Many thanks again
Duncan




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] FC5 yum install kaa

2007-02-25 Thread Jim Duda
I want to install the 1.7 release.  I'm trying to install the kaa 
libraries via yum for FC5.

There is a dependency issue I don't understand.

# yum install 'python-kaa*'

Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for python-kaa-metadata to pack into transaction
python-kaa-metadata-0.6.0 100% |=|  28 kB
---> Package python-kaa-metadata.i386 0:0.6.0-1.fc5 set to be updated
---> Downloading header for python-kaa-base to pack into transaction s
python-kaa-base-0.1.2-1.f 100% |=|  20 kB
---> Package python-kaa-base.i386 0:0.1.2-1.fc5 set to be updated
---> Downloading header for python-kaa-imlib2 to pack into transaction
python-kaa-imlib2-0.2.0-1 100% |=| 5.5 kB
---> Package python-kaa-imlib2.i386 0:0.2.0-1.fc5 set to be updated
--> Running transaction check
--> Processing Dependency: mmpython >= 0.4.10 for package: freevo
--> Finished Dependency Resolution
Error: Missing Dependency: mmpython >= 0.4.10 is needed by package freevo

However, I do have mmpython > 0.4.10

yum list '*mmpython*'

Installed Packages
mmpython.i3860.4.10-1.fc5  installed

Anyone encounter this problem?

Jim



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Jim Duda
I'm running freevo on a FC5 installation.  I'm having trouble disabling 
the Xorg dpms feature.  I'm using an nvidia FX 5200 card with the binary 
nvidia drivers from nvidia.  After some amount of time, my TV-out 
display goes dark.  I need to issue xset -dpms to turn the TV-out 
display back on.  I can manage this, it's just a pain to have to do.

I saw a similar post a few weeks ago.  The recommendation was to include
option "nodpms" in the xorg.conf file.  This isn't working for me.  The 
screen still goes dark, and now, xset -dpms has no affect.

The only thing wich seems to work is to use:
option "dpms" "true" and the xset -dpms when the screen goes black.

Anyone have any pointers on how to resolve this?

Jim


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [ANNOUNCE] Freevo-1.7.0 Release

2007-02-25 Thread Christian Lyra
Hi
>
> Today, freevo-1.7.0 has been released, there has been a great deal of 
> activity since freevo-1.7.0-rc2 with still more exciting new features. The 
> statistics show 145 additions, 162 changes and 40 removals, since 1.7.0-rc2, 
> much more than I expected :).
>

Thank you so much for this new release of our favorite "more-than"
htpc soft. :-)


I´d like to upgrade my freevo install but before upgrading the living
room machine, I tried to install freevo 1.7 on a test machine. I´m
using debian sarge, and had to backport a few packages to satisfy
freevo dependencies. Althought dependecies seems to be ok, freevo is
crashing when I try to select "listen to music". I tried another
install on a debian unstable machine and everything is fine. So I´m
trying to find what package is crashing freevo so I can update it.

This is what I get in the log:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 285, in
eventhandler
app.eventhandler(event)
  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 566, in
eventhandler
self.refresh()
  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 406, in refresh
skin.draw('menu', self, self.menustack[-1])
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py",
line 526, in draw
a.draw(settings, object, menu, style, type, self.force_redraw)
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
line 185, in draw
self.__draw_background__()
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
line 577, in __draw_background__
image = pygamesurface_imlib2_scale(image, (bg.width,bg.height))
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/skin_utils.py",
line 55, in pygamesurface_imlib2_scale
return pygame.image.frombuffer(buf, newsize, 'RGBA')
AttributeError: 'module' object has no attribute 'frombuffer'

Python-pygame is version 1.6 is this enough?


-- 
Christian Lyra
PoP-PR/RNP

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Christian Lyra
Hi,
>
> The only thing wich seems to work is to use:
> option "dpms" "true" and the xset -dpms when the screen goes black.
>

I have this problem ages ago.. I just include these commands on the
script that calls freevo :-). I mean I disable screensaver and dpms
with xset before calling freevo.

-- 
Christian Lyra
PoP-PR/RNP

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [ANNOUNCE] Freevo-1.7.0 Release

2007-02-25 Thread Christian Lyra
replying to myself... yes. the problem is pygame! version 1.7 is needed.

On 2/25/07, Christian Lyra <[EMAIL PROTECTED]> wrote:
> Hi
> >
> > Today, freevo-1.7.0 has been released, there has been a great deal of 
> > activity since freevo-1.7.0-rc2 with still more exciting new features. The 
> > statistics show 145 additions, 162 changes and 40 removals, since 
> > 1.7.0-rc2, much more than I expected :).
> >
>
> Thank you so much for this new release of our favorite "more-than"
> htpc soft. :-)
>
>
> I´d like to upgrade my freevo install but before upgrading the living
> room machine, I tried to install freevo 1.7 on a test machine. I´m
> using debian sarge, and had to backport a few packages to satisfy
> freevo dependencies. Althought dependecies seems to be ok, freevo is
> crashing when I try to select "listen to music". I tried another
> install on a debian unstable machine and everything is fine. So I´m
> trying to find what package is crashing freevo so I can update it.
>
> This is what I get in the log:
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 285, in
> eventhandler
> app.eventhandler(event)
>   File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 566, in
> eventhandler
> self.refresh()
>   File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 406, in refresh
> skin.draw('menu', self, self.menustack[-1])
>   File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py",
> line 526, in draw
> a.draw(settings, object, menu, style, type, self.force_redraw)
>   File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
> line 185, in draw
> self.__draw_background__()
>   File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
> line 577, in __draw_background__
> image = pygamesurface_imlib2_scale(image, (bg.width,bg.height))
>   File "/usr/lib/python2.3/site-packages/freevo/skins/main/skin_utils.py",
> line 55, in pygamesurface_imlib2_scale
> return pygame.image.frombuffer(buf, newsize, 'RGBA')
> AttributeError: 'module' object has no attribute 'frombuffer'
>
> Python-pygame is version 1.6 is this enough?
>
>
> --
> Christian Lyra
> PoP-PR/RNP
>


-- 
Christian Lyra
PoP-PR/RNP

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Jim Duda
Christian,

I have these commands in my startup script, however, they don't seem to 
help.

 xset s noblank
 xset s off
 xset -dpms

Are those the command you are referring to?

Thanks,

Jim

Christian Lyra wrote:


> Hi,
>> The only thing wich seems to work is to use:
>> option "dpms" "true" and the xset -dpms when the screen goes black.
>>
> 
> I have this problem ages ago.. I just include these commands on the
> script that calls freevo :-). I mean I disable screensaver and dpms
> with xset before calling freevo.
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Christian Lyra
>
> I have these commands in my startup script, however, they don't seem to
> help.
>
>  xset s noblank
>  xset s off
>  xset -dpms
>
> Are those the command you are referring to?

yes... my .xsession calls this little script:

#!/bin/sh

xsetroot -solid black
xset s off
xset -dpms
nvidia-settings --load-config-only
irexec /etc/freevo/lircrc &
freevo

I just checked the XF86Config-4 (yes...), and there´s a Option "DPMS".

What kind of window manager are you using? none? gnome?


-- 
Christian Lyra
PoP-PR/RNP

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Jim Duda
None for window manager.

Christian Lyra wrote:
>> I have these commands in my startup script, however, they don't seem to
>> help.
>>
>>  xset s noblank
>>  xset s off
>>  xset -dpms
>>
>> Are those the command you are referring to?
> 
> yes... my .xsession calls this little script:
> 
> #!/bin/sh
> 
> xsetroot -solid black
> xset s off
> xset -dpms
> nvidia-settings --load-config-only
> irexec /etc/freevo/lircrc &
> freevo
> 
> I just checked the XF86Config-4 (yes...), and there´s a Option "DPMS".
> 
> What kind of window manager are you using? none? gnome?
> 
> 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Christian Lyra
On 2/25/07, Jim Duda <[EMAIL PROTECTED]> wrote:
> None for window manager.

same here... your config seems to be very similar to mine. No idea why
it works here and not there. Perhaps something with xorg?

>
> Christian Lyra wrote:
> >> I have these commands in my startup script, however, they don't seem to
> >> help.
> >>
> >>  xset s noblank
> >>  xset s off
> >>  xset -dpms
> >>
> >> Are those the command you are referring to?
> >
> > yes... my .xsession calls this little script:
> >
> > #!/bin/sh
> >
> > xsetroot -solid black
> > xset s off
> > xset -dpms
> > nvidia-settings --load-config-only
> > irexec /etc/freevo/lircrc &
> > freevo
> >
> > I just checked the XF86Config-4 (yes...), and there´s a Option 
> > "DPMS".
> >
> > What kind of window manager are you using? none? gnome?
> >
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>


-- 
Christian Lyra
PoP-PR/RNP

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] [ANNOUNCE] Freevo-1.7.0 Release

2007-02-25 Thread Evan Hisey
TIme to roll-up a teh 1.7 freevo pacakges for slackware :)


On 2/25/07, Christian Lyra <[EMAIL PROTECTED]> wrote:
> replying to myself... yes. the problem is pygame! version 1.7 is needed.
>
> On 2/25/07, Christian Lyra <[EMAIL PROTECTED]> wrote:
> > Hi
> > >
> > > Today, freevo-1.7.0 has been released, there has been a great deal of 
> > > activity since freevo-1.7.0-rc2 with still more exciting new features. 
> > > The statistics show 145 additions, 162 changes and 40 removals, since 
> > > 1.7.0-rc2, much more than I expected :).
> > >
> >
> > Thank you so much for this new release of our favorite "more-than"
> > htpc soft. :-)
> >
> >
> > I´d like to upgrade my freevo install but before upgrading the living
> > room machine, I tried to install freevo 1.7 on a test machine. I´m
> > using debian sarge, and had to backport a few packages to satisfy
> > freevo dependencies. Althought dependecies seems to be ok, freevo is
> > crashing when I try to select "listen to music". I tried another
> > install on a debian unstable machine and everything is fine. So I´m
> > trying to find what package is crashing freevo so I can update it.
> >
> > This is what I get in the log:
> >
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 285, in
> > eventhandler
> > app.eventhandler(event)
> >   File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 566, in
> > eventhandler
> > self.refresh()
> >   File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 406, in 
> > refresh
> > skin.draw('menu', self, self.menustack[-1])
> >   File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py",
> > line 526, in draw
> > a.draw(settings, object, menu, style, type, self.force_redraw)
> >   File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
> > line 185, in draw
> > self.__draw_background__()
> >   File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
> > line 577, in __draw_background__
> > image = pygamesurface_imlib2_scale(image, (bg.width,bg.height))
> >   File "/usr/lib/python2.3/site-packages/freevo/skins/main/skin_utils.py",
> > line 55, in pygamesurface_imlib2_scale
> > return pygame.image.frombuffer(buf, newsize, 'RGBA')
> > AttributeError: 'module' object has no attribute 'frombuffer'
> >
> > Python-pygame is version 1.6 is this enough?
> >
> >
> > --
> > Christian Lyra
> > PoP-PR/RNP
> >
>
>
> --
> Christian Lyra
> PoP-PR/RNP
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo-users Digest, Vol 10, Issue 26

2007-02-25 Thread TC Wan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jim Duda wrote:
> I want to install the 1.7 release.  I'm trying to install the kaa
> libraries via yum for FC5.
> 
> There is a dependency issue I don't understand.
> 
> # yum install 'python-kaa*'
> 
> Reading repository metadata in from local files
> Excluding Packages in global exclude list
> Finished
> Parsing package install arguments
> Resolving Dependencies
> --> Populating transaction set with selected packages. Please wait.
> ---> Downloading header for python-kaa-metadata to pack into transaction
> python-kaa-metadata-0.6.0 100% |=|  28 kB
> ---> Package python-kaa-metadata.i386 0:0.6.0-1.fc5 set to be updated
> ---> Downloading header for python-kaa-base to pack into transaction s
> python-kaa-base-0.1.2-1.f 100% |=|  20 kB
> ---> Package python-kaa-base.i386 0:0.1.2-1.fc5 set to be updated
> ---> Downloading header for python-kaa-imlib2 to pack into transaction
> python-kaa-imlib2-0.2.0-1 100% |=| 5.5 kB
> ---> Package python-kaa-imlib2.i386 0:0.2.0-1.fc5 set to be updated
> --> Running transaction check
> --> Processing Dependency: mmpython >= 0.4.10 for package: freevo
> --> Finished Dependency Resolution
> Error: Missing Dependency: mmpython >= 0.4.10 is needed by package freevo

Hi Jim,

mmpython and Freevo 1.7 are not compatible.

The current freevo (1.6.2) RPM depends on mmpython. You'll have to
remove freevo 1.6.2 first before installing python-kaa-metadata.
Otherwise you'll see this dependency issue.

However, for now, this means you'll be installing Freevo 1.7 manually
(from .tgz), since I haven't gotten around to releasing 1.7 RPMs yet.

The 1.7 release should upgrade and solve this dependency issue
automatically (I hope).

T.C.
- --
Wan Tat Chee (Senior Lecturer)
School of Computer Sciences, Universiti Sains Malaysia,
11800 USM, Penang, Malaysia. Rm.625 Ofc Ph: +604 653-3617
NRG Lab Admin: +604 659-4757   Rm.601-F Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcwan-usm-20060710.asc
F'print : 4DD0 0363 DB9E E08C 9F18  4BBC EC18 4BE2 7699 8CF2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFF4mq+7BhL4naZjPIRAl5yAJ9grmGHokP1PLSS72OIOawfa02gIgCbBtkb
aE/vlIWX4eH2O5YvoEvXkFA=
=ZU0D
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo-users Digest, Vol 10, Issue 26

2007-02-25 Thread Duncan Webb
> Jim Duda wrote:
>
>> I want to install the 1.7 release.  I'm trying to install the kaa
>> libraries via yum for FC5.
>>
>> There is a dependency issue I don't understand.
>>
>>
>> # yum install 'python-kaa*'
>>
>>
>> Reading repository metadata in from local files
>> Excluding Packages in global exclude list
>> Finished
>> Parsing package install arguments
>> Resolving Dependencies
>> --> Populating transaction set with selected packages. Please wait.
>> ---> Downloading header for python-kaa-metadata to pack into transaction
>>  python-kaa-metadata-0.6.0 100% |=|  28 kB --->
>> Package python-kaa-metadata.i386 0:0.6.0-1.fc5 set to be updated
>> ---> Downloading header for python-kaa-base to pack into transaction s
>> python-kaa-base-0.1.2-1.f 100% |=|  20 kB --->
>> Package python-kaa-base.i386 0:0.1.2-1.fc5 set to be updated
>> ---> Downloading header for python-kaa-imlib2 to pack into transaction
>> python-kaa-imlib2-0.2.0-1 100% |=| 5.5 kB --->
>> Package python-kaa-imlib2.i386 0:0.2.0-1.fc5 set to be updated
>> --> Running transaction check
>> --> Processing Dependency: mmpython >= 0.4.10 for package: freevo
>> --> Finished Dependency Resolution
>> Error: Missing Dependency: mmpython >= 0.4.10 is needed by package
>> freevo
>
> Hi Jim,
>
>
> mmpython and Freevo 1.7 are not compatible.

This isn't quite true, mmpython but it can be installed, it just doesn't
get used by Freevo 1.7. The only conflict is /usr/bin/mminfo which can be
used to get information about media files or devices; Freevo only uses the
modules.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Struggling with Xorg dpms

2007-02-25 Thread Duncan Webb
On Mon, 26 February, 2007 1:56 am, Christian Lyra wrote:
> On 2/25/07, Jim Duda <[EMAIL PROTECTED]> wrote:
>
>> None for window manager.
>>
>
> same here... your config seems to be very similar to mine. No idea why it
> works here and not there. Perhaps something with xorg?

Don't you simply need to add in the Monitor section if the X11 config file:
Option "DPMS" "false"

Duncan

>
>>
>> Christian Lyra wrote:
>>
 I have these commands in my startup script, however, they don't
 seem to help.

 xset s noblank xset s off xset -dpms

 Are those the command you are referring to?

>>>
>>> yes... my .xsession calls this little script:
>>>
>>> #!/bin/sh
>>>
>>>
>>> xsetroot -solid black xset s off xset -dpms nvidia-settings
>>> --load-config-only
>>> irexec /etc/freevo/lircrc & freevo
>>>
>>> I just checked the XF86Config-4 (yes...), and thereŽs a Option
>>> "DPMS".
>>>
>>>
>>> What kind of window manager are you using? none? gnome?
>>>
>>>
>>>
>>
>>
>> ---
>> --
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your opinions on IT & business topics through brief surveys-and earn
>> cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVD
>> EV
>> ___
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
>>
>
>
> --
> Christian Lyra
> PoP-PR/RNP
>
>
> -
>  Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>  ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
>
>



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users