Hi Harald!
Yes, xineliboutput always wants to be the primary. But you can change
that online via SVDRP:
plug xineliboutput prim NUMBER
With that you can switch the primary device to another one.
Regards,
Stephan.
Am 12/21/2016 um 02:42 PM schrieb Harald Milz:
On Tue, Dec 20, 2016 at 06:09:
Using the latest git version of the femon plugin:
https://github.com/rofafor/vdr-plugin-femon
I can successfully build it for vdr-2.3.1.
With vdr-2.3.2 I get the following errors:
*** Plugin femon:
g++ -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -march=native
-D__user= -D__u8=uint8_
On 26.12.2016 21:49, Richard Scobie wrote:
Using the latest git version of the femon plugin:
https://github.com/rofafor/vdr-plugin-femon
I can successfully build it for vdr-2.3.1.
With vdr-2.3.2 I get the following errors:
*** Plugin femon:
g++ -O3 -Wall -Werror=overloaded-virtual -Wno-parent
Klaus Schmidinger wrote:
Try adding
virtual int Width(void) const { return 50; }
to cFemonDummyFont.
Klaus
Thanks Klaus, that fixed it.
So far, so good with 2.3.2. I was having real problems with 2.3.1 but
they're all fixed now.
Regards,
Richard