Load the module at boot.
This commit is contained in:
parent
0a82fce8d5
commit
4f372514da
1
ansible/roles/graphics/files/intel_kld_rc.conf
Normal file
1
ansible/roles/graphics/files/intel_kld_rc.conf
Normal file
@ -0,0 +1 @@
|
||||
kld_list="/boot/modules/i915kms.ko"
|
@ -27,3 +27,13 @@
|
||||
group: wheel
|
||||
loop:
|
||||
- intel_power
|
||||
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
src: "files/intel_{{ item }}_rc.conf"
|
||||
dest: "/etc/rc.conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- kld
|
||||
|
Loading…
x
Reference in New Issue
Block a user