Created
October 22, 2021 23:03
-
-
Save sinux-l5d/4faa7c17e73be0fa129f91faad3bbb9b to your computer and use it in GitHub Desktop.
Xorg config for Dauthdaert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's | |
# probably wise not to edit this file manually. Use localectl(1) to | |
# instruct systemd-localed to update it. | |
Section "InputClass" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
Option "XkbLayout" "fr" | |
Option "XkbModel" "tm2030USB" | |
EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Monitor" | |
Identifier "HDMI-A-0" | |
Modeline "1920x1080_60.00_rb2" 133.19 1920 1928 1960 2000 1080 1097 1105 1111 +hsync -vsync | |
Option "PreferredMode" "1920x1080_60.00_rb2" | |
Option "Primary" "true" | |
Option "RightOf" "DisplayPort-0" | |
Option "DPMS" "true" | |
EndSection | |
Section "Monitor" | |
Identifier "DisplayPort-0" | |
Modeline "1920x1080_60.00_rb2" 133.19 1920 1928 1960 2000 1080 1097 1105 1111 +hsync -vsync | |
Option "PreferredMode" "1920x1080_60.00_rb2" | |
Option "LeftOf" "HDMI-A-0" | |
Option "DPMS" "true" | |
EndSection | |
Section "Screen" | |
Identifier "Screen 0" | |
Device "AMD" | |
Monitor "HDMI-A-0" | |
EndSection | |
Section "Device" | |
Identifier "AMD" | |
Driver "amdgpu" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment