FIM – Linux framebuffer image viewer
11–20 of 88 posts
Re: FIM – Linux framebuffer image viewer
#12Related to this are the (rather poorly named ) kitty terminals graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ Yeah it is playful and all, but telling your colleagues to use "kitty" doesn't sound very professional. You might disagree with this, but that doesn't change the overall perception and general take in corporate world.
Re: FIM – Linux framebuffer image viewer
#13Earlier quoted context omitted.
I think the framebuffer devices is a least common denominator that is available on even miniscule or emulated hardware whilst anything above thats starts requiring a whole lot more infrastructure. And honestly, you don't need much more for an image viewer.
This is exactly right - you can get a framebuffer on just about anything, including pretty much any video card made since about 1990, and also more fun things like the little i2c display that your toaster has. No need to restrict relatively simple software like fbi/fim to running on less hardware by using drm.
export SDL_VIDEODRIVER=fbcon
or export SDL_VIDEODRIVER=kmsdrm
And tons of games too, such as Supertux2, Crispy Doom, SDLQuake, FreeCiv-SDL...Re: FIM – Linux framebuffer image viewer
#14Related to this are the (rather poorly named ) kitty terminals graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ Yeah it is playful and all, but telling your colleagues to use "kitty" doesn't sound very professional. You might disagree with this, but that doesn't change the overall perception and general take in corporate world.
The name "kitty" is nothing compared to the attitude and crimes of the dev (destroying bitmap support and telling people to buy new monitors). I will never use, support, or recommend kitty.
Re: FIM – Linux framebuffer image viewer
#15Related to this are the (rather poorly named ) kitty terminals graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ Yeah it is playful and all, but telling your colleagues to use "kitty" doesn't sound very professional. You might disagree with this, but that doesn't change the overall perception and general take in corporate world.
The name "kitty" is nothing compared to the attitude and crimes of the dev (destroying bitmap support and telling people to buy new monitors). I will never use, support, or recommend kitty.
Re: FIM – Linux framebuffer image viewer
#16You can also use mplayer with "-fp" to play video on the frambuffer as well. I have gone weeks at a time without using a graphical desktop at all thanks to these tools.
Re: FIM – Linux framebuffer image viewer
#17Related to this are the (rather poorly named ) kitty terminals graphics protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/ Yeah it is playful and all, but telling your colleagues to use "kitty" doesn't sound very professional. You might disagree with this, but that doesn't change the overall perception and general take in corporate world.
Re: FIM – Linux framebuffer image viewer
#18Earlier quoted context omitted.
The name "kitty" is nothing compared to the attitude and crimes of the dev (destroying bitmap support and telling people to buy new monitors). I will never use, support, or recommend kitty.
Interesting you say the Dev isn't a great person, because I had a hunch when I saw the use of the Lena photo on the front page ( https://pursuit.unimelb.edu.au/articles/it-s-time-to-retire-... ). It's interesting how small gestures present how someone sees the world.
Re: FIM – Linux framebuffer image viewer
#19You can also use mplayer with "-fp" to play video on the frambuffer as well. I have gone weeks at a time without using a graphical desktop at all thanks to these tools.
This is a great tip, do you have others? I've tried to ditch graphical desktop envs and failed pretty miserably on media consumption and browsing before.
This gives you hardware acceleration without a desktop environment.
Re: FIM – Linux framebuffer image viewer
#20Earlier quoted context omitted.
This is exactly right - you can get a framebuffer on just about anything, including pretty much any video card made since about 1990, and also more fun things like the little i2c display that your toaster has. No need to restrict relatively simple software like fbi/fim to running on less hardware by using drm.
I used to play videos with the framebuffer just fine and read PDF's with fbpdf2, among watching TV with fbtv and the like. I didn't miss nearly anything, as most games under SDL1/2 can render into FB with export SDL_VIDEODRIVER=fbcon or export SDL_VIDEODRIVER=kmsdrm And tons of games too, such as Supertux2, Crispy Doom, SDLQuake, FreeCiv-SDL...
export SDL_VIDEODRIVER=aalib
unfortunately it's only SDL1, though