Merge branch 'vulkan_sway'
This commit is contained in:
commit
eefb0c9992
@ -26,6 +26,7 @@
|
|||||||
shell: service pf status
|
shell: service pf status
|
||||||
register: is_pf_running
|
register: is_pf_running
|
||||||
failed_when: is_pf_running.rc != 0
|
failed_when: is_pf_running.rc != 0
|
||||||
|
changed_when: false
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Enable pflog
|
- name: Enable pflog
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
- vdpauinfo # for vdpauinfo
|
- vdpauinfo # for vdpauinfo
|
||||||
- libvdpau-va-gl # vdpau support
|
- libvdpau-va-gl # vdpau support
|
||||||
- igt-gpu-tools # for intel_gpu_top
|
- igt-gpu-tools # for intel_gpu_top
|
||||||
|
- vulkan-tools # For vulkaninfo
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# - name: Configure vdpau to use va-api driver
|
# - name: Configure vdpau to use va-api driver
|
||||||
|
@ -12,6 +12,7 @@ if [[ ! -v XDG_RUNTIME_DIR ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
export WLR_RENDERER=vulkan
|
||||||
|
|
||||||
# Enable wayland support for firefox
|
# Enable wayland support for firefox
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
@ -6,5 +6,6 @@ IFS=$'\n\t'
|
|||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
export WLR_RENDERER=vulkan
|
||||||
|
|
||||||
exec sway -d &> $HOME/.config/swaylog
|
exec sway -d &> $HOME/.config/swaylog
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
- wtype # for rofimoji to be able to insert characters
|
- wtype # for rofimoji to be able to insert characters
|
||||||
- dbus # for desktop notifications
|
- dbus # for desktop notifications
|
||||||
- jq
|
- jq
|
||||||
|
- vulkan-validation-layers # For vulkan support in sway
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install scripts
|
- name: Install scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user