-
Notifications
You must be signed in to change notification settings - Fork 0
Xorg Configuration
Dmitry Sayevich edited this page Aug 30, 2022
·
11 revisions
В файл /etc/X11/xorg.conf отредактируйте секции:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "MetaModes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
Option "AllowIndirectGLXProtocol" "off"
Option "TripleBuffer" "on"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection