Easiest way would be to actually install LibreELEC to the USB drive.
Posts by vitorp07
-
-
The problem is fixed, but I don't know why I needed a script to fix the problem.I see this problem a lot when "LVDS" is present, that includes laptops also.
-
Here is the link.
Index of / -
A hard reset would delete your settings and addons as it will format your storage partition.
You can just do a fresh(new) install using a USB stick or SD card, then if necessary restore your settings/addons using your backup file which you should copy/move to an external media(USB...) before. -
You should probably ask that in the Kodi forums, not really a LibreELEC issue as i get the same behavior in Windows also.
-
IIRC for now if you have an Intel graphics or an older GPU the setting "2" is recommended,
if you have a more recent GPU or Nvidia you can safely use "3".I have tried both "2" and "3" and i have yet to see a difference on a GTX 1070 or GTX 750 Ti.
-
Are you going to keep it connected to that screen(1680x1050 VGA1) if so SSH try this below;
Or if you also want to disable the other screen do this below;
Codeecho "xrandr --output LVDS1 --off && xrandr --output VGA1 --mode 1680x1050 --rate 60.00" >> /storage/.config/autostart.sh
You might need to change where it says "rate 60.00" to "rate 59.88" or "rate 59.00"But every time you need to make changes/test, first delete the "autostart.sh" file created by doing this command below before making the change;
-
Nope, not running a Chromebox. I checked the add-on.xml as suggested in the post you linked to and it correctly points to the visualization filename precisely.RLW
You sure it's not written something like "visualization.project.so.1.1.1.1"?
-
Strange, i never had to redo that.
LibreELEC version, hardware...? -
Wow, ha ha. I just downloaded this version of LE the other day, hoping to play around with a late pre-release. Didn't know 8.0.0 would be out so quick.Cheers, I'll try that and update this thread.
RLW
[hr]
Unfortunately, no difference at all after updating to LE 8.0.0Cheers,
RLW
Read this it might help you.
-
You're welcome, Bye
-
Try this
XML<?xml version="1.0" encoding="UTF-8"?> <keymap> <global> <select mod="longpress">ContextMenu</select> </global> </keymap>
orXML<?xml version="1.0" encoding="UTF-8"?> <keymap> <global> <keyboard> <return mod="longpress">ContextMenu</return> <enter mod="longpress">ContextMenu</enter> <keyboard> </global> </keymap>
"enter", "return" or "select" might not be the button id, but you can easily know the button id with the Keymap editor addon,
also might not make any difference but my .xml file is called keymap.xml -
Thanks for your reply. So I have to buy an adaptator I guess.
I retrieve a backup of drivers from manufacter, it's useless for LE isn't it ? Only for Windows ?I've not tried an older version, how could I know since version I which recognize my hardware for wireless ?
Regards.
These drivers will be useless sorry.
Before buying a wireless adapter i would try installing an older build using the same method you did before USB->USB.
Start with 7.0.3
Then 7.90.001 -
I think your Wifi adapter is no longer supported, did you try an older build?
To dual boot with Windows, this guide might work for you.
If you have Windows already installed in your internal storage, installing LibreELEC with your USB stick will format your internal storage. -
Oh really, I thaught that it is possible now via Chromium. Or is it a limitation of LibreELEC rather than the PI?
AFAIK you can't run Chromium on the RPi, only on x86_64(generic)
-
In "Player settings->Videos" is Hardware acceleration enabled?
Try different settings and "Enable HQ scalers for scaling above" select 20% or above. -
Try with an older LibreELEC build(ex: 7.0.3) grab it here
Also a Log and this below wouldn't hurt, enable debug logging in Kodi settings.
Connect your box via Ethernet cable, SSH and send these command;
Copy the output here if you have problems getting the urls -
Wireless Networks should be on top of Wired Networks
Did you check in the Bios to see if wifi is enabled?