You are not logged in.
Pages: 1
Hello, I am new to this so please excuse any mistakes that i make, I followed everything at https://wiki.archlinux.org/index.php/NV … abling_SLI and it works, but when I reboot I have a max refresh rate of 30Hz however, when I am on normal mode I get the 60Hz that my 4k monitor supports
fist step was:
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
next:
$ nvidia-xconfig --busid=PCI:1:0:0 --sli=Auto
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
then i get this
$ nvidia-settings -q all | grep SLIMode
Attribute 'SLIMode' (ragelinux:0.0): AUTO
'SLIMode' is a string attribute.
'SLIMode' is a read-only attribute.
'SLIMode' can use the following target types: X Screen, GPU.
Attribute 'SLIMode' (ragelinux:0[gpu:0]): AUTO
'SLIMode' is a string attribute.
'SLIMode' is a read-only attribute.
'SLIMode' can use the following target types: X Screen, GPU.
Attribute 'SLIMode' (ragelinux:0[gpu:1]): AUTO
'SLIMode' is a string attribute.
'SLIMode' is a read-only attribute.
'SLIMode' can use the following target types: X Screen, GPU.and this
$ nvidia-settings -q all | grep -i pcibus
Attribute 'PCIBus' (ragelinux:0[gpu:0]): 1.
'PCIBus' is an integer attribute.
'PCIBus' is a read-only attribute.
'PCIBus' can use the following target types: GPU, SDI Input Device.
Attribute 'PCIBus' (ragelinux:0[gpu:1]): 2.
'PCIBus' is an integer attribute.
'PCIBus' is a read-only attribute.
'PCIBus' can use the following target types: GPU, SDI Input Device.and my conf file /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 415.27
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
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"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "SLI" "Auto"
SubSection "Display"
Depth 24
EndSubSection
EndSectionnot sure what to do now.
Last edited by philberndt (2019-02-12 21:49:35)
Offline
Pages: 1