Linux 新手 - 我最近在 VirtualBox 中安装了 Kubuntu(在我的笔记本电脑上)来玩,但我无法让 Kubuntu 转到更高的分辨率。
VirtualBox 设置:
- 基本内存 = 4GB
- 视频内存 = 64Mb
- 图形控制器 = VMSVGA
任何建议都将不胜感激
答案1
答案2
看起来我已经修复了它:我已将 VirtualBox 图形控制器更改为虚拟视频图形卡- 再次启动 Kubuntu,这次它接受了更高的决议并保留了它们。
答案3
您是否尝试安装 VirtualBox 的 Guest Additions CD 映像?我认为这可以解决您的问题。
如果您没有安装,请按照以下步骤操作:
- 运行您的虚拟机。
- 然后进入虚拟盒的菜单,在设备选择插入来宾添加 CD 图像。
- 插入图像后,转到并以 root 权限
/media/<your_user>/VBox_GAs_6.0.14/
运行脚本( )。VBoxLinuxAdditions.run
sudo
脚本执行后,您的虚拟机将(通常)自动调整分辨率。
答案4
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "KDS"
ModelName "VS-7e"
HorizSync 30-70
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Screen0"
Device "Configured Video Device"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
编写上述代码并将文件保存为xorg.conf
virtualbox.