You are not logged in.

#1 2024-05-11 03:25:58

Lamdolf
Member
Registered: 2023-03-11
Posts: 7

[SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

I have a laptop configured with Xorg to only use the integrated GPU, but it cannot detect the HDMI output because its connected to the discrete NVIDIA GPU. When I tried the solution given by the wiki (https://wiki.archlinux.org/title/PRIME#Reverse_PRIME) it made Xorg unable to start.

My current /etc/X11/xorg.conf file looks like this right now

Section "Device"
	Identifier "intel"
	Driver "modesetting"
	Option "TearFree" "True"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
    GPUDevice "intel"
EndSection


Section "ServerLayout"
        Identifier "ServerLayout0"
	Screen 0 "intel" 0 0
	Inactive "nvidia"
	Option "AllowNVIDIAGPUScreens"
        Option "DPMS" "true"
        Option "BlankTime"     "0"
        Option "StandbyTime"   "0"
        Option "SuspendTime"   "0"
        Option "OffTime"       "0"
EndSection

Section "ServerFlags"
	Option "AutoAddGPU" "false"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	VendorName "NVIDIA Corporation"
	BusID "PCI:1:0:0"
	Option "TripleBuffer" "on"
	Option "Coolbits" "28"
EndSection

Section "Screen"
	Identifier "nvidia"
	Device "nvidia"
EndSection

Some specs about the system:
Kernel: zen-6.8.9
Host: Dell G5 5587
Discrete GPU: NVIDIA GeForce GTX 1050 Ti Mobile
Integrated GPU: Intel UHD Graphics 630
Display Manager: LightDM

Last edited by Lamdolf (2024-05-13 17:49:28)

Offline

#2 2024-05-11 07:57:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

You most likely don't have nor want xf86-video-intel installed so referencing that driver is wrong.

Remove that file and then please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General to illustrate the status quo of the problem.

Offline

#3 2024-05-12 00:51:32

Lamdolf
Member
Registered: 2023-03-11
Posts: 7

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

Hi. I'm currently not using nor have installed xf86-video-intel.

I deleted the entire xorg.conf file as you said. The only configuration left is an extension of /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf

This is the content of the config file mentioned above

/etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf

Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

And the log from Xorg

[   241.103] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[   241.103] Current Operating System: Linux walkure 6.8.9-zen1-2-zen #1 ZEN SMP PREEMPT_DYNAMIC Tue, 07 May 2024 22:06:02 +0000 x86_64
[   241.103] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img root=UUID=0ba87a69-8aaa-4143-b0b3-78d32f9cf19c rw nvidia-drm.modeset=1
[   241.103]  
[   241.103] Current version of pixman: 0.43.4
[   241.103] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   241.103] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   241.103] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 11 20:41:55 2024
[   241.103] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   241.103] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   241.103] (==) No Layout section.  Using the first Screen section.
[   241.103] (==) No screen section available. Using defaults.
[   241.103] (**) |-->Screen "Default Screen Section" (0)
[   241.103] (**) |   |-->Monitor "<default monitor>"
[   241.104] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   241.104] (**) Allowing byte-swapped clients
[   241.104] (==) Automatically adding devices
[   241.104] (==) Automatically enabling devices
[   241.104] (==) Automatically adding GPU devices
[   241.104] (==) Automatically binding GPU devices
[   241.104] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   241.104] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   241.104] 	Entry deleted from font path.
[   241.104] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   241.104] 	Entry deleted from font path.
[   241.104] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   241.104] (==) ModulePath set to "/usr/lib/xorg/modules"
[   241.104] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   241.104] (II) Module ABI versions:
[   241.104] 	X.Org ANSI C Emulation: 0.4
[   241.104] 	X.Org Video Driver: 25.2
[   241.104] 	X.Org XInput driver : 24.4
[   241.104] 	X.Org Server Extension : 10.0
[   241.104] (++) using VT number 7

