-
Notifications
You must be signed in to change notification settings - Fork 92
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
Cannot initialise keyboard #86
Comments
You might try building microwindows demos without using shared libraries, that is, as a static binary. This is done by setting
This is usually because the default is the scan-code enabled keyboard, which may not be present. You can try the simple keyboard by setting Thank you! |
|
It would help to see the error of course and exactly what you're running etc. But if the message is saying "Can't initialize keyboard" then this is probably because the
This might also because you don't have root permissions on /dev/tty or the actually tty you're using. In general, root permissions are required for framebuffer access unless device modes are changed. You can try recompiling with the above changed and/or chmod /dev/tty or the terminal you're on. Also try running |
here is what I use: here is my config file: also I edited the nx11 makefile so that I can use the local X11 |
The config file looks ok. What command are you running? |
just cd into root and run |
The you should have to copy any shared libs with SHAREDLIBS=N. Go ahead and try the suggestions above about getting the TTY working using |
so I ran mwdemo and same error |
so I have setup microwindows using the
linux-fb
config and ranldd nano-X
and copied all of the libsso that I can run it on a simple linux + busybox os
so it is not mentioning any issues about the framebuffer but it cant initialise the keyboard
if you want more info I can provide some
The text was updated successfully, but these errors were encountered: