Fluxbox Screen Size In Virtualbox

ubuntu linux fluxbox virtualbox

Install VBoxGuestAdditions
# mount cdrom
sudo mount /dev/cdrom /cdrom
# install
sudo /cdrom/VBoxLinuxAdditiions-x86.run


Install xrandr (Optinal)
sudo aptitude install xrandr


Config ~/.xinitrc
# create one if does not exist
# add this line after your startXXX command, i.e. startfluxbox
# note the 'x' between 1024 and 768. it is the letter x, not '*'
# available resolution could be found in the Xorg log:
# /var/log/Xorg.0.log
xrandr -s 1024x768



你可能感兴趣的:(linux,ubuntu)