add X11 laptop and desktop profiles - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9b2a72e5008bf382175263892765d4cfbedf54a5
 (DIR) parent c587f2e70fc676ae7b08da24c854d15cb78fd559
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 27 May 2025 19:47:21 +0200
       
       add X11 laptop and desktop profiles
       
       Diffstat:
         A linux/etc/X11/xorg.conf.d-desktop/… |      45 +++++++++++++++++++++++++++++++
         A linux/etc/X11/xorg.conf.d-desktop/… |       6 ++++++
         R linux/etc/X11/xorg.conf.d/00-disab… |       0 
         R linux/etc/X11/xorg.conf.d/10-keybo… |       0 
         R linux/etc/X11/xorg.conf.d/20-touch… |       0 
         R linux/etc/X11/xorg.conf.d/30-mouse… |       0 
       
       6 files changed, 51 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/linux/etc/X11/xorg.conf.d-desktop/20-amdgpu.conf b/linux/etc/X11/xorg.conf.d-desktop/20-amdgpu.conf
       @@ -0,0 +1,45 @@
       +Section "Device"
       +        Identifier "AMD"
       +        Driver "amdgpu"
       +
       +        Option "TearFree" "true"
       +        Option "DRI" "3"
       +
       +        Option "VariableRefresh" "true"
       +
       +#        Option "UseEdidDpi" "false"
       +#        Option "UseEDID" "false" 
       +#        Option "UseEDIDFreqs" "false" 
       +#        Option "IgnoreEDID" "true" 
       +EndSection
       +
       +# this monitor has a broken EDID table. Manually set the modeline.
       +Section "Monitor"
       +        Identifier "MG248"
       +        ModelName "MG248"
       +        VendorName "AUS"
       +        # Monitor Manufactured week 16 of 2019
       +        # EDID version 1.4
       +        # Digital Display
       +
       +        #1080/92*25.4 (92 dpi)
       +#        DisplaySize 531 300
       +        DisplaySize 530 300
       +        DisplaySize 530 298
       +#        Gamma 1.0
       +        Option "DPMS" "true"
       +#        Horizsync 160-160
       +#        VertRefresh 40-144
       +
       +        # 1920x1080 143.88 Hz (CVT) hsync: 169.35 kHz; pclk: 452.50 MHz
       +        Modeline "1920x1080_144.00"  452.50  1920 2088 2296 2672  1080 1083 1088 1177 -hsync +vsync
       +        Option "PreferredMode" "1920x1080_144.00"
       +EndSection
       +
       +Section "Screen"
       +        Identifier "DefaultScreen"
       +        Device "AMD"
       +        Monitor "MG248"
       +        SubSection "Display"
       +        EndSubSection
       +EndSection
 (DIR) diff --git a/linux/etc/X11/xorg.conf.d-desktop/50-mouse-accel.conf b/linux/etc/X11/xorg.conf.d-desktop/50-mouse-accel.conf
       @@ -0,0 +1,6 @@
       +Section "InputClass"
       +        Identifier "Kinzu"
       +        Driver "libinput"
       +        MatchIsPointer "yes"
       +        Option "AccelProfile" "flat"
       +EndSection
 (DIR) diff --git a/linux/etc/X11/xorg.conf.d/00-disable-hotplug.conf b/linux/etc/X11/xorg.conf.d-laptop/00-disable-hotplug.conf
 (DIR) diff --git a/linux/etc/X11/xorg.conf.d/10-keyboard.conf b/linux/etc/X11/xorg.conf.d-laptop/10-keyboard.conf
 (DIR) diff --git a/linux/etc/X11/xorg.conf.d/20-touchpad.conf b/linux/etc/X11/xorg.conf.d-laptop/20-touchpad.conf
 (DIR) diff --git a/linux/etc/X11/xorg.conf.d/30-mouse.conf b/linux/etc/X11/xorg.conf.d-laptop/30-mouse.conf