Re: [vdr] New Video Decode and Presentation API from NVidia

2008-12-14 Thread Chris Silva
On Sun, Dec 14, 2008 at 3:18 PM, Gerald Dachs  wrote:
> Am Sun, 14 Dec 2008 16:55:52 +0200
> schrieb Lauri Tischler :
>
>> Andrew Herron wrote:
>> > Hi,
>> >
>> > This ASUS board would be suitable;
>> >
>> > http://www.asus.com/products.aspx?modelmenu=1&model=2579&l1=3&l2=11&l3=812&l4=0
>>
>> Too small, not enough pci-slots, minimum three pci-slots needed.
>> Four or five pci-slots would be nice.
>
> And wrong cpu, I think I will buy this one:
> http://www.phoronix.com/scan.php?page=article&item=nvidia_8200_mobos&num=3
> If I would need anyway a graphics card, then a big cooler would only
> block a pci-e slot. The cpu socket is more near to the back side of the
> motherboard than on many other mainboards. So I would get more space
> between the cpu cooler and the cd rom drive in my S16T case.
>
> Gerald
>

Hi.

I was thinking on getting this one: Gigabyte GA-E7AUM-DS2H with a
VDPAU working GeForce 9400 integrated onboard.

But the problem remains. I need at least 3 PCI slots. So, any
suggestions on other boards with VDPAU *supported* chips?

Chris

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Minimal VDR install

2009-01-12 Thread Chris Silva
Hi, folks.

My current vdr is instaled over "normal" ubuntu desktop since forever.
Now I want to try something similar starting with ubuntu server and
reducing installed packages to the minimum.

I found a similar ideia at this link:
http://kuparinen.org/martti/comp/vdr/vdr.html

Now for the questions:

- Anyone with similar approach?
- What is the minimum xorg needed?
- Recommended settings?

The ideia is to have a lightweight system installed on a usb pen
(almost all files are read only, so no problem) and add one or more
HDD drives to perform the recording. Those drivers will only work when
a recording is scheduled. Thus reducing noise to the minimum.
Currently I have almost no dB coming from my vdr box, except for the
disks.

I need to take in account other applications xorg needs. Like xine,
mplyer, whatever.

I really want to end up with a minimal/no noise fully working system.

Thanks.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] OT question

2009-01-12 Thread Chris Silva
On Mon, Jan 12, 2009 at 9:46 PM, Sascha Vogt  wrote:
> Hi Lucian,
>
> Lucian Muresan wrote:
>> Sascha Vogt wrote:
>>> Hi Lauri,
>>>
>>> Lauri Tischler wrote:
 Sascha Vogt wrote:
> as my hardware is shipping (went for the ASUS M2N78Pro, GeForce 8300
> with an Athlon X2 4850e, hopefully that'll work with VDPAU and HD
> videos)
 Couldn't find M2N78Pro, do you mean M3N78PRO ?
>>> Sorry, you're right, meant the M3N78Pro.
>>
>> Does this board have at least headers for a parallel printer port? I
>> can't find a hi-res picture of it, and docs do not mention it, so I fear
>> I couldn't use my graphical VFD if I where to decide on this board in
>> favour of some 8200-based still in ATX form factor.
> Nope, sorry, I can't find any parallel ports on the port. There is an
> internal COM Port available. I guess you'd need an USB<->parallel converter.
>
> Greetings
> -Sascha-

Or a COM < - > LPT converter and forget the USB drivers.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Can't compile VDR

2009-01-14 Thread Chris Silva
Hi.

I'm having problems compiling VDR 1.7.0 and 1.7.3.

This is the error:

/usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:64:28:
error: linux/compiler.h: No such file or directory
In file included from
/usr/local/src/s2-liplianin/linux/include/linux/videodev.h:16,
 from dvbdevice.c:13:
/usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:560:
error: field '__user' has incomplete type
/usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:560:
error: expected ';' before '*' token
/usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:567:
error: expected ';' before '*' token
/usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:569:
error: variable or field '__user' declared void
/usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:569:
error: expected ';' before '*' token
In file included from dvbdevice.c:13:
/usr/local/src/s2-liplianin/linux/include/linux/videodev.h:148: error:
expected ';' before '*' token
In file included from dvbdevice.c:17:
/usr/local/src/s2-liplianin/linux/include/linux/dvb/video.h:162:
error: expected ';' before '*' token
/usr/local/src/s2-liplianin/linux/include/linux/dvb/video.h:195:
error: expected ';' before '*' token
dvbdevice.c: In member function 'virtual void
cDvbDevice::StillPicture(const uchar*, int)':
dvbdevice.c:1299: error: too many initializers for 'video_still_picture'
dvbdevice.c:1299: error: invalid conversion from 'char*' to 'int32_t'
dvbdevice.c:1305: error: too many initializers for 'video_still_picture'
dvbdevice.c:1305: error: invalid conversion from 'char*' to 'int32_t'
make: *** [dvbdevice.o] Error 1

Same error happens with s2-liplianin *and* v4l-dvb, with latest revisions.

Tried googling for it, but no solution...

Any thoughts?

Thanks

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Minimal VDR install

