Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ly on FreeBSD - keyboard does not work #113

Closed
drozdowsky opened this issue Jul 19, 2019 · 1 comment
Closed

ly on FreeBSD - keyboard does not work #113

drozdowsky opened this issue Jul 19, 2019 · 1 comment

Comments

@drozdowsky
Copy link

I have managed to run ly on FreeBSD but... keyboard is not working.
Steps are documented here: https://forums.freebsd.org/threads/custom-display-manager-ly-on-freebsd.71479/

Anyone have any suggestion why it aint working?

@drozdowsky
Copy link
Author

drozdowsky commented Jul 22, 2019

making X start on different tty resolves this issue
login.c

		char x_cmd[1024];
		snprintf(
			x_cmd,
			1024,
			"%s %s vt4",
			config.x_cmd,
			display_name
			);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant