Search Criteria
Package Details: kmscon-git 2:v9.2.1.r50.g68b92fd-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kmscon-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kmscon-git |
| Description: | Terminal emulator based on Kernel Mode Setting (KMS) |
| Upstream URL: | https://www.freedesktop.org/wiki/Software/kmscon/ |
| Licenses: | MIT |
| Conflicts: | kmscon |
| Provides: | kmscon |
| Submitter: | thestinger |
| Maintainer: | swiftgeek (nickoe) |
| Last Packager: | nickoe |
| Votes: | 29 |
| Popularity: | 0.22 |
| First Submitted: | 2012-06-25 05:37 (UTC) |
| Last Updated: | 2026-01-10 20:37 (UTC) |
Dependencies (14)
- libdrm (libdrm-gitAUR)
- libegl (libglvnd-gitAUR, nvidia-340xx-utilsAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libgles (libglvnd-gitAUR, nvidia-340xx-utilsAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libtsm (libtsm-patched-gitAUR, libtsm-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- systemd (systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR, systemd-gitAUR)
- xkeyboard-config (xkeyboard-config-hhkAUR, galliumos-xkeyboard-configAUR, xkeyboard-config-adnwAUR, xkeyboard-config-bbkt-gitAUR, xkeyboard-config-bbktAUR, xkeyboard-config-gitAUR)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libxslt (libxslt-gitAUR) (make)
- linux-api-headers (make)
- meson (meson-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
nathabonfim59 commented on 2026-06-08 03:05 (UTC)
When installing, it was failing due to some missing dependencies as well.
pacman -S cmake checkFixed it for me.
tkna commented on 2026-03-14 14:43 (UTC)
This may be related to the previous comment, but it appears that the build is failing as described below. I apologize for the inconvenience and would appreciate your assistance in resolving this issue. I apologize if I misunderstood something.
vsemyonoff commented on 2026-01-17 14:12 (UTC)
Please add
checkpackage to themakedependsarraynickoe commented on 2026-01-10 20:37 (UTC)
I have pushed an updated version of the PKGBUILD, I don't really use it myself, but please try it out :)
xAsh commented on 2025-12-11 18:55 (UTC)
yep should use gh.com/kmscon/kmscon as URL, and
sourceshould begit+https://github.com/kmscon/kmscon.git. the current PKGBUILD doesn't build.tkna commented on 2025-12-09 07:43 (UTC)
Isn't Upstream currently https://github.com/kmscon/kmscon ?
xAsh commented on 2025-08-13 12:57 (UTC)
This package doesn't provide a default
kmscon.conffile?snakeroot commented on 2025-04-23 15:34 (UTC) (edited on 2025-04-23 15:35 (UTC) by snakeroot)
Currently, kmscon-patched-git results in cpu usage of 100%.
PR 105 corrects this.
While matters are being straightened out upstream, you can apply the PR by editing the PKGBUILD to change the source to:
Rulatir commented on 2024-02-28 13:31 (UTC) (edited on 2024-02-28 13:51 (UTC) by Rulatir)
EDIT: SOLVED!
nvidia_drm.fbdev=0does the trick and allows efifb to be used, which is what was always used on my system and works fine. I was confused about the kernel option, just usedfbdev=0without the module prefix (and yes it DID feel wrong but I did it anyway lol).nvidia_drm.fbdevis simply broken, "you had one job" style.Original post:
No matter what I try (
fbdev=0,fbdev=1,--hwaccel,--no-hwaccel, not passing any hwaccel option,--drm,--no-drm, not passing any drm option, in all possible combinations), I can't get kmscon to work.GeForce GTX 960 nvidia-dkms 550.54.14-1
I enabled
--debugin the service, and depending on the combination of options and kernel parameters there is or isn't this ERROR message pertaining todisplay_activate()not being implemented, but in any case the directly experienced symptom is consistent: switching to a ksmcon-managed virtual console with e.g. Ctrl+Alt+F4 always results in black screen NO SIGNAL GOODBYE on both monitors.It may be worth noting that I am trying kmscon because the same symptom also manifests with the regular linux console - I simply don't HAVE it since driver 545 (last one that works is 535, and I don't want to be stuck with that). Could it be that the regular console and kmscon fail for the same deeper reason somewhere in the driver?
Pablo82 commented on 2023-06-19 03:54 (UTC)
Don't understand why exactly but makepkg was failing for me (linking anything would fail because symbol "main" not found). Fixed by
cd src/builddir; meson configure -Db_lto; cd ../.. ; makepkg -si.It seems somehow disabling LTO fixed it for me (gcc not understanding with the linker?)
1 2 3 4 5 6 7 Next › Last »