I have a FreeBSD 12 instance running in VirtualBox. My goal is to take advantage of the larger screen my host computer provides.
I've created several files:
And
(I'm unsure if I need
When I login, my screen size is briefly set to 1680x1050 but is reset to 800x600 once MATE fully starts.
I am able to go into Preferences --> Hardware --> Displays and change resolution; however, once I logout and login, it reverts to 800x600.
Anyone know what I might be doing wrong?
Thanks!
I've created several files:
$HOME/.xinitrc$HOME/.xsession$HOME/.xprofile
.xinitrc uses xrandr to set my resolution to 1680x1050. .xsession sources .xinitrcAnd
.xprofile is simply a symlink to .xsession(I'm unsure if I need
$HOME/.xprofile -- I was just throwing stuff on the wall hoping I could make it work.)When I login, my screen size is briefly set to 1680x1050 but is reset to 800x600 once MATE fully starts.
I am able to go into Preferences --> Hardware --> Displays and change resolution; however, once I logout and login, it reverts to 800x600.
Anyone know what I might be doing wrong?
Thanks!