How to disable the terminal on the screen?

My app work on drm mode. I sudo systemctl set-default multi-user.target. I know the terminal will display on the screen. I don’t want to display it. How to config it?

That is called fb console and you need to disable it from kernel config.

yes, I know. Which one I should disable.

CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y

This one.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.