My raspberry pi 4 is setup to work in headless mode and its working ok but I want to turnoff headless mode and make it working normally by connecting it to monitor and keyboard.
Is it possible now and if yes then what steps I need to follow?
My raspberry pi 4 is setup to work in headless mode and its working ok but I want to turnoff headless mode and make it working normally by connecting it to monitor and keyboard.
Is it possible now and if yes then what steps I need to follow?
If by "headless mode" you mean there's no GUI desktop, and by "working normally" you mean there is a GUI desktop, this is done by setting the systemd boot target:
sudo systemctl set-default graphical.target
If you installed the "lite" version of RpiOS, however, there will be no GUI installed, so you will just get a console prompt. If you installed the full version, it should already boot to a GUI by default, although this won't be apparent if you don't have a monitor attached.
There is no such thing as headless mode.
Boot mode is setup in raspi-config.
If your Pi is set to boot to Desktop (as most of mine are) you can use it headlessly.
If a monitor is attached you can use the GUI.
If you boot to Console mode you can start GUI with startx.
If you want to use GUI remotely (with VNC) you should set to boot to Desktop and should set VNC resolution in raspi-config.