diff options
author | Brian Paul <[email protected]> | 2013-01-28 17:44:46 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-01-29 08:59:53 -0700 |
commit | d83336ce3ee5670e728a218ebd438cd72c7dd661 (patch) | |
tree | 5476c1a5f99d64e3e8cf63bf864d243897820408 /docs/vmware-guest.html | |
parent | c80bacba2ed88bccc92ab7a7151e14ad32729249 (diff) |
docs: more VMware guest driver info, tips
Diffstat (limited to 'docs/vmware-guest.html')
-rw-r--r-- | docs/vmware-guest.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index ac5f03c9c6b..b5f136f3343 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -29,6 +29,7 @@ MacOS are all supported. <p> End users shouldn't have to go through all these steps once the driver is included in newer Linux distributions. +Fedora 18 and Ubuntu 12.10 include the VMware guest GL driver, for example. </p> <p> @@ -162,6 +163,22 @@ Then sudo cp 00-vmwgfx.rules /etc/udev/rules.d sudo depmod -ae </pre> + +Note: some distros put DRM kernel drivers in different directories. +For example, sometimes vmwgfx.ko might be found in +<code>/lib/modules/{version}/extra/vmwgfx.ko</code> or in +<code>/lib/modules/{version}/kernel/drivers/gpu/drm/vmwgfx/vmwgfx.ko</code>. +<p> +After installing vmwgfx.ko you might want to run the following command to +check that the new kernel module is in the expected place: +<pre> + find /lib/modules -name vmwgfx.ko -exec ls -l '{}' \; +</pre> +If you see the kernel module listed in more than one place, you may need to +move things around. +<p> +Finally, if you update your kernel you'll probably have to rebuild and +reinstall the vmwgfx.ko module again. </ul> |