nvidia-bug-report.shnvidia-bug-report.log (398.7 KB)
Hi all,
I have an Alienware MX18 with Dual GTX 880M and I’m unable to activate SLI.
With windows I never had issue before, so I guess it’s only a configuration issue. Unfortunately It still doesn’t work.
So I take a look on google and I discover I should use something like:
nvidia-xconfig --enable-all-gpus --only-one-x-screen --busid=PCI:1:0:0 --sli=AA
But not really convincing even after testing different values then reboot …
Here a copy of my /etc/X11/xorg.conf generated file
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.82
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "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 "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 880M"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "SLI" "AA"
SubSection "Display"
Depth 24
EndSubSection
EndSection
In first place there was no xorg.conf file at this location. Does this file location is the right one or Pop!_OS uses xorg.conf from another place ?
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK104M [GeForce GTX 880M] [10de:1198] (rev a1) (prog-if 00 [VGA controller])
07:00.0 3D controller [0302]: NVIDIA Corporation GK104M [GeForce GTX 880M] [10de:1198] (rev a1)
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.82 Driver Version: 440.82 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| 0 GeForce GTX 880M Off | 00000000:01:00.0 N/A | N/A |
| N/A 55C P0 N/A / N/A | 358MiB / 8110MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
| 1 GeForce GTX 880M Off | 00000000:07:00.0 N/A | N/A |
| N/A 48C P8 N/A / N/A | 0MiB / 8111MiB | N/A Default |
+-------------------------------+----------------------+----------------------+
with lspci -t
-[0000:00]-+-00.0
+-01.0-[01-06]--+-00.0
| \-00.1
+-01.1-[07]----00.0
+-14.0
+-16.0
+-1a.0
+-1b.0
+-1c.0-[08]--
+-1c.2-[09]----00.0
+-1c.3-[0a]--+-00.0
| \-00.1
+-1c.4-[0b]----00.0
+-1d.0
+-1f.0
+-1f.2
\-1f.3
Thank you for your help.