diff options
author | Erik Faye-Lund <[email protected]> | 2019-06-04 10:39:58 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-13 10:42:00 +0000 |
commit | bf3f0f7a82e44e8a7c34afa6b56cc620619083ee (patch) | |
tree | 15ee65c8dbb0ad11a93a5e588498a142c450e108 /docs/vmware-guest.rst | |
parent | 5aea48001fca482155e96d3cb38be231a64b3c39 (diff) |
docs: format notes as rst-notes
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/vmware-guest.rst')
-rw-r--r-- | docs/vmware-guest.rst | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/vmware-guest.rst b/docs/vmware-guest.rst index 88387171b5a..d738f2be74e 100644 --- a/docs/vmware-guest.rst +++ b/docs/vmware-guest.rst @@ -248,20 +248,22 @@ Building the Code echo vmwgfx | sudo tee -a /etc/modules - Note: some distros put DRM kernel drivers in different directories. - For example, sometimes vmwgfx.ko might be found in - ``/lib/modules/{version}/extra/vmwgfx.ko`` or in - ``/lib/modules/{version}/kernel/drivers/gpu/drm/vmwgfx/vmwgfx.ko``. + .. note:: - After installing vmwgfx.ko you might want to run the following - command to check that the new kernel module is in the expected place: + some distros put DRM kernel drivers in different directories. + For example, sometimes vmwgfx.ko might be found in + ``/lib/modules/{version}/extra/vmwgfx.ko`` or in + ``/lib/modules/{version}/kernel/drivers/gpu/drm/vmwgfx/vmwgfx.ko``. - :: + After installing vmwgfx.ko you might want to run the following + command to check that the new kernel module is in the expected place: + + :: - find /lib/modules -name vmwgfx.ko -exec ls -l '{}' \; + find /lib/modules -name vmwgfx.ko -exec ls -l '{}' \; - If you see the kernel module listed in more than one place, you may - need to move things around. + If you see the kernel module listed in more than one place, you may + need to move things around. Finally, if you update your kernel you'll probably have to rebuild and reinstall the vmwgfx.ko module again. |