warpme / minimyth2

Distro to make disk-less MythTV appliance
https://github.com/warpme/minimyth2/wiki
75 stars 21 forks source link

x86 usb stick images don't default to x11 #33

Closed kjeacle closed 2 years ago

kjeacle commented 2 years ago

I don't know if this is deliberate or not, but I had to comment out these two lines in /media/boot/minimyth.conf to get the USB stick image to work on my ION2 frontends:

MM_MYTHTV_DRAW_ON='eglfs' MM_MYTHTV_DRM_VIDEO='yes'

I understand that this might be the default on SoC but perhaps should not be default on x86?

(I think I also had to manually set the theme variables as mentioned in the RPi 4 issue.)

warpme commented 2 years ago

Oh indeed! Good catch. This is bug in introduced in https://github.com/warpme/minimyth2/commit/6627a77864e86bbc509d6d69bf34f587909cef27#diff-59284336fa908d87e216e69e97aff18360b133f1c6bb39032a169b6bd8250967 For sure both lines should be commented as on x86 world, x11 is still best choice. I'll fix this! thx!

warpme commented 2 years ago

Karl, May you pls try: https://github.com/warpme/minimyth2/releases/download/v12.6.1-v33-Pre-763-g6034adfa56/MiniMyth2-x86-64-master-12.6.1.r763-board-x86pc.bios_efi64-SD-Image.img.xz Issue should be fixed in https://github.com/warpme/minimyth2/commit/5c5da941fdb647552371c781e58110a728c73335

kjeacle commented 2 years ago

This works out of the box for me. Only change was MM_MASTER_SERVER as it's not the same as my DHCP/TFTP server.