VMware Communities
Daniel_Ewing
Contributor
Contributor

Please help with vmware tools display problem in Ubuntu 7.10 guest on Win XP host.

I am using VMware Workstation 5.5.5 on 64 bit Win XP. I have created a VM with Ubuntu 7.10 Desktop Edition for AMD64. I installed the VMware tools in the Ubuntu guest, using tips found here:

When I run vmware-config-tools.pl, I get the (error) message:

No drivers for X.org version: 1.3.

I have used the tips found here:

http://communities.vmware.com/thread/109560

To modify vmware-config-tools.pl (the edits required are slightly different than what is reported in thread 109560, because that thread is for VMware Fusion). I changed my file as follows:

Change line 4307 from:

$major = $1;

To:

$major = $1 eq 1 ? 7 : $1;

Change line 4472 from:

if ($minor == 0) {

To:

if ($minor ge 0) {

This change gets me past the "No drivers for X.org version: 1.3." message. Now when I run vmware-config-tools.pl, I get the (error) message:

X Window System Version 1.3.0

Release Date: 19 April 2007

X Protocol Version 11, Revision 0, Release 1.3

Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu8)

Current Operating System: Linux DEU64VM1 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007 x86_64

Build Date: 29 September 2007

Before reporting problems, check

to make sure that you have the latest version.

Module Loader present

Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(++) Log file: "/tmp/vmware-config1/XF86ConfigLog.6587", Time: Thu Nov 8 15:06:48 2007

(++) Using config file: "/tmp/vmware-config1/XF86Config.6587"

(EE) module ABI major version (0) doesn't match the server's version (1)

(EE) Failed to load module "vmware" (module requirement mismatch, 0)

(EE) No devices detected.

Fatal server error:

no screens found

Use of uninitialized value in addition :smileyplus: at ./vmware-config-tools.pl line 804.

Note that sudo lspci reports:

00:0f.0 VGA compatible controller: VMware Inc PCI Display Adapter

Reply
0 Kudos
0 Replies