I am new to Linux and Ubuntu, I wanted my system to boot to a console (wanted to boot to gnome-terminal but got solution for booting to tty) and no GUI such that whenever I wanted GUI I could start in on demand, so I referred to this askubuntu answer and now I can boot to tty but now when I start applications with startx
(ex: startx firefox
) it opens them but not using the full resolution of my screen that is there is background(black or sometimes colored) that can be seen around the applications.
I tried to change the contents to xinitrc file and I tried this in that file: -geometry 1366x768
but it didn't work and I also tried to give 1366 and 768 as parameters along with startx
command but that also didn't work. The dropdowns in Firefox (like Bookmarks Dropdown) are also not working when starting firefox with startx
.
Here's how it looks right now with the background showing to the right and bottom of the window
So now I want startx
to start applications in fullscreen, using my full resolution (the right and bottom background shouldn't be viewed). Can anyone tell me where am I going wrong?