mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 17:03:56 -05:00
64 lines
1.3 KiB
Text
64 lines
1.3 KiB
Text
Section "ServerFlags"
|
|
Option "AllowMouseOpenFail" "on"
|
|
Option "DontZap" "on"
|
|
Option "StandbyTime" "0"
|
|
Option "SuspendTime" "0"
|
|
Option "OffTime" "0"
|
|
Option "BlankTime" "0"
|
|
EndSection
|
|
|
|
Section "Monitor"
|
|
Identifier "Monitor"
|
|
Option "DPMS" "false"
|
|
EndSection
|
|
|
|
Section "InputClass"
|
|
Identifier "libinput mouse configuration"
|
|
MatchDriver "libinput"
|
|
MatchIsPointer "on"
|
|
Option "AccelerationProfile" "0"
|
|
Option "AccelerationScheme" "flat"
|
|
Option "AccelSpeed" "3"
|
|
Option "LeftHanded" "off"
|
|
Option "MiddleEmulation" "on"
|
|
Option "NaturalScrolling" "off"
|
|
Option "ScrollMethod" "twofinger"
|
|
Option "HorizontalScrolling" "on"
|
|
Option "SendEventsMode" "enabled"
|
|
Option "Tapping" "on"
|
|
Option "TappingDragLock" "on"
|
|
Option "DisableWhileTyping" "off"
|
|
Option "Resolution" "3000"
|
|
EndSection
|
|
|
|
Section "ServerLayout"
|
|
Identifier "layout"
|
|
Screen 0 "nvidia"
|
|
Inactive "amdgpu"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "nvidia"
|
|
Driver "nvidia"
|
|
BusID "PCI:1:0:0"
|
|
Option "SidebandSocketPath" "/run/nvidia-xdriver/"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "nvidia"
|
|
Device "nvidia"
|
|
Option "RandRRotation" "on"
|
|
Option "AllowEmptyInitialConfiguration"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "amdgpu"
|
|
Driver "amdgpu"
|
|
BusID "PCI:15:0:0"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "amdgpu"
|
|
Device "amdgpu"
|
|
EndSection
|
|
|