I’m living life in the virtual terminal, no graphical session, although the framebuffer does render graphics.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    3 months ago

    Nice. Are you posting to Lemmy from the terminal? Also how did you take this screenshot?

    • pfr@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      No, posting to Lemmy from my phone. I used fbgrab to take the shit and used a paste-bin script to post it to 0x0.st

  • knF@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    Thumbs up! Living with just framebuffer has always been a big dream of mine!

  • QuazarOmega@lemy.lol
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    I’m curious, are you able to display nerd glyphs and ligatures somehow? Or is it all just usual TTY font?

  • misterbzr@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    30 days ago

    Really Nice.

    Could you elaborate on what programs you use tot display PDF files and which browser you use?

    • pfr@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      29 days ago

      w3m browser and I don’t really view pdfs in this setup. Most files are text files so I just use vim or bat. If I really needed to view pdf files I’d probably just use groff.

        • misterbzr@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          29 days ago

          Did some further investigation. I’ve build fbpdf (https://github.com/aligrudi/fbpdf, with all the -lmupdf-* removed from the Makefile to make it build) and this works very well. With pipe-viewer I can watch YT video’s (which uses mpv under the hood).

          Thanks for the inspiration.

          • pfr@lemmy.sdf.orgOP
            link
            fedilink
            arrow-up
            2
            ·
            28 days ago

            I didn’t know about those. I’ll give fbpdf a try. As for YouTube, I tried to get videos working with mpv but it’s not happy for some reason. Works fine on my glibc void Linux laptop, just not on this one.