Re: Unretirement: kmscon and libtsm

2025-06-17 Thread Jocelyn Falempe
On 17/06/2025 11:38, Neal Gompa wrote: On Tue, Jun 17, 2025 at 10:50 AM Jocelyn Falempe wrote: Hi, I would like to unretire kmscon and libtsm https://src.fedoraproject.org/rpms/kmscon https://src.fedoraproject.org/rpms/libtsm I currently maintain them on my copr: https

Re: Unretirement: kmscon and libtsm

2025-06-17 Thread Jocelyn Falempe
On 17/06/2025 11:15, Nicolas Chauvet wrote: Le mar. 17 juin 2025 à 10:50, Jocelyn Falempe a écrit : Hi, I would like to unretire kmscon and libtsm https://src.fedoraproject.org/rpms/kmscon https://src.fedoraproject.org/rpms/libtsm I currently maintain them on my copr: https

Unretirement: kmscon and libtsm

2025-06-17 Thread Jocelyn Falempe
Hi, I would like to unretire kmscon and libtsm https://src.fedoraproject.org/rpms/kmscon https://src.fedoraproject.org/rpms/libtsm I currently maintain them on my copr: https://copr.fedorainfracloud.org/coprs/jfalempe/kmscon/ I opened a bugzilla for package review: https://bugzilla.redhat.com/

Re: Userspace VT consoles in copr

2025-05-07 Thread Jocelyn Falempe
On 05/05/2025 18:27, Adam Williamson wrote: On Mon, 2025-05-05 at 10:47 +0200, Jocelyn Falempe wrote: In fact kmscon already uses locale1 to get the default keyboard layout. https://github.com/Aetf/kmscon/blob/develop/scripts/kmscon.in I've run some tests with a Greek layout in

Re: Userspace VT consoles in copr

