diff --git a/Manual.org b/Manual.org index 12e1d76..a7a71a6 100644 --- a/Manual.org +++ b/Manual.org @@ -2420,6 +2420,11 @@ preferred_refreshrates: src: "templates/xorg-verbose.conf.j2" dest: "/etc/X11/xorg-verbose.conf" +- name: "remove intel snippet" + file: + path: /etc/X11/xorg.conf.d/20-intel.conf + state: absent + - name: Stop VDR systemd: name: vdr.service diff --git a/roles/yavdr-xorg/tasks/detect-xorg.yml b/roles/yavdr-xorg/tasks/detect-xorg.yml index e235fab..68fe2be 100644 --- a/roles/yavdr-xorg/tasks/detect-xorg.yml +++ b/roles/yavdr-xorg/tasks/detect-xorg.yml @@ -11,6 +11,11 @@ src: "templates/xorg-verbose.conf.j2" dest: "/etc/X11/xorg-verbose.conf" +- name: "remove intel snippet" + file: + path: /etc/X11/xorg.conf.d/20-intel.conf + state: absent + - name: Stop VDR systemd: name: vdr.service