You are not logged in.

#1 2022-08-09 07:07:34

hevin
Member
Registered: 2021-08-14
Posts: 25

dual graphics nvidia only issue[solved]

i have notebook with dual graphics intel+nvidia. intel has lvds and hdmi ouput. nvidia has vga output. One monitor connect to HDMI port. I want render all on nvidia gpu with proprietary driver. intel - hd3000 nvidia gf610M.
my configs

Section "Device"
        Identifier "Intel"
        Driver "modesetting"
#       Option "AccelMethod" "sna"
        BusID "PCI:0@0:2:0"
EndSection
Section "Device"
        Identifier "Nvidia"
        BusID "PCI:1@0:0:0"
        Option "AllowEmptyInitialConfiguration"
        Driver "nvidia"
EndSection
Section "Monitor"
        Identifier "LVDS-1"
        DisplaySize  344 194 
        Option "RightOf" "HDMI-1"
        Option "DPMS" "true"
EndSection

Section "Monitor"
        Identifier "HDMI-1"
        Modeline "1920_75" 220.75  1920 2064 2264 2608  1080 1083 1088 1130 -hsync +vsync
        Option "PreferredMode" "1920_75"
        Option "DPMS" "false"
        Option "Primary" "true"
EndSection
Section "Screen"
        Identifier "nvidia"
        Device     "Nvidia"
        Option     "UseDisplayDevice" "none"
EndSection
Section "Screen"
         Identifier "intel"
         Device "Intel"
EndSection
Section "ServerLayout"
        Identifier "main"
        Screen 0 "nvidia"
        Inactive "intel"
EndSection
Section "OutputClass"
        Identifier "nvidia"
        MatchDriver "nvidia-drm"
        Driver "nvidia"
        Option "AllowEmptyInitialConfiguration"
        ModulePath "/usr/lib/nvidia/xorg"
        ModulePath "/usr/lib/xorg/modules"
EndSection
display.sh(lightdm)
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xrandr --output LVDS-1-1 --right-of HDMI-1-1
xrandr --dpi 92

xserver starts with no error. In terms of temperatures and cpu loading, I see that Nvidia render offload works. but nvidia-smi show no proccess. and vainfo - vaInitialize failed with error code -1 (unknown libva error),exit
i copy paste this config fromm google, and i  dont't undestand why i need "outputClass" ? without it xserver starts but both sreens are black.

Last edited by hevin (2022-08-12 11:50:52)

Offline

#2 2022-08-09 08:02:50

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

i copy paste this config from google

https://wiki.archlinux.org/title/NVIDIA … phics_only

And then post your xorg log and the output of "glxinfo -B"

Offline

#3 2022-08-10 09:11:58

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

[  2772.336] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[  2772.336] Build Operating System: Linux Archlinux
[  2772.336] Current Operating System: Linux xdg12 5.13.12-arch1-1 #1 SMP PREEMPT Wed, 18 Aug 2021 20:49:03 +0000 x86_64
[  2772.336] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f48f6b37-39d6-49f2-8264-a33ef77e0b29 rw loglevel=3 quiet
[  2772.336] Build Date: 04 August 2021  08:13:54AM
[  2772.336]  
[  2772.336] Current version of pixman: 0.40.0
[  2772.336] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  2772.336] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2772.336] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 10 12:01:32 2022
[  2772.336] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2772.336] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2772.337] (==) No Layout section.  Using the first Screen section.
[  2772.337] (==) No screen section available. Using defaults.
[  2772.337] (**) |-->Screen "Default Screen Section" (0)
[  2772.337] (**) |   |-->Monitor "<default monitor>"
[  2772.337] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  2772.337] (**) |   |-->Device "Intel"
[  2772.337] (**) |   |-->GPUDevice "Nvidia"
[  2772.337] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  2772.337] (==) Automatically adding devices
[  2772.337] (==) Automatically enabling devices
[  2772.337] (==) Automatically adding GPU devices
[  2772.337] (==) Automatically binding GPU devices
[  2772.337] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2772.337] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2772.337] 	Entry deleted from font path.
[  2772.337] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  2772.337] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2772.337] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2772.337] (II) Module ABI versions:
[  2772.337] 	X.Org ANSI C Emulation: 0.4
[  2772.337] 	X.Org Video Driver: 24.1
[  2772.337] 	X.Org XInput driver : 24.1
[  2772.337] 	X.Org Server Extension : 10.0
[  2772.338] (++) using VT number 7

[  2772.338] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2772.339] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2772.339] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2772.353] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2772.353] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[  2772.354] (--) PCI: (0@0:2:0) 8086:0116:1043:1652 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[  2772.354] (--) PCI:*(1@0:0:0) 10de:1058:1043:1652 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/134217728, 0xc8000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  2772.354] (II) Open ACPI successful (/var/run/acpid.socket)
[  2772.354] (II) LoadModule: "glx"
[  2772.354] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  2772.359] (II) Module glx: vendor="NVIDIA Corporation"
[  2772.359] 	compiled for 4.0.2, module version = 1.0.0
[  2772.359] 	Module class: X.Org Server Extension
[  2772.359] (II) NVIDIA GLX Module  390.151  Wed Apr 20 17:46:44 UTC 2022
[  2772.359] (II) LoadModule: "modesetting"
[  2772.359] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  2772.360] (II) Module modesetting: vendor="X.Org Foundation"
[  2772.360] 	compiled for 1.20.13, module version = 1.20.13
[  2772.360] 	Module class: X.Org Video Driver
[  2772.360] 	ABI class: X.Org Video Driver, version 24.1
[  2772.360] (II) LoadModule: "nvidia"
[  2772.360] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2772.361] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2772.361] 	compiled for 4.0.2, module version = 1.0.0
[  2772.361] 	Module class: X.Org Video Driver
[  2772.361] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2772.361] (II) NVIDIA dlloader X Driver  390.151  Wed Apr 20 17:48:53 UTC 2022
[  2772.361] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2772.368] (II) modeset(0): using drv /dev/dri/card0
[  2772.368] (II) Loading sub module "fb"
[  2772.368] (II) LoadModule: "fb"
[  2772.368] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2772.368] (II) Module fb: vendor="X.Org Foundation"
[  2772.368] 	compiled for 1.20.13, module version = 1.0.0
[  2772.368] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2772.368] (II) Loading sub module "wfb"
[  2772.368] (II) LoadModule: "wfb"
[  2772.369] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2772.369] (II) Module wfb: vendor="X.Org Foundation"
[  2772.369] 	compiled for 1.20.13, module version = 1.0.0
[  2772.369] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2772.369] (II) Loading sub module "ramdac"
[  2772.369] (II) LoadModule: "ramdac"
[  2772.369] (II) Module "ramdac" already built-in
[  2772.369] (EE) Screen 1 deleted because of no matching config section.
[  2772.369] (II) UnloadModule: "nvidia"
[  2772.369] (II) UnloadSubModule: "wfb"
[  2772.369] (II) UnloadSubModule: "fb"
[  2772.370] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  2772.370] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  2772.370] (==) modeset(0): RGB weight 888
[  2772.370] (==) modeset(0): Default visual is TrueColor
[  2772.370] (II) Loading sub module "glamoregl"
[  2772.370] (II) LoadModule: "glamoregl"
[  2772.370] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  2772.375] (II) Module glamoregl: vendor="X.Org Foundation"
[  2772.375] 	compiled for 1.20.13, module version = 1.0.1
[  2772.375] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2772.395] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)
[  2772.396] (II) modeset(0): glamor initialized
[  2772.396] (II) modeset(0): Output LVDS-1 using monitor section LVDS-1
[  2772.396] (**) modeset(0): Option "RightOf" "HDMI-1"
[  2772.397] (II) modeset(0): Output VGA-1 has no monitor section
[  2772.423] (II) modeset(0): Output HDMI-1 using monitor section HDMI-1
[  2772.423] (**) modeset(0): Option "PreferredMode" "1920_75"
[  2772.424] (**) modeset(0): Option "Primary" "true"
[  2772.502] (II) modeset(0): Output DP-1 has no monitor section
[  2772.529] (II) modeset(0): EDID for output HDMI-1
[  2772.529] (II) modeset(0): Manufacturer: AOC  Model: 2402  Serial#: 4807
[  2772.529] (II) modeset(0): Year: 2020  Week: 52
[  2772.529] (II) modeset(0): EDID Version: 1.3
[  2772.529] (II) modeset(0): Digital Display Input
[  2772.529] (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  2772.529] (II) modeset(0): Gamma: 2.20
[  2772.529] (II) modeset(0): DPMS capabilities: Off
[  2772.529] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2772.529] (II) modeset(0): First detailed timing is preferred mode
[  2772.529] (II) modeset(0): redX: 0.664 redY: 0.309   greenX: 0.275 greenY: 0.670
[  2772.529] (II) modeset(0): blueX: 0.154 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[  2772.529] (II) modeset(0): Supported established timings:
[  2772.529] (II) modeset(0): 720x400@70Hz
[  2772.529] (II) modeset(0): 640x480@60Hz
[  2772.529] (II) modeset(0): 640x480@67Hz
[  2772.529] (II) modeset(0): 640x480@72Hz
[  2772.529] (II) modeset(0): 640x480@75Hz
[  2772.529] (II) modeset(0): 800x600@56Hz
[  2772.529] (II) modeset(0): 800x600@60Hz
[  2772.529] (II) modeset(0): 800x600@72Hz
[  2772.529] (II) modeset(0): 800x600@75Hz
[  2772.529] (II) modeset(0): 832x624@75Hz
[  2772.529] (II) modeset(0): 1024x768@60Hz
[  2772.529] (II) modeset(0): 1024x768@70Hz
[  2772.529] (II) modeset(0): 1024x768@75Hz
[  2772.529] (II) modeset(0): 1280x1024@75Hz
[  2772.529] (II) modeset(0): Manufacturer's mask: 0
[  2772.529] (II) modeset(0): Supported standard timings:
[  2772.529] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  2772.529] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  2772.529] (II) modeset(0): #2: hsize: 640  vsize 480  refresh: 100  vid: 26673
[  2772.529] (II) modeset(0): #3: hsize: 640  vsize 480  refresh: 120  vid: 31793
[  2772.529] (II) modeset(0): #4: hsize: 800  vsize 600  refresh: 100  vid: 26693
[  2772.529] (II) modeset(0): #5: hsize: 800  vsize 600  refresh: 120  vid: 31813
[  2772.529] (II) modeset(0): #6: hsize: 1024  vsize 768  refresh: 100  vid: 26721
[  2772.529] (II) modeset(0): #7: hsize: 1024  vsize 768  refresh: 120  vid: 31841
[  2772.529] (II) modeset(0): Supported detailed timing:
[  2772.529] (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[  2772.529] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  2772.530] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  2772.530] (II) modeset(0): Serial No: ATNLC1A004807
[  2772.530] (II) modeset(0): Monitor name: 24G2W1G4
[  2772.530] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 30 H max: 160 kHz, PixClock max 335 MHz
[  2772.530] (II) modeset(0): Supported detailed timing:
[  2772.530] (II) modeset(0): clock: 325.7 MHz   Image Size:  527 x 296 mm
[  2772.530] (II) modeset(0): h_active: 1920  h_sync: 1944  h_sync_end 1976 h_blank_end 2056 h_border: 0
[  2772.530] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1100 v_border: 0
[  2772.530] (II) modeset(0): Supported detailed timing:
[  2772.530] (II) modeset(0): clock: 285.5 MHz   Image Size:  527 x 296 mm
[  2772.530] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  2772.530] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[  2772.530] (II) modeset(0): Supported detailed timing:
[  2772.530] (II) modeset(0): clock: 235.5 MHz   Image Size:  527 x 296 mm
[  2772.530] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  2772.530] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1133 v_border: 0
[  2772.530] (II) modeset(0): Supported detailed timing:
[  2772.530] (II) modeset(0): clock: 174.5 MHz   Image Size:  527 x 296 mm
[  2772.530] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  2772.530] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1119 v_border: 0
[  2772.530] (II) modeset(0): Number of EDID sections to follow: 1
[  2772.530] (II) modeset(0): EDID (in hex):
[  2772.530] (II) modeset(0): 	00ffffffffffff0005e30224c7120000
[  2772.530] (II) modeset(0): 	341e010380351e782a0a85aa4f46ab27
[  2772.530] (II) modeset(0): 	0d5054bfef00d1c081803168317c4568
[  2772.530] (II) modeset(0): 	457c6168617c023a801871382d40582c
[  2772.530] (II) modeset(0): 	45000f282100001e000000ff0041544e
[  2772.530] (II) modeset(0): 	4c433141303034383037000000fc0032
[  2772.530] (II) modeset(0): 	344732573147340a20202020000000fd
[  2772.530] (II) modeset(0): 	0030901ea021000a202020202020015b
[  2772.530] (II) modeset(0): 	02032ff14c101f051404130312021101
[  2772.530] (II) modeset(0): 	3f230907078301000067030c00100000
[  2772.530] (II) modeset(0): 	426d1a000002013090e6000000000037
[  2772.530] (II) modeset(0): 	7f808870381440182035000f28210000
[  2772.530] (II) modeset(0): 	1e866f80a070384040302035000f2821
[  2772.530] (II) modeset(0): 	00001efe5b80a070383540302035000f
[  2772.530] (II) modeset(0): 	282100001e2a4480a070382740302035
[  2772.530] (II) modeset(0): 	000f282100001a000000000000000018
[  2772.530] (--) modeset(0): HDMI max TMDS frequency 330000KHz
[  2772.530] (II) modeset(0): Printing probed modes for output HDMI-1
[  2772.530] (II) modeset(0): Modeline "1920_75"x74.9  220.75  1920 2064 2264 2608  1080 1083 1088 1130 -hsync +vsync (84.6 kHz UP)
[  2772.530] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2772.530] (II) modeset(0): Modeline "1920x1080"x75.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[  2772.530] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  2772.530] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  2772.530] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  2772.530] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  2772.530] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[  2772.530] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  2772.530] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2772.530] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2772.530] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  2772.530] (II) modeset(0): Modeline "1024x768"x120.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[  2772.530] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  2772.530] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2772.530] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  2772.530] (II) modeset(0): Modeline "800x600"x120.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[  2772.530] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  2772.530] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  2772.530] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2772.530] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2772.530] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  2772.530] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  2772.530] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  2772.530] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2772.530] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  2772.531] (II) modeset(0): EDID for output LVDS-1
[  2772.531] (II) modeset(0): Manufacturer: LGD  Model: 2dc  Serial#: 0
[  2772.531] (II) modeset(0): Year: 2010  Week: 0
[  2772.531] (II) modeset(0): EDID Version: 1.3
[  2772.531] (II) modeset(0): Digital Display Input
[  2772.531] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  2772.531] (II) modeset(0): Gamma: 2.20
[  2772.531] (II) modeset(0): No DPMS capabilities specified
[  2772.531] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  2772.531] (II) modeset(0): First detailed timing is preferred mode
[  2772.531] (II) modeset(0): redX: 0.623 redY: 0.369   greenX: 0.346 greenY: 0.610
[  2772.531] (II) modeset(0): blueX: 0.148 blueY: 0.098   whiteX: 0.313 whiteY: 0.329
[  2772.531] (II) modeset(0): Manufacturer's mask: 0
[  2772.531] (II) modeset(0): Supported detailed timing:
[  2772.531] (II) modeset(0): clock: 70.0 MHz   Image Size:  344 x 194 mm
[  2772.531] (II) modeset(0): h_active: 1366  h_sync: 1402  h_sync_end 1450 h_blank_end 1492 h_border: 0
[  2772.531] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 782 v_border: 0
[  2772.531] (II) modeset(0):  LG Display
[  2772.531] (II) modeset(0):  LP156WH4-TLA1
[  2772.531] (II) modeset(0): EDID (in hex):
[  2772.531] (II) modeset(0): 	00ffffffffffff0030e4dc0200000000
[  2772.531] (II) modeset(0): 	00140103802213780aa9059f5e589c26
[  2772.531] (II) modeset(0): 	19505400000001010101010101010101
[  2772.531] (II) modeset(0): 	010101010101581b567e50000e302430
[  2772.531] (II) modeset(0): 	350058c2100000190000000000000000
[  2772.531] (II) modeset(0): 	00000000000000000000000000fe004c
[  2772.531] (II) modeset(0): 	4720446973706c61790a2020000000fe
[  2772.531] (II) modeset(0): 	004c503135365748342d544c41310079
[  2772.531] (II) modeset(0): Printing probed modes for output LVDS-1
[  2772.531] (II) modeset(0): Modeline "1366x768"x60.0   70.00  1366 1402 1450 1492  768 771 776 782 -hsync -vsync (46.9 kHz eP)
[  2772.531] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  2772.531] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  2772.531] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  2772.531] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  2772.531] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  2772.531] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  2772.531] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  2772.531] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  2772.531] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  2772.531] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  2772.531] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  2772.531] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  2772.531] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  2772.531] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  2772.531] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2772.531] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2772.531] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  2772.531] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  2772.531] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  2772.531] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  2772.531] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  2772.531] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  2772.531] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  2772.531] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  2772.532] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  2772.532] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2772.532] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  2772.532] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  2772.532] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  2772.532] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  2772.532] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  2772.532] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  2772.532] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  2772.532] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  2772.532] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  2772.532] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  2772.532] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  2772.532] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  2772.532] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  2772.532] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  2772.532] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  2772.532] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  2772.532] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  2772.532] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  2772.532] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  2772.533] (II) modeset(0): EDID for output VGA-1
[  2772.612] (II) modeset(0): EDID for output DP-1
[  2772.612] (II) modeset(0): Output HDMI-1 connected
[  2772.612] (II) modeset(0): Output LVDS-1 connected
[  2772.612] (II) modeset(0): Output VGA-1 disconnected
[  2772.612] (II) modeset(0): Output DP-1 disconnected
[  2772.612] (II) modeset(0): Using user preference for initial modes
[  2772.612] (II) modeset(0): Output HDMI-1 using initial mode 1920_75 +0+0
[  2772.612] (II) modeset(0): Output LVDS-1 using initial mode 1366x768 +0+0
[  2772.612] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  2772.612] (==) modeset(0): DPI set to (96, 96)
[  2772.612] (II) Loading sub module "fb"
[  2772.612] (II) LoadModule: "fb"
[  2772.612] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2772.612] (II) Module fb: vendor="X.Org Foundation"
[  2772.612] 	compiled for 1.20.13, module version = 1.0.0
[  2772.612] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  2772.629] (==) modeset(0): Backing store enabled
[  2772.629] (==) modeset(0): Silken mouse disabled
[  2772.768] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  2772.768] (==) modeset(0): DPMS enabled
[  2772.768] (II) modeset(0): [DRI2] Setup complete
[  2772.768] (II) modeset(0): [DRI2]   DRI driver: i965
[  2772.768] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  2772.768] (II) Initializing extension Generic Event Extension
[  2772.768] (II) Initializing extension SHAPE
[  2772.769] (II) Initializing extension MIT-SHM
[  2772.769] (II) Initializing extension XInputExtension
[  2772.769] (II) Initializing extension XTEST
[  2772.769] (II) Initializing extension BIG-REQUESTS
[  2772.769] (II) Initializing extension SYNC
[  2772.769] (II) Initializing extension XKEYBOARD
[  2772.770] (II) Initializing extension XC-MISC
[  2772.770] (II) Initializing extension SECURITY
[  2772.770] (II) Initializing extension XFIXES
[  2772.770] (II) Initializing extension RENDER
[  2772.770] (II) Initializing extension RANDR
[  2772.770] (II) Initializing extension COMPOSITE
[  2772.770] (II) Initializing extension DAMAGE
[  2772.771] (II) Initializing extension MIT-SCREEN-SAVER
[  2772.771] (II) Initializing extension DOUBLE-BUFFER
[  2772.771] (II) Initializing extension RECORD
[  2772.771] (II) Initializing extension DPMS
[  2772.771] (II) Initializing extension Present
[  2772.771] (II) Initializing extension DRI3
[  2772.771] (II) Initializing extension X-Resource
[  2772.772] (II) Initializing extension XVideo
[  2772.772] (II) Initializing extension XVideo-MotionCompensation
[  2772.772] (II) Initializing extension XFree86-VidModeExtension
[  2772.772] (II) Initializing extension XFree86-DGA
[  2772.772] (II) Initializing extension XFree86-DRI
[  2772.772] (II) Initializing extension DRI2
[  2772.772] (II) Initializing extension GLX
[  2772.772] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[  2772.773] (II) modeset(0): Damage tracking initialized
[  2772.773] (II) modeset(0): Setting screen physical size to 344 x 194

