From: Oleander via Bug reports for GNU Guix <bug-guix@gnu.org>
To: rutherther@ditigal.xyz, 73869@debbugs.gnu.org
Subject: bug#73869: Cannot start EXWM without a display manager
Date: Sat, 19 Oct 2024 11:14:52 +0000 [thread overview]
Message-ID: <MWIW_jM1bI0vnxe1iadfUU_N1rG-QDgQwe9xuWH2O9Fv9bQxcVQaj5uVAEc2cf1wXZmHUiJvsv9uwLUc_2VP4mtzifLKbXIj0mv5PzIyMN4=@protonmail.com> (raw)
In-Reply-To: <87o73g7edm.fsf@ditigal.xyz>
[-- Attachment #1: Type: text/plain, Size: 1722 bytes --]
If I add the startx service, the window manager is initialized but it does not react to any keyboard or touchpad input.
I'm using this config for xorg:
(service xorg-server-service-type)
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)
(extra-config
'("Section \"InputClass\"\n"
" Identifier \"libinput touchpad catchall\"\n"
" Driver \"libinput\"\n"
" MatchIsTouchpad \"on\"\n"
" MatchDevicePath \"/dev/input/event*\"\n"
" Option \"Tapping\" \"on\"\n"
" Option \"TappingDrag\" \"on\"\n"
" Option \"DisableWhileTyping\" \"on\"\n"
"EndSection\n"
"\n"
"Section \"InputClass\"\n"
" Identifier \"USB Mouse Pad USB Mouse Pad Mouse\"\n"
" Driver \"libinput\"\n"
" Option \"Middle Emulation\" \"on\"\n"
" Option \"AccelSpeed\" \"1.0\""
"EndSection\n"
"\n"
"Section \"Device\"\n"
" Identifier \"Intel Graphics\"\n"
" Driver \"intel\"\n"
" Option \"TearFree\" \"True\"\n"
" Option \"DRI\" \"2\"\n"
" Option \"AccelMethod\" \"sna\"\n"
"EndSection"
"\n"))))
-------- Original Message --------
On Oct 19, 2024, 09:15, Rutherther wrote:
> That should be the minimal config, yes. You can pass the configuration to configure your keyboard layout and such. The config is very similar to gdm-service-type, but instead of giving out a display manager it gives out startx command that should be used, because it has proper paths to xorg modules, config... Oleander writes: > Hi Rutherther, > no, I haven't. Do I only need to add `(service startx-command-service-type)` to my services? > > Thank you! > > -------- Original Message -------- > On Oct 18, 2024, 22:30, Rutherther wrote: > >> Hello Oleander, so have you used the `startx-command-service-type` to get the proper startx command? Regards, Rutherther
[-- Attachment #2: Type: text/html, Size: 2170 bytes --]
next prev parent reply other threads:[~2024-10-19 11:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-18 19:21 bug#73869: Cannot start EXWM without a display manager Oleander via Bug reports for GNU Guix
2024-10-18 20:30 ` Rutherther via Bug reports for GNU Guix
2024-10-18 21:19 ` Oleander via Bug reports for GNU Guix
2024-10-19 7:15 ` Rutherther via Bug reports for GNU Guix
2024-10-19 11:14 ` Oleander via Bug reports for GNU Guix [this message]
2024-10-19 16:18 ` Rutherther via Bug reports for GNU Guix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='MWIW_jM1bI0vnxe1iadfUU_N1rG-QDgQwe9xuWH2O9Fv9bQxcVQaj5uVAEc2cf1wXZmHUiJvsv9uwLUc_2VP4mtzifLKbXIj0mv5PzIyMN4=@protonmail.com' \
--to=bug-guix@gnu.org \
--cc=7059548@protonmail.com \
--cc=73869@debbugs.gnu.org \
--cc=rutherther@ditigal.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).