I don't use it often, but I do use it when X is broken or unavailable. Hmm.
Announcement
Collapse
No announcement yet.
Linux 5.9 Dropping Soft Scrollback Support From FB + VGA Console Code
Collapse
X
-
Originally posted by hax0r View PostIMHO mainline Linux is in urgent need of DRM/KMS based kernel console such as kmscon, however that one is for userspace and pretty much abandoned, I hope systemd would come up with something one day. Linux should have some sort of BSOD like functionality, the console should be able to break 256 glyph barrier and display unicode, it is 2020.
No "soft scrollback"? Well that absolutely sucks. Linux kernel console should have come with tmux like tiling functionality built-in so you could run 2 commands side by side, and copy/paste/pipe between them with a cursor.
- Likes 5
Comment
-
Originally posted by ed31337 View PostThe "screen" command is your friend if you need soft scrollback.
- Likes 7
Comment
-
My GNOME was broken some days ago, so I couldn't run X nor Wayland and was forced to repair the system using the console.
I would like a 4K console with Unicode, 256 color support, 24-bit true color support. Maybe some really nice looking 4K-suitable font too. Mouse support would be nice too.
- Likes 6
Comment
-
Originally posted by c117152 View Post
ChromeOS's frecon is still maintained: https://chromium.googlesource.com/ch...atform/frecon/
I guess they didn't upstream it since no one was interested. Until now...
I agree.
I think there must be a KMSCON/FRECON built-in in the kernel and completely remove all framebuffer in the code, it's legacy and cruft. It may sound radical, but maintained platforms can write kernels for the newer subsystems.
Unicode, 32+bpp, Unicode-friendly input support and such. And make user-space share a common subsystem for everything else (not only libinput and little more), removing duplicate code and standardize it.
Also, gpm is total crap. Please use libinput everywhere. Someone can always fork consolation and expand it beyond copy-paste and scrolling support to the Linux console.
Freedesktop's Terminal Working Group is a joke, too late and too weak. Freedesktop standards aren't strong enough nor enough fastly developed and should put 30000% more resources on them, IMHO.
If not, they can always run old kernel versions like they usually do.
There's many nifty libraries such as
- BearLibTerminal.
- libtickit.
- Notcurses.
- libyui: Able to do same app work both for console and GUI without rebuilding. It can be useful for system administration apps and such. It's one of the few things I like from SuSE, at least the concept behind it.
Make console great again! (note: It was a humorous reference)
- Likes 2
Comment
-
Originally posted by uid313 View PostMy GNOME was broken some days ago, so I couldn't run X nor Wayland and was forced to repair the system using the console.
I would like a 4K console with Unicode, 256 color support, 24-bit true color support. Maybe some really nice looking 4K-suitable font too. Mouse support would be nice too.
we should sell magnifing glasses for as recovery toolkit
- Likes 1
Comment
-
Originally posted by kcrudup View PostSame (it's useful when running bleeding-edge kernels as I have all syslog/etc output go to VT12) but as I use i915 KMS does this mean I still have it?
Scrolling back is probably the most used functionality in a TTY. "Oh. Pacman said what about...". Ctrl+PGUP
- Likes 3
Comment
-
Originally posted by rene View Postexcept screen is really vintage code and most people moved on to something of higher code quality like tmux
- Likes 2
Comment
Comment