glxinfo -B
name of display: :0
Ошибка сегментирования (стек памяти сброшен на диск)

Offline

#4 2022-08-10 14:12:40

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

Please use LC_ALL=C in teh future.

Ошибка сегментирования (стек памяти сброшен на диск)
Segmentation fault (memory stack flushed to disk)

because

[  2772.772] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[  2772.359] (II) NVIDIA GLX Module  390.151  Wed Apr 20 17:46:44 UTC 2022

The 390xx driver series doesn't support prime offloading, what's the output of "lspci -k"?
Also

[  2772.336] Current Operating System: Linux xdg12 5.13.12-arch1-1 #1 SMP PREEMPT Wed, 18 Aug 2021 20:49:03 +0000 x86_64

why are you running a dead old kernel?

Offline

#5 2022-08-10 16:28:34

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

I don't want to use prime, I want to use nvidia as my primary card.  I don't need to switch between them.

The 390xx driver series doesn't support prime offloading

realy? but with config from google it's works. and works with bumblee

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. Device 1147
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
	Kernel driver in use: pcieport
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
	Subsystem: ASUSTeK Computer Inc. Device 1652
	Kernel driver in use: i915
	Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 1b43
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
	Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
	Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
	Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
	Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset LPC Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 1147
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)
	Subsystem: ASUSTeK Computer Inc. GeForce GT 610M
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
	Subsystem: Lite-On Communications Inc Device 6628
	Kernel driver in use: ath9k
	Kernel modules: ath9k
04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
	Subsystem: ASUSTeK Computer Inc. K53SM motherboard
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
05:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
	Subsystem: ASUSTeK Computer Inc. Device 1851
	Kernel driver in use: atl1c
	Kernel modules: atl1c

why are you running a dead old kernel?

because i want and i can. i prefer staging release. this is the height of weakness when, due to the installation of one package, you have to update the entire system, reboot, and fix problems, every time.

Offline

#6 2022-08-10 19:49:22

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

You wrote:

don't want to use prime

But you also wrote:

display.sh(lightdm)
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xrandr --output LVDS-1-1 --right-of HDMI-1-1
xrandr --dpi 92

And your xorg log shows that the nvidia chip isn't in use by the X11 server at all.

In terms of temperatures and cpu loading, I see that Nvidia render offload works.

is simply a misinterpretation and

but nvidia-smi show no proccess

an accurate reflection of the setup, config and logs.

but with config from google it's works.

The xorg log very clearly contradicts that assertion.

and works with bumblee

Yes, you can use bumblebee. Alternatively maybe optimus-manager (not sure, quite frankly) and ideally, if the HW supports that, disable the IGP in the BIOS.
The HDMI output (some AOC monitor) is btw. wired to the intel chip as well.
=> https://wiki.archlinux.org/title/Bumble … Intel_chip

i prefer staging release.

Then you're using the wrong distribution.

Offline

#7 2022-08-11 06:47:09

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

But you also wrote:

Yes, i use xrandr smile but there is no "Prime=1 xorg" or "prime-run"

And your xorg log shows that the nvidia chip isn't in use by the X11 server at all.

It's all because you made me change the config to the one on the archwiki.
With my config, which I wrote in the first message, the log looks like this:)

[  3544.883] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[  3544.883] Build Operating System: Linux Archlinux
[  3544.883] Current Operating System: Linux xdg12 5.13.12-arch1-1 #1 SMP PREEMPT Wed, 18 Aug 2021 20:49:03 +0000 x86_64
[  3544.883] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f48f6b37-39d6-49f2-8264-a33ef77e0b29 rw loglevel=3 quiet
[  3544.884] Build Date: 04 August 2021  08:13:54AM
[  3544.884]  
[  3544.884] Current version of pixman: 0.40.0
[  3544.884] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3544.884] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3544.884] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 10 12:14:24 2022
[  3544.884] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  3544.884] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3544.884] (++) ServerLayout "main"
[  3544.884] (**) |-->Screen "nvidia" (0)
[  3544.884] (**) |   |-->Monitor "<default monitor>"
[  3544.884] (**) |   |-->Device "Nvidia"
[  3544.884] (**) |   |-->GPUDevice "Nvidia"
[  3544.884] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[  3544.884] (**) |-->Inactive Device "Intel"
[  3544.884] (==) Automatically adding devices
[  3544.884] (==) Automatically enabling devices
[  3544.884] (==) Automatically adding GPU devices
[  3544.884] (==) Automatically binding GPU devices
[  3544.884] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3544.884] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  3544.884] 	Entry deleted from font path.
[  3544.885] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  3544.885] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3544.885] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3544.885] (II) Module ABI versions:
[  3544.885] 	X.Org ANSI C Emulation: 0.4
[  3544.885] 	X.Org Video Driver: 24.1
[  3544.885] 	X.Org XInput driver : 24.1
[  3544.885] 	X.Org Server Extension : 10.0
[  3544.885] (++) using VT number 7

[  3544.885] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  3544.886] (II) xfree86: Adding drm device (/dev/dri/card1)
[  3544.886] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3544.895] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  3544.895] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[  3544.897] (--) PCI: (0@0:2:0) 8086:0116:1043:1652 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[  3544.897] (--) PCI:*(1@0:0:0) 10de:1058:1043:1652 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/134217728, 0xc8000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[  3544.897] (II) Open ACPI successful (/var/run/acpid.socket)
[  3544.897] (II) LoadModule: "glx"
[  3544.897] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  3544.902] (II) Module glx: vendor="NVIDIA Corporation"
[  3544.902] 	compiled for 4.0.2, module version = 1.0.0
[  3544.902] 	Module class: X.Org Server Extension
[  3544.902] (II) NVIDIA GLX Module  390.151  Wed Apr 20 17:46:44 UTC 2022
[  3544.902] (II) LoadModule: "nvidia"
[  3544.902] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  3544.902] (II) Module nvidia: vendor="NVIDIA Corporation"
[  3544.902] 	compiled for 4.0.2, module version = 1.0.0
[  3544.902] 	Module class: X.Org Video Driver
[  3544.902] (II) LoadModule: "modesetting"
[  3544.902] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3544.903] (II) Module modesetting: vendor="X.Org Foundation"
[  3544.903] 	compiled for 1.20.13, module version = 1.20.13
[  3544.903] 	Module class: X.Org Video Driver
[  3544.903] 	ABI class: X.Org Video Driver, version 24.1
[  3544.903] (II) NVIDIA dlloader X Driver  390.151  Wed Apr 20 17:48:53 UTC 2022
[  3544.903] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  3544.903] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3544.903] (II) Loading sub module "fb"
[  3544.903] (II) LoadModule: "fb"
[  3544.903] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3544.904] (II) Module fb: vendor="X.Org Foundation"
[  3544.904] 	compiled for 1.20.13, module version = 1.0.0
[  3544.904] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3544.904] (II) Loading sub module "wfb"
[  3544.904] (II) LoadModule: "wfb"
[  3544.904] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  3544.904] (II) Module wfb: vendor="X.Org Foundation"
[  3544.904] 	compiled for 1.20.13, module version = 1.0.0
[  3544.904] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3544.904] (II) Loading sub module "ramdac"
[  3544.904] (II) LoadModule: "ramdac"
[  3544.904] (II) Module "ramdac" already built-in
[  3544.904] (WW) Falling back to old probe method for modesetting
[  3544.927] (II) modeset(G0): using drv /dev/dri/card0
[  3544.927] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[  3544.927] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  3544.927] (==) NVIDIA(0): RGB weight 888
[  3544.927] (==) NVIDIA(0): Default visual is TrueColor
[  3544.927] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  3544.927] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  3544.927] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  3544.927] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[  3544.927] (**) NVIDIA(0): Enabling 2D acceleration
[  3544.927] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[  3544.927] (**) NVIDIA(0):     mode
[  3545.089] (II) NVIDIA(0): NVIDIA GPU GeForce 610M (GF119) at PCI:1:0:0 (GPU-0)
[  3545.089] (--) NVIDIA(0): Memory: 2097152 kBytes
[  3545.089] (--) NVIDIA(0): VideoBIOS: 75.19.4d.00.03
[  3545.089] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  3545.089] (II) NVIDIA(0): Validated MetaModes:
[  3545.089] (II) NVIDIA(0):     "NULL"
[  3545.089] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[  3545.089] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[  3545.089] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[  3545.089] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  3545.089] (==) modeset(G0): RGB weight 888
[  3545.089] (==) modeset(G0): Default visual is TrueColor
[  3545.089] (II) Loading sub module "glamoregl"
[  3545.089] (II) LoadModule: "glamoregl"
[  3545.089] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  3545.094] (II) Module glamoregl: vendor="X.Org Foundation"
[  3545.094] 	compiled for 1.20.13, module version = 1.0.1
[  3545.094] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3545.115] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)
[  3545.115] (II) modeset(G0): glamor initialized
[  3545.115] (II) modeset(G0): Output LVDS-1-1 has no monitor section
[  3545.116] (II) modeset(G0): Output VGA-1-1 has no monitor section
[  3545.143] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[  3545.222] (II) modeset(G0): Output DP-1-1 has no monitor section
[  3545.222] (II) modeset(G0): EDID for output LVDS-1-1
[  3545.222] (II) modeset(G0): Manufacturer: LGD  Model: 2dc  Serial#: 0
[  3545.222] (II) modeset(G0): Year: 2010  Week: 0
[  3545.222] (II) modeset(G0): EDID Version: 1.3
[  3545.222] (II) modeset(G0): Digital Display Input
[  3545.222] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  3545.222] (II) modeset(G0): Gamma: 2.20
[  3545.222] (II) modeset(G0): No DPMS capabilities specified
[  3545.222] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  3545.222] (II) modeset(G0): First detailed timing is preferred mode
[  3545.222] (II) modeset(G0): redX: 0.623 redY: 0.369   greenX: 0.346 greenY: 0.610
[  3545.222] (II) modeset(G0): blueX: 0.148 blueY: 0.098   whiteX: 0.313 whiteY: 0.329
[  3545.222] (II) modeset(G0): Manufacturer's mask: 0
[  3545.222] (II) modeset(G0): Supported detailed timing:
[  3545.222] (II) modeset(G0): clock: 70.0 MHz   Image Size:  344 x 194 mm
[  3545.222] (II) modeset(G0): h_active: 1366  h_sync: 1402  h_sync_end 1450 h_blank_end 1492 h_border: 0
[  3545.222] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 776 v_blanking: 782 v_border: 0
[  3545.222] (II) modeset(G0):  LG Display
[  3545.222] (II) modeset(G0):  LP156WH4-TLA1
[  3545.222] (II) modeset(G0): EDID (in hex):
[  3545.222] (II) modeset(G0): 	00ffffffffffff0030e4dc0200000000
[  3545.222] (II) modeset(G0): 	00140103802213780aa9059f5e589c26
[  3545.222] (II) modeset(G0): 	19505400000001010101010101010101
[  3545.222] (II) modeset(G0): 	010101010101581b567e50000e302430
[  3545.222] (II) modeset(G0): 	350058c2100000190000000000000000
[  3545.222] (II) modeset(G0): 	00000000000000000000000000fe004c
[  3545.222] (II) modeset(G0): 	4720446973706c61790a2020000000fe
[  3545.222] (II) modeset(G0): 	004c503135365748342d544c41310079
[  3545.222] (II) modeset(G0): Printing probed modes for output LVDS-1-1
[  3545.222] (II) modeset(G0): Modeline "1366x768"x60.0   70.00  1366 1402 1450 1492  768 771 776 782 -hsync -vsync (46.9 kHz eP)
[  3545.222] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  3545.222] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  3545.222] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  3545.222] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  3545.222] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  3545.223] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  3545.223] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  3545.223] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  3545.223] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  3545.223] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  3545.223] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  3545.223] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  3545.223] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  3545.223] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  3545.223] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  3545.223] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  3545.223] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  3545.223] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  3545.223] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  3545.223] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  3545.223] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  3545.223] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  3545.223] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  3545.223] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  3545.223] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  3545.223] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  3545.223] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  3545.224] (II) modeset(G0): EDID for output VGA-1-1
[  3545.252] (II) modeset(G0): EDID for output HDMI-1-1
[  3545.252] (II) modeset(G0): Manufacturer: AOC  Model: 2402  Serial#: 4807
[  3545.252] (II) modeset(G0): Year: 2020  Week: 52
[  3545.252] (II) modeset(G0): EDID Version: 1.3
[  3545.252] (II) modeset(G0): Digital Display Input
[  3545.252] (II) modeset(G0): Max Image Size [cm]: horiz.: 53  vert.: 30
[  3545.252] (II) modeset(G0): Gamma: 2.20
[  3545.252] (II) modeset(G0): DPMS capabilities: Off
[  3545.252] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  3545.252] (II) modeset(G0): First detailed timing is preferred mode
[  3545.252] (II) modeset(G0): redX: 0.664 redY: 0.309   greenX: 0.275 greenY: 0.670
[  3545.252] (II) modeset(G0): blueX: 0.154 blueY: 0.051   whiteX: 0.313 whiteY: 0.329
[  3545.252] (II) modeset(G0): Supported established timings:
[  3545.252] (II) modeset(G0): 720x400@70Hz
[  3545.252] (II) modeset(G0): 640x480@60Hz
[  3545.252] (II) modeset(G0): 640x480@67Hz
[  3545.252] (II) modeset(G0): 640x480@72Hz
[  3545.252] (II) modeset(G0): 640x480@75Hz
[  3545.252] (II) modeset(G0): 800x600@56Hz
[  3545.252] (II) modeset(G0): 800x600@60Hz
[  3545.252] (II) modeset(G0): 800x600@72Hz
[  3545.252] (II) modeset(G0): 800x600@75Hz
[  3545.252] (II) modeset(G0): 832x624@75Hz
[  3545.252] (II) modeset(G0): 1024x768@60Hz
[  3545.252] (II) modeset(G0): 1024x768@70Hz
[  3545.252] (II) modeset(G0): 1024x768@75Hz
[  3545.252] (II) modeset(G0): 1280x1024@75Hz
[  3545.252] (II) modeset(G0): Manufacturer's mask: 0
[  3545.252] (II) modeset(G0): Supported standard timings:
[  3545.252] (II) modeset(G0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  3545.252] (II) modeset(G0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  3545.252] (II) modeset(G0): #2: hsize: 640  vsize 480  refresh: 100  vid: 26673
[  3545.252] (II) modeset(G0): #3: hsize: 640  vsize 480  refresh: 120  vid: 31793
[  3545.252] (II) modeset(G0): #4: hsize: 800  vsize 600  refresh: 100  vid: 26693
[  3545.252] (II) modeset(G0): #5: hsize: 800  vsize 600  refresh: 120  vid: 31813
[  3545.252] (II) modeset(G0): #6: hsize: 1024  vsize 768  refresh: 100  vid: 26721
[  3545.252] (II) modeset(G0): #7: hsize: 1024  vsize 768  refresh: 120  vid: 31841
[  3545.252] (II) modeset(G0): Supported detailed timing:
[  3545.252] (II) modeset(G0): clock: 148.5 MHz   Image Size:  527 x 296 mm
[  3545.252] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  3545.252] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  3545.252] (II) modeset(G0): Serial No: ATNLC1A004807
[  3545.252] (II) modeset(G0): Monitor name: 24G2W1G4
[  3545.252] (II) modeset(G0): Ranges: V min: 48 V max: 144 Hz, H min: 30 H max: 160 kHz, PixClock max 335 MHz
[  3545.252] (II) modeset(G0): Supported detailed timing:
[  3545.252] (II) modeset(G0): clock: 325.7 MHz   Image Size:  527 x 296 mm
[  3545.252] (II) modeset(G0): h_active: 1920  h_sync: 1944  h_sync_end 1976 h_blank_end 2056 h_border: 0
[  3545.252] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1100 v_border: 0
[  3545.252] (II) modeset(G0): Supported detailed timing:
[  3545.252] (II) modeset(G0): clock: 285.5 MHz   Image Size:  527 x 296 mm
[  3545.252] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  3545.252] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1144 v_border: 0
[  3545.252] (II) modeset(G0): Supported detailed timing:
[  3545.252] (II) modeset(G0): clock: 235.5 MHz   Image Size:  527 x 296 mm
[  3545.252] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  3545.252] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1133 v_border: 0
[  3545.252] (II) modeset(G0): Supported detailed timing:
[  3545.252] (II) modeset(G0): clock: 174.5 MHz   Image Size:  527 x 296 mm
[  3545.252] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[  3545.252] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1119 v_border: 0
[  3545.252] (II) modeset(G0): Number of EDID sections to follow: 1
[  3545.252] (II) modeset(G0): EDID (in hex):
[  3545.252] (II) modeset(G0): 	00ffffffffffff0005e30224c7120000
[  3545.252] (II) modeset(G0): 	341e010380351e782a0a85aa4f46ab27
[  3545.252] (II) modeset(G0): 	0d5054bfef00d1c081803168317c4568
[  3545.252] (II) modeset(G0): 	457c6168617c023a801871382d40582c
[  3545.252] (II) modeset(G0): 	45000f282100001e000000ff0041544e
[  3545.252] (II) modeset(G0): 	4c433141303034383037000000fc0032
[  3545.252] (II) modeset(G0): 	344732573147340a20202020000000fd
[  3545.252] (II) modeset(G0): 	0030901ea021000a202020202020015b
[  3545.252] (II) modeset(G0): 	02032ff14c101f051404130312021101
[  3545.252] (II) modeset(G0): 	3f230907078301000067030c00100000
[  3545.253] (II) modeset(G0): 	426d1a000002013090e6000000000037
[  3545.253] (II) modeset(G0): 	7f808870381440182035000f28210000
[  3545.253] (II) modeset(G0): 	1e866f80a070384040302035000f2821
[  3545.253] (II) modeset(G0): 	00001efe5b80a070383540302035000f
[  3545.253] (II) modeset(G0): 	282100001e2a4480a070382740302035
[  3545.253] (II) modeset(G0): 	000f282100001a000000000000000018
[  3545.253] (--) modeset(G0): HDMI max TMDS frequency 330000KHz
[  3545.253] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[  3545.253] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  3545.253] (II) modeset(G0): Modeline "1920x1080"x75.0  174.50  1920 1968 2000 2080  1080 1083 1088 1119 +hsync -vsync (83.9 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1024x768"x120.0  115.50  1024 1072 1104 1184  768 771 775 813 +hsync -vsync (97.6 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3545.253] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  3545.253] (II) modeset(G0): Modeline "800x600"x120.0   73.25  800 848 880 960  600 603 607 636 +hsync -vsync (76.3 kHz e)
[  3545.253] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  3545.253] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  3545.253] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3545.253] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  3545.253] (II) modeset(G0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  3545.253] (II) modeset(G0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  3545.253] (II) modeset(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  3545.253] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3545.253] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  3545.331] (II) modeset(G0): EDID for output DP-1-1
[  3545.331] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  3545.331] (==) modeset(G0): DPI set to (96, 96)
[  3545.331] (II) Loading sub module "fb"
[  3545.331] (II) LoadModule: "fb"
[  3545.332] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3545.332] (II) Module fb: vendor="X.Org Foundation"
[  3545.332] 	compiled for 1.20.13, module version = 1.0.0
[  3545.332] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3545.332] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[  3545.332] (II) NVIDIA:     access.
[  3545.367] (II) NVIDIA(0): Setting mode "NULL"
[  3545.371] (==) NVIDIA(0): Disabling shared memory pixmaps
[  3545.371] (==) NVIDIA(0): Backing store enabled
[  3545.372] (==) NVIDIA(0): Silken mouse disabled
[  3545.372] (==) NVIDIA(0): DPMS enabled
[  3545.372] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[  3545.372] (II) Loading sub module "dri2"
[  3545.372] (II) LoadModule: "dri2"
[  3545.372] (II) Module "dri2" already built-in
[  3545.372] (II) NVIDIA(0): [DRI2] Setup complete
[  3545.372] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  3545.380] (==) modeset(G0): Backing store enabled
[  3545.380] (==) modeset(G0): Silken mouse disabled
[  3545.511] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[  3545.511] (==) modeset(G0): DPMS enabled
[  3545.511] (WW) modeset(G0): Option "UseDisplayDevice" is not used
[  3545.511] (II) modeset(G0): [DRI2] Setup complete
[  3545.511] (II) modeset(G0): [DRI2]   DRI driver: i965
[  3545.511] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[  3545.511] (II) modeset(G0): Disable reverse prime offload mode for i915.
[  3545.511] (II) Initializing extension Generic Event Extension
[  3545.511] (II) Initializing extension SHAPE
[  3545.511] (II) Initializing extension MIT-SHM
[  3545.511] (II) Initializing extension XInputExtension
[  3545.512] (II) Initializing extension XTEST
[  3545.512] (II) Initializing extension BIG-REQUESTS
[  3545.512] (II) Initializing extension SYNC
[  3545.512] (II) Initializing extension XKEYBOARD
[  3545.512] (II) Initializing extension XC-MISC
[  3545.512] (II) Initializing extension SECURITY
[  3545.512] (II) Initializing extension XFIXES
[  3545.513] (II) Initializing extension RENDER
[  3545.513] (II) Initializing extension RANDR
[  3545.513] (II) Initializing extension COMPOSITE
[  3545.513] (II) Initializing extension DAMAGE
[  3545.513] (II) Initializing extension MIT-SCREEN-SAVER
[  3545.513] (II) Initializing extension DOUBLE-BUFFER
[  3545.514] (II) Initializing extension RECORD
[  3545.514] (II) Initializing extension DPMS
[  3545.514] (II) Initializing extension Present
[  3545.514] (II) Initializing extension DRI3
[  3545.514] (II) Initializing extension X-Resource
[  3545.514] (II) Initializing extension XVideo
[  3545.514] (II) Initializing extension XVideo-MotionCompensation
[  3545.514] (II) Initializing extension XFree86-VidModeExtension
[  3545.514] (II) Initializing extension XFree86-DGA
[  3545.515] (II) Initializing extension XFree86-DRI
[  3545.515] (II) Initializing extension DRI2
[  3545.515] (II) Initializing extension GLX
[  3545.515] (II) Initializing extension GLX
[  3545.515] (II) Indirect GLX disabled.
[  3545.515] (II) Initializing extension NV-GLX
[  3545.515] (II) Initializing extension NV-CONTROL
[  3545.562] (II) modeset(G0): Damage tracking initialized

