chore!: separated galaxy deps and own collections; modified ansible script generation to use two paths for collections
REQUIRES REGENERATING ansible.cfg!
This commit is contained in:
parent
4af69c31ce
commit
888590ed9f
188 changed files with 30 additions and 30 deletions
|
@ -0,0 +1,105 @@
|
|||
#############################################
|
||||
# FILES #
|
||||
#############################################
|
||||
Section "Files"
|
||||
ModulePath "/usr/lib/xorg/modules"
|
||||
FontPath "/usr/share/fonts/X11/misc"
|
||||
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
|
||||
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
|
||||
FontPath "/usr/share/fonts/X11/Type1"
|
||||
FontPath "/usr/share/fonts/X11/100dpi"
|
||||
FontPath "/usr/share/fonts/X11/75dpi"
|
||||
FontPath "built-ins"
|
||||
EndSection
|
||||
|
||||
#############################################
|
||||
# MODULES #
|
||||
#############################################
|
||||
Section "Module"
|
||||
Load "glx"
|
||||
EndSection
|
||||
|
||||
#############################################
|
||||
# INPUTDEVICES #
|
||||
#############################################
|
||||
Section "InputDevice"
|
||||
Identifier "Mouse0"
|
||||
Driver "mouse"
|
||||
Option "Protocol" "auto"
|
||||
Option "Device" "/dev/input/mice"
|
||||
Option "ZAxisMapping" "4 5 6 7"
|
||||
Option "CorePointer"
|
||||
EndSection
|
||||
|
||||
Section "InputDevice"
|
||||
Identifier "Keyboard0"
|
||||
Driver "keyboard"
|
||||
Option "CoreKeyboard"
|
||||
Option "XkbRules" "xorg"
|
||||
EndSection
|
||||
|
||||
#############################################
|
||||
# DEVICES #
|
||||
#############################################
|
||||
Section "Device"
|
||||
Identifier "Card0"
|
||||
Driver "amdgpu"
|
||||
Option "Monitor-HDMI-A-0" "VG248"
|
||||
Option "HDMI-A-0" "VG248"
|
||||
Option "Monitor-DisplayPort-2" "LG UWQHD"
|
||||
Option "DisplayPort-2" "LG UWQHD"
|
||||
Option "Monitor-DisplayPort-0" "LG ULTRAWIDE"
|
||||
Option "DisplayPort-0" "LG ULTRAWIDE"
|
||||
EndSection
|
||||
|
||||
#############################################
|
||||
# SERVER LAYOUT #
|
||||
#############################################
|
||||
Section "ServerLayout"
|
||||
Identifier "Layout0"
|
||||
Screen 0 "Screen0" 0 0
|
||||
InputDevice "Keyboard0" "CoreKeyboard"
|
||||
InputDevice "Mouse0" "CorePointer"
|
||||
Option "Xinerama" "0"
|
||||
EndSection
|
||||
|
||||
#############################################
|
||||
# SCREENS #
|
||||
#############################################
|
||||
Section "Screen"
|
||||
Identifier "Screen0"
|
||||
Device "Card0"
|
||||
EndSection
|
||||
|
||||
#############################################
|
||||
# MONITORS #
|
||||
#############################################
|
||||
Section "Monitor"
|
||||
Identifier "VG248"
|
||||
ModelName "VG248"
|
||||
VendorName "ACI"
|
||||
Option "DPMS" "on"
|
||||
Option "PreferredMode" "1920x1080"
|
||||
Option "LeftOf" "DisplayPort-2"
|
||||
Option "Position" "0 520"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "LG UWQHD"
|
||||
ModelName "LG UWQHD"
|
||||
VendorName "GSM"
|
||||
Option "LeftOf" "DisplayPort-0"
|
||||
Option "DPMS" "on"
|
||||
Option "PreferredMode" "3840x1600"
|
||||
Option "Primary" "true"
|
||||
Option "Position" "1920 0"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "LG ULTRAWIDE"
|
||||
ModelName "LG ULTRAWIDE"
|
||||
VendorName "GSM"
|
||||
Option "DPMS" "on"
|
||||
Option "PreferredMode" "3440x1440"
|
||||
Option "Position" "5760 160"
|
||||
EndSection
|
Loading…
Add table
Add a link
Reference in a new issue