LINUX.ORG.RU

История изменений

Исправление sparks, (текущая версия) :

Окэ, будет чуть по другому тогда, в любом случае, сначала иди в /etc/default/grub, добавь опцию загрузки ядра GRUB_CMDLINE_LINUX="nouveau.modeset=0", и обнови конфиг груба update-grub

в /etc/X11/xorg.conf засунь это

Section "ServerLayout"
	Identifier 	"layout"
	Screen 0 	"iGPU"
	Option          "AllowNVIDIAGPUScreens" "True"	
	Option		"AllowPRIMEDisplayOffloadSink" "True"
EndSection

Section "Device"
	Identifier 	"iGPU"
	Driver 		"amdgpu"
EndSection

Section "Screen"
	Identifier 	"iGPU"
	Device 		"iGPU"
EndSection

Section "Device"
	Identifier 	"dGPU"
	Driver		"nvidia"
        Option          "AllowExternalGpus" "True"
        Option          "AllowNVIDIAGPUScreens" "True"
EndSection

перезагрузись и покажи Xorg.0.log и xrandr --listproviders

Исходная версия sparks, :

Окэ, будет чуть по другому тогда, в любом случае, сначала иди в /etc/default/grub, добавь опцию загрузки ядра GRUB_CMDLINE_LINUX="nouveau.modeset=0", и обнови конфиг груба update-grub

в /etc/X11/xorg.conf засунь это

Section "ServerLayout"
	Identifier 	"layout"
	Screen 0 	"iGPU"
	Option          "AllowNVIDIAGPUScreens" "True"	
	Option		"AllowPRIMEDisplayOffloadSink" "True"
EndSection

Section "Device"
	Identifier 	"iGPU"
	Driver 		"amdgpu"
EndSection

Section "Screen"
	Identifier 	"iGPU"
	Device 		"iGPU"
EndSection

Section "Device"
	Identifier 	"dGPU"
	Driver		"nvidia"
        Option          "AllowExternalGpus" "True"
        Option          "AllowNVIDIAGPUScreens" "True"
EndSection

перезагрузись и покажи Xorg.0.log