Jump to content


Photo

Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit


  • Please log in to reply
2061 replies to this topic

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #281 Pr2

  • PLi® Contributor
  • 6,154 posts

+261
Excellent

Posted 31 December 2011 - 15:11

Hi,

Here are the result on a test PC that a friend of me hire me to test E2 on PC.

 
qvdpautest 0.5.1
Intel(R) Atom(TM) CPU  330   @ 1.60GHz
NVIDIA GPU ION (C79) at PCI:3:0:0 (GPU-0)
 
VDPAU API version : 1
VDPAU implementation : NVIDIA VDPAU Driver Shared Library  280.13  Wed Jul 27 17:18:15 PDT 2011
 
SURFACE GET BITS: 233.767 M/s
SURFACE PUT BITS: 273.825 M/s
 
MPEG DECODING (1920x1080): 56 frames/s
MPEG DECODING (1280x720): 128 frames/s
H264 DECODING (1920x1080): 48 frames/s
H264 DECODING (1280x720): 84 frames/s
VC1 DECODING (1440x1080): 64 frames/s
 
MIXER WEAVE (1920x1080): 270 frames/s
MIXER BOB (1920x1080): 388 fields/s
MIXER TEMPORAL (1920x1080): 99 fields/s
MIXER TEMPORAL + IVTC (1920x1080): 56 fields/s
MIXER TEMPORAL + SKIP_CHROMA (1920x1080): 111 fields/s
MIXER TEMPORAL_SPATIAL (1920x1080): 30 fields/s
MIXER TEMPORAL_SPATIAL + IVTC (1920x1080): 24 fields/s
MIXER TEMPORAL_SPATIAL + SKIP_CHROMA (1920x1080): 35 fields/s
MIXER TEMPORAL_SPATIAL (720x576 video to 1920x1080 display): 96 fields/s
 
MULTITHREADED MPEG DECODING (1920x1080): 56 frames/s
MULTITHREADED MIXER TEMPORAL (1920x1080): 80 fields/s

Pr2
P.S.: can you please add the debhelper package in the build_libs.sh script in the git it is the only one that is missing to achieve compiling, thanks.

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #282 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 1 January 2012 - 12:36

i have added the package

Hi,

Here are the result on a test PC that a friend of me hire me to test E2 on PC.

 
qvdpautest 0.5.1
Intel(R) Atom(TM) CPU  330   @ 1.60GHz
NVIDIA GPU ION (C79) at PCI:3:0:0 (GPU-0)
 
VDPAU API version : 1
VDPAU implementation : NVIDIA VDPAU Driver Shared Library  280.13  Wed Jul 27 17:18:15 PDT 2011
 
SURFACE GET BITS: 233.767 M/s
SURFACE PUT BITS: 273.825 M/s
 
MPEG DECODING (1920x1080): 56 frames/s
MPEG DECODING (1280x720): 128 frames/s
H264 DECODING (1920x1080): 48 frames/s
H264 DECODING (1280x720): 84 frames/s
VC1 DECODING (1440x1080): 64 frames/s
 
MIXER WEAVE (1920x1080): 270 frames/s
MIXER BOB (1920x1080): 388 fields/s
MIXER TEMPORAL (1920x1080): 99 fields/s
MIXER TEMPORAL + IVTC (1920x1080): 56 fields/s
MIXER TEMPORAL + SKIP_CHROMA (1920x1080): 111 fields/s
MIXER TEMPORAL_SPATIAL (1920x1080): 30 fields/s
MIXER TEMPORAL_SPATIAL + IVTC (1920x1080): 24 fields/s
MIXER TEMPORAL_SPATIAL + SKIP_CHROMA (1920x1080): 35 fields/s
MIXER TEMPORAL_SPATIAL (720x576 video to 1920x1080 display): 96 fields/s
 
MULTITHREADED MPEG DECODING (1920x1080): 56 frames/s
MULTITHREADED MIXER TEMPORAL (1920x1080): 80 fields/s

Pr2
P.S.: can you please add the debhelper package in the build_libs.sh script in the git it is the only one that is missing to achieve compiling, thanks.



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #283 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 1 January 2012 - 13:34

Happy new year!!

Here's my first patch ever (Never worked with git before. I hope I did it right).

Changes:
- added xine.conf to configuration backup
- added switch to turn off configure / autoconf (that took on my machine > 30 seconds everytime and is
for developers often unnecessary)

@nobody9: Is it ok?

Attached Files


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #284 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 1 January 2012 - 13:57

