Anyone experiencing problems with 1440p monitors?
Connection to 4k TV works fine, but with my 27" 1440p monitor the best I get is 1080p.
Here more details.
Anyone experiencing problems with 1440p monitors?
Connection to 4k TV works fine, but with my 27" 1440p monitor the best I get is 1080p.
Here more details.
I think the responsible is this commit.
I would love to do that.. but what should I change?
sorry, just tried with the official one and it worked.
I'm trying to build this one:
Hi guys, unfortunately the latest master doesn't build as below:
APPLY PATCH (common) packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-systemd-services.patch
patching file xbmc/addons/Addon.cpp
Hunk #1 FAILED at 396.
Hunk #2 succeeded at 438 (offset -5 lines).
1 out of 2 hunks FAILED -- saving rejects to file xbmc/addons/Addon.cpp.rej
patching file xbmc/addons/Addon.h
Hunk #1 succeeded at 77 (offset -7 lines).
Makefile:12: recipe for target 'image' failed
make: *** [image] Error 1
the rejects are here
I started over from scratch, now the patches apply fine but I get an error when trying to build texturepacker:
/usr/bin/ld: /home/ijr/temp/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/lib/liblzo2.a(lzo1x_9x.c.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC/usr/bin/ld: final link failed: Nonrepresentable section on output
here the log:
Hey thanks a lot vpeter , I'll definitely give that a try.
In the meantime I have another error, this time when building kodi
if you need more logs let me know..
APPLY PATCH (common) packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-systemd-services.patchpatching file xbmc/addons/Addon.cppHunk #1 FAILED at 396.Hunk #2 succeeded at 438 (offset -5 lines).1 out of 2 hunks FAILED -- saving rejects to file xbmc/addons/Addon.cpp.rejpatching file xbmc/addons/Addon.hHunk #1 succeeded at 77 (offset -7 lines).make: *** [Makefile:12: image] Error 1
and here's the .rej
ok so now it stops at the avahi build, I searched and found tons of results for the intltool error, unfortunately none helps
both in the build folder and on my OS libtool is >= 0.35
intltoolize --version
intltoolize (GNU intltool) 0.51.0
thanks again no1home works perfectly!
how did you figure out what the problem was?
hope this is ok..
Hey thanks a lot no1home, the patch works, nevertheless I'm getting another error when building gcc:
I'm on arch linux and perl is at v5.26.0
/home/ijr/temp/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/gcc-6.2.0/gcc/ubsan.c: In function 'bool ubsan_use_new_style_p(location_t)':/home/ijr/temp/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/gcc-6.2.0/gcc/ubsan.c:1472:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] || xloc.file == '\0' || xloc.file[0] == '\xff' ^~~~make[3]: *** [Makefile:1085: ubsan.o] Error 1make[3]: *** Waiting for unfinished jobs....rm gcc.podmake[3]: Leaving directory '/home/ijr/temp/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/gcc-6.2.0/.x86_64-pc-linux-gnu-bootstrap/gcc'make[2]: *** [Makefile:4110: all-gcc] Error 2make[2]: Leaving directory '/home/ijr/temp/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/gcc-6.2.0/.x86_64-pc-linux-gnu-bootstrap'make[1]: *** [Makefile:858: all] Error 2
sorry, it's alsa-lib
an error, so the build stops
autoreconf: running: /home/ijr/temp/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin/automake --add-missing --copy
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /home/ijr/temp/http://LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/toolchain/bin/automake line 3936.
which is the unescaped left brace ( [ or { ?
a fresh restart fixed it, thanks!
Unfortunately ffmpeg is failing to crosscompile with latest LE master.
here the log.
I think the interesting part is:
checking sys/cdio.h presence... yes
checking dynamic linker characteristics... no
checking for sys/cdio.h... no
checking sys/dvdio.h usability... gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
no
checking how to hardcode library paths into programs... immediate
checking for shl_load...
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
make[6]: *** [CMakeFiles/ffmpeg.dir/build.make:106: ffmpeg-prefix/src/ffmpeg-stamp/ffmpeg-configure] Error 1
make[6]: Leaving directory '/home/ijr/temp/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/kodi-zattoo_retro/.armv7ve-libreelec-linux-gnueab
i/build/ffmpeg/src/ffmpeg-build'
make[5]: *** [CMakeFiles/Makefile2:68: CMakeFiles/ffmpeg.dir/all] Error 2
Display More