nevica wrote:Additionally, I have checked if it is my monitor which I creating the black border but I am pretty sure that it is not my monitor after checking the settings.
No, it is probably the Raspberry Pi that is automatically setting borders using the overscan settings. It will do this, and I don't really understand the criteria that is used to create the automatic overscan settings. In the linked config file look at the following:-
Code: Select all
## disable_overscan
## Set to 1 to disable overscan
##
## Value Description
## -------------------------------------------------------------------------
## 0 Overscan Enabled (Default)
## 1 Overscan Disabled
##
#disable_overscan=1
To stop the default automatic overscan creation you need to uncomment disable_overscan=1 (i.e. remove the # at the start of the line).
I am still unsure why Noobs is not allowing you to edit the config.txt file, but as I say I haven't used Noobs myself.