Happy new year,
yes it´s ok, i have committed your changes to git.

Happy new year!!

Here's my first patch ever (Never worked with git before. I hope I did it right).

Changes:
- added xine.conf to configuration backup
- added switch to turn off configure / autoconf (that took on my machine > 30 seconds everytime and is
for developers often unnecessary)

@nobody9: Is it ok?



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #285 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 1 January 2012 - 14:01

Thanks!!

(I'm currently reading git docu. I have only worked with subversion and cvs before. It's pretty much different.)
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #286 neku

  • Senior Member
  • 181 posts

+2
Neutral

Posted 1 January 2012 - 16:17

btw.

This is a very nice git tutorial: http://learn.github.com/p/intro.html

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #287 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 1 January 2012 - 17:29

Thanks for the link!

This site is also quite nice:
http://gitref.org/creating/
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #288 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 1 January 2012 - 18:00

Here's another patch.

Changes:
- turn on xine verbosity before driver setup to get important informations about choosen driver and renderer

@nobody9, buyukbang and balans: I'll have something for you ;) (see messenger)

Attached Files


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #289 neku

  • Senior Member
  • 181 posts

+2
Neutral

Posted 1 January 2012 - 18:25

If there is something to test on an ATi graphic card, I would be glad if I could help.

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #290 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 1 January 2012 - 18:32

is committed


Here's another patch.

Changes:
- turn on xine verbosity before driver setup to get important informations about choosen driver and renderer

@nobody9, buyukbang and balans: I'll have something for you ;) (see messenger)



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #291 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 1 January 2012 - 18:47

@nobody9: You're really fast. Thanks!

@all: Can you change window size without problems(I mean with the mouse)? If I shrink the size e2 crashes. If I increase size I get this:
Attached File  Bildschirmfoto am 2012-01-01 18:45:59.png   494.99KB   56 downloads

Edited by betacentauri, 1 January 2012 - 18:48.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #292 neku

  • Senior Member
  • 181 posts

+2
Neutral

Posted 1 January 2012 - 18:50

My windows look exactly like yours while changing the size.

Edited by neku, 1 January 2012 - 18:53.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #293 Seal

  • Member
  • 45 posts

+3
Neutral

Posted 1 January 2012 - 21:56

@shumifan50,
attached the vtuner apps for mipsel,i686 and x86_64
[...]


Can you attach or give link for sources of vtunerd/vtunerc ? I want compile VTUNERD for MIPS AR71xx platform (openwrt router) and share DVB card over network to my PC ;)

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #294 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 1 January 2012 - 22:20

http://openpli.org/f...post__p__238757


@shumifan50,
attached the vtuner apps for mipsel,i686 and x86_64
[...]


Can you attach or give link for sources of vtunerd/vtunerc ? I want compile VTUNERD for MIPS AR71xx platform (openwrt router) and share DVB card over network to my PC ;)



Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #295 Seal

  • Member
  • 45 posts

+3
Neutral

Posted 2 January 2012 - 00:11

did somenone transffered succesfully over vtuner dvb buget card (tbs qbox s2) ?

i compiled vtunerd on mips (openwrt on Netgear 3700v2) connected succesfully dvb card - everything in /dev/dvb/ is ok

but when i try to watch any channel i got in logs:

vtunerd: [2461 ../../vtuner-dmm-3.c:152]  info: FE_SET_FRONTEND parameters: freq:1047718 inversion:2 SR:27500000 FEC:5
vtunerd: [2461 ../../vtuner-dmm-3.c:152]  info: FE_SET_FRONTEND parameters: freq:1737000 inversion:2 SR:27500000 FEC:5
vtunerd: [2461 ../../vtuner-dmm-3.c:144]  warn: FE_GET_FRONTEND failed
vtunerd: [2461 ../../vtunerd-service.c:449]  warn: vtuner call failed, type:2 reason:-1

Full log from PC:

