mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
moved tasks related to amd in its own role
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
- name: Install Xorg AMDGPU (AMD graphics driver for Xorg)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: xf86-video-amdgpu
|
||||||
|
state: present
|
||||||
- name: Install Vulkan Radeon (Vulkan for AMDGPU)
|
- name: Install Vulkan Radeon (Vulkan for AMDGPU)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
@@ -4,42 +4,18 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: xorg-server
|
name: xorg-server
|
||||||
state: present
|
state: present
|
||||||
- name: Install Xclip (clipboard manager for X)
|
- name: Install Libinput (input devices recognition)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: xclip
|
name: libinput
|
||||||
state: present
|
state: present
|
||||||
- name: Install Xdotool (X11 command-line utility)
|
- name: Install Xorg Libinput (input devices bridge)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: xdotool
|
name: xf86-input-libinput
|
||||||
state: present
|
|
||||||
- name: Install Xset (Xorg configuration manager)
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: xorg-xset
|
|
||||||
state: present
|
|
||||||
- name: Install Xorg AMDGPU (AMD graphics driver for Xorg)
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: xf86-video-amdgpu
|
|
||||||
state: present
|
|
||||||
- name: Install Xorg Backlight (brightness manager)
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: xorg-xbacklight
|
|
||||||
state: present
|
state: present
|
||||||
- name: Install Xorg Xinput (input devices manager)
|
- name: Install Xorg Xinput (input devices manager)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: xorg-xinput
|
name: xorg-xinput
|
||||||
state: present
|
state: present
|
||||||
- name: Install Xorg Xinit (Xorg startup script)
|
|
||||||
become: true
|
|
||||||
pacman:
|
|
||||||
name: xorg-xinit
|
|
||||||
state: present
|
|
||||||
- name: Setup Xorg Xinit
|
|
||||||
synchronize:
|
|
||||||
src: xinit/xinitrc
|
|
||||||
dest: "/$HOME/.xinitrc"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user