Recent content by Bytemare

  1. B

    Issue with gl4es and Löve

    I don't know if balatro would work that way, but I managed to run a simple löve program using GLES directly some time ago. I had to recompile SDL2 to take out OpenGL support entirely and use some env flags to force löve into using a GLES2 context. I believe the flags are LOVE_USE_GLES and...
  2. B

    Debian 11 can't write underscore symbol "_"

    Seems I can't post links. github dot com rvaiya/keyd could be an interesting solution for mapping the keyboard if it supports french/german symbols properly. It's a low level daemon so we could potentially cut out all the X stuff and get some nifty benefits, like retaining the mapping over a...
  3. B

    Debian 11 can't write underscore symbol "_"

    Saw this thread a while back but apparently forgot to share how I solved it : I have a script in my home directory with these two commands : xmodmap -e "keycode 221 = underscore" && xmodmap -e "keycode 247 = colon". IIRC colon should work on bullseye, but Im running bookworm and it doesn't work...
  4. B

    No sound in Pyra bullseye

    Oh, I had this same issue on bookworm recently. What fixed it for me was going in alsamixer and setting a channel to the HF DAC setting on the cortex 15 device. Can't be more specific right now, my battery is empty.
  5. B

    After upgrading to debian 11 Pyra does not boot

    Check your /etc/fstab and compare the PARTUUID against the output of lsblk -o name,PARTUUID. Do they match ? (probably remove your SD cards so you know you're getting the eMMC device ids). If they don't, you likely just have to update your /etc/fstab. Maybe the upgrade changed the internal...
Back
Top