glxinfo -B

glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 2048 MB
    Total available memory: 2048 MB
    Currently available dedicated video memory: 1577 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 610M/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.151
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 390.151
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.151
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

HW supports that, disable the IGP in the BIOS.

not support

LC_ALL=C paru -S optimus-manager
:: Resolving dependencies...
:: There are 3 providers available for optimus-manager:
:: Repository AUR:
    1) optimus-manager  2) optimus-manager-git  3) optimus-manager-openrc-git
Enter a number (default=1):
error: could not find all required packages:
    glxinfo (wanted by: optimus-manager)

Then you're using the wrong distribution.

What is true distribution?

Offline

#8 2022-08-11 07:03:24

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

in log from archwiki config, i saw error because nvidia attach to screen1 and there is no monitor attach to screen1. and where are the messages about what doesn't support it? it configuration problem, not driver support. Early, in 2014 yaer all works. Why did you break everything.

Offline

#9 2022-08-11 07:07:26

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

It's all because you made me change the config to the one on the archwiki.

Did you just literally copy the wiki example? If not, what config did you actually use?
The point about linking the wiki was to explain stuff, not to have you mindlessly copy and paste something different.

Either way, you're running the X11 server on the nvidia chip and it's also the GLX implementation.
If nvidia-smi doesn't reflect that, this would be a bug in nvidia-smi or you're running it out of context (while the X11 server isn't running) or w/ insufficient privileges (though I don't think it requires to be sudo'd)
Nvidia implements vdpau, for vainfo/vaapi you'll need either of https://archlinux.org/packages/?name=libva-vdpau-driver , https://aur.archlinux.org/packages/libva-nvidia-driver/ or https://aur.archlinux.org/packages/libv … r-chromium
https://wiki.archlinux.org/title/Hardwa … PI_drivers

why i need "outputClass"

Because of 'Option "AllowEmptyInitialConfiguration"'

Offline

#10 2022-08-11 07:09:29

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

Early, in 2014 yaer all works. Why did you break everything.

What the fuck are you talking about? It's 2022…

Offline

#11 2022-08-11 07:26:39

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

seth wrote:

Did you just literally copy the wiki example? If not, what config did you actually use?
The point about linking the wiki was to explain stuff, not to have you mindlessly copy and paste something different.

yes. i rm -rf my config files, and copy\paste config from wiki.
swraste terrible, swraste on mobile i3 is double terrible. i copy log to you, and revert changes.
nvidia-smi shows gpu temp power state and video memory usage, but no process and gpu load. from sudo nvidia-smi too.

Offline

#12 2022-08-11 07:35:52

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

Either way, you're running the X11 server on the nvidia chip and it's also the GLX implementation.

what does it mean? what kind implementation exist and which of them i need?
i install vdpau-vaapi

sudo pacman -S libva-vdpau-driver
разрешение зависимостей...
проверка конфликтов...

Пакеты (1) libva-vdpau-driver-0.7.4-5

Будет загружено:    0,04 MiB
Будет установлено:  0,10 MiB

:: Приступить к установке? [Y/n]
:: Получение пакетов...
 libva-vdpau-driver-0.7.4-5-x86_64                                                                   42,0 KiB  45,1 KiB/s 00:01 [#############################################################################] 100%
(1/1) проверка ключей                                                                                                           [#############################################################################] 100%
(1/1) проверка целостности пакета                                                                                               [#############################################################################] 100%
(1/1) загрузка файлов пакетов                                                                                                   [#############################################################################] 100%
(1/1) проверка конфликтов файлов                                                                                                [#############################################################################] 100%
(1/1) проверка доступного места                                                                                                 [#############################################################################] 100%
:: Обработка изменений пакета...
(1/1) установка libva-vdpau-driver                                                                                              [#############################################################################] 100%
:: Запуск post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

vacuumdb                     vainfo                       vamp-rdf-template-generator  vamp-simple-host             vao_demo                     vavpp
 vainfo
vainfo: VA-API version: 1.12 (libva 2.12.0)
vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.4
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :	VAEntrypointVLD
      VAProfileMPEG2Main              :	VAEntrypointVLD
      VAProfileMPEG4Simple            :	VAEntrypointVLD
      VAProfileMPEG4AdvancedSimple    :	VAEntrypointVLD
      <unknown profile>               :	VAEntrypointVLD
      VAProfileH264Main               :	VAEntrypointVLD
      VAProfileH264High               :	VAEntrypointVLD
      VAProfileVC1Simple              :	VAEntrypointVLD
      VAProfileVC1Main                :	VAEntrypointVLD
      VAProfileVC1Advanced            :	VAEntrypointVLD

sorry i fogot LC=C in short, it successfull installed.

Offline

#13 2022-08-11 07:42:30

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

copy\paste config from wiki.

Unsursprisingly, this won't work. Those are illustrative examples and not magically tailor-fit to your specific hardware.

Please post the actual nvidia-smi output.

Offline

#14 2022-08-11 07:46:34

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

[root@xdg12 ~]# nvidia-smi
Thu Aug 11 10:44:10 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.151                Driver Version: 390.151                   |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce 610M        Off  | 00000000:01:00.0 N/A |                  N/A |
| N/A   50C    P8    N/A /  N/A |    413MiB /  1985MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0                    Not Supported                                       |
+-----------------------------------------------------------------------------+
[root@xdg12 ~]# nvidia-smi
Thu Aug 11 10:45:13 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.151                Driver Version: 390.151                   |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce 610M        Off  | 00000000:01:00.0 N/A |                  N/A |
| N/A   46C    P8    N/A /  N/A |    375MiB /  1985MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0                    Not Supported                                       |
+-----------------------------------------------------------------------------+
[root@xdg12 ~]# nvidia-smi
Thu Aug 11 10:45:15 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.151                Driver Version: 390.151                   |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce 610M        Off  | 00000000:01:00.0 N/A |                  N/A |
| N/A   46C    P8    N/A /  N/A |    375MiB /  1985MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0                    Not Supported                                       |
+-----------------------------------------------------------------------------+

Offline

#15 2022-08-11 08:14:08

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

"Not Supported" - your GPU generation simply doesn't support reporting the using PIDs, but apparently output redirection works w/ 390xx (which is good to know)

I don't think there've been any issues w/ your setup at all (lacking a libva driver aside)

Offline

#16 2022-08-11 11:26:12

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

and what about glx?

Offline

#17 2022-08-11 12:41:06

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

What about it?
#7 says that your running the nvidia glx implementation (ie. on the nvidia chip)

Offline

#18 2022-08-11 16:37:46

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

seth wrote:

What about it?
#7 says that your running the nvidia glx implementation (ie. on the nvidia chip)

this is bad, i need something different, what other options are there?
I'm confused about this

Indirect GLX disabled

what does it mean? there was no such inscription with Intel

(**) NVIDIA(0): Enabling 2D acceleration

why not a "enabling 3d acceleration"?

intel supports glamor, but nvidia not support glamor. It uses uxa or exa? intel disabled but it load module glamor. why?

Offline

#19 2022-08-11 16:39:49

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

also, i know xgl implementation. It is better when glx?
what about gallium?

Offline

#20 2022-08-11 17:19:21

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

I guess there's some massive language barrier, so I won't try beyond assuring you that everything is ok. You're running HW accelerated on the nvidia GPU what matches

I want render all on nvidia gpu with proprietary driver.

Beyond that I suggest to head over to https://bbs.archlinux.org/viewforum.php?id=30 - there's a bunch of russians very active recently, because archlinux.com.ru got sacked.

Offline

#21 2022-08-11 20:44:35

hevin
Member
Registered: 2021-08-14
Posts: 25

Re: dual graphics nvidia only issue[solved]

there is no language barrier. I realy understand that it is works. HW accel on nv gpu. so write it in fist message. but on intel gpu i have more perfomance and stability.

авг 11 15:38:00 xdg12 systemd-coredump[47990]: [?] Process 39138 (GPU Process) of user 1000 dumped core.

                                                  Found module /usr/lib/librt-2.33.so with build-id: 75484da2d6f1515189eefa076e0a40328834cd16
                                                  Found module linux-vdso.so.1 with build-id: 68f6e36e0fd83223b553b19c82de3c4a799f606e
                                                  Found module libnvidia-glcore.so.390.151 without build-id.
                                                  Found module libnvidia-tls.so.390.151 without build-id.
                                                  Found module libGLX_nvidia.so.0 without build-id.
                                                  Found module libGLX.so.0 with build-id: 46506ec29217449396b9ca7fb3fcb434587a1325
                                                  Found module libGLdispatch.so.0 with build-id: 71de43b4607206a0e6d5d3e2d8e9b61dfcf23770
                                                  Found module libGL.so.1 with build-id: c293b92f10cbc9574c45ff4e4c123fec01ab6b78
                                                  Found module libogg.so.0 with build-id: ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                  Found module libvorbis.so.0 with build-id: ad0a6c1af8f219b4e314090b6e8847223d424cbe
                                                  Found module libltdl.so.7 with build-id: 64bc54a40a0b6e4209a2c712364b4ae653c3f5b2

and i have tiring.

Offline

#22 2022-08-11 20:58:07

seth
Member
Registered: 2012-09-03
Posts: 56,036

Re: dual graphics nvidia only issue[solved]

but on intel gpu i have more perfomance and stability.

That's new and contraditory to the original post.

I want render all on nvidia gpu with proprietary driver.
[…]
xserver starts with no error. In terms of temperatures and cpu loading, I see that Nvidia render offload works. but nvidia-smi show no proccess. and vainfo - vaInitialize failed with error code -1 (unknown libva error),exit

1. You do "render all on nvidia gpu with proprietary driver"
2. "nvidia-smi show no proccess" because that feature in nvidia-smi isn't supported for your GPU generation
3. "vainfo - vaInitialize failed with error code -1" because you were lacking libva-vdpau-driver

If there're issues beyond that you'll first have to detail them, ideally start by posting a complete system journal, because I'm not convinced about the language situation at all…

sudo journalctl -b | curl -F 'file=@-' 0x0.st"

Offline

Board footer

Powered by FluxBB