root@mpc:/tmp# vt -f s2:1
vtunerc: vtuner client (vtunerc), part of vtuner project
Visit http://code.google.com/p/vtuner/ for more information
Copyright (C) 2009-11 Roland Mieslinger
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
vtunerc: Revision:63f73de8b63c/tip DVB:5.1 allow:5.x NetProto:2 MsgSize:96, Debug:3
vtunerc: [3745 ../../vtunerc.c:452]  info: added frontend mode DVB-S2 as mode 0, searching for tuner types 9
vtunerc: [3745 ../../vtunerc.c:533]  info: Created pidfile /var/run/vtunerc0.pid
vtunerc: [3745 ../../vtunerc.c:586]  info: no server connected. discover thread is 0 (DWS_IDLE:0, DWS_RUNNING:1)
vtunerc: [3745 ../../vtunerc.c:588]  info: changing frontend mode to DVB-S2
vtunerc: [3745 ../../vtunerc.c:617]  info: Start discover worker for device type 9 groups 1
vtunerc: [3745 ../../vtunerc.c:214]  info: starting discover thread
vtunerc: [3745 ../../vtunerc.c:258]  info: Sending discover message for device types 9
vtunerc: [3745 ../../vtunerc.c:258]  info: Sending discover message for device types 9
vtunerc: [3745 ../../vtunerc.c:272]  info: Received discover message from 192.168.1.1 proto2 control 45840 data 55031
vtunerc: [3745 ../../vtunerc.c:637]  info: connect control socket to 192.168.1.1:45840
vtunerc: [3745 ../../vtunerc.c:654]  info: connected data socket to 192.168.1.1:55031


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #296 behnam

  • Member
  • 6 posts

0
Neutral

Posted 3 January 2012 - 23:51

Hi
I am in enigma2 pc
my pc is:[list]
[*]Packard Bell Imax Mini N3600 Desktop PC
[*]Processor: Intel Atom N230 1.6GHz
[*]Memory: 2GB RAM (Installed)
[*]my dvb card is skystar S2 HD CI
[*]I install XUBUNTU 11.10
[/list]
I flowe this read me

https://github.com/nobody9/openpliPC
my probelm
This commnd ./qvdpautest not works for me!!
qvdpautest: cannot connect to X server
when i run enigma2 i have problem tunig faild!!
I test with Kaffien player , can scan chanals but no any pic
maybe somebody can help
Thanks

Edited by behnam, 3 January 2012 - 23:52.


Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #297 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 6 January 2012 - 21:09

Hi everybody,

OSD wasn't visible for ATI graphic cards users until now. I have changed source code so that opengl driver can now show OSD.
It works with all common opengl renderer (2D_Tex_Fragprog, 2D_Tex, 2D_Tex_Tiled and Image_Pipeline).
To change to opengl driver you can change the video.driver line (in /usr/local/e2/share/enigma2/xine.conf) to
video.driver:opengl

To get the source code checkout git and switch to new branch osd.
git clone https://github.com/nobody9/openpliPC.git
git checkout osd

Big thanks for the beta testers: nobody9, neku, balans and buyukbang!!!

Known bugs:[list]
[*]according to nobody9 e2 crashes with nvidia graphic card and opengl driver on HD channels (SD channels work)
[/list]
With ATI graphic cards (5770, 4290) we had no problems with HD and SD.

Technical:
I use a second texture (for Image_Pipeline a second draw) which is rendered over the video with alphablending.
2 renderings are used and no multitexturing (that would cause too many changes to the source code).

Regards,
Betacentauri

Edited by betacentauri, 6 January 2012 - 21:13.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #298 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 6 January 2012 - 21:16

I had to shut down e2 first.
init 4

did somenone transffered succesfully over vtuner dvb buget card (tbs qbox s2) ?

i compiled vtunerd on mips (openwrt on Netgear 3700v2) connected succesfully dvb card - everything in /dev/dvb/ is ok

but when i try to watch any channel i got in logs:

vtunerd: [2461 ../../vtuner-dmm-3.c:152]  info: FE_SET_FRONTEND parameters: freq:1047718 inversion:2 SR:27500000 FEC:5
vtunerd: [2461 ../../vtuner-dmm-3.c:152]  info: FE_SET_FRONTEND parameters: freq:1737000 inversion:2 SR:27500000 FEC:5
vtunerd: [2461 ../../vtuner-dmm-3.c:144]  warn: FE_GET_FRONTEND failed
vtunerd: [2461 ../../vtunerd-service.c:449]  warn: vtuner call failed, type:2 reason:-1


Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #299 Seal

  • Member
  • 45 posts

+3
Neutral

Posted 6 January 2012 - 21:49

I had to shut down e2 first.


I done this, i know that two apps shouldnt access dvb card :)

Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #300 nobody9

  • Senior Member
  • 187 posts

+76
Good

Posted 7 January 2012 - 00:06

Hi Seal,

you have compiled vtunerd for mipsel with dreambox hardware support that's it´s wrong.
Remove -DHAVE_DREAMBOX_HARDWARE from you makefile.



I had to shut down e2 first.


I done this, i know that two apps shouldnt access dvb card :)




4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users