According to modinfo the option name is rtw_initmac
Posts by mglae
-
-
-
This worked perfect, gave me 59.94 for refresh rate
Fine.
To make it persistent an approach can be:
Codemkdir -p /storage/.config/system.d/xorg.service.d cat >/storage/.config/system.d/xorg.service.d/randr.conf <<EOF [Service] ExecStartPost=-/bin/sh -c ". /etc/profile; exec /bin/sh /storage/.config/xorg.xrandr.sh" EOF
And put the first two xrandr lines into /storage/.config/xorg.xrandr.sh
Is completely untested.
If someone with working 4k environment posts the output of xrandr --listmonitors --verbose|pastebinit possibly missing modes can be added too.
-
Maybe there is additional information in the xorg log:
Finally you can try to add the mode manually: -
Looks like the firmware file is missing for your GPU:
-
It would be nice to see it in the next build of LE 8.0.X
It's now prepared to be in 8.2
-
The change is included into Milhouse's Leia test build #706. Installation instructions can be found in first post of the thread.
I recommend the creation of a new SD card for the boot test as Kodi Leia in it's early state is not ready for normal use.
-
There is a thread with a similar issue.
After booting off USB and inserting a SD card please execute:
(dmesg;lsmod;lspci;lsusb)|pastebinit
and post the resulting URL.
-
The needed driver rtsx_pci_sdmmc is build as module and therefore not available at boot time.
You have to use the USB card reader until the kernel configuration is changed.
I will PR the change and get you informed. -
To check if the SD-Card reader is supported in general boot the LE SD card from USB and insert a second SD card to the reader (file system does not matter).
Please post output of dmesg and lsmod.
-
-
There should be an option in Kodi 17 - as there was in 16 - for system-addons-system-dependencies
If you are looking for Manage Dependencies Settings Level has to be Advanced or Expert.
-
Maybe same joystick/game pad problem:
-
Addon vizualization.wavforhue terminates Kodi:
CodeThread 1 (Thread 0x74f84000 (LWP 1718)): #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:58 #1 0x7538d400 in __GI_abort () at abort.c:89 #2 0x66de229c in WavforHue::SaveState(std::string) () from /storage/.kodi/addons/visualization.wavforhue/visualization.wavforhue.so.1.0.0 #3 0x66dee14c in WavforHue_Thread::GetPriorState() () from /storage/.kodi/addons/visualization.wavforhue/visualization.wavforhue.so.1.0.0 #4 0x66ddf418 in Start () from /storage/.kodi/addons/visualization.wavforhue/visualization.wavforhue.so.1.0.0 #5 0x007081c4 in ADDON::CVisualisation::Create(int, int, int, int, void*) ()
Deinstalling the plugin should solve the crashes. -
A remote's "devinput KEY_C" event is technically different to a keyboard event.
You need to create your own Lircmap.xml like this:
-
Quote
I wasn´t able to find out, why only some picons are in the list and some channels without the picons.
Even I don´t understand the system of filenames like e.g. 1_0_1_1_1_9_5A0000_0_0_0.png to research for a solution.The file names are generated from the channel parameters: vdr-plugin-vnsiserver/vnsiclient.c at master · FernetMenta/vdr-plugin-vnsiserver · GitHub
You can try geting the sources from GitHub - picons/picons-source and generating the picons from your VDR channels.conf. But be warned, I did need some tweaking to get all my DVB-C picons a few months ago.
-
Try the srp-* file.
-
Yes, but there are several reports up to Intel Core iX regarding MPEG2 playback like SD Live TV or DVDs.
From the usage view this usually can be solved by disabling the "Use MPEG-2 VAAPI" setting.