Posts by mglae
-
-
In addition you may configure your terminal program on a different machine with a large scroll back buffer and open two ssh sessions with running journalctl -f and tail -f /storage/.kodi/temp/kodi.log
-
-
Is possible:
- Create generic install media and boot it.
- <Alt>-F3 to get the terminal screen.
- blkid to list the partitions. Memorize your system partition device.
- mkdir /tmp/mnt;mount <Your Device> /tmp/mnt
- cp /flash/KERNEL /tmp/mnt
- cp /flash/SYSTEM /tmp/mnt
- sync
- reboot
-
-
In mobile view:
Menu (top left) -> Options -> Manage Subscription
-
-
Code
08:19:25.542 T:139695467251456 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-h264-vdpau 08:19:25.545 T:139695467251456 DEBUG: CVDPAU::SetWidthHeight Setting OutWidth: 1920 OutHeight: 1080 08:19:25.545 T:139695467251456 NOTICE: (VDPAU) screenWidth:1920 vidWidth:3840 surfaceWidth:3840 08:19:25.545 T:139695467251456 NOTICE: (VDPAU) screenHeight:1080 vidHeight:2160 surfaceHeight:2160 0
Getting back to the OP, the log shows that the VDPAU code initializes the downscaler early in SetWidthHeight() and sets the output screen size to the current screen size of 1920x1080. As this is part of the VDPAU Mixer the behaviour can be disabled with the Mixer setting.
Just my five cents, I know that this does not help you.
-
-
Error changes from Permission deniedto Invalid argument. Looks like the server only speaks SMB1.
Sorry, no further idea beside the obvious wrong name or password. Maybe you can try smbclient to check the access.
-
To the other options.
mount -t cifs -o vers=2.0,username=tv,...
or
Options=vers=2.0,username=xxx,...
-
Does your server still support SMB1 protocol?
If not add the "vers=2.0" option.
-
It looks like.
Saw your posts in the Testbuilds thread on kodi.tv. If you are willing to do more testing: the nvidia driver was updated in Testbuild #0724. When #0723 works and #0724 fails it is a strong indication for the driver.
-
-
The .local domain is used and reserved for mDNS.
To speed up name resolution LibreELEC is configured to stop any *.local name request after mDNS failed. It is not forwarded to DNS.
-
- Are there two boot options (EFI/legacy) for the USB stick? If yes, try the installation with the other one.
- If your BIOS contains a CSM EFI boot option try to enable it.
- Some ASUS devices do use a small unformatted EFI System Partition that may have been erased during LE installation. Please google how to recreate it.
No guarantee that any idea works.
-
A random MAC is generated on every boot. See Wifi Dongle not remembering password.
-
After hopefully fixing syslinux 64-bit kernel handover boot in 32-bit environment and testing in qemu I'm looking for testers owning real x86 EFI32 devices.
Please create a generic LE installation media, put the two attached files into /EFI/BOOT of the first partition and boot it.
Thanks.