Skip to content

Instantly share code, notes, and snippets.

@iandol
Created November 24, 2020 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandol/fb8dba22bd6be5e5daba84699184c59a to your computer and use it in GitHub Desktop.
Save iandol/fb8dba22bd6be5e5daba84699184c59a to your computer and use it in GitHub Desktop.
Standard PTB xorg.conf.d file, for a 10bit VRR Aorus monitor, this file should be in /etc/X11/xorg.conf.d/
# Auto generated xorg.conf - Created by Psychtoolbox XOrgConfCreator.
Section "ServerLayout"
Identifier "PTB-Hydra"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
EndSection
Section "Monitor"
Identifier "DisplayPort-0"
EndSection
Section "Monitor"
Identifier "DisplayPort-3"
EndSection
Section "Device"
Identifier "Card0"
Driver "amdgpu"
Option "VariableRefresh" "on"
Option "DRI" "3"
Option "ZaphodHeads" "DisplayPort-0"
Option "Monitor-DisplayPort-0" "DisplayPort-0"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "amdgpu"
Option "VariableRefresh" "on"
Option "DRI" "3"
Option "ZaphodHeads" "DisplayPort-3"
Option "Monitor-DisplayPort-3" "DisplayPort-3"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DisplayPort-0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "DisplayPort-3"
DefaultDepth 30
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment