Re: [Freevo-users] Buying a TV out card

2004-07-19 Thread Teemu Ahola
Hi,

I have Radeon7000 and so far I haven't able to make it work with TV except in 
VESA modes so no HW acceleration. That's why I am swithich to NVidia MX440 
card. I have tried to get it work in X and FB without luck. Using radeon 
drivers TV picture is corrupted but using VESA drivers it is OK.

On Monday 19 July 2004 19:45, Shaun Jackman wrote:
> I'm buying a video card for tv-out and Freevo. I do not really use the
> gaming functions, so primarily it should be cheap. It'll probably be
> PCI so that I can still use my AGP video card. I found a Radeon 7000
> (64MB PCI w/ TV-out) for $80 (Canadian). Is anyone else here using the
> Radeon 7000 with Freevo? Any other suggestions for which card I should
> buy?
>
> My AGP card is a NVidia GeForce 2. Which ATI card offers roughly the
> same performance (so that I can compare)?
>
> If you're interested, here's a list of older/cheaper cards I'm looking
> at:
> http://www.goseecal.com/browse_category.php?category=Video%20Cards
>
> Cheers,
> Shaun
>
>
>
> ---
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 
Teemu Ahola 
EMail : [EMAIL PROTECTED]
        [EMAIL PROTECTED]
Mobile: +358 50 5873210


pgpAWYbze8S4I.pgp
Description: signature


RE: [Freevo-users] Re: Freevo without x?

2004-01-26 Thread Teemu Ahola
Hi,

Can I compile Freevo without X in Gentoo system? I don't have X at all.
How should I set USE flag?


On Thu, 2003-09-25 at 14:47, Paul Cowper wrote:
> Great stuff, Thx 
> 
> 
> -Original Message-
> From: Dirk Meyer [mailto:[EMAIL PROTECTED] 
> Sent: 25 September 2003 12:25
> To: [EMAIL PROTECTED]
> 
> "Paul Cowper" wrote:
> >  
> > Can freevo run without x?
> 
> Yes, display=fbdev or if you own a G400 display=mga in freevo setup. 
> 
> 
> Dischi
> 
> --
> Thunder rolled. ... It rolled a six.
> -- (Terry Pratchett, Guards! Guards!)
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 
> 
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Teemu Ahola 
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210 


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Vs: RE: [Freevo-users] Re: Problen with newest Freevo

2003-08-30 Thread teemu ahola
Hi,

Yes I know. But the monitor alone does not work either. Also Freevo 1.3.2 _works_ 
perfectly so something has been changed in current Freevo, which causes this. 

I have both Freevo 1.3.2 and 1.3.4 installed at the same time so I can easily confirm 
that 1.3.2 works and 1.3.4 does not work.

-Teemu-


> you do know that televisions can not handle resolutions that your 
> monitorcan...
> 
> I'm betting anything over 800X600 will not work.
> 
> I have had zero luck with ATI cards under linux, I always end up 
> tradingthem to someone for an nvidia card
> 
> 
> Hope you have better luck!
> 
> 
> -----Original Message-
> From: Teemu Ahola [EMAIL PROTECTED]
> Sent: Friday, August 29, 2003 12:33 PM
> To: Freevo Users mailing list
> Subject: Re: [Freevo-users] Re: Problen with newest Freevo
> 
> 
> Hi, 
> 
> Still no help ;). Basically my monitor goes Power Off and if my TV 
> is 
> connected to my Radeon7000 SVIDEO connection, its picture goes 
> disordered. It seems that video signal goes to a mode, which is not 
> supported by my monitor nor my TV. Freevo 1.3.2 works OK. Also 
> under 
> XFree Freevo works correctly. If I export SDL_VIDEODRIVER=fbcon I 
> get 
> following output: 
> 
> 
> 
> WARNING: freevo_config.py was changed, please check local_config.py 
> 
> You are using version 3.5, changes since then: 
> Version 3.6: 
> Added USE_MEDIAID_TAG_NAMES as directory based variable and 
> HIDE_UNUSABLE_DISCS to hide discs in the wrong menus and empty 
> drives 
> 
> 
> ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', 
> '/dev/cdroms/cdrom0', 'CD-1')" 
> Traceback (most recent call last): 
>  File "./src/main.py", line 99, in ? 
>skin= skin.get_singleton() 
>  File "./src/skin.py", line 71, in get_singleton 
>exec('import skins.' + config.OSD_SKIN  + '.' + config.OSD_SKIN 
> + '
> as skinimpl') 
>  File "", line 1, in ? 
>  File "./src/skins/main/main.py", line 58, in ? 
>import xml_skin 
>  File "./src/skins/main/xml_skin.py", line 57, in ? 
>osd = osd.get_singleton() 
>  File "./src/osd.py", line 218, in get_singleton 
>_singleton = util.SynchronizedObject(OSD()) 
>  File "./src/osd.py", line 365, in __init__ 
>pygame.display.init() 
> pygame.error: No available video device 
> 
> 
> 
> On Sun, 2003-08-24 at 16:46, Dirk Meyer wrote: 
> > teemu ahola wrote: 
> > > Hi, 
> > > 
> > > Sorry. I still does not work ;). Or maybe I did something 
> wrong. I 
> > > simply 'check out' files from cvs and ran './freevo setup', 
> updated 
> > > freevo.conf 'display = fbdev:vidix' and ran './freevo'. 
> > 
> > display=fbdev:vidix is not valid. Use display=fbdev and set 
> > fbdev:vidix manualy as output device for mplayer. If it still 
> doesn't 
> > work, try export SDL_VIDEODRIVER=fbcon before starting Freevo. If 
> you 
> > still have problems, please mail what exactly happens. 
> > 
> -- 
> Teemu Ahola
> EMail : [EMAIL PROTECTED]
>   [EMAIL PROTECTED]
> Mobile: +358 50 5873210
> 

begin:vcard
n:ahola;teemu
fn:teemu ahola
tel;cell:+358 (050) 5873210
adr:;;;Oulu;;;Finland
version:2.1
email;internet:[EMAIL PROTECTED]
end:vcard



Re: [Freevo-users] Re: Problen with newest Freevo

2003-08-29 Thread Teemu Ahola
Hi, 

Still no help ;). Basically my monitor goes Power Off and if my TV is 
connected to my Radeon7000 SVIDEO connection, its picture goes 
disordered. It seems that video signal goes to a mode, which is not 
supported by my monitor nor my TV. Freevo 1.3.2 works OK. Also under 
XFree Freevo works correctly. If I export SDL_VIDEODRIVER=fbcon I get 
following output: 



WARNING: freevo_config.py was changed, please check local_config.py 

You are using version 3.5, changes since then: 
Version 3.6: 
 Added USE_MEDIAID_TAG_NAMES as directory based variable and 
 HIDE_UNUSABLE_DISCS to hide discs in the wrong menus and empty 
drives 


ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', 
'/dev/cdroms/cdrom0', 'CD-1')" 
Traceback (most recent call last): 
  File "./src/main.py", line 99, in ? 
skin= skin.get_singleton() 
  File "./src/skin.py", line 71, in get_singleton 
exec('import skins.' + config.OSD_SKIN  + '.' + config.OSD_SKIN  + '
as skinimpl') 
  File "", line 1, in ? 
  File "./src/skins/main/main.py", line 58, in ? 
import xml_skin 
  File "./src/skins/main/xml_skin.py", line 57, in ? 
osd = osd.get_singleton() 
  File "./src/osd.py", line 218, in get_singleton 
_singleton = util.SynchronizedObject(OSD()) 
  File "./src/osd.py", line 365, in __init__ 
pygame.display.init() 
pygame.error: No available video device 



On Sun, 2003-08-24 at 16:46, Dirk Meyer wrote: 
> teemu ahola wrote: 
> > Hi, 
> > 
> > Sorry. I still does not work ;). Or maybe I did something wrong. I 
> > simply 'check out' files from cvs and ran './freevo setup', updated 
> > freevo.conf 'display = fbdev:vidix' and ran './freevo'. 
> 
> display=fbdev:vidix is not valid. Use display=fbdev and set 
> fbdev:vidix manualy as output device for mplayer. If it still doesn't 
> work, try export SDL_VIDEODRIVER=fbcon before starting Freevo. If you 
> still have problems, please mail what exactly happens. 
> 
-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Re: Problen with newest Freevo

