Fix resolution for kubuntu in VirtualBox
hoares
posted @ 2013年1月20日 22:22
in 未分类
, 890 阅读
My resoultion is 1366x768, but it is not in the exsiting mode.
To fix this, edit ~/.xprofile and add following lines:
# Parameters for --newmode can be reterived by "gtf 1366 768 60.0"
# gtf 1366 768 60.0 | grep 'Modeline' | cut -f 4- -d ' '
xrandr --newmode "1368x768_60.00" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
xrandr --addmode VBOX0 1368x768_60.00
xrandr --output VBOX0 --mode 1368x768_60.00
2022年11月24日 12:37
If you are having trouble getting your kubuntu installation in VirtualBox to display correctly, there is a We Olive Restaurant At SOCO very simple fix. All you need to do is open up the virtual machine settings, select the "Display" tab and change the resolution to 1024x768. This should clear up anydisplay issues you are having and allow you to use kubuntu without any problems.