2009-01-14 Thread Chris Silva
On Mon, Jan 12, 2009 at 8:34 PM, Magnus Hörlin  wrote:
> Chris Silva wrote:
>> Hi, folks.
>>
>> My current vdr is instaled over "normal" ubuntu desktop since forever.
>> Now I want to try something similar starting with ubuntu server and
>> reducing installed packages to the minimum.
>>
>> I found a similar ideia at this link:
>> http://kuparinen.org/martti/comp/vdr/vdr.html
>>
>> Now for the questions:
>>
>> - Anyone with similar approach?
>> - What is the minimum xorg needed?
>> - Recommended settings?
>>
>> The ideia is to have a lightweight system installed on a usb pen
>> (almost all files are read only, so no problem) and add one or more
>> HDD drives to perform the recording. Those drivers will only work when
>> a recording is scheduled. Thus reducing noise to the minimum.
>> Currently I have almost no dB coming from my vdr box, except for the
>> disks.
>>
>> I need to take in account other applications xorg needs. Like xine,
>> mplyer, whatever.
>>
>> I really want to end up with a minimal/no noise fully working system.
>>
>> Thanks.
>>
>> ___
>> vdr mailing list
>> vdr@linuxtv.org
>> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>>
>>
> I run "minimal" diskless ubuntu setups on a vdr server and three
> clients. The basic "cli" install of ubuntu desktop is <600MB and on the
> server there's not very much to add, just what's needed to compile vdr
> and an nfs server. On the clients I just install xinit and xorg-driver
> plus what's needed to compile xine. Then I start X with startx and
> vdr-sxfe/xbmc/performous with the remote using .xinitrc/irexec. No gdm
> or window manager, except for on my desktop client. And with a picoPSU
> the clients run at <30W so they're silent all right. The server with
> three hdd's and raid5 use a bit more but it's hidden away in the attic
> so I can't hear it anyway.
> I usually start by installing the latest version of ubuntu on one
> computer and then duplicate that directory  for every client. Then it's
> just to boot that install for every client and add the rest of the
> packages needed for that hardware (I have one intel, one nvidia and one
> amd client so I can follow their respective X driver progress).
> /Magnus H
>

Ubuntu desktop under <600MB? My standard Ubuntu install uses more than 1Gb.

Do you have a non standard install procedure?

Chris

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Can't compile VDR

2009-01-14 Thread Chris Silva
On Thu, Jan 15, 2009 at 12:45 AM, user. vdr  wrote:
> On Wed, Jan 14, 2009 at 3:41 PM, Chris Silva <2manybi...@gmail.com> wrote:
>> I'm having problems compiling VDR 1.7.0 and 1.7.3.
>>
>> This is the error:
>>
>> /usr/local/src/s2-liplianin/linux/include/linux/videodev2.h:64:28:
>> error: linux/compiler.h: No such file or directory
>> In file included from
>> /usr/local/src/s2-liplianin/linux/include/linux/videodev.h:16,
>> from dvbdevice.c:13:
>
> Starting with the first error, try this:
> cp /usr/src/linux/include/linux/compiler.h
> /usr/local/src/s2-liplianin/linux/include/linux

Hi.

Thanks for the help. Installing things from memory can get you into trouble.

After writing the mail, read my notes and found the error...

A simple
cp /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h
/usr/local/src/v4l-dvb/linux/include/linux/
or
cp /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h
/usr/local/src/s2-liplianin/linux/include/linux/

solves it.

Sorry for that.

Now i'm having another error:

etype2 -I/usr/local/src/s2-liplianin/linux/include tools.c
tools.c: In member function âssize_t cUnbufferedFile::Write(const
void*, size_t)â:
tools.c:1611: error: no matching function for call to âmin(long
unsigned int, off_t)â
make: *** [tools.o] Error 1

It seems to be caused by s2-liplianin drivers.

Gonna try v4l-dvb. BTW, which repo is most up-to-date concerning
S2-3200 card? v4l-dvb or s2-liplianin?

Thanks.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] Can't compile VDR

2009-01-14 Thread Chris Silva
On Thu, Jan 15, 2009 at 2:50 AM, Chris Silva <2manybi...@gmail.com> wrote:

>
> Hi.
>
> Thanks for the help. Installing things from memory can get you into trouble.
>
> After writing the mail, read my notes and found the error...
>
> A simple
> cp /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h
> /usr/local/src/v4l-dvb/linux/include/linux/
> or
> cp /usr/src/linux-headers-$(uname -r)/include/linux/compiler.h
> /usr/local/src/s2-liplianin/linux/include/linux/
>
> solves it.
>
> Sorry for that.
>
> Now i'm having another error:
>
> etype2 -I/usr/local/src/s2-liplianin/linux/include tools.c
> tools.c: In member function âssize_t cUnbufferedFile::Write(const
> void*, size_t)â:
> tools.c:1611: error: no matching function for call to âmin(long
> unsigned int, off_t)â
> make: *** [tools.o] Error 1
>
> It seems to be caused by s2-liplianin drivers.
>
> Gonna try v4l-dvb. BTW, which repo is most up-to-date concerning
> S2-3200 card? v4l-dvb or s2-liplianin?
>
> Thanks.
>

Well... VDR 1.7.0 compiles against v4l-dvb. VDR 1.7.3 still gives the
error above.

Any help is welcome.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] xbmc-pvr (was - HD clients for vdr)

2009-08-20 Thread Chris Silva
On Thu, Aug 20, 2009 at 6:15 PM, Goga777 wrote:
>> >> eventually abandon xinelib. At the moment I just press a button on my
>> >> remote to switch between xbmc and vdr-sxfe so I can have the best of
>> >> both worlds.
>
> would you like to describe more details your installation - xbmc and vdr 
> please
>
> Goga
>

Hi.

I'm trying to do just that. A separate install for vdr and xbmc. No
integration for me now, since the plugins functionality is lost.

A few methods are described here -
http://www.xbmc.org/forum/showthread.php?t=47560.

Perhaps Magnus can say for sure what method he uses.

Cheers
Cris

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr