You are not logged in.
Pages: 1
Using LTS kernel with nvidia-lts, but i don't have the gsync option i the settings
this is my xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 460.39
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce RTX 3070"
BusID "PCI:8:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce RTX 3070"
BusID "PCI:9:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowEmptyInitialConfiguration" "True"
Option "MetaModes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
Option "AllowIndirectGLXProtocol" "off"
Option "TripleBuffer" "on"
Option "Coolbits" "28"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "AllowEmptyInitialConfiguration" "True"
Option "MetaModes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
Option "AllowIndirectGLXProtocol" "off"
Option "TripleBuffer" "on"
Option "Coolbits" "28"
SubSection "Display"
Depth 24
EndSubSection
EndSectionAm i missing anything?
Offline
You have tried to enable gsync as described in https://wiki.archlinux.org/title/Variab … a-settings ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I can't enable it the way described in the wiki because i do not have those options
Offline
What happens if you don't use that xorg config? In particular I wouldn't be surprised if there's some conflict with the composition pipeline and gsync. Also not sure how the UI is going to be built up with two graphics cards, make sure the one that's driving the screen(s) is selected.
Offline
What happens if you don't use that xorg config? In particular I wouldn't be surprised if there's some conflict with the composition pipeline and gsync. Also not sure how the UI is going to be built up with two graphics cards, make sure the one that's driving the screen(s) is selected.
Just tried deleting the xorg but nothing changed
Checked every tab in Nvidia for both GPUs but i see no mention of gsync
Offline
The wiki specifically mentions go to the "X Server Display Configuration" page as first step
Does that page exist in your nivida-settings ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
The gsync option is supposed to be under Advanced settings on the X server page, do you see such a button ?
(I don't use nvidia. so can't verify myself)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
The gsync option is supposed to be under Advanced settings on the X server page, do you see such a button ?
(I don't use nvidia. so can't verify myself)
That is the advanced settings page
Offline
Does it give more options if you deselect one or both of the forcecomposition options ?
Last edited by Lone_Wolf (2021-09-22 13:22:38)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Pages: 1