Search Criteria
Package Details: kmscon-patched-git 9.0.0.r3.g1bf602f-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kmscon-patched-git.git (read-only, click to copy) |
---|---|
Package Base: | kmscon-patched-git |
Description: | Terminal emulator based on Kernel Mode Setting (KMS) (forked and patched version) |
Upstream URL: | https://github.com/Aetf/kmscon |
Licenses: | MIT |
Conflicts: | kmscon |
Provides: | kmscon |
Submitter: | Aetf |
Maintainer: | Aetf |
Last Packager: | Aetf |
Votes: | 17 |
Popularity: | 0.171586 |
First Submitted: | 2018-01-04 01:39 (UTC) |
Last Updated: | 2022-07-21 06:49 (UTC) |
Dependencies (13)
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libtsm-patched (libtsm-patched-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber)
- pango (pango-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR)
- 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) (make)
- libxslt (libxslt-gitAUR) (make)
- linux-api-headers (make)
- meson (meson-gitAUR) (make)
Latest Comments
1 2 Next › Last »
Rulatir commented on 2024-02-28 13:31 (UTC) (edited on 2024-02-28 13:51 (UTC) by Rulatir)
EDIT: SOLVED!
nvidia_drm.fbdev=0
does 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=0
without the module prefix (and yes it DID feel wrong but I did it anyway lol).nvidia_drm.fbdev
is 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
--debug
in 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?)
m040601 commented on 2023-04-01 18:15 (UTC) (edited on 2023-04-01 18:24 (UTC) by m040601)
Some more news and update to my previous comment.
Just now, Antonio Rojas, an official Arch package maintainer has made a big "cleanup" in lot of official community packages. The were removed from the "community" repo, and transfered to the AUR, were they are now orphan. Maybe awaiting adoption.
This has happened to the, until today, official Archlinux packages for "kmscon" and "libtsm".
They were transfered to the AUR by Antonio Rojas, and are now orphaned as,
So maybe now the maintainer of this same PKGBUILD "kmscon-patched-git" would want to adopt them to keep everything under the same person. And clear to the end user.
m040601 commented on 2023-03-23 00:01 (UTC) (edited on 2023-03-23 13:57 (UTC) by m040601)
Interesting news for us Archlinux console lovers (and for me rotated portrait monitor freak)
Found this repo, https://github.com/MacSlow/kmscon
It does seem to be quite active since January 2023. And he asks for testing. But it seems only Ubuntu .debs are available. Would be nice if we could test his work on Archlinux.
His name is Mirco Mueller and he talks about his work in his blog,
And posts a lot of videos of kmscon on youtube
As a reminder to everyone interested in kmscon,
The original kmscon is by David Herrmann at https://www.freedesktop.org/wiki/Software/kmscon/
There has been no update or activity in the last 10 years, https://github.com/dvdhrm/kmscon, or https://cgit.freedesktop.org/~dvdhrm/kmscon/log/.
The official Archlinux package currently also uses this repo by Aetf, https://github.com/Aetf/kmscon, repo for the official package.
The other "kmscon-git" PKGBUILD, https://aur.archlinux.org/packages/kmscon-git, still uses the abandoned repo by David Herrman.
Aetf commented on 2022-09-18 01:22 (UTC)
Just install libtsm-patched-git, it provides libtsm-patched
m040601 commented on 2022-09-18 00:12 (UTC) (edited on 2022-09-18 00:17 (UTC) by m040601)
Thanks for providing this PKGBUILD. And for the work on the kmscon fork. Thought the project was dead. But then heard about somewhere that "kmscon" is "still maintained and updated" and wanted to test this version. Nice to see the arm arch. Want to test it on the raspberry pi archlinux arm.
But I cant install this on x86_64. Maybe the PKGBUILD needs un update.
$ yay -S kmscon-patched-git
A little bit confused. There is in fact a https://aur.archlinux.org/packages/libtsm-patched-git, but not "libtsm-patched".
Aetf commented on 2022-07-21 06:52 (UTC)
@latipun
Added
aarch64
.Also check out a95c9ae74b893330367991c31f6884a1c0f8f394, should be buildable now. Note that this still requires the latest libtsm built from the source.
latipun commented on 2022-07-21 06:36 (UTC)
Failed to update because of this error:
Also, please add
aarch64
, I can build it in previous version with Raspberry Pi 4B.Coelacanthus commented on 2022-06-15 18:42 (UTC)
leak makedepends meson
iwxlartn commented on 2020-09-22 21:17 (UTC)
Please add git to the makedepends. The VCS package guidelines recommend including it, and the package won't build in a clean chroot without.
1 2 Next › Last »