2025-05-05 Thread Jocelyn Falempe
On 24/04/2025 14:57, Jocelyn Falempe wrote: On 24/04/2025 01:06, Adam Williamson wrote: On Thu, 2025-04-24 at 00:25 +0200, Jocelyn Falempe wrote: (but on a serious level, how does configuring keyboard layout / input method work if all you have is a compositor and a terminal app? presumably

Re: Userspace VT consoles in copr

2025-04-24 Thread Jocelyn Falempe
On 24/04/2025 01:06, Adam Williamson wrote: On Thu, 2025-04-24 at 00:25 +0200, Jocelyn Falempe wrote: (but on a serious level, how does configuring keyboard layout / input method work if all you have is a compositor and a terminal app? presumably read from a file...has the format and location

Re: Userspace VT consoles in copr

2025-04-23 Thread Jocelyn Falempe
On 23/04/2025 19:34, Adam Williamson wrote: On Wed, 2025-04-23 at 18:17 +0200, Jocelyn Falempe wrote: On 23/04/2025 18:01, Adam Williamson wrote: On Wed, 2025-04-23 at 11:43 -0400, Neal Gompa wrote: On Wed, Apr 23, 2025 at 11:42 AM Adam Williamson wrote: On Tue, 2025-04-22 at 11:51 +0200

Re: Userspace VT consoles in copr

2025-04-23 Thread Jocelyn Falempe
On 23/04/2025 18:01, Adam Williamson wrote: On Wed, 2025-04-23 at 11:43 -0400, Neal Gompa wrote: On Wed, Apr 23, 2025 at 11:42 AM Adam Williamson wrote: On Tue, 2025-04-22 at 11:51 +0200, Jocelyn Falempe wrote: Hi, I've packaged 3 userspace consoles, on my copr repository for Fedora.

Re: Userspace VT consoles in copr

2025-04-23 Thread Jocelyn Falempe
On 22/04/2025 13:25, Neal Gompa wrote: On Tue, Apr 22, 2025 at 5:52 AM Jocelyn Falempe wrote: Hi, I've packaged 3 userspace consoles, on my copr repository for Fedora. They can replace fbcon (The default kernel-based console), have more features (like scrolling) and are more secure as

Re: Userspace VT consoles in copr

2025-04-22 Thread Jocelyn Falempe
On 22/04/2025 15:23, Pramod V U via devel wrote: Sorry for poking in, but why have kmscon, a complete re-implementation, run over then DRM when a generic and well-tested combination of a wayland compositor and a terminal emulator, like cage+foot, do the work just as well? Yes, setup is initiall

Re: Userspace VT consoles in copr

2025-04-22 Thread Jocelyn Falempe
On 22/04/2025 15:04, Neal Gompa wrote: On Tue, Apr 22, 2025 at 8:46 AM Jocelyn Falempe wrote: On 22/04/2025 13:25, Neal Gompa wrote: On Tue, Apr 22, 2025 at 5:52 AM Jocelyn Falempe wrote: Hi, I've packaged 3 userspace consoles, on my copr repository for Fedora. They can replace

Re: Userspace VT consoles in copr

2025-04-22 Thread Jocelyn Falempe
On 22/04/2025 13:25, Neal Gompa wrote: On Tue, Apr 22, 2025 at 5:52 AM Jocelyn Falempe wrote: Hi, I've packaged 3 userspace consoles, on my copr repository for Fedora. They can replace fbcon (The default kernel-based console), have more features (like scrolling) and are more secure as

Userspace VT consoles in copr

2025-04-22 Thread Jocelyn Falempe
Hi, I've packaged 3 userspace consoles, on my copr repository for Fedora. They can replace fbcon (The default kernel-based console), have more features (like scrolling) and are more secure as they run in userspace. * Kmscon: https://copr.fedorainfracloud.org/coprs/jfalempe/kmscon/ * Cage/foo

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-29 Thread Jocelyn Falempe
On 25/07/2024 18:50, Daniel P. Berrangé wrote: On Mon, Jul 15, 2024 at 11:20:27AM +0200, Jocelyn Falempe wrote: On 15/07/2024 10:30, Zbigniew Jędrzejewski-Szmek wrote: There's just so many different and special ways in how people hook up console logging from VMs and other sy

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-23 Thread Jocelyn Falempe
Hi, It's no longer necessary to disable VT_CONSOLE to enable DRM_PANIC. So I have updated the wiki page, and also moved it to self-contained-change, as there are no more system-wide impact by enabling DRM_PANIC. I've also made a new kernel build, with VT_CONSOLE and DRM_PANIC enabled, so you

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Jocelyn Falempe
On 16/07/2024 14:53, Neal Gompa wrote: On Tue, Jul 16, 2024 at 8:35 AM Jocelyn Falempe wrote: On 16/07/2024 14:05, Neal Gompa wrote: On Tue, Jul 16, 2024 at 7:49 AM Jocelyn Falempe wrote: I've made a test kernel build with drm_panic enabled (and VT_CONSOLE disabled):

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Jocelyn Falempe
On 16/07/2024 14:05, Neal Gompa wrote: On Tue, Jul 16, 2024 at 7:49 AM Jocelyn Falempe wrote: I've made a test kernel build with drm_panic enabled (and VT_CONSOLE disabled): https://koji.fedoraproject.org/koji/taskinfo?taskID=120544794 I've backported a few patches, that are no

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-16 Thread Jocelyn Falempe
I've made a test kernel build with drm_panic enabled (and VT_CONSOLE disabled): https://koji.fedoraproject.org/koji/taskinfo?taskID=120544794 I've backported a few patches, that are not in v6.10, like: short panic description: https://patchwork.freedesktop.org/series/135356/ kmsg panic_screen:

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-15 Thread Jocelyn Falempe
On 15/07/2024 18:13, Barry wrote: On 15 Jul 2024, at 14:05, Jocelyn Falempe wrote: If you want to see the kernel boot log, before userspace is started, you can add "init=/does_not_exist drm.panic_screen=kmsg" to the kernel command line. It will panic, and you will see all rel

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-15 Thread Jocelyn Falempe
On 15/07/2024 12:04, Barry wrote: On 15 Jul 2024, at 10:21, Jocelyn Falempe wrote: Normally, systemd logging should fill the gap, (and a userspace daemon could do the same, by copying /proc/kmsg to /dev/tty0), but it is started a bit later than what we had. The hard to fix issues are

Re: F42 Change Proposal: Enable Drm Panic (system-wide)

2024-07-15 Thread Jocelyn Falempe
On 15/07/2024 10:30, Zbigniew Jędrzejewski-Szmek wrote: On Sat, Jul 13, 2024 at 10:20:53AM -0500, Chris Adams wrote: Once upon a time, Javier Martinez Canillas said: In other words, a user should still be able to log into a VT and fbcon is still attached to an (DRM emulated) fbdev. The only