[   241.104] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   241.106] (II) xfree86: Adding drm device (/dev/dri/card0)
[   241.106] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[   241.113] (II) xfree86: Adding drm device (/dev/dri/card1)
[   241.113] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[   241.116] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   241.116] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   241.118] (--) PCI:*(0@0:2:0) 8086:3e9b:1028:0824 rev 0, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   241.118] (--) PCI: (1@0:0:0) 10de:1c8c:1028:0824 rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   241.118] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   241.118] (II) LoadModule: "glx"
[   241.118] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   241.119] (II) Module glx: vendor="X.Org Foundation"
[   241.119] 	compiled for 1.21.1.13, module version = 1.0.0
[   241.119] 	ABI class: X.Org Server Extension, version 10.0
[   241.119] (II) Applying OutputClass "intel" to /dev/dri/card1
[   241.119] 	loading driver: modesetting
[   241.119] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   241.119] 	loading driver: nvidia
[   241.119] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[   241.119] 	loading driver: nvidia
[   241.119] (==) Matched modesetting as autoconfigured driver 0
[   241.119] (==) Matched intel as autoconfigured driver 1
[   241.119] (==) Matched nvidia as autoconfigured driver 2
[   241.119] (==) Matched nouveau as autoconfigured driver 3
[   241.119] (==) Matched nv as autoconfigured driver 4
[   241.119] (==) Matched fbdev as autoconfigured driver 5
[   241.119] (==) Matched vesa as autoconfigured driver 6
[   241.119] (==) Assigned the driver to the xf86ConfigLayout
[   241.119] (II) LoadModule: "modesetting"
[   241.119] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   241.119] (II) Module modesetting: vendor="X.Org Foundation"
[   241.119] 	compiled for 1.21.1.13, module version = 1.21.1
[   241.119] 	Module class: X.Org Video Driver
[   241.119] 	ABI class: X.Org Video Driver, version 25.2
[   241.119] (II) LoadModule: "intel"
[   241.120] (WW) Warning, couldn't open module intel
[   241.120] (EE) Failed to load module "intel" (module does not exist, 0)
[   241.120] (II) LoadModule: "nvidia"
[   241.120] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   241.120] (II) Module nvidia: vendor="NVIDIA Corporation"
[   241.120] 	compiled for 1.6.99.901, module version = 1.0.0
[   241.120] 	Module class: X.Org Video Driver
[   241.120] (II) LoadModule: "nouveau"
[   241.120] (WW) Warning, couldn't open module nouveau
[   241.120] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   241.120] (II) LoadModule: "nv"
[   241.121] (WW) Warning, couldn't open module nv
[   241.121] (EE) Failed to load module "nv" (module does not exist, 0)
[   241.121] (II) LoadModule: "fbdev"
[   241.121] (WW) Warning, couldn't open module fbdev
[   241.121] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   241.121] (II) LoadModule: "vesa"
[   241.121] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   241.121] (II) Module vesa: vendor="X.Org Foundation"
[   241.121] 	compiled for 1.21.1.11, module version = 2.6.0
[   241.121] 	Module class: X.Org Video Driver
[   241.121] 	ABI class: X.Org Video Driver, version 25.2
[   241.121] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   241.121] (II) NVIDIA dlloader X Driver  550.78  Sun Apr 14 06:27:13 UTC 2024
[   241.121] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   241.121] (II) VESA: driver for VESA chipsets: vesa
[   241.133] (II) modeset(0): using drv /dev/dri/card1
[   241.139] (II) modeset(G0): using drv /dev/dri/card0
[   241.139] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   241.139] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   241.139] (==) modeset(0): RGB weight 888
[   241.139] (==) modeset(0): Default visual is TrueColor
[   241.139] (II) Loading sub module "glamoregl"
[   241.139] (II) LoadModule: "glamoregl"
[   241.139] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   241.141] (II) Module glamoregl: vendor="X.Org Foundation"
[   241.141] 	compiled for 1.21.1.13, module version = 1.0.1
[   241.141] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   241.170] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[   241.170] (II) modeset(0): glamor initialized
[   241.170] (==) modeset(0): VariableRefresh: disabled
[   241.170] (==) modeset(0): AsyncFlipSecondaries: disabled
[   241.172] (II) modeset(0): Output eDP-1 has no monitor section
[   241.172] (II) modeset(0): Output DP-1 has no monitor section
[   241.207] (II) modeset(0): Output HDMI-2 has no monitor section
[   241.207] (II) modeset(0): Output DP-2 has no monitor section
[   241.243] (II) modeset(0): Output HDMI-3 has no monitor section
[   241.564] (II) modeset(0): Output DP-3 has no monitor section
[   241.618] (II) modeset(0): Output HDMI-4 has no monitor section
[   241.620] (II) modeset(0): EDID for output eDP-1
[   241.620] (II) modeset(0): Manufacturer: LGD  Model: 53f  Serial#: 0
[   241.620] (II) modeset(0): Year: 2016  Week: 0
[   241.620] (II) modeset(0): EDID Version: 1.4
[   241.620] (II) modeset(0): Digital Display Input
[   241.620] (II) modeset(0): 6 bits per channel
[   241.620] (II) modeset(0): Digital interface is DisplayPort
[   241.620] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   241.620] (II) modeset(0): Gamma: 2.20
[   241.620] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[   241.620] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   241.621] (II) modeset(0): First detailed timing is preferred mode
[   241.621] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   241.621] (II) modeset(0): redX: 0.580 redY: 0.350   greenX: 0.340 greenY: 0.560
[   241.621] (II) modeset(0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[   241.621] (II) modeset(0): Manufacturer's mask: 0
[   241.621] (II) modeset(0): Supported detailed timing:
[   241.621] (II) modeset(0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[   241.621] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   241.621] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[   241.621] (II) modeset(0): Supported detailed timing:
[   241.621] (II) modeset(0): clock: 111.0 MHz   Image Size:  344 x 194 mm
[   241.621] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[   241.621] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[   241.621] (II) modeset(0):  4XK13156WF6
[   241.621] (II) modeset(0): Unknown vendor-specific block 0
[   241.621] (II) modeset(0): EDID (in hex):
[   241.621] (II) modeset(0): 	00ffffffffffff0030e43f0500000000
[   241.621] (II) modeset(0): 	001a010495221378eaa1c59459578f27
[   241.621] (II) modeset(0): 	20505400000001010101010101010101
[   241.621] (II) modeset(0): 	0101010101012e3680a070381f403020
[   241.621] (II) modeset(0): 	350058c21000001a5c2b80a070381f40
[   241.621] (II) modeset(0): 	3020350058c21000001a000000fe0034
[   241.621] (II) modeset(0): 	584b3133803135365746360a00000000
[   241.621] (II) modeset(0): 	0000413196001000000a010a202000c5
[   241.621] (II) modeset(0): Printing probed modes for output eDP-1
[   241.621] (II) modeset(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[   241.621] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   241.621] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   241.621] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   241.621] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   241.621] (II) modeset(0): Modeline "1920x1080"x48.0  111.00  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[   241.621] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   241.621] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   241.621] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   241.621] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   241.621] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   241.621] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   241.621] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   241.621] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   241.621] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   241.621] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   241.621] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   241.621] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   241.621] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   241.621] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   241.621] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   241.621] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   241.621] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   241.621] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   241.621] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   241.621] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   241.621] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   241.621] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   241.621] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   241.621] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   241.621] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   241.621] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   241.621] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   241.621] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   241.621] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   241.621] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   241.621] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   241.621] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   241.621] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   241.621] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   241.621] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   241.621] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   241.621] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   241.621] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   241.621] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   241.621] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   241.621] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   241.621] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   241.621] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   241.621] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   241.621] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   241.621] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   241.621] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   241.621] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   241.621] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   241.621] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   241.621] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   241.621] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   241.621] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   241.621] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   241.621] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   241.621] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   241.621] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   241.621] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   241.621] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   241.621] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   241.621] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   241.621] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   241.621] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   241.621] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   241.621] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   241.621] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   241.621] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   241.621] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   241.621] (II) modeset(0): EDID for output DP-1
[   241.656] (II) modeset(0): EDID for output HDMI-2
[   241.656] (II) modeset(0): EDID for output DP-2
[   241.690] (II) modeset(0): EDID for output HDMI-3
[   242.011] (II) modeset(0): EDID for output DP-3
[   242.065] (II) modeset(0): EDID for output HDMI-4
[   242.065] (II) modeset(0): Output eDP-1 connected
[   242.065] (II) modeset(0): Output DP-1 disconnected
[   242.065] (II) modeset(0): Output HDMI-2 disconnected
[   242.065] (II) modeset(0): Output DP-2 disconnected
[   242.065] (II) modeset(0): Output HDMI-3 disconnected
[   242.065] (II) modeset(0): Output DP-3 disconnected
[   242.065] (II) modeset(0): Output HDMI-4 disconnected
[   242.065] (II) modeset(0): Using exact sizes for initial modes
[   242.065] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   242.065] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   242.065] (==) modeset(0): DPI set to (96, 96)
[   242.066] (II) Loading sub module "fb"
[   242.066] (II) LoadModule: "fb"
[   242.066] (II) Module "fb" already built-in
[   242.066] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   242.066] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   242.066] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   242.066] (==) modeset(G0): RGB weight 888
[   242.066] (==) modeset(G0): Default visual is TrueColor
[   242.066] (II) Loading sub module "glamoregl"
[   242.066] (II) LoadModule: "glamoregl"
[   242.066] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   242.066] (II) Module glamoregl: vendor="X.Org Foundation"
[   242.066] 	compiled for 1.21.1.13, module version = 1.0.1
[   242.066] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   242.085] (II) modeset(G0): glamor X acceleration enabled on NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2
[   242.085] (II) modeset(G0): glamor initialized
[   242.131] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   242.176] (II) modeset(G0): EDID for output HDMI-1-1
[   242.176] (II) modeset(G0): Manufacturer: SAM  Model: c3c  Serial#: 0
[   242.176] (II) modeset(G0): Year: 2014  Week: 46
[   242.176] (II) modeset(G0): EDID Version: 1.3
[   242.176] (II) modeset(G0): Digital Display Input
[   242.176] (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[   242.176] (II) modeset(G0): Gamma: 2.20
[   242.176] (II) modeset(G0): No DPMS capabilities specified
[   242.176] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   242.176] (II) modeset(G0): First detailed timing is preferred mode
[   242.176] (II) modeset(G0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[   242.176] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.312 whiteY: 0.329
[   242.176] (II) modeset(G0): Supported established timings:
[   242.176] (II) modeset(G0): 720x400@70Hz
[   242.176] (II) modeset(G0): 640x480@60Hz
[   242.176] (II) modeset(G0): 640x480@67Hz
[   242.176] (II) modeset(G0): 640x480@72Hz
[   242.176] (II) modeset(G0): 640x480@75Hz
[   242.176] (II) modeset(G0): 800x600@60Hz
[   242.176] (II) modeset(G0): 800x600@72Hz
[   242.176] (II) modeset(G0): 800x600@75Hz
[   242.176] (II) modeset(G0): 832x624@75Hz
[   242.176] (II) modeset(G0): 1024x768@60Hz
[   242.176] (II) modeset(G0): 1024x768@70Hz
[   242.176] (II) modeset(G0): 1024x768@75Hz
[   242.176] (II) modeset(G0): Manufacturer's mask: 0
[   242.176] (II) modeset(G0): Supported standard timings:
[   242.176] (II) modeset(G0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   242.176] (II) modeset(G0): Supported detailed timing:
[   242.176] (II) modeset(G0): clock: 85.5 MHz   Image Size:  609 x 347 mm
[   242.176] (II) modeset(G0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[   242.176] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[   242.176] (II) modeset(G0): Supported detailed timing:
[   242.176] (II) modeset(G0): clock: 74.2 MHz   Image Size:  609 x 347 mm
[   242.176] (II) modeset(G0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[   242.176] (II) modeset(G0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   242.176] (II) modeset(G0): Ranges: V min: 24 V max: 75 Hz, H min: 15 H max: 68 kHz, PixClock max 235 MHz
[   242.176] (II) modeset(G0): Monitor name: SAMSUNG
[   242.176] (II) modeset(G0): Supported detailed timing:
[   242.176] (II) modeset(G0): clock: 74.2 MHz   Image Size:  609 x 347 mm
[   242.176] (II) modeset(G0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[   242.176] (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   242.176] (II) modeset(G0): Supported detailed timing:
[   242.176] (II) modeset(G0): clock: 74.2 MHz   Image Size:  609 x 347 mm
[   242.176] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   242.176] (II) modeset(G0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[   242.176] (II) modeset(G0): Supported detailed timing:
[   242.176] (II) modeset(G0): clock: 74.2 MHz   Image Size:  609 x 347 mm
[   242.176] (II) modeset(G0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[   242.176] (II) modeset(G0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[   242.176] (II) modeset(G0): Supported detailed timing:
[   242.176] (II) modeset(G0): clock: 27.0 MHz   Image Size:  609 x 347 mm
[   242.176] (II) modeset(G0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[   242.176] (II) modeset(G0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[   242.176] (II) modeset(G0): Number of EDID sections to follow: 1
[   242.176] (II) modeset(G0): EDID (in hex):
[   242.176] (II) modeset(G0): 	00ffffffffffff004c2d3c0c00000000
[   242.176] (II) modeset(G0): 	2e18010380351e780aee91a3544c9926
[   242.176] (II) modeset(G0): 	0f5054bdee0081c00101010101010101
[   242.176] (II) modeset(G0): 	010101010101662156aa51001e30468f
[   242.176] (II) modeset(G0): 	3300615b2100001e011d007251d01e20
[   242.176] (II) modeset(G0): 	6e285500615b2100001e000000fd0018
[   242.176] (II) modeset(G0): 	4b0f4417000a202020202020000000fc
[   242.176] (II) modeset(G0): 	0053414d53554e470a20202020200121
[   242.176] (II) modeset(G0): 	020325f14d841305140312101f202122
[   242.176] (II) modeset(G0): 	07162309070783010000e2000f67030c
[   242.176] (II) modeset(G0): 	001000b82d011d80d0721c1620102c25
[   242.176] (II) modeset(G0): 	80615b2100009e011d8018711c162058
[   242.176] (II) modeset(G0): 	2c2500615b2100009e011d00bc52d01e
[   242.176] (II) modeset(G0): 	20b8285540615b2100001e8c0ad09020
[   242.176] (II) modeset(G0): 	4031200c405500615b210000188c0ad0
[   242.176] (II) modeset(G0): 	8a20e02d10103e9600615b21000018f2
[   242.176] (--) modeset(G0): HDMI max TMDS frequency 225000KHz
[   242.176] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[   242.176] (II) modeset(G0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz P)
[   242.176] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
[   242.176] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz)
[   242.176] (II) modeset(G0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz)
[   242.176] (II) modeset(G0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz)
[   242.177] (II) modeset(G0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
[   242.177] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[   242.177] (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
[   242.177] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
[   242.177] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   242.177] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   242.177] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   242.177] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   242.177] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   242.177] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   242.177] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
[   242.177] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
[   242.177] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   242.177] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 656 696 832  480 481 484 520 -hsync -vsync (37.9 kHz)
[   242.177] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   242.177] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   242.177] (==) modeset(G0): DPI set to (96, 96)
[   242.177] (II) Loading sub module "fb"
[   242.177] (II) LoadModule: "fb"
[   242.177] (II) Module "fb" already built-in
[   242.177] (II) UnloadModule: "nvidia"
[   242.177] (II) Unloading nvidia
[   242.177] (II) UnloadModule: "vesa"
[   242.177] (II) Unloading vesa
[   242.184] (==) modeset(0): Backing store enabled
[   242.184] (==) modeset(0): Silken mouse enabled
[   242.267] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   242.268] (==) modeset(0): DPMS enabled
[   242.268] (II) modeset(0): [DRI2] Setup complete
[   242.268] (II) modeset(0): [DRI2]   DRI driver: iris
[   242.268] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[   242.375] (==) modeset(G0): Backing store enabled
[   242.375] (==) modeset(G0): Silken mouse enabled
[   242.375] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   242.375] (==) modeset(G0): DPMS enabled
[   242.375] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[   242.376] (II) modeset(G0): [DRI2] Setup complete
[   242.376] (II) modeset(G0): [DRI2]   DRI driver: nouveau
[   242.376] (II) modeset(G0): [DRI2]   VDPAU driver: nouveau
[   242.376] (II) Initializing extension Generic Event Extension
[   242.376] (II) Initializing extension SHAPE
[   242.376] (II) Initializing extension MIT-SHM
[   242.376] (II) Initializing extension XInputExtension
[   242.376] (II) Initializing extension XTEST
[   242.376] (II) Initializing extension BIG-REQUESTS
[   242.376] (II) Initializing extension SYNC
[   242.376] (II) Initializing extension XKEYBOARD
[   242.376] (II) Initializing extension XC-MISC
[   242.376] (II) Initializing extension SECURITY
[   242.376] (II) Initializing extension XFIXES
[   242.376] (II) Initializing extension RENDER
[   242.377] (II) Initializing extension RANDR
[   242.377] (II) Initializing extension COMPOSITE
[   242.377] (II) Initializing extension DAMAGE
[   242.377] (II) Initializing extension MIT-SCREEN-SAVER
[   242.377] (II) Initializing extension DOUBLE-BUFFER
[   242.377] (II) Initializing extension RECORD
[   242.377] (II) Initializing extension DPMS
[   242.377] (II) Initializing extension Present
[   242.377] (II) Initializing extension DRI3
[   242.377] (II) Initializing extension X-Resource
[   242.377] (II) Initializing extension XVideo
[   242.377] (II) Initializing extension XVideo-MotionCompensation
[   242.377] (II) Initializing extension GLX
[   242.382] (II) AIGLX: Loaded and initialized iris
[   242.382] (II) GLX: Initialized DRI2 GL provider for screen 0
[   242.382] (II) Initializing extension XFree86-VidModeExtension
[   242.382] (II) Initializing extension XFree86-DGA
[   242.382] (II) Initializing extension XFree86-DRI
[   242.382] (II) Initializing extension DRI2
[   242.382] (EE) modeset(G0): Failed to create pixmap
[   242.382] (EE) 
Fatal server error:
[   242.382] (EE) failed to create screen resources(EE) 
[   242.382] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   242.382] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   242.382] (EE) 
[   242.382] (II) AIGLX: Suspending AIGLX clients for VT switch
[   242.433] (EE) Server terminated with error (1). Closing log file.

Offline

#4 2024-05-12 06:12:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

get rid of xf86-video-vesa as well.

The immediate problem is

[   241.121] (II) NVIDIA dlloader X Driver  550.78  Sun Apr 14 06:27:13 UTC 2024
[   241.121] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   241.121] (II) VESA: driver for VESA chipsets: vesa
[   241.133] (II) modeset(0): using drv /dev/dri/card1
[   241.139] (II) modeset(G0): using drv /dev/dri/card0

the modesetting driver picks up the nvidia chip despite the nvidia driver laoding and

[   241.116] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"

the output class applying.

Does the kernel module load?

lsmod | grep nvidia

If so, add

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	VendorName "NVIDIA Corporation"
	BusID "PCI:1:0:0"
	Option "TripleBuffer" "on"
	Option "Coolbits" "28"
EndSection

to /etc/X11/xorg.conf.d/20-nvidia.conf (but only that, no general server config)

Offline

#5 2024-05-12 23:48:11

Lamdolf
Member
Registered: 2023-03-11
Posts: 7

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

I deleted the package xf86-video-vesa, I don't know what pulled it or why it was installed.
The NVIDIA kernel module is loading. So I created the config file for NVIDIA:

/etc/X11/xorg.conf.d/20-nvidia.conf

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	VendorName "NVIDIA Corporation"
	BusID "PCI:1:0:0"
	Option "TripleBuffer" "on"
	Option "Coolbits" "28"
