VICE full screen

Hi,

Can someone point me into the right direction howto start VICE from the commandline and
fill the complete screen or a big part 4:3 with black bars to the side.

I build the latest version of vice 3.9 on a PI3B+ on dietpi with the latest dietpi amiberry. Build with SLD2 options.
After trouble shooting building I can now run it from command line with this option:
xinit /usr/local/bin/x64 but the only problem is I think set resolution, screen size.
With the vice videosettings I can not correct this. Also wrong screen position when trying different settings.

With kind regards Ronniehood

Hi, maybe it could be useful to know that vice uses a configuration file called vicerc, which usually, in DietPi distributions is located in ~/.config/vice/
You can open this file with an editor like nano, and modify it. For example, to set the fullscreen, you can add the line:
VICIIFullscreen=1
in the C64 or C64SC emulator section.
You can also change the screen size, using the lines already present:
Window0Xpos=
Window0Ypos=

I hope I was helpful.
:upside_down_face: