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

R-01 cursor missing in multi-user mode. #2

Open
markatlnk opened this issue Jul 18, 2023 · 2 comments
Open

R-01 cursor missing in multi-user mode. #2

markatlnk opened this issue Jul 18, 2023 · 2 comments

Comments

@markatlnk
Copy link

Going for as much performance as I can get, decided to run without the GUI. Text is really small, but the main issue is there isn't a cursor. Makes it hard to do many things.

It is hard to get this into text only mode, the systemctl set-default multi-user doesn't work by itself.

@lis6502
Copy link

lis6502 commented Jun 25, 2024

not sure if still relevant, i've stumbled upon same issue and found workaround.
append to your ~/.bash_profile
echo -e "\e[?16;0;110c"
this sets software cursor to nonblinking solid cyan block.

@lis6502
Copy link

lis6502 commented Jun 27, 2024

and following the https://github.com/PotatoMania/uconsole-r01-bsp-kernel-for-archlinux

Want a cursor on framebuffer

R-01 doesn't have a hardware cursor(that's default), and you can use a cmdline parameter to change the default
to a softcursor.

Format:: vt.cur_default=0x{p3}{p2}{p1}, note the order.

Example: vt.cur_default=0xF00058 white background block, with highlight.

Cursor stays visible in and out of vi

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

2 participants