EndSection

And restarted the display manager. Now the X server starts, but only recognizes the NVIDIA output. So right now I only have the HDMI output (the opposite from the initial case with only the laptop screen). When I check for available outputs, xrandr only lists NVIDIA:

$ xrandr --listproviders

Providers: number : 1
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 4 outputs: 1 associated providers: 0 name:NVIDIA-0

Also, this is the new log from X:
/var/log/Xorg.0.log

[    12.720] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    12.720] Current Operating System: Linux walkure 6.8.9-zen1-2-zen #1 ZEN SMP PREEMPT_DYNAMIC Tue, 07 May 2024 22:06:02 +0000 x86_64
[    12.720] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-zen.img root=UUID=0ba87a69-8aaa-4143-b0b3-78d32f9cf19c rw nvidia-drm.modeset=1
[    12.720]  
[    12.720] Current version of pixman: 0.43.4
[    12.720] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    12.720] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    12.720] (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 12 19:23:41 2024
[    12.721] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    12.721] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    12.721] (==) No Layout section.  Using the first Screen section.
[    12.721] (==) No screen section available. Using defaults.
[    12.721] (**) |-->Screen "Default Screen Section" (0)
[    12.721] (**) |   |-->Monitor "<default monitor>"
[    12.722] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    12.722] (**) |   |-->Device "nvidia"
[    12.722] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    12.722] (**) Allowing byte-swapped clients
[    12.722] (==) Automatically adding devices
[    12.722] (==) Automatically enabling devices
[    12.722] (==) Automatically adding GPU devices
[    12.722] (==) Automatically binding GPU devices
[    12.722] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    12.722] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    12.722] 	Entry deleted from font path.
[    12.722] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    12.722] 	Entry deleted from font path.
[    12.723] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    12.723] (==) ModulePath set to "/usr/lib/xorg/modules"
[    12.723] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    12.723] (II) Module ABI versions:
[    12.723] 	X.Org ANSI C Emulation: 0.4
[    12.723] 	X.Org Video Driver: 25.2
[    12.723] 	X.Org XInput driver : 24.4
[    12.723] 	X.Org Server Extension : 10.0
[    12.724] (++) using VT number 7

[    12.724] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    12.725] (II) xfree86: Adding drm device (/dev/dri/card0)
[    12.725] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    12.736] (II) xfree86: Adding drm device (/dev/dri/card1)
[    12.736] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    12.742] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    12.742] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    12.744] (--) PCI:*(0@0:2:0) 8086:3e9b:1028:0824 rev 0, Mem @ 0xeb000000/16777216, 0x80000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    12.744] (--) PCI: (1@0:0:0) 10de:1c8c:1028:0824 rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    12.744] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    12.744] (II) LoadModule: "glx"
[    12.744] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.749] (II) Module glx: vendor="X.Org Foundation"
[    12.749] 	compiled for 1.21.1.13, module version = 1.0.0
[    12.749] 	ABI class: X.Org Server Extension, version 10.0
[    12.749] (II) LoadModule: "nvidia"
[    12.749] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.755] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.755] 	compiled for 1.6.99.901, module version = 1.0.0
[    12.755] 	Module class: X.Org Video Driver
[    12.755] (II) NVIDIA dlloader X Driver  550.78  Sun Apr 14 06:27:13 UTC 2024
[    12.755] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    12.758] (II) Loading sub module "fb"
[    12.758] (II) LoadModule: "fb"
[    12.758] (II) Module "fb" already built-in
[    12.758] (II) Loading sub module "wfb"
[    12.758] (II) LoadModule: "wfb"
[    12.758] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    12.759] (II) Module wfb: vendor="X.Org Foundation"
[    12.759] 	compiled for 1.21.1.13, module version = 1.0.0
[    12.759] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    12.759] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    12.759] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    12.759] (==) NVIDIA(0): RGB weight 888
[    12.759] (==) NVIDIA(0): Default visual is TrueColor
[    12.759] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    12.759] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    12.760] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    12.760] (**) NVIDIA(0): Option "TripleBuffer" "on"
[    12.760] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    12.760] (**) NVIDIA(0): Option "Coolbits" "28"
[    12.760] (**) NVIDIA(0): Enabling 2D acceleration
[    12.760] (II) Loading sub module "glxserver_nvidia"
[    12.760] (II) LoadModule: "glxserver_nvidia"
[    12.760] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    12.817] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    12.817] 	compiled for 1.6.99.901, module version = 1.0.0
[    12.817] 	Module class: X.Org Server Extension
[    12.817] (II) NVIDIA GLX Module  550.78  Sun Apr 14 06:29:36 UTC 2024
[    12.817] (II) NVIDIA: The X server supports PRIME Render Offload.
[    12.818] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    12.818] (--) NVIDIA(0):     DFP-0 (boot)
[    12.819] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:1:0:0
[    12.819] (II) NVIDIA(0):     (GPU-0)
[    12.819] (--) NVIDIA(0): Memory: 4194304 kBytes
[    12.819] (--) NVIDIA(0): VideoBIOS: 86.07.63.00.67
[    12.819] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    12.863] (--) NVIDIA(GPU-0): SAMSUNG (DFP-0): connected
[    12.863] (--) NVIDIA(GPU-0): SAMSUNG (DFP-0): Internal TMDS
[    12.863] (--) NVIDIA(GPU-0): SAMSUNG (DFP-0): 600.0 MHz maximum pixel clock
[    12.863] (--) NVIDIA(GPU-0): 
[    12.867] (==) NVIDIA(0): 
[    12.867] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    12.867] (==) NVIDIA(0):     will be used as the requested mode.
[    12.867] (==) NVIDIA(0): 
[    12.867] (II) NVIDIA(0): Validated MetaModes:
[    12.867] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[    12.867] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
[    12.873] (--) NVIDIA(0): DPI set to (65, 65); computed from "UseEdidDpi" X config
[    12.873] (--) NVIDIA(0):     option
[    12.873] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    12.873] (II) NVIDIA:     access.
[    12.880] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    12.880] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    12.880] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    12.880] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    12.880] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    12.880] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    12.880] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    12.880] (II) NVIDIA(0):     Config Options in the README.
[    12.897] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[    12.925] (==) NVIDIA(0): Disabling shared memory pixmaps
[    12.925] (==) NVIDIA(0): Backing store enabled
[    12.925] (==) NVIDIA(0): Silken mouse enabled
[    12.925] (==) NVIDIA(0): DPMS enabled
[    12.926] (II) Loading sub module "dri2"
[    12.926] (II) LoadModule: "dri2"
[    12.926] (II) Module "dri2" already built-in
[    12.926] (II) NVIDIA(0): [DRI2] Setup complete
[    12.926] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    12.926] (II) Initializing extension Generic Event Extension
[    12.926] (II) Initializing extension SHAPE
[    12.926] (II) Initializing extension MIT-SHM
[    12.926] (II) Initializing extension XInputExtension
[    12.926] (II) Initializing extension XTEST
[    12.926] (II) Initializing extension BIG-REQUESTS
[    12.926] (II) Initializing extension SYNC
[    12.926] (II) Initializing extension XKEYBOARD
[    12.926] (II) Initializing extension XC-MISC
[    12.926] (II) Initializing extension SECURITY
[    12.926] (II) Initializing extension XFIXES
[    12.926] (II) Initializing extension RENDER
[    12.927] (II) Initializing extension RANDR
[    12.927] (II) Initializing extension COMPOSITE
[    12.927] (II) Initializing extension DAMAGE
[    12.927] (II) Initializing extension MIT-SCREEN-SAVER
[    12.927] (II) Initializing extension DOUBLE-BUFFER
[    12.927] (II) Initializing extension RECORD
[    12.927] (II) Initializing extension DPMS
[    12.927] (II) Initializing extension Present
[    12.927] (II) Initializing extension DRI3
[    12.927] (II) Initializing extension X-Resource
[    12.927] (II) Initializing extension XVideo
[    12.927] (II) Initializing extension XVideo-MotionCompensation
[    12.927] (II) Initializing extension GLX
[    12.927] (II) Initializing extension GLX
[    12.927] (II) Indirect GLX disabled.
[    12.927] (II) GLX: Another vendor is already registered for screen 0
[    12.927] (II) Initializing extension XFree86-VidModeExtension
[    12.928] (II) Initializing extension XFree86-DGA
[    12.928] (II) Initializing extension XFree86-DRI
[    12.928] (II) Initializing extension DRI2
[    12.928] (II) Initializing extension NV-GLX
[    12.928] (II) Initializing extension NV-CONTROL
[    12.928] (II) Initializing extension XINERAMA
[    13.008] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    13.008] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.008] (**) Power Button: Applying InputClass "system-keyboard"
[    13.008] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.008] (II) LoadModule: "libinput"
[    13.008] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    13.012] (II) Module libinput: vendor="X.Org Foundation"
[    13.012] 	compiled for 1.21.1.8, module version = 1.4.0
[    13.012] 	Module class: X.Org XInput Driver
[    13.012] 	ABI class: X.Org XInput driver, version 24.4
[    13.012] (II) Using input driver 'libinput' for 'Power Button'
[    13.012] (**) Power Button: always reports core events
[    13.012] (**) Option "Device" "/dev/input/event3"
[    13.015] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    13.015] (II) event3  - Power Button: device is a keyboard
[    13.015] (II) event3  - Power Button: device removed
[    13.015] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    13.015] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    13.015] (**) Option "xkb_model" "pc105"
[    13.015] (**) Option "xkb_layout" "latam"
[    13.015] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.027] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    13.027] (II) event3  - Power Button: device is a keyboard
[    13.027] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    13.027] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.027] (**) Video Bus: Applying InputClass "system-keyboard"
[    13.027] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.027] (II) Using input driver 'libinput' for 'Video Bus'
[    13.027] (**) Video Bus: always reports core events
[    13.027] (**) Option "Device" "/dev/input/event4"
[    13.028] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    13.028] (II) event4  - Video Bus: device is a keyboard
[    13.028] (II) event4  - Video Bus: device removed
[    13.037] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    13.037] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    13.037] (**) Option "xkb_model" "pc105"
[    13.037] (**) Option "xkb_layout" "latam"
[    13.037] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.037] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    13.038] (II) event4  - Video Bus: device is a keyboard
[    13.038] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    13.038] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.038] (**) Video Bus: Applying InputClass "system-keyboard"
[    13.038] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    13.038] (II) Using input driver 'libinput' for 'Video Bus'
[    13.038] (**) Video Bus: always reports core events
[    13.038] (**) Option "Device" "/dev/input/event5"
[    13.039] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    13.039] (II) event5  - Video Bus: device is a keyboard
[    13.039] (II) event5  - Video Bus: device removed
[    13.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input5/event5"
[    13.047] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    13.047] (**) Option "xkb_model" "pc105"
[    13.047] (**) Option "xkb_layout" "latam"
[    13.047] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.048] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    13.048] (II) event5  - Video Bus: device is a keyboard
[    13.048] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    13.048] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.048] (**) Power Button: Applying InputClass "system-keyboard"
[    13.048] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    13.048] (II) Using input driver 'libinput' for 'Power Button'
[    13.048] (**) Power Button: always reports core events
[    13.048] (**) Option "Device" "/dev/input/event1"
[    13.049] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    13.049] (II) event1  - Power Button: device is a keyboard
[    13.049] (II) event1  - Power Button: device removed
[    13.049] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    13.049] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    13.049] (**) Option "xkb_model" "pc105"
[    13.049] (**) Option "xkb_layout" "latam"
[    13.049] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.050] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    13.050] (II) event1  - Power Button: device is a keyboard
[    13.050] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    13.050] (II) No input driver specified, ignoring this device.
[    13.050] (II) This device may have been added with another device file.
[    13.051] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    13.051] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    13.051] (**) Sleep Button: Applying InputClass "system-keyboard"
[    13.051] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    13.051] (II) Using input driver 'libinput' for 'Sleep Button'
[    13.051] (**) Sleep Button: always reports core events
[    13.051] (**) Option "Device" "/dev/input/event2"
[    13.052] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    13.052] (II) event2  - Sleep Button: device is a keyboard
[    13.052] (II) event2  - Sleep Button: device removed
[    13.052] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    13.052] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    13.052] (**) Option "xkb_model" "pc105"
[    13.052] (**) Option "xkb_layout" "latam"
[    13.052] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.053] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    13.053] (II) event2  - Sleep Button: device is a keyboard
[    13.053] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
[    13.053] (II) No input driver specified, ignoring this device.
[    13.053] (II) This device may have been added with another device file.
[    13.054] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event19)
[    13.054] (II) No input driver specified, ignoring this device.
[    13.054] (II) This device may have been added with another device file.
[    13.054] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event20)
[    13.054] (II) No input driver specified, ignoring this device.
[    13.054] (II) This device may have been added with another device file.
[    13.054] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[    13.054] (II) No input driver specified, ignoring this device.
[    13.054] (II) This device may have been added with another device file.
[    13.056] (II) config/udev: Adding input device foostan Corne (/dev/input/event7)
[    13.056] (**) foostan Corne: Applying InputClass "libinput keyboard catchall"
[    13.056] (**) foostan Corne: Applying InputClass "system-keyboard"
[    13.056] (**) foostan Corne: Applying InputClass "libinput keyboard catchall"
[    13.056] (II) Using input driver 'libinput' for 'foostan Corne'
[    13.056] (**) foostan Corne: always reports core events
[    13.056] (**) Option "Device" "/dev/input/event7"
[    13.057] (II) event7  - foostan Corne: is tagged by udev as: Keyboard
[    13.057] (II) event7  - foostan Corne: device is a keyboard
[    13.057] (II) event7  - foostan Corne: device removed
[    13.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:4653:0001.0001/input/input8/event7"
[    13.057] (II) XINPUT: Adding extended input device "foostan Corne" (type: KEYBOARD, id 11)
[    13.057] (**) Option "xkb_model" "pc105"
[    13.057] (**) Option "xkb_layout" "latam"
[    13.057] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.058] (II) event7  - foostan Corne: is tagged by udev as: Keyboard
[    13.058] (II) event7  - foostan Corne: device is a keyboard
[    13.059] (II) config/udev: Adding input device foostan Corne Consumer Control (/dev/input/event9)
[    13.059] (**) foostan Corne Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.059] (**) foostan Corne Consumer Control: Applying InputClass "system-keyboard"
[    13.059] (**) foostan Corne Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.059] (II) Using input driver 'libinput' for 'foostan Corne Consumer Control'
[    13.059] (**) foostan Corne Consumer Control: always reports core events
[    13.059] (**) Option "Device" "/dev/input/event9"
[    13.060] (II) event9  - foostan Corne Consumer Control: is tagged by udev as: Keyboard
[    13.060] (II) event9  - foostan Corne Consumer Control: device is a keyboard
[    13.060] (II) event9  - foostan Corne Consumer Control: device removed
[    13.060] (II) libinput: foostan Corne Consumer Control: needs a virtual subdevice
[    13.060] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:4653:0001.0002/input/input10/event9"
[    13.060] (II) XINPUT: Adding extended input device "foostan Corne Consumer Control" (type: MOUSE, id 12)
[    13.060] (**) Option "AccelerationScheme" "none"
[    13.060] (**) foostan Corne Consumer Control: (accel) selected scheme none/0
[    13.060] (**) foostan Corne Consumer Control: (accel) acceleration factor: 2.000
[    13.060] (**) foostan Corne Consumer Control: (accel) acceleration threshold: 4
[    13.061] (II) event9  - foostan Corne Consumer Control: is tagged by udev as: Keyboard
[    13.061] (II) event9  - foostan Corne Consumer Control: device is a keyboard
[    13.062] (II) config/udev: Adding input device foostan Corne Keyboard (/dev/input/event10)
[    13.062] (**) foostan Corne Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.062] (**) foostan Corne Keyboard: Applying InputClass "system-keyboard"
[    13.062] (**) foostan Corne Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.062] (II) Using input driver 'libinput' for 'foostan Corne Keyboard'
[    13.062] (**) foostan Corne Keyboard: always reports core events
[    13.062] (**) Option "Device" "/dev/input/event10"
[    13.063] (II) event10 - foostan Corne Keyboard: is tagged by udev as: Keyboard
[    13.063] (II) event10 - foostan Corne Keyboard: device is a keyboard
[    13.063] (II) event10 - foostan Corne Keyboard: device removed
[    13.063] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:4653:0001.0002/input/input11/event10"
[    13.063] (II) XINPUT: Adding extended input device "foostan Corne Keyboard" (type: KEYBOARD, id 13)
[    13.063] (**) Option "xkb_model" "pc105"
[    13.063] (**) Option "xkb_layout" "latam"
[    13.063] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.064] (II) event10 - foostan Corne Keyboard: is tagged by udev as: Keyboard
[    13.064] (II) event10 - foostan Corne Keyboard: device is a keyboard
[    13.064] (II) config/udev: Adding input device foostan Corne System Control (/dev/input/event8)
[    13.065] (**) foostan Corne System Control: Applying InputClass "libinput keyboard catchall"
[    13.065] (**) foostan Corne System Control: Applying InputClass "system-keyboard"
[    13.065] (**) foostan Corne System Control: Applying InputClass "libinput keyboard catchall"
[    13.065] (II) Using input driver 'libinput' for 'foostan Corne System Control'
[    13.065] (**) foostan Corne System Control: always reports core events
[    13.065] (**) Option "Device" "/dev/input/event8"
[    13.065] (II) event8  - foostan Corne System Control: is tagged by udev as: Keyboard
[    13.066] (II) event8  - foostan Corne System Control: device is a keyboard
[    13.066] (II) event8  - foostan Corne System Control: device removed
[    13.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:4653:0001.0002/input/input9/event8"
[    13.066] (II) XINPUT: Adding extended input device "foostan Corne System Control" (type: KEYBOARD, id 14)
[    13.066] (**) Option "xkb_model" "pc105"
[    13.066] (**) Option "xkb_layout" "latam"
[    13.066] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.067] (II) event8  - foostan Corne System Control: is tagged by udev as: Keyboard
[    13.067] (II) event8  - foostan Corne System Control: device is a keyboard
[    13.067] (II) config/udev: Adding input device USB Optical Mouse  Keyboard (/dev/input/event11)
[    13.067] (**) USB Optical Mouse  Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.067] (**) USB Optical Mouse  Keyboard: Applying InputClass "system-keyboard"
[    13.067] (**) USB Optical Mouse  Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.067] (II) Using input driver 'libinput' for 'USB Optical Mouse  Keyboard'
[    13.067] (**) USB Optical Mouse  Keyboard: always reports core events
[    13.067] (**) Option "Device" "/dev/input/event11"
[    13.068] (II) event11 - USB Optical Mouse  Keyboard: is tagged by udev as: Keyboard
[    13.068] (II) event11 - USB Optical Mouse  Keyboard: device is a keyboard
[    13.069] (II) event11 - USB Optical Mouse  Keyboard: device removed
[    13.069] (II) libinput: USB Optical Mouse  Keyboard: needs a virtual subdevice
[    13.069] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1BCF:0053.0003/input/input12/event11"
[    13.069] (II) XINPUT: Adding extended input device "USB Optical Mouse  Keyboard" (type: MOUSE, id 15)
[    13.069] (**) Option "AccelerationScheme" "none"
[    13.069] (**) USB Optical Mouse  Keyboard: (accel) selected scheme none/0
[    13.069] (**) USB Optical Mouse  Keyboard: (accel) acceleration factor: 2.000
[    13.069] (**) USB Optical Mouse  Keyboard: (accel) acceleration threshold: 4
[    13.070] (II) event11 - USB Optical Mouse  Keyboard: is tagged by udev as: Keyboard
[    13.070] (II) event11 - USB Optical Mouse  Keyboard: device is a keyboard
[    13.070] (II) config/udev: Adding input device USB Optical Mouse  Mouse (/dev/input/event12)
[    13.070] (**) USB Optical Mouse  Mouse: Applying InputClass "libinput pointer catchall"
[    13.070] (**) USB Optical Mouse  Mouse: Applying InputClass "libinput pointer catchall"
[    13.070] (II) Using input driver 'libinput' for 'USB Optical Mouse  Mouse'
[    13.070] (**) USB Optical Mouse  Mouse: always reports core events
[    13.070] (**) Option "Device" "/dev/input/event12"
[    13.071] (II) event12 - USB Optical Mouse  Mouse: is tagged by udev as: Mouse
[    13.071] (II) event12 - USB Optical Mouse  Mouse: device is a pointer
[    13.072] (II) event12 - USB Optical Mouse  Mouse: device removed
[    13.082] (II) libinput: USB Optical Mouse  Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.082] (II) libinput: USB Optical Mouse  Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.082] (II) libinput: USB Optical Mouse  Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.082] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1BCF:0053.0003/input/input13/event12"
[    13.082] (II) XINPUT: Adding extended input device "USB Optical Mouse  Mouse" (type: MOUSE, id 16)
[    13.082] (**) Option "AccelerationScheme" "none"
[    13.082] (**) USB Optical Mouse  Mouse: (accel) selected scheme none/0
[    13.082] (**) USB Optical Mouse  Mouse: (accel) acceleration factor: 2.000
[    13.082] (**) USB Optical Mouse  Mouse: (accel) acceleration threshold: 4
[    13.083] (II) event12 - USB Optical Mouse  Mouse: is tagged by udev as: Mouse
[    13.083] (II) event12 - USB Optical Mouse  Mouse: device is a pointer
[    13.083] (II) config/udev: Adding input device USB Optical Mouse  Mouse (/dev/input/mouse0)
[    13.083] (II) No input driver specified, ignoring this device.
[    13.083] (II) This device may have been added with another device file.
[    13.084] (II) config/udev: Adding input device DELL0824:00 06CB:7E92 Mouse (/dev/input/event26)
[    13.084] (**) DELL0824:00 06CB:7E92 Mouse: Applying InputClass "libinput pointer catchall"
[    13.084] (**) DELL0824:00 06CB:7E92 Mouse: Applying InputClass "libinput pointer catchall"
[    13.084] (II) Using input driver 'libinput' for 'DELL0824:00 06CB:7E92 Mouse'
[    13.084] (**) DELL0824:00 06CB:7E92 Mouse: always reports core events
[    13.084] (**) Option "Device" "/dev/input/event26"
[    13.085] (II) event26 - DELL0824:00 06CB:7E92 Mouse: is tagged by udev as: Mouse Pointingstick
[    13.085] (II) event26 - DELL0824:00 06CB:7E92 Mouse: device is a pointer
[    13.086] (II) event26 - DELL0824:00 06CB:7E92 Mouse: device removed
[    13.096] (II) libinput: DELL0824:00 06CB:7E92 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.096] (II) libinput: DELL0824:00 06CB:7E92 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.096] (II) libinput: DELL0824:00 06CB:7E92 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.096] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-12/i2c-DELL0824:00/0018:06CB:7E92.0004/input/input30/event26"
[    13.096] (II) XINPUT: Adding extended input device "DELL0824:00 06CB:7E92 Mouse" (type: MOUSE, id 17)
[    13.096] (**) Option "AccelerationScheme" "none"
[    13.096] (**) DELL0824:00 06CB:7E92 Mouse: (accel) selected scheme none/0
[    13.096] (**) DELL0824:00 06CB:7E92 Mouse: (accel) acceleration factor: 2.000
[    13.096] (**) DELL0824:00 06CB:7E92 Mouse: (accel) acceleration threshold: 4
[    13.096] (II) event26 - DELL0824:00 06CB:7E92 Mouse: is tagged by udev as: Mouse Pointingstick
[    13.097] (II) event26 - DELL0824:00 06CB:7E92 Mouse: device is a pointer
[    13.098] (II) config/udev: Adding input device DELL0824:00 06CB:7E92 Mouse (/dev/input/mouse2)
[    13.098] (II) No input driver specified, ignoring this device.
[    13.098] (II) This device may have been added with another device file.
[    13.098] (II) config/udev: Adding input device DELL0824:00 06CB:7E92 Touchpad (/dev/input/event27)
[    13.098] (**) DELL0824:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    13.098] (**) DELL0824:00 06CB:7E92 Touchpad: Applying InputClass "libinput touchpad catchall"
[    13.098] (II) Using input driver 'libinput' for 'DELL0824:00 06CB:7E92 Touchpad'
[    13.098] (**) DELL0824:00 06CB:7E92 Touchpad: always reports core events
[    13.098] (**) Option "Device" "/dev/input/event27"
[    13.099] (II) event27 - DELL0824:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[    13.100] (II) event27 - DELL0824:00 06CB:7E92 Touchpad: device is a touchpad
[    13.100] (II) event27 - DELL0824:00 06CB:7E92 Touchpad: device removed
[    13.110] (**) Option "Tapping" "on"
[    13.110] (II) libinput: DELL0824:00 06CB:7E92 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.110] (II) libinput: DELL0824:00 06CB:7E92 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.110] (II) libinput: DELL0824:00 06CB:7E92 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.110] (**) Option "NaturalScrolling" "True"
[    13.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-12/i2c-DELL0824:00/0018:06CB:7E92.0004/input/input31/event27"
[    13.110] (II) XINPUT: Adding extended input device "DELL0824:00 06CB:7E92 Touchpad" (type: TOUCHPAD, id 18)
[    13.111] (**) Option "AccelerationScheme" "none"
[    13.111] (**) DELL0824:00 06CB:7E92 Touchpad: (accel) selected scheme none/0
[    13.111] (**) DELL0824:00 06CB:7E92 Touchpad: (accel) acceleration factor: 2.000
[    13.111] (**) DELL0824:00 06CB:7E92 Touchpad: (accel) acceleration threshold: 4
[    13.112] (II) event27 - DELL0824:00 06CB:7E92 Touchpad: is tagged by udev as: Touchpad
[    13.113] (II) event27 - DELL0824:00 06CB:7E92 Touchpad: device is a touchpad
[    13.113] (II) config/udev: Adding input device DELL0824:00 06CB:7E92 Touchpad (/dev/input/mouse3)
[    13.113] (II) No input driver specified, ignoring this device.
[    13.113] (II) This device may have been added with another device file.
[    13.114] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event22)
[    13.114] (II) No input driver specified, ignoring this device.
[    13.114] (II) This device may have been added with another device file.
[    13.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event23)
[    13.114] (II) No input driver specified, ignoring this device.
[    13.114] (II) This device may have been added with another device file.
[    13.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event24)
[    13.114] (II) No input driver specified, ignoring this device.
[    13.114] (II) This device may have been added with another device file.
[    13.114] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event25)
[    13.114] (II) No input driver specified, ignoring this device.
[    13.114] (II) This device may have been added with another device file.
[    13.115] (II) config/udev: Adding input device Intel HID events (/dev/input/event13)
[    13.115] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    13.115] (**) Intel HID events: Applying InputClass "system-keyboard"
[    13.115] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    13.115] (II) Using input driver 'libinput' for 'Intel HID events'
[    13.115] (**) Intel HID events: always reports core events
[    13.115] (**) Option "Device" "/dev/input/event13"
[    13.115] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[    13.115] (II) event13 - Intel HID events: device is a keyboard
[    13.116] (II) event13 - Intel HID events: device removed
[    13.116] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input14/event13"
[    13.116] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 19)
[    13.116] (**) Option "xkb_model" "pc105"
[    13.116] (**) Option "xkb_layout" "latam"
[    13.116] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.116] (II) event13 - Intel HID events: is tagged by udev as: Keyboard
[    13.116] (II) event13 - Intel HID events: device is a keyboard
[    13.117] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event14)
[    13.117] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    13.117] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[    13.117] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[    13.117] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[    13.117] (**) Intel HID 5 button array: always reports core events
[    13.117] (**) Option "Device" "/dev/input/event14"
[    13.117] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    13.117] (II) event14 - Intel HID 5 button array: device is a keyboard
[    13.117] (II) event14 - Intel HID 5 button array: device removed
[    13.117] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input15/event14"
[    13.117] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 20)
[    13.117] (**) Option "xkb_model" "pc105"
[    13.117] (**) Option "xkb_layout" "latam"
[    13.117] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.118] (II) event14 - Intel HID 5 button array: is tagged by udev as: Keyboard
[    13.118] (II) event14 - Intel HID 5 button array: device is a keyboard
[    13.119] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event17)
[    13.119] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    13.119] (**) Dell WMI hotkeys: Applying InputClass "system-keyboard"
[    13.119] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    13.119] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    13.119] (**) Dell WMI hotkeys: always reports core events
[    13.119] (**) Option "Device" "/dev/input/event17"
[    13.119] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    13.119] (II) event17 - Dell WMI hotkeys: device is a keyboard
[    13.119] (II) event17 - Dell WMI hotkeys: device removed
[    13.133] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input18/event17"
[    13.133] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 21)
[    13.133] (**) Option "xkb_model" "pc105"
[    13.133] (**) Option "xkb_layout" "latam"
[    13.133] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.133] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    13.133] (II) event17 - Dell WMI hotkeys: device is a keyboard
[    13.134] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
[    13.134] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    13.134] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    13.134] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    13.134] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    13.134] (**) AT Translated Set 2 keyboard: always reports core events
[    13.134] (**) Option "Device" "/dev/input/event6"
[    13.135] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    13.135] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
[    13.135] (II) event6  - AT Translated Set 2 keyboard: device removed
[    13.136] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
[    13.136] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 22)
[    13.136] (**) Option "xkb_model" "pc105"
[    13.136] (**) Option "xkb_layout" "latam"
[    13.136] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.136] (II) event6  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    13.136] (II) event6  - AT Translated Set 2 keyboard: device is a keyboard
[    13.137] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[    13.137] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    13.137] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    13.137] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    13.137] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    13.137] (**) Option "Device" "/dev/input/event16"
[    13.138] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    13.138] (II) event16 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    13.139] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    13.139] (II) event16 - SynPS/2 Synaptics TouchPad: device removed
[    13.149] (**) Option "Tapping" "on"
[    13.149] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.149] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.149] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    13.149] (**) Option "NaturalScrolling" "True"
[    13.149] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input17/event16"
[    13.149] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 23)
[    13.149] (**) Option "AccelerationScheme" "none"
[    13.149] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    13.149] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    13.149] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    13.150] (II) event16 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    13.150] (II) event16 - SynPS/2 Synaptics TouchPad: no resolution or size hints, assuming a size of 69x50mm
[    13.151] (II) event16 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    13.152] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    13.152] (II) No input driver specified, ignoring this device.
[    13.152] (II) This device may have been added with another device file.
[    13.152] (II) config/udev: Adding input device PC Speaker (/dev/input/event15)
[    13.152] (II) No input driver specified, ignoring this device.
[    13.152] (II) This device may have been added with another device file.
[    13.158] (**) foostan Corne Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.158] (**) foostan Corne Consumer Control: Applying InputClass "system-keyboard"
[    13.158] (**) foostan Corne Consumer Control: Applying InputClass "libinput keyboard catchall"
[    13.158] (II) Using input driver 'libinput' for 'foostan Corne Consumer Control'
[    13.158] (**) foostan Corne Consumer Control: always reports core events
[    13.158] (**) Option "Device" "/dev/input/event9"
[    13.158] (II) libinput: foostan Corne Consumer Control: is a virtual subdevice
[    13.158] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:4653:0001.0002/input/input10/event9"
[    13.158] (II) XINPUT: Adding extended input device "foostan Corne Consumer Control" (type: KEYBOARD, id 24)
[    13.158] (**) Option "xkb_model" "pc105"
[    13.158] (**) Option "xkb_layout" "latam"
[    13.158] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    13.158] (**) USB Optical Mouse  Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.158] (**) USB Optical Mouse  Keyboard: Applying InputClass "system-keyboard"
[    13.158] (**) USB Optical Mouse  Keyboard: Applying InputClass "libinput keyboard catchall"
[    13.158] (II) Using input driver 'libinput' for 'USB Optical Mouse  Keyboard'
[    13.158] (**) USB Optical Mouse  Keyboard: always reports core events
[    13.158] (**) Option "Device" "/dev/input/event11"
[    13.158] (II) libinput: USB Optical Mouse  Keyboard: is a virtual subdevice
[    13.158] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1BCF:0053.0003/input/input12/event11"
[    13.158] (II) XINPUT: Adding extended input device "USB Optical Mouse  Keyboard" (type: KEYBOARD, id 25)
[    13.158] (**) Option "xkb_model" "pc105"
[    13.158] (**) Option "xkb_layout" "latam"
[    13.158] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"

I can't find anything related to modeset. Also the only device detected is "nvidia", should I create a config file for the intel GPU?
Also, if I start the system without an external monitor connected, it only displays a black screen (but the X server started)

Last edited by Lamdolf (2024-05-13 01:30:52)

Offline

#6 2024-05-13 06:10:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

Ok, you'll need a complete config - just a proper one (your OP doesn't actually use the intel *Driver*, so that wasn't the cause)
Start w/ the wiki example

Section "ServerLayout"
        Identifier "layout"
        Screen 0 "intel"
        Inactive "nvidia"
        Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
	BusID "PCI:1:0:0"
	Option "TripleBuffer" "on"
	Option "Coolbits" "28"
EndSection

Section "Screen"
        Identifier "nvidia"
        Device "nvidia"
EndSection

Section "Device"
        Identifier "intel"
        Driver "modesetting"
        BusID "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "intel"
        Device "intel"
EndSection

Offline

#7 2024-05-13 17:20:01

Lamdolf
Member
Registered: 2023-03-11
Posts: 7

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

I've followed the instructions in the wiki. Now the X servers starts.

Both providers are now listed by xrandr

$ xrandr --listproviders

Providers: number : 2
Provider 0: id: 0x48 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 7 associated providers: 1 name:modesetting
Provider 1: id: 0x243 cap: 0x2, Sink Output crtcs: 4 outputs: 1 associated providers: 1 name:NVIDIA-G0

Now I also have the two outputs available (the integrated screen and the HDMI port)
The only thing than bothers me a little bit is that Xorg still runs with the NVIDIA card, but only Xorg, not the compositor nor other apps.

$ nvidia-smi 

Mon May 13 13:14:31 2024       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.78                 Driver Version: 550.78         CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce GTX 1050 Ti     Off |   00000000:01:00.0 Off |                  N/A |
| N/A   40C    P8             N/A / ERR!  |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+
                                                                                         
+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A     18864      G   /usr/lib/Xorg                                   4MiB |
+-----------------------------------------------------------------------------------------+

However, I assume this is the expected behaviour of reverse PRIME as if I check for the current device it shows the intel card:

$ glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics 630 (CFL GT2) (0x3e9b)
    Version: 24.0.6
    Accelerated: yes
    Video memory: 15680MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.0.6-arch1.2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.0.6-arch1.2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.0.6-arch1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Thanks seth, if this is the expected behaviour of reverse PRIME I'll mark the issue as solved.

Offline

#8 2024-05-13 17:27:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,989

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

However, I assume this is the expected behaviour of reverse PRIME

Yes, and it only means that the GPU is "used" by the process in the sense that it cannot be removed, not that it's actually doing something.

The Pascal chip is unfortunately not eligible for RTD3 but as long as you're using it as CRTC it could not be fully powered down anyway.

Offline

#9 2024-05-13 17:49:05

Lamdolf
Member
Registered: 2023-03-11
Posts: 7

Re: [SOLVED] Cannot get reverse PRIME to work with NVIDIA+Intel GPU

Good to know for future cases.
Again, thanks for all your help seth. I'll mark the post as solved

Offline

Board footer

Powered by FluxBB