Acabei de converter uma máquina física em virtual, não tive nenhum problema, exceto na tela.
Agora a VM está usando o Ubuntu 12.04 LTS no VMWare Workstation 12.5 e não posso atualizá-lo (fazendo apt-get upgrade
).
A tela parece ser "Desconhecida" e a resolução disponível é:
- 1360 x 768
- 1280 x 800
- 1280x768
- 1152x864
- 1024x768
- 800 x 600
Eu preciso trazê-lo para 1920x1080.
Eu tentei instalar o VMware Tools executando o vmware-install.pl
do Vmware nativo deixando todos os padrões, mas sem sorte:
Durante a instalação, ele escreve:
Detected X server version 1.11.3
Distribution provided drivers for Xorg X server are used.
Skipping X configuration because X drivers are not included"
Depois da reinicialização, o Vmware diz:
The Virtual machine could not be changed to the selected monitor layout.
If you just added a monitor to the host computer, you must power off and power on the virtual machine to use that monitor.
Eu tentei, como sugerido aqui , fazer p>
sudo apt-get update && sudo apt-get install build-essential linux-headers-$(uname -r)
a saída que recebo é:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
linux-headers-3.2.0-86-generic-pae is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 407 not upgraded.
Eu finalmente tentei outra forma encontrada aqui e foi azar também.
sudo apt-get install mesa-utils
out:
Reading package lists... Done
Building dependency tree
Reading state information... Done
mesa-utils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 407 not upgraded.
entrada:
glxinfo | grep render
output:
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 12
Current serial number in output stream: 12
entrada:
glxgears
saída:
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 12
Current serial number in output stream: 12
O que mais posso experimentar?