Skip to content

Commit 8d1627e

Browse files
committed
Move fallbackdm into own repository.
1 parent e5bb81f commit 8d1627e

File tree

5 files changed

+3
-302
lines changed

5 files changed

+3
-302
lines changed

docs/DESIGN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ To further mitigate these risks, `vuinputd` could be extended to parse the host'
549549

550550
### **Decision**
551551

552-
`fallbackdm` is implemented as a **logind-managed fallback graphical session**.
552+
`fallbackdm` is implemented as a **logind-managed fallback graphical session**. It is available at https://github.com/joleuger/fallbackdm.
553553

554554
It runs only when **no other graphical session is active** on the seat and exists solely to:
555555

docs/USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ The following approaches can be used to prevent or mitigate this behavior.
395395

396396
### Solution 1: Use KMSCON (DRM/KMS-based console)
397397

398-
A robust solution is to replace the kernel VT text console with a **DRM/KMS-based console** such as `kmscon`.
398+
A robust solution is to replace the kernel VT text console with a **DRM/KMS-based console** such as `kmscon`. This is very likely the solution that works natively with Fedora 44+ (see [phoronix.com](https://www.phoronix.com/news/Fedora-44-Considers-KMSCON)).
399399

400400
#### How it helps
401401

@@ -451,7 +451,7 @@ This is done via direct VT ioctls (e.g. `KDSETMODE`), ensuring that:
451451

452452
### Solution 3: fallbackdm (Work in Progress)
453453

454-
`fallbackdm` is an experimental, lightweight **logind-integrated fallback display manager**.
454+
`fallbackdm` is an experimental, lightweight **logind-integrated fallback display manager**. `fallbackdm` is available at https://github.com/joleuger/fallbackdm.
455455

456456
#### Intended behavior
457457

fallbackdm/DESIGN.md

Lines changed: 0 additions & 144 deletions
This file was deleted.

fallbackdm/README.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

fallbackdm/systemd/pam.d_fallbackdm

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)