红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

VirtualBox在XP下虚拟Ubuntu时全屏的解决方法

发布时间:2008-07-24 16:59:13来源:红联作者:Dywesz
在终端运行

引用:
sudo gedit /etc/X11/xorg.conf


后修改相应内容为如下格式

引用:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24 #我这里颜色质量只能开到24
SubSection "Display"
Modes "1280x800" "800x600" #按屏幕需要改就可以了
EndSubSection
EndSection


保存,重启。
文章评论

共有 0 条评论