diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-01-07 17:46:53 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-04 17:58:04 -0700 |
| commit | 7b6fda4e644d98257e4baa3c5f26b075135ec053 (patch) | |
| tree | bf084c47e645ed1193215a60ca6f34b6bde684d7 | |
| parent | 054c2e790e799f0cf8eb4a102ca9f1f6fd839b9d (diff) | |
| download | usermoji-7b6fda4e644d98257e4baa3c5f26b075135ec053.tar.xz | |
build: Update render node enable instructions
Render nodes were not getting enabled when setting up a newly installed
14.10 Ubuntu system. To get the rnodes=1 option to work it is necessary
to update the ramfs boot image.
| -rw-r--r-- | BUILD.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ sudo tee /etc/modprobe.d/drm.conf << EOF # Enable render nodes options drm rnodes=1 EOF +# this will add the rnodes=1 option into the boot environment +sudo update-initramfs -k all -u ``` ``` sudo tee /etc/udev/rules.d/drm.rules << EOF |
