This reminds me of how much I miss fbsplash ( https://wiki.archlinux.org/title/Fbs...le_backgrounds )
Announcement
Collapse
No announcement yet.
FBDEV Console Patches Optimize Performance - Print Directory Listing ~25% Faster
Collapse
X
-
Originally posted by mangeek View Post
I definitely have waited longer because I forgot to pipe away from the console or wanted to see what was going on. The directory listings are an example, but a real world case is a kernel build on a Raspberry Pi. This does have practical value.
Also, if someone's job is to maintain something, shouldn't they... optimize it within reason?
It's not just the Pis. Many ARM systems use the fbdev for video output. Personally I'd direct the kernel build output to a file instead not just to speed things up, but to have a record of build info. Video output is never completely instantaneous no matter what hardware you use without a direct hardwired display. Even on PCs with much beefier video hardware it's better to direct video output to a file rather than the screen, if possible. There's definitely much that could be done to improve the situation for Linux TUI/CLI output.
- Likes 4
Comment
-
Originally posted by CochainComplex View PostThis is really nice - I was allways wondering why CPU, RAM, IOs get so much faster but often you can't "feel" this in console. Still more or less like the first time on a fast SSD. Or am I missing something?
Comment
-
Originally posted by s_j_newbury View PostI don't know how I feel about this. I really hoped the lack of maintainer and loss of functionality would finally give impetus to a userspace solution. Personally, I use kmscon with hwaccel, it's okay, fast enough, looks okay, but really isn't a complete solution and feels unfinished.
- Likes 1
Comment
-
Originally posted by skeevy420 View Post
With as much as we discuss it I'm really surprised the Phoronix community hasn't hacked something together by now.
- Likes 1
Comment
-
Originally posted by anarki2 View PostHa. To this day, devs give me weird looks when I tell them it's faster if they don't actually print the output...
- Likes 1
Comment
-
Originally posted by Nuc!eoN View PostWould anybody be able to ELI5 this to me? What is FBDEV?
Is it what a TTY uses to display stuff?
It also can display graphics if user has write permission to it. I think Links (webbrowser) can use it too and maybe SDL so games can work without X11 or root access.
Screenshots can be taken with cat /dev/fb0 > image.raw
- Likes 1
Comment
-
Originally posted by Etherman View Post
/dev/fb0
It also can display graphics if user has write permission to it. I think Links (webbrowser) can use it too and maybe SDL so games can work without X11 or root access.
Screenshots can be taken with cat /dev/fb0 > image.raw
- Likes 1
Comment
Comment