Gregory Haerr
Gregory Haerr
You’ll have to modify mouse.c to do that. On Apr 18, 2024, at 6:58 PM, sparky4 ***@***.***> wrote: lets see the raw data? — Reply to this email directly,...
@sparky4: I added a raw mode output to `mouse` in #1888 to help you. Run `mouse r` to see raw mouse data, then take a screenshot after lightly moving the...
After getting Nano-X running on a Linux desktop (preferably using the src/Config/config.linux-fb configuration file copied to src/config, or using X11 using src/Config/config.linux-X11), the next steps would be to look at...
> ~/nano-x/microwindows/src$ ./runapp mwmine KDGKMODE: Inappropriate ioctl for device Cannot initialise keyboard Try changing to the non-scancode keyboard driver in your config file. Change KEYBOARD=SCANKBD to ``` KEYBOARD=TTYKBD ``` >...
Hello @ppisa, Nice to hear from you, its been a long time! :) > I was thinking about Nano-X and our [SuiTk](https://gitlab.com/pikron/sw-base/suitk/-/wikis/home) based on it to be ported to NuttX....
Hello @acassis, > originally Mr. Greg Nutt create a NX Server (similar to X Server idea for Unix, but using message queue instead of network/sockets) I would suggest starting the...
Hello @stsp, I'm not completely sure of this, but perhaps placing a " .arch i386\n" at the start of your inline asm will work - this is required and works...
Hello @stsp, > Perhaps ia16-elf-objdump should be fixed to provide 16bit disassembly? Use `ia16-elf-objdump -D -r -Mi8086` for 16-bit disassembly. Thank you!
Hello @tkchia, > support is one of the messier parts of Newlib... Wow, looking around in newlib-ia16/newlib/libc/stdio/ shows a lot of code and complexity for a 16-bit library, although it...
Hello @tkchia, Noticing the 'help wanted' on this issue, I took a stab at pulling down `newlib-ia16` and tried configuring it but realize it's going to be complicated to understand...