vmware下的ubuntu已安装vmware tools,但是图像效果没有改变

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
头像
imxys
帖子: 81
注册时间: 2014-05-03 22:44
系统: Ubuntu 24.04;Manjaro

vmware下的ubuntu已安装vmware tools,但是图像效果没有改变

#1

帖子 imxys » 2014-05-04 0:20

……各位大大家好……
ubuntu小白,在用vmware的虚拟机上的ubuntu(其实是vbox和vm共用同一个vmdk文件……)
不知道有没有大大遇到过这样的问题:
屏幕分辨率只剩下800x600一种了,即使用了 crt 1366 768 写进xorg.conf也没用……
文件内容如下:

代码: 全选

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"fbdev"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                 "Protocol"         "IMPS/2"
        Option                "CorePointer"
        Option                "Device"        "/dev/input/mice"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
	Option "PreferredMode" "1368x768_60.00"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
EndSection
用xrandr 命令的时候会提示:
failed to get the size of gamma for output default
而且图像效果就跟没装过vmware tools是一样的

--------------------说点别的---------------------
啊弄这个弄的 头疼死了……
以前这个系统经常出问题(大概是vbox和vm共用的缘故……),最后下定决心只用vm了,通过更新到14.04还有apt-get -f install算是修复好系统了,结果之前系统的显卡性能消失了。。

深夜发这个账号的第一帖,希望有人回复额……不然只好下载最新的iso用修复安装了……
回复