2003-08-25 Thread Teemu Ahola
Hi,

Still no help ;). Basically my monitor goes Power Off and if my TV is
connected to my Radeon7000 SVIDEO connection, its picture goes
disordered. It seems that video signal goes to a mode, which is not
supported by my monitor nor my TV. Freevo 1.3.2 works OK. Also under
XFree Freevo works correctly. If I export SDL_VIDEODRIVER=fbcon I get
following output:



WARNING: freevo_config.py was changed, please check local_config.py

You are using version 3.5, changes since then:
Version 3.6:
 Added USE_MEDIAID_TAG_NAMES as directory based variable and
 HIDE_UNUSABLE_DISCS to hide discs in the wrong menus and empty
drives


ROM_DRIVES: Auto-detected and added "('/mnt/cdrom',
'/dev/cdroms/cdrom0', 'CD-1')"
Traceback (most recent call last):
  File "./src/main.py", line 99, in ?
skin= skin.get_singleton()
  File "./src/skin.py", line 71, in get_singleton
exec('import skins.' + config.OSD_SKIN  + '.' + config.OSD_SKIN  + '
as skinimpl')
  File "", line 1, in ?
  File "./src/skins/main/main.py", line 58, in ?
import xml_skin
  File "./src/skins/main/xml_skin.py", line 57, in ?
osd = osd.get_singleton()
  File "./src/osd.py", line 218, in get_singleton
_singleton = util.SynchronizedObject(OSD())
  File "./src/osd.py", line 365, in __init__
pygame.display.init()
pygame.error: No available video device



On Sun, 2003-08-24 at 16:46, Dirk Meyer wrote:
> teemu ahola wrote:
> > Hi,
> >
> > Sorry. I still does not work ;). Or maybe I did something wrong. I
> > simply 'check out' files from cvs and ran './freevo setup', updated
> > freevo.conf 'display = fbdev:vidix' and ran './freevo'.
> 
> display=fbdev:vidix is not valid. Use display=fbdev and set
> fbdev:vidix manualy as output device for mplayer. If it still doesn't
> work, try export SDL_VIDEODRIVER=fbcon before starting Freevo. If you
> still have problems, please mail what exactly happens.
> 
> 
> Dischi
> 
> -- 
> Half of the troubles of this life can be traced to saying yes too
> quickly and not saying no soon enough. - Josh Billings
> 
> 
> ---
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Vs: [Freevo-users] Re: Problen with newest Freevo

2003-08-24 Thread teemu ahola
Hi,

Sorry. I still does not work ;). Or maybe I did something wrong. I simply 'check out' 
files from cvs and ran './freevo setup', updated freevo.conf 'display = fbdev:vidix' 
and ran './freevo'.

-Teemu-

> teemu ahola wrote:
> > Hi,
> >
> > I know that the setup is from freevo.conf. But for some reason it
> > does not work with Freevo 1.3.4 but it does work with Freevo 1.3.2.
> 
> Try cvs please, I made some changes in the pygame init code. It should
> work now. 
> 
> 
> Dischi

begin:vcard
n:ahola;teemu
fn:teemu ahola
tel;cell:+358 (050) 5873210
adr:;;;Oulu;;;Finland
version:2.1
email;internet:[EMAIL PROTECTED]
end:vcard



Vs: [Freevo-users] Re: Problen with newest Freevo

2003-08-20 Thread teemu ahola
Hi,

I know that the setup is from freevo.conf. But for some reason it does not work with 
Freevo 1.3.4 but it does work with Freevo 1.3.2.

-Teemu-

- Alkuperäinen viesti -
Lähettäjä: Dirk Meyer <[EMAIL PROTECTED]>
Päivämäärä: Keskiviikko, Elokuu 20, 2003 11:29 am
Otsikko: [Freevo-users] Re: Problen with newest Freevo

> teemu ahola wrote:
> > Hi,
> >
> > So far I have managed to found out that the screen goes blanc 
> because of the line 340 on file osd.py. There is following line:
> >
> > self.screen = pygame.display.set_mode((self.width, self.height), 
> self.hw, self.depth)
> >
> > For some reason this causes the screen go to a mode, which is not
> > supported by my display nor my TV. I printed 'self.width' and
> > 'self.height' and they were 1024 and 768 which are correct value.
> >
> > Does anyone known what goes wrong and is there anything I can do
> > about it. I am not python programmed but I can try to help with
> > debugging. Freevo 1.3.2 works correctly.
> 
> It's in freevo.conf generated by calling 'freevo setup'
> 
> 
> Dischi
> 
> -- 
> Five exclamation marks, the sure sign of an insane mind.
>-- (Terry Pratchett, Reaper Man)
>
begin:vcard
n:ahola;teemu
fn:teemu ahola
tel;cell:+358 (050) 5873210
adr:;;;Oulu;;;Finland
version:2.1
email;internet:[EMAIL PROTECTED]
end:vcard



[Freevo-users] Re: Problen with newest Freevo

2003-08-19 Thread teemu ahola
Hi,

So far I have managed to found out that the screen goes blanc because of the line 340 
on file osd.py. There is following line:

self.screen = pygame.display.set_mode((self.width, self.height), self.hw, self.depth)

For some reason this causes the screen go to a mode, which is not supported by my 
display nor my TV. I printed 'self.width' and 'self.height' and they were 1024 and 768 
which are correct value.

Does anyone known what goes wrong and is there anything I can do about it. I am not 
python programmed but I can try to help with debugging. Freevo 1.3.2 works correctly.

-Teemu-
begin:vcard
n:ahola;teemu
fn:teemu ahola
tel;cell:+358 (050) 5873210
adr:;;;Oulu;;;Finland
version:2.1
email;internet:[EMAIL PROTECTED]
end:vcard



[Freevo-users] Problen with newest Freevo

2003-08-17 Thread Teemu Ahola
Hi,

I have a problem with newest Freevo (1.3.4). When I start it from
console, my screen goes Power off and TV's picture becomes disordered. I
have Radeon 7000 and I am using vesa fbdev. My Freevo.conf looks like
this:


cdparanoia = /usr/bin/cdparanoia
chanlist = us-cable
display = fbdev:vidix
fbxine = /usr/bin/fbxine
geometry = 1024x768
jpegtran = /usr/bin/jpegtran
lame = /usr/bin/lame
mplayer = /usr/bin/mplayer
oggenc = /usr/bin/oggenc
tv = pal
version = 2.1
xine = /usr/bin/xine


I had no problems with Freevo 1.3.2. I have Gentoo system and I
downloaded rsync-freevo script file and ran it before 'emerge freevo'.
However Freevo works well undex X, but for practical reasons, I don't
want to use Freevo with X.


-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 1.3.4 and console problem

2003-08-16 Thread Teemu Ahola
Hi,

I recheck my system with Freevo 1.3.2 and it works corretly. It seems
that 1.3.4 enabled screen options, which are not supported by my monitor
nor my TV. My 'display' parameter in /etc/freevo/freevo.conf file is
fbdev:vidix and 'geometry' is the same as current vesa mode, which is
1024x768. 

-Teemu- 


On Sat, 2003-08-16 at 09:54, Teemu Ahola wrote:
> Hi,
> 
> I have Gentoo system and I updated my Freevo to version 1.3.4. For some
> reason, Freevo does not work in console anymore. When I start Freevo,
> display goes to power off mode. Freevo works only undex X now. Earlier
> version worked flawlesly unded console and fbdev. I am using Radeon7000
> so fb driver is vesa.
> 
> -- 
> Teemu Ahola
> EMail : [EMAIL PROTECTED]
>   [EMAIL PROTECTED]
> Mobile: +358 50 5873210
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo 1.3.4 and console problem

2003-08-16 Thread Teemu Ahola
Hi,

