E-15
3.2.
Linux Driver
3.2.1.
Installation of GPU computing driver (Display driver)
1
After starting the OS, log in as a user with root privileges.
2
Copy the prepared driver to an appropriate directory and extract the file.
3
Add execute permission to the file "xxx.run" after extraction.
Start the terminal program, move to the directory containing the target file, and execute the
following command.
# chmod +x xxx.run
4
If the X-Window System is running, please exit it.
Start the terminal and execute the following command.
# systemctl isolate multi-user.target
5
Make sure nouveau is loaded.
Please execute the following command.
# lsmod | grep nouveau
If nouveau is loaded, proceed to step 6.
※
Depending on your environment, nouveau may not be loaded. In this case, proceed to
step 7.
6
Disable nouveau.
NOTE:
In this procedure, a boot image file which does not load the nouveau driver
is created. Please check the procedure before execution and carefully execute
it in consideration of your environment.
Use the following procedure to create a boot image file that does not load the nouveau driver.
1)
Create the following file in the following directory, describe the contents and save it.
Directory :
/etc/modprobe.d/
Filename
:
blacklist-nouveau.conf
Descriptions :
2)
Execute the following command to create a boot image file.
# dracut –-force
※
By executing this command, you can create a boot image file that does not load the nouveau
driver at boot time.
(Continued on next page)
blacklist nouveau
options nouveau modeset=0
Содержание N8105-55
Страница 47: ......