I have Gentoo system and I updated my Freevo to version 1.3.4. For some
reason, Freevo does not work in console anymore. When I start Freevo,
display goes to power off mode. Freevo works only undex X now. Earlier
version worked flawlesly unded console and fbdev. I am using Radeon7000
so fb driver is vesa.

-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Radeon7000, mplayer and framebuffer

2003-08-14 Thread Teemu Ahola
Hi,

I am able to get mplayer to work with vesa framebuffer and vidix.
However performance is very poor. Since I am using TV-out too, I cannot
use radeonfb. Is there any way to increase video performance?

-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Irman, Lirc and button repeat

2003-07-30 Thread Teemu Ahola
Hi.

Is there something I have to put lircd.conf file so lirc would
understand repeats coming from Irman?



On Wed, 2003-07-30 at 16:36, Matthieu Weber wrote:
> On Wed 30.07.2003 at 09:09:58AM -0400, Aubin Paul wrote:
> > On Wed, Jul 30, 2003 at 09:43:00AM +0300, Matthieu Weber wrote:
> > > The one which is in the runtime, version I-don't-know-what. It actually
> > > returns ['ENTER'] when I press Enter for the first time, and [] for the
> > > repeated 'ENTER' events. But it does not give the repeat number, so that
> > > counting the repeats has to be done inside Freevo (if you want to drop
> > > every second repeat, because the IR repeat rate is to fast for you).
> > 
> > pylirc does return the repeatcount:
> > 
> > s = pylirc.nextcode(1)
> > for (code) in s:
> > print "Command: %s, Repeat: %d" % (code["config"], code["repeat"])
> 
> OK. I had no pylirc doc when hacking that part of Freevo, so I did my
> best to guess...
>  
> > > The other problem is buffering inside pylirc: the repeats are buffered
> > > until they are used, meaning that if you scroll the TV guide by
> > > continuously pressing one button, since jumping to the next TV Guide
> > > item takes more time than the repeat rate, you will ``store'' more
> > > repeats than you need, and when you release the key, the TV Guide
> > 
> > If you know the repeatcount, you can throw away repeats > X...
> 
> Actually not. If the action takes more time than the delay between two
> repeats, the repeated IR event will be buffered, and the scrolling will
> continue after the key is released. One solution would be to
> calculate/measure X (from your example) so that the action never takes
> more time than the interval between repeats. But this depends on the
> processor speed, display adapter, python version, optimization and I
> don't know what else.
> 
> I'll take a look at the pylirc CVS to make sure.
> 
> Matthieu
> -- 
>  (~._.~)Matthieu Weber - Université de Jyväskylä (~._.~)
>   ( ? )email : [EMAIL PROTECTED]  ( ? ) 
>  ()- -()   public key id : 452AE0AD  ()- -()
>  (_)-(_)  "Humor ist, wenn man trotzdem lacht (Germain Muller)"  (_)-(_)
> 
> 
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
> ___
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


signature.asc
Description: This is a digitally signed message part


[Freevo-users] Irman, Lirc and button repeat

2003-07-28 Thread Teemu Ahola
Hi,

I have running Freevo system :) and I have tried to configure Lirc to
handle corretly my TV's remote. Thing is that it (Salora RCS150) has no
separate button for mute, instead mute and power button is the same. TV
shuts down if I press the button for a long period and a short press
mutes and unmutes the TV. I would like to mute freevo too with long
press.

The problem seems to be that freevo (or lirc) does not understand button
repeats. test_name shows something like that:

rx `eaaa8000'
rx `salora-dvb-ok'
rx `salora-dvb-ok' (dup)
rx `salora-dvb-ok'
rx `salora-dvb-ok' (dup)
rx `salora-dvb-ok'
rx `salora-dvb-ok' (dup)
rx `salora-dvb-ok'
rx `eaaa8000'
rx `eaaa8000'
rx `salora-dvb-ok'
rx `eaaa8000'


so there definitely are repeats. Code `eaaa8000' seems to be start
and end mark.

How should I configure lirc so that it would understand repeats?

-- 
Teemu Ahola
EMail : [EMAIL PROTECTED]
[EMAIL PROTECTED]
Mobile: +358 50 5873210


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users