You are not logged in.

#1 2022-01-12 19:58:06

Master81
Member
Registered: 2022-01-12
Posts: 8

Switch between Intel and Nvidia graphics card [SOLVED]

Hello, I want to use my integrated graphics card in my arch machine. I currently managed to enable it in the bios. and I think linux kernel detected it successfully

]$ lspci 
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 Display controller: Intel Corporation HD Graphics 530 (rev 06)
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #6 (rev f1)
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
00:1f.0 ISA bridge: Intel Corporation H110 Chipset LPC/eSPI Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)
01:00.1 Audio device: NVIDIA Corporation GM107 High Definition Audio Controller [GeForce 940MX] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
03:00.0 PCI bridge: Integrated Technology Express, Inc. IT8892E PCIe to PCI Bridge (rev 41)

this:

00:02.0 Display controller: Intel Corporation HD Graphics 530 (rev 06)

showed up after i enabled the integrated graphics...

now how to actually use it? i mean i did some search and it seems i need to use PRIME/OPTIMUS in the NVIDIA settings but there is no PRIME option.

i also ran this command but there is nothing about intel in xorg:

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

here is my CPU model in the paleofetch if it helps: CPU: Intel i5-6400 (4) @ 3.3GHz
my GPU model: NVIDIA GTX 750ti

Last edited by Master81 (2022-01-14 18:19:12)

Offline

#2 2022-01-12 20:32:16

seth
Member
Registered: 2012-09-03
Posts: 51,684

Re: Switch between Intel and Nvidia graphics card [SOLVED]

Read up https://wiki.archlinux.org/title/NVIDIA_Optimus and make up your mind on how you want to use the system.
Prime is kinda the default-out-of-the-box, but you likely created a static server layout w/ nvidia settings and that enforces the use of the nvidia chip.
Post your xorg log, https://wiki.archlinux.org/title/Xorg#General and in doubt delete the /etc/X11/xorg.conf

Offline

#3 2022-01-13 08:57:46

Master81
Member
Registered: 2022-01-12
Posts: 8

Re: Switch between Intel and Nvidia graphics card [SOLVED]

seth wrote:

Read up https://wiki.archlinux.org/title/NVIDIA_Optimus and make up your mind on how you want to use the system.
Prime is kinda the default-out-of-the-box, but you likely created a static server layout w/ nvidia settings and that enforces the use of the nvidia chip.
Post your xorg log, https://wiki.archlinux.org/title/Xorg#General and in doubt delete the /etc/X11/xorg.conf

It seems that the nvidia PRIME is what i want. I wanna run my KDE desktop and other apps using iGPU and some apps with nvidia. prime-run will do the trick.
I installed the nvidia-prime package. but there is no sign of iGPU. how do i know my whole desktop is using iGPU instead of Nvidia.

here is my logfile:

~]$ cat /var/log/Xorg.0.log      
[  2070.331] (--) Log file renamed from "/var/log/Xorg.pid-15319.log" to "/var/log/Xorg.0.log"
[  2070.332] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[  2070.332] Current Operating System: Linux ArchLinuxMachine 5.15.13-arch1-1 #1 SMP PREEMPT Wed, 05 Jan 2022 16:20:59 +0000 x86_64
[  2070.332] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=02cfab19-9312-46c8-8759-aab4f75fcf15 rw nvidia-drm.modeset=1 quiet loglevel=3 rd.systemd.show_satus=auto rd.udev.log_level=3 vt.global_cursor_default=0
[  2070.332]  
[  2070.332] Current version of pixman: 0.40.0
[  2070.332]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  2070.332] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2070.332] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 13 12:15:43 2022
[  2070.332] (==) Using config file: "/etc/X11/xorg.conf"
[  2070.332] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2070.332] (==) ServerLayout "Layout0"
[  2070.332] (**) |-->Screen "Screen0" (0)
[  2070.332] (**) |   |-->Monitor "Monitor0"
[  2070.332] (**) |   |-->Device "Device0"
[  2070.332] (**) |-->Input Device "Keyboard0"
[  2070.332] (**) |-->Input Device "Mouse0"
[  2070.332] (==) Automatically adding devices
[  2070.332] (==) Automatically enabling devices
[  2070.332] (==) Automatically adding GPU devices
[  2070.332] (==) Automatically binding GPU devices
[  2070.332] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2070.332] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2070.332]    Entry deleted from font path.
[  2070.332] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2070.332]    Entry deleted from font path.
[  2070.332] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[  2070.332] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2070.332] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2070.332] (WW) Disabling Keyboard0
[  2070.332] (WW) Disabling Mouse0
[  2070.332] (II) Module ABI versions:
[  2070.332]    X.Org ANSI C Emulation: 0.4
[  2070.332]    X.Org Video Driver: 25.2
[  2070.332]    X.Org XInput driver : 24.4
[  2070.332]    X.Org Server Extension : 10.0
[  2070.333] (++) using VT number 1

[  2070.333] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  2070.334] (II) xfree86: Adding drm device (/dev/dri/card0)
[  2070.334] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[  2070.334] (II) xfree86: Adding drm device (/dev/dri/card1)
[  2070.334] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[  2070.335] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  2070.336] (--) PCI: (0@0:2:0) 8086:1912:1458:d000 rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64
[  2070.336] (--) PCI:*(1@0:0:0) 10de:1380:1458:362d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  2070.336] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2070.336] (II) LoadModule: "glx"
[  2070.336] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2070.337] (II) Module glx: vendor="X.Org Foundation"
[  2070.337]    compiled for 1.21.1.3, module version = 1.0.0
[  2070.337]    ABI class: X.Org Server Extension, version 10.0
[  2070.337] (II) LoadModule: "nvidia"
[  2070.337] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  2070.337] (II) Module nvidia: vendor="NVIDIA Corporation"
[  2070.337]    compiled for 1.6.99.901, module version = 1.0.0
[  2070.338]    Module class: X.Org Video Driver
[  2070.338] (II) NVIDIA dlloader X Driver  495.46  Wed Oct 27 16:28:42 UTC 2021
[  2070.338] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  2070.338] (II) Loading sub module "fb"
[  2070.338] (II) LoadModule: "fb"
[  2070.338] (II) Module "fb" already built-in
[  2070.338] (II) Loading sub module "wfb"
[  2070.338] (II) LoadModule: "wfb"
[  2070.338] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  2070.338] (II) Module wfb: vendor="X.Org Foundation"
[  2070.338]    compiled for 1.21.1.3, module version = 1.0.0
[  2070.338]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2070.338] (II) Loading sub module "ramdac"
[  2070.338] (II) LoadModule: "ramdac"
[  2070.338] (II) Module "ramdac" already built-in
[  2070.338] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  2070.338] (==) NVIDIA(0): RGB weight 888
[  2070.338] (==) NVIDIA(0): Default visual is TrueColor
[  2070.338] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  2070.338] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[  2070.338] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  2070.338] (**) NVIDIA(0): Enabling 2D acceleration
[  2070.338] (II) Loading sub module "glxserver_nvidia"
[  2070.338] (II) LoadModule: "glxserver_nvidia"
[  2070.338] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[  2070.345] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  2070.345]    compiled for 1.6.99.901, module version = 1.0.0
[  2070.345]    Module class: X.Org Server Extension
[  2070.345] (II) NVIDIA GLX Module  495.46  Wed Oct 27 16:26:03 UTC 2021
[  2070.345] (II) NVIDIA: The X server supports PRIME Render Offload.
[  2070.347] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  2070.347] (--) NVIDIA(0):     CRT-0
[  2070.347] (--) NVIDIA(0):     DFP-0
[  2070.347] (--) NVIDIA(0):     DFP-1
[  2070.347] (--) NVIDIA(0):     DFP-2 (boot)
[  2070.347] (--) NVIDIA(0):     DFP-3
[  2070.347] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 750 Ti (GM107-A) at PCI:1:0:0
[  2070.347] (II) NVIDIA(0):     (GPU-0)
[  2070.347] (--) NVIDIA(0): Memory: 2097152 kBytes
[  2070.347] (--) NVIDIA(0): VideoBIOS: 82.07.55.00.05
[  2070.347] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  2070.353] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2070.353] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2070.353] (--) NVIDIA(GPU-0): 
[  2070.358] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2070.358] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2070.358] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2070.358] (--) NVIDIA(GPU-0): 
[  2070.358] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2070.358] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  2070.358] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  2070.358] (--) NVIDIA(GPU-0): 
[  2070.382] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[  2070.382] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[  2070.382] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[  2070.382] (--) NVIDIA(GPU-0): 
[  2070.382] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2070.382] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  2070.382] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  2070.382] (--) NVIDIA(GPU-0): 
[  2070.387] (==) NVIDIA(0): 
[  2070.387] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  2070.387] (==) NVIDIA(0):     will be used as the requested mode.
[  2070.387] (==) NVIDIA(0): 
[  2070.387] (II) NVIDIA(0): Validated MetaModes:
[  2070.387] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[  2070.387] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  2070.394] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[  2070.394] (--) NVIDIA(0):     option
[  2070.394] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[  2070.394] (II) NVIDIA:     access.
[  2070.396] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  2070.396] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  2070.396] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  2070.396] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  2070.396] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  2070.396] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  2070.396] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  2070.396] (II) NVIDIA(0):     Config Options in the README.
[  2070.417] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[  2070.451] (==) NVIDIA(0): Disabling shared memory pixmaps
[  2070.451] (==) NVIDIA(0): Backing store enabled
[  2070.451] (==) NVIDIA(0): Silken mouse enabled
[  2070.451] (**) NVIDIA(0): DPMS enabled
[  2070.451] (II) Loading sub module "dri2"
[  2070.451] (II) LoadModule: "dri2"
[  2070.451] (II) Module "dri2" already built-in
[  2070.451] (II) NVIDIA(0): [DRI2] Setup complete
[  2070.451] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  2070.451] (II) Initializing extension Generic Event Extension
[  2070.451] (II) Initializing extension SHAPE
[  2070.452] (II) Initializing extension MIT-SHM
[  2070.452] (II) Initializing extension XInputExtension
[  2070.452] (II) Initializing extension XTEST
[  2070.452] (II) Initializing extension BIG-REQUESTS
[  2070.452] (II) Initializing extension SYNC
[  2070.452] (II) Initializing extension XKEYBOARD
[  2070.452] (II) Initializing extension XC-MISC
[  2070.452] (II) Initializing extension SECURITY
[  2070.452] (II) Initializing extension XFIXES
[  2070.452] (II) Initializing extension RENDER
[  2070.452] (II) Initializing extension RANDR
[  2070.453] (II) Initializing extension COMPOSITE
[  2070.453] (II) Initializing extension DAMAGE
[  2070.453] (II) Initializing extension MIT-SCREEN-SAVER
[  2070.453] (II) Initializing extension DOUBLE-BUFFER
[  2070.453] (II) Initializing extension RECORD
[  2070.453] (II) Initializing extension DPMS
[  2070.453] (II) Initializing extension Present
[  2070.453] (II) Initializing extension DRI3
[  2070.453] (II) Initializing extension X-Resource
[  2070.453] (II) Initializing extension XVideo
[  2070.453] (II) Initializing extension XVideo-MotionCompensation
[  2070.453] (II) Initializing extension GLX
[  2070.453] (II) Initializing extension GLX
[  2070.453] (II) Indirect GLX disabled.
[  2070.453] (II) GLX: Another vendor is already registered for screen 0
[  2070.453] (II) Initializing extension XFree86-VidModeExtension
[  2070.453] (II) Initializing extension XFree86-DGA
[  2070.454] (II) Initializing extension XFree86-DRI
[  2070.454] (II) Initializing extension DRI2
[  2070.454] (II) Initializing extension NV-GLX
[  2070.454] (II) Initializing extension NV-CONTROL
[  2070.454] (II) Initializing extension XINERAMA
[  2070.513] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  2070.513] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2070.513] (II) LoadModule: "libinput"
[  2070.513] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  2070.514] (II) Module libinput: vendor="X.Org Foundation"
[  2070.514]    compiled for 1.21.1, module version = 1.2.0
[  2070.514]    Module class: X.Org XInput Driver
[  2070.514]    ABI class: X.Org XInput driver, version 24.4
[  2070.514] (II) Using input driver 'libinput' for 'Power Button'
[  2070.514] (**) Power Button: always reports core events
[  2070.514] (**) Option "Device" "/dev/input/event2"
[  2070.514] (**) Option "_source" "server/udev"
[  2070.516] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2070.516] (II) event2  - Power Button: device is a keyboard
[  2070.516] (II) event2  - Power Button: device removed
[  2070.525] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  2070.525] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2070.525] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  2070.525] (II) event2  - Power Button: device is a keyboard
[  2070.526] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[  2070.526] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  2070.526] (II) Using input driver 'libinput' for 'Video Bus'
[  2070.526] (**) Video Bus: always reports core events
[  2070.526] (**) Option "Device" "/dev/input/event3"
[  2070.526] (**) Option "_source" "server/udev"
[  2070.526] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  2070.526] (II) event3  - Video Bus: device is a keyboard
[  2070.527] (II) event3  - Video Bus: device removed
[  2070.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[  2070.564] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2070.565] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[  2070.565] (II) event3  - Video Bus: device is a keyboard
[  2070.566] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  2070.566] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  2070.566] (II) Using input driver 'libinput' for 'Power Button'
[  2070.566] (**) Power Button: always reports core events
[  2070.566] (**) Option "Device" "/dev/input/event1"
[  2070.566] (**) Option "_source" "server/udev"
[  2070.566] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2070.566] (II) event1  - Power Button: device is a keyboard
[  2070.566] (II) event1  - Power Button: device removed
[  2070.575] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  2070.575] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  2070.576] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  2070.576] (II) event1  - Power Button: device is a keyboard
[  2070.576] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[  2070.576] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  2070.576] (II) Using input driver 'libinput' for 'Sleep Button'
[  2070.576] (**) Sleep Button: always reports core events
[  2070.576] (**) Option "Device" "/dev/input/event0"
[  2070.576] (**) Option "_source" "server/udev"
[  2070.577] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  2070.577] (II) event0  - Sleep Button: device is a keyboard
[  2070.577] (II) event0  - Sleep Button: device removed
[  2070.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[  2070.599] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  2070.600] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[  2070.600] (II) event0  - Sleep Button: device is a keyboard
[  2070.601] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[  2070.601] (II) No input driver specified, ignoring this device.
[  2070.601] (II) This device may have been added with another device file.
[  2070.601] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[  2070.601] (II) No input driver specified, ignoring this device.
[  2070.601] (II) This device may have been added with another device file.
[  2070.601] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[  2070.601] (II) No input driver specified, ignoring this device.
[  2070.601] (II) This device may have been added with another device file.
[  2070.602] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[  2070.602] (II) No input driver specified, ignoring this device.
[  2070.602] (II) This device may have been added with another device file.
[  2070.602] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event17)
[  2070.602] (II) No input driver specified, ignoring this device.
[  2070.602] (II) This device may have been added with another device file.
[  2070.602] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event18)
[  2070.602] (II) No input driver specified, ignoring this device.
[  2070.602] (II) This device may have been added with another device file.
[  2070.602] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event19)
[  2070.602] (II) No input driver specified, ignoring this device.
[  2070.602] (II) This device may have been added with another device file.
[  2070.603] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  Mouse (/dev/input/event4)
[  2070.603] (**) 2.4G Wireless Optical Mouse  Mouse: Applying InputClass "libinput pointer catchall"
[  2070.603] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  Mouse'
[  2070.603] (**) 2.4G Wireless Optical Mouse  Mouse: always reports core events
[  2070.603] (**) Option "Device" "/dev/input/event4"
[  2070.603] (**) Option "_source" "server/udev"
[  2070.604] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: is tagged by udev as: Mouse
[  2070.604] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: device is a pointer
[  2070.604] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: device removed
[  2070.624] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input4/event4"
[  2070.624] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  Mouse" (type: MOUSE, id 10)
[  2070.625] (**) Option "AccelerationScheme" "none"
[  2070.625] (**) 2.4G Wireless Optical Mouse  Mouse: (accel) selected scheme none/0
[  2070.625] (**) 2.4G Wireless Optical Mouse  Mouse: (accel) acceleration factor: 2.000
[  2070.625] (**) 2.4G Wireless Optical Mouse  Mouse: (accel) acceleration threshold: 4
[  2070.626] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: is tagged by udev as: Mouse
[  2070.626] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: device is a pointer
[  2070.626] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  Mouse (/dev/input/mouse0)
[  2070.626] (II) No input driver specified, ignoring this device.
[  2070.626] (II) This device may have been added with another device file.
[  2070.627] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  Consumer Control (/dev/input/event5)
[  2070.627] (**) 2.4G Wireless Optical Mouse  Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2070.627] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  Consumer Control'
[  2070.627] (**) 2.4G Wireless Optical Mouse  Consumer Control: always reports core events
[  2070.627] (**) Option "Device" "/dev/input/event5"
[  2070.627] (**) Option "_source" "server/udev"
[  2070.628] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: is tagged by udev as: Keyboard
[  2070.628] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: device is a keyboard
[  2070.628] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: device removed
[  2070.641] (II) libinput: 2.4G Wireless Optical Mouse  Consumer Control: needs a virtual subdevice
[  2070.641] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input5/event5"
[  2070.641] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  Consumer Control" (type: MOUSE, id 11)
[  2070.641] (**) Option "AccelerationScheme" "none"
[  2070.641] (**) 2.4G Wireless Optical Mouse  Consumer Control: (accel) selected scheme none/0
[  2070.641] (**) 2.4G Wireless Optical Mouse  Consumer Control: (accel) acceleration factor: 2.000
[  2070.641] (**) 2.4G Wireless Optical Mouse  Consumer Control: (accel) acceleration threshold: 4
[  2070.642] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: is tagged by udev as: Keyboard
[  2070.642] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: device is a keyboard
[  2070.643] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  System Control (/dev/input/event6)
[  2070.643] (**) 2.4G Wireless Optical Mouse  System Control: Applying InputClass "libinput keyboard catchall"
[  2070.643] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  System Control'
[  2070.643] (**) 2.4G Wireless Optical Mouse  System Control: always reports core events
[  2070.643] (**) Option "Device" "/dev/input/event6"
[  2070.643] (**) Option "_source" "server/udev"
[  2070.644] (II) event6  - 2.4G Wireless Optical Mouse  System Control: is tagged by udev as: Keyboard
[  2070.644] (II) event6  - 2.4G Wireless Optical Mouse  System Control: device is a keyboard
[  2070.644] (II) event6  - 2.4G Wireless Optical Mouse  System Control: device removed
[  2070.665] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input6/event6"
[  2070.665] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  System Control" (type: KEYBOARD, id 12)
[  2070.666] (II) event6  - 2.4G Wireless Optical Mouse  System Control: is tagged by udev as: Keyboard
[  2070.666] (II) event6  - 2.4G Wireless Optical Mouse  System Control: device is a keyboard
[  2070.666] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  (/dev/input/event7)
[  2070.666] (**) 2.4G Wireless Optical Mouse : Applying InputClass "libinput keyboard catchall"
[  2070.666] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse '
[  2070.666] (**) 2.4G Wireless Optical Mouse : always reports core events
[  2070.666] (**) Option "Device" "/dev/input/event7"
[  2070.666] (**) Option "_source" "server/udev"
[  2070.667] (II) event7  - 2.4G Wireless Optical Mouse : is tagged by udev as: Keyboard
[  2070.667] (II) event7  - 2.4G Wireless Optical Mouse : device is a keyboard
[  2070.668] (II) event7  - 2.4G Wireless Optical Mouse : device removed
[  2070.678] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1D57:130F.0002/input/input7/event7"
[  2070.678] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse " (type: KEYBOARD, id 13)
[  2070.679] (II) event7  - 2.4G Wireless Optical Mouse : is tagged by udev as: Keyboard
[  2070.679] (II) event7  - 2.4G Wireless Optical Mouse : device is a keyboard
[  2070.680] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event8)
[  2070.680] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  2070.680] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[  2070.680] (**) SEM USB Keyboard: always reports core events
[  2070.680] (**) Option "Device" "/dev/input/event8"
[  2070.680] (**) Option "_source" "server/udev"
[  2070.681] (II) event8  - SEM USB Keyboard: is tagged by udev as: Keyboard
[  2070.681] (II) event8  - SEM USB Keyboard: device is a keyboard
[  2070.681] (II) event8  - SEM USB Keyboard: device removed
[  2070.695] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1A2C:2124.0003/input/input8/event8"
[  2070.695] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 14)
[  2070.696] (II) event8  - SEM USB Keyboard: is tagged by udev as: Keyboard
[  2070.696] (II) event8  - SEM USB Keyboard: device is a keyboard
[  2070.696] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event10)
[  2070.696] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2070.696] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[  2070.696] (**) SEM USB Keyboard Consumer Control: always reports core events
[  2070.696] (**) Option "Device" "/dev/input/event10"
[  2070.696] (**) Option "_source" "server/udev"
[  2070.697] (II) event10 - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2070.697] (II) event10 - SEM USB Keyboard Consumer Control: device is a keyboard
[  2070.697] (II) event10 - SEM USB Keyboard Consumer Control: device removed
[  2070.718] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[  2070.718] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1A2C:2124.0004/input/input10/event10"
[  2070.718] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 15)
[  2070.718] (**) Option "AccelerationScheme" "none"
[  2070.718] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[  2070.718] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  2070.718] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[  2070.719] (II) event10 - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  2070.719] (II) event10 - SEM USB Keyboard Consumer Control: device is a keyboard
[  2070.720] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event11)
[  2070.720] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  2070.720] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[  2070.720] (**) SEM USB Keyboard System Control: always reports core events
[  2070.720] (**) Option "Device" "/dev/input/event11"
[  2070.720] (**) Option "_source" "server/udev"
[  2070.721] (II) event11 - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[  2070.721] (II) event11 - SEM USB Keyboard System Control: device is a keyboard
[  2070.721] (II) event11 - SEM USB Keyboard System Control: device removed
[  2070.751] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1A2C:2124.0004/input/input11/event11"
[  2070.751] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 16)
[  2070.752] (II) event11 - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[  2070.752] (II) event11 - SEM USB Keyboard System Control: device is a keyboard
[  2070.753] (II) config/udev: Adding input device KYE SYSTEMS CORP. Wired Mouse (/dev/input/event12)
[  2070.753] (**) KYE SYSTEMS CORP. Wired Mouse: Applying InputClass "libinput pointer catchall"
[  2070.753] (II) Using input driver 'libinput' for 'KYE SYSTEMS CORP. Wired Mouse'
[  2070.753] (**) KYE SYSTEMS CORP. Wired Mouse: always reports core events
[  2070.753] (**) Option "Device" "/dev/input/event12"
[  2070.753] (**) Option "_source" "server/udev"
[  2070.809] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: is tagged by udev as: Mouse
[  2070.809] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: device is a pointer
[  2070.809] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: device removed
[  2070.861] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:0458:0186.0005/input/input12/event12"
[  2070.861] (II) XINPUT: Adding extended input device "KYE SYSTEMS CORP. Wired Mouse" (type: MOUSE, id 17)
[  2070.861] (**) Option "AccelerationScheme" "none"
[  2070.861] (**) KYE SYSTEMS CORP. Wired Mouse: (accel) selected scheme none/0
[  2070.861] (**) KYE SYSTEMS CORP. Wired Mouse: (accel) acceleration factor: 2.000
[  2070.861] (**) KYE SYSTEMS CORP. Wired Mouse: (accel) acceleration threshold: 4
[  2070.919] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: is tagged by udev as: Mouse
[  2070.919] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: device is a pointer
[  2070.919] (II) config/udev: Adding input device KYE SYSTEMS CORP. Wired Mouse (/dev/input/mouse1)
[  2070.919] (II) No input driver specified, ignoring this device.
[  2070.919] (II) This device may have been added with another device file.
[  2070.920] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event20)
[  2070.920] (II) No input driver specified, ignoring this device.
[  2070.920] (II) This device may have been added with another device file.
[  2070.920] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event21)
[  2070.920] (II) No input driver specified, ignoring this device.
[  2070.920] (II) This device may have been added with another device file.
[  2070.920] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event22)
[  2070.920] (II) No input driver specified, ignoring this device.
[  2070.920] (II) This device may have been added with another device file.
[  2070.920] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event23)
[  2070.920] (II) No input driver specified, ignoring this device.
[  2070.920] (II) This device may have been added with another device file.
[  2070.920] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event24)
[  2070.921] (II) No input driver specified, ignoring this device.
[  2070.921] (II) This device may have been added with another device file.
[  2070.921] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event25)
[  2070.921] (II) No input driver specified, ignoring this device.
[  2070.921] (II) This device may have been added with another device file.
[  2070.921] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event26)
[  2070.921] (II) No input driver specified, ignoring this device.
[  2070.921] (II) This device may have been added with another device file.
[  2070.921] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event27)
[  2070.921] (II) No input driver specified, ignoring this device.
[  2070.921] (II) This device may have been added with another device file.
[  2070.922] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event28)
[  2070.922] (II) No input driver specified, ignoring this device.
[  2070.922] (II) This device may have been added with another device file.
[  2070.922] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event29)
[  2070.922] (II) No input driver specified, ignoring this device.
[  2070.922] (II) This device may have been added with another device file.
[  2070.922] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  2070.922] (II) No input driver specified, ignoring this device.
[  2070.922] (II) This device may have been added with another device file.
[  2070.926] (**) 2.4G Wireless Optical Mouse  Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2070.926] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  Consumer Control'
[  2070.926] (**) 2.4G Wireless Optical Mouse  Consumer Control: always reports core events
[  2070.926] (**) Option "Device" "/dev/input/event5"
[  2070.926] (**) Option "_source" "_driver/libinput"
[  2070.926] (II) libinput: 2.4G Wireless Optical Mouse  Consumer Control: is a virtual subdevice
[  2070.926] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input5/event5"
[  2070.926] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  Consumer Control" (type: KEYBOARD, id 18)
[  2070.927] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  2070.927] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[  2070.927] (**) SEM USB Keyboard Consumer Control: always reports core events
[  2070.927] (**) Option "Device" "/dev/input/event10"
[  2070.927] (**) Option "_source" "_driver/libinput"
[  2070.927] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[  2070.927] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1A2C:2124.0004/input/input10/event10"
[  2070.927] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 19)
[  2077.959] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2077.959] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2077.959] (--) NVIDIA(GPU-0): 
[  2077.963] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2077.963] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2077.963] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2077.963] (--) NVIDIA(GPU-0): 
[  2077.963] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2077.963] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  2077.963] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  2077.963] (--) NVIDIA(GPU-0): 
[  2077.982] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[  2077.982] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[  2077.982] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[  2077.982] (--) NVIDIA(GPU-0): 
[  2077.982] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2077.982] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  2077.982] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  2077.982] (--) NVIDIA(GPU-0): 
[  2078.691] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  2078.692] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  2078.692] (--) NVIDIA(GPU-0): 
[  2078.695] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  2078.695] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  2078.695] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  2078.695] (--) NVIDIA(GPU-0): 
[  2078.696] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  2078.696] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  2078.696] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  2078.696] (--) NVIDIA(GPU-0): 
[  2078.716] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[  2078.716] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[  2078.716] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[  2078.716] (--) NVIDIA(GPU-0): 
[  2078.716] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  2078.716] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  2078.716] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  2078.716] (--) NVIDIA(GPU-0): 

BTW why does lscpi show my iGPU as a "Display controller" not a VGA compatible controller. is it could be a problem?

Im going to remove /etc/X11/xorg.conf and generate it again using nvidia-xconfig i'll show the results here

Offline

#4 2022-01-13 09:03:31

Master81
Member
Registered: 2022-01-12
Posts: 8

Re: Switch between Intel and Nvidia graphics card [SOLVED]

I removed Xorg.conf and generate it again using nvidia xconfig i didn't add anything about Intel integrated GPU:

~]$ sudo rm -rf  /etc/X11/xorg.conf
 
~]$ sudo nvidia-xconfig 

WARNING: Unable to locate/open X configuration file.

New X configuration file written to '/etc/X11/xorg.conf'

~]$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 495.46

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Last edited by Master81 (2022-01-13 09:04:49)

Offline

#5 2022-01-13 09:27:19

seth
Member
Registered: 2012-09-03
Posts: 51,684

Re: Switch between Intel and Nvidia graphics card [SOLVED]

I removed Xorg.conf

Good.

and generate it again using nvidia xconfig

Bad.
Don't do that. It's the exact reason why the intel chip won't show up.
(Well, at least a surefire way to cause that - whether there're further issues is tbd)

Offline

#6 2022-01-13 11:05:28

Master81
Member
Registered: 2022-01-12
Posts: 8

Re: Switch between Intel and Nvidia graphics card [SOLVED]

seth wrote:

I removed Xorg.conf

Good.

and generate it again using nvidia xconfig

Bad.
Don't do that. It's the exact reason why the intel chip won't show up.
(Well, at least a surefire way to cause that - whether there're further issues is tbd)

OK i just removed xorg.conf and restarted my system.
now xrandr --listproviders shows a wired thing:

~]$ sudo rm -f /etc/X11/xorg.conf
~]reboot
~]$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 4 outputs: 5 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x1ff cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 4 associated providers: 1 name:modesetting

Offline

#7 2022-01-13 14:26:34

seth
Member
Registered: 2012-09-03
Posts: 51,684

Re: Switch between Intel and Nvidia graphics card [SOLVED]

You're now running on the nvidia chip w/ the intel one available as GPU.
This doesn't look like an optimus system?
Is this a notebook? Which model?
Please post the latest xorg log.

Offline

#8 2022-01-13 14:42:43

Master81
Member
Registered: 2022-01-12
Posts: 8

Re: Switch between Intel and Nvidia graphics card [SOLVED]

seth wrote:

You're now running on the nvidia chip w/ the intel one available as GPU.
This doesn't look like an optimus system?
Is this a notebook? Which model?
Please post the latest xorg log.

its not a notebook it's a PC with a gigabyte motherboard:
here is the new output:

~]$ cat /var/log/Xorg.0.log
[     3.198] (--) Log file renamed from "/var/log/Xorg.pid-480.log" to "/var/log/Xorg.0.log"
[     3.201] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     3.201] Current Operating System: Linux ArchLinuxMachine 5.16.0-arch1-1 #1 SMP PREEMPT Mon, 10 Jan 2022 20:11:47 +0000 x86_64
[     3.201] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=02cfab19-9312-46c8-8759-aab4f75fcf15 rw nvidia-drm.modeset=1 quiet loglevel=3 rd.systemd.show_satus=auto rd.udev.log_level=3 vt.global_cursor_default=0
[     3.201]  
[     3.201] Current version of pixman: 0.40.0
[     3.201]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     3.201] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.201] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 13 14:27:59 2022
[     3.204] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.204] (==) No Layout section.  Using the first Screen section.
[     3.204] (==) No screen section available. Using defaults.
[     3.204] (**) |-->Screen "Default Screen Section" (0)
[     3.204] (**) |   |-->Monitor "<default monitor>"
[     3.205] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     3.205] (==) Automatically adding devices
[     3.205] (==) Automatically enabling devices
[     3.205] (==) Automatically adding GPU devices
[     3.205] (==) Automatically binding GPU devices
[     3.205] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     3.206] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     3.206]    Entry deleted from font path.
[     3.206] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     3.206]    Entry deleted from font path.
[     3.208] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/TTF,
        /usr/share/fonts/100dpi,
        /usr/share/fonts/75dpi
[     3.208] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.208] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.208] (II) Module ABI versions:
[     3.208]    X.Org ANSI C Emulation: 0.4
[     3.208]    X.Org Video Driver: 25.2
[     3.208]    X.Org XInput driver : 24.4
[     3.208]    X.Org Server Extension : 10.0
[     3.208] (++) using VT number 1

[     3.208] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     3.209] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.209] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[     3.209] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.209] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     3.210] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     3.211] (--) PCI: (0@0:2:0) 8086:1912:1458:d000 rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64
[     3.211] (--) PCI:*(1@0:0:0) 10de:1380:1458:362d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     3.211] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     3.211] (II) LoadModule: "glx"
[     3.214] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.220] (II) Module glx: vendor="X.Org Foundation"
[     3.220]    compiled for 1.21.1.3, module version = 1.0.0
[     3.220]    ABI class: X.Org Server Extension, version 10.0
[     3.220] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     3.220]    loading driver: nvidia
[     3.220] (==) Matched nvidia as autoconfigured driver 0
[     3.220] (==) Matched nouveau as autoconfigured driver 1
[     3.220] (==) Matched nv as autoconfigured driver 2
[     3.220] (==) Matched intel as autoconfigured driver 3
[     3.220] (==) Matched modesetting as autoconfigured driver 4
[     3.220] (==) Matched fbdev as autoconfigured driver 5
[     3.220] (==) Matched vesa as autoconfigured driver 6
[     3.220] (==) Assigned the driver to the xf86ConfigLayout
[     3.220] (II) LoadModule: "nvidia"
[     3.220] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.224] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.224]    compiled for 1.6.99.901, module version = 1.0.0
[     3.224]    Module class: X.Org Video Driver
[     3.225] (II) LoadModule: "nouveau"
[     3.225] (WW) Warning, couldn't open module nouveau
[     3.225] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     3.225] (II) LoadModule: "nv"
[     3.225] (WW) Warning, couldn't open module nv
[     3.225] (EE) Failed to load module "nv" (module does not exist, 0)
[     3.225] (II) LoadModule: "intel"
[     3.225] (WW) Warning, couldn't open module intel
[     3.225] (EE) Failed to load module "intel" (module does not exist, 0)
[     3.225] (II) LoadModule: "modesetting"
[     3.225] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.230] (II) Module modesetting: vendor="X.Org Foundation"
[     3.230]    compiled for 1.21.1.3, module version = 1.21.1
[     3.230]    Module class: X.Org Video Driver
[     3.230]    ABI class: X.Org Video Driver, version 25.2
[     3.230] (II) LoadModule: "fbdev"
[     3.230] (WW) Warning, couldn't open module fbdev
[     3.230] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     3.230] (II) LoadModule: "vesa"
[     3.230] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     3.231] (II) Module vesa: vendor="X.Org Foundation"
[     3.231]    compiled for 1.21.1.1, module version = 2.5.0
[     3.231]    Module class: X.Org Video Driver
[     3.231]    ABI class: X.Org Video Driver, version 25.2
[     3.231] (II) NVIDIA dlloader X Driver  495.46  Wed Oct 27 16:28:42 UTC 2021
[     3.231] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.231] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.231] (II) VESA: driver for VESA chipsets: vesa
[     3.232] (II) Loading sub module "fb"
[     3.232] (II) LoadModule: "fb"
[     3.232] (II) Module "fb" already built-in
[     3.232] (II) Loading sub module "wfb"
[     3.232] (II) LoadModule: "wfb"
[     3.232] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.232] (II) Module wfb: vendor="X.Org Foundation"
[     3.232]    compiled for 1.21.1.3, module version = 1.0.0
[     3.232]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.232] (II) Loading sub module "ramdac"
[     3.232] (II) LoadModule: "ramdac"
[     3.232] (II) Module "ramdac" already built-in
[     3.234] (WW) Falling back to old probe method for modesetting
[     3.234] (II) modeset(G0): using drv /dev/dri/card1
[     3.234] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     3.234] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     3.234] (==) NVIDIA(0): RGB weight 888
[     3.234] (==) NVIDIA(0): Default visual is TrueColor
[     3.234] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.234] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     3.234] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     3.234] (**) NVIDIA(0): Enabling 2D acceleration
[     3.234] (II) Loading sub module "glxserver_nvidia"
[     3.234] (II) LoadModule: "glxserver_nvidia"
[     3.234] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     3.291] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     3.291]    compiled for 1.6.99.901, module version = 1.0.0
[     3.291]    Module class: X.Org Server Extension
[     3.291] (II) NVIDIA GLX Module  495.46  Wed Oct 27 16:26:03 UTC 2021
[     3.293] (II) NVIDIA: The X server supports PRIME Render Offload.
[     3.295] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     3.295] (--) NVIDIA(0):     CRT-0
[     3.295] (--) NVIDIA(0):     DFP-0
[     3.295] (--) NVIDIA(0):     DFP-1
[     3.295] (--) NVIDIA(0):     DFP-2 (boot)
[     3.295] (--) NVIDIA(0):     DFP-3
[     3.297] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 750 Ti (GM107-A) at PCI:1:0:0
[     3.297] (II) NVIDIA(0):     (GPU-0)
[     3.297] (--) NVIDIA(0): Memory: 2097152 kBytes
[     3.297] (--) NVIDIA(0): VideoBIOS: 82.07.55.00.05
[     3.297] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     3.302] (--) NVIDIA(GPU-0): CRT-0: disconnected
[     3.302] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[     3.302] (--) NVIDIA(GPU-0): 
[     3.306] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     3.306] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     3.306] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[     3.306] (--) NVIDIA(GPU-0): 
[     3.306] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     3.306] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     3.306] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     3.306] (--) NVIDIA(GPU-0): 
[     3.326] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[     3.326] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[     3.326] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[     3.326] (--) NVIDIA(GPU-0): 
[     3.326] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     3.326] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     3.326] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[     3.326] (--) NVIDIA(GPU-0): 
[     3.335] (==) NVIDIA(0): 
[     3.336] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     3.336] (==) NVIDIA(0):     will be used as the requested mode.
[     3.336] (==) NVIDIA(0): 
[     3.336] (II) NVIDIA(0): Validated MetaModes:
[     3.336] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
[     3.336] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     3.351] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[     3.351] (--) NVIDIA(0):     option
[     3.351] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     3.351] (==) modeset(G0): RGB weight 888
[     3.351] (==) modeset(G0): Default visual is TrueColor
[     3.351] (II) Loading sub module "glamoregl"
[     3.351] (II) LoadModule: "glamoregl"
[     3.351] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.368] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.368]    compiled for 1.21.1.3, module version = 1.0.1
[     3.368]    ABI class: X.Org ANSI C Emulation, version 0.4
[     3.677] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 530 (SKL GT2)
[     3.677] (II) modeset(G0): glamor initialized
[     3.681] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[     3.862] (II) modeset(G0): Output HDMI-1-4 has no monitor section
[     3.862] (II) modeset(G0): Output DP-1-1 has no monitor section
[     3.866] (II) modeset(G0): Output HDMI-1-5 has no monitor section
[     3.870] (II) modeset(G0): EDID for output HDMI-1-3
[     4.052] (II) modeset(G0): EDID for output HDMI-1-4
[     4.052] (II) modeset(G0): EDID for output DP-1-1
[     4.056] (II) modeset(G0): EDID for output HDMI-1-5
[     4.056] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     4.056] (==) modeset(G0): DPI set to (96, 96)
[     4.056] (II) Loading sub module "fb"
[     4.056] (II) LoadModule: "fb"
[     4.056] (II) Module "fb" already built-in
[     4.056] (II) UnloadModule: "vesa"
[     4.056] (II) Unloading vesa
[     4.056] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     4.056] (II) NVIDIA:     access.
[     4.059] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     4.059] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     4.059] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     4.059] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     4.059] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     4.059] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     4.059] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     4.059] (II) NVIDIA(0):     Config Options in the README.
[     4.078] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
[     4.109] (==) NVIDIA(0): Disabling shared memory pixmaps
[     4.109] (==) NVIDIA(0): Backing store enabled
[     4.109] (==) NVIDIA(0): Silken mouse enabled
[     4.109] (==) NVIDIA(0): DPMS enabled
[     4.109] (II) Loading sub module "dri2"
[     4.109] (II) LoadModule: "dri2"
[     4.109] (II) Module "dri2" already built-in
[     4.109] (II) NVIDIA(0): [DRI2] Setup complete
[     4.109] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     4.191] (==) modeset(G0): Backing store enabled
[     4.191] (==) modeset(G0): Silken mouse enabled
[     4.191] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     4.191] (==) modeset(G0): DPMS enabled
[     4.191] (II) modeset(G0): [DRI2] Setup complete
[     4.191] (II) modeset(G0): [DRI2]   DRI driver: iris
[     4.191] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[     4.191] (II) modeset(G0): Disable reverse prime offload mode for i915.
[     4.191] (II) Initializing extension Generic Event Extension
[     4.191] (II) Initializing extension SHAPE
[     4.191] (II) Initializing extension MIT-SHM
[     4.192] (II) Initializing extension XInputExtension
[     4.192] (II) Initializing extension XTEST
[     4.192] (II) Initializing extension BIG-REQUESTS
[     4.192] (II) Initializing extension SYNC
[     4.192] (II) Initializing extension XKEYBOARD
[     4.192] (II) Initializing extension XC-MISC
[     4.192] (II) Initializing extension SECURITY
[     4.192] (II) Initializing extension XFIXES
[     4.192] (II) Initializing extension RENDER
[     4.192] (II) Initializing extension RANDR
[     4.193] (II) Initializing extension COMPOSITE
[     4.193] (II) Initializing extension DAMAGE
[     4.193] (II) Initializing extension MIT-SCREEN-SAVER
[     4.193] (II) Initializing extension DOUBLE-BUFFER
[     4.193] (II) Initializing extension RECORD
[     4.193] (II) Initializing extension DPMS
[     4.193] (II) Initializing extension Present
[     4.193] (II) Initializing extension DRI3
[     4.193] (II) Initializing extension X-Resource
[     4.193] (II) Initializing extension XVideo
[     4.193] (II) Initializing extension XVideo-MotionCompensation
[     4.193] (II) Initializing extension GLX
[     4.193] (II) Initializing extension GLX
[     4.193] (II) Indirect GLX disabled.
[     4.193] (II) GLX: Another vendor is already registered for screen 0
[     4.194] (II) Initializing extension XFree86-VidModeExtension
[     4.194] (II) Initializing extension XFree86-DGA
[     4.194] (II) Initializing extension XFree86-DRI
[     4.194] (II) Initializing extension DRI2
[     4.194] (II) Initializing extension NV-GLX
[     4.194] (II) Initializing extension NV-CONTROL
[     4.194] (II) Initializing extension XINERAMA
[     4.194] (II) modeset(G0): Damage tracking initialized
[     4.275] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.275] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.275] (II) LoadModule: "libinput"
[     4.275] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.278] (II) Module libinput: vendor="X.Org Foundation"
[     4.278]    compiled for 1.21.1, module version = 1.2.0
[     4.278]    Module class: X.Org XInput Driver
[     4.278]    ABI class: X.Org XInput driver, version 24.4
[     4.278] (II) Using input driver 'libinput' for 'Power Button'
[     4.278] (**) Power Button: always reports core events
[     4.278] (**) Option "Device" "/dev/input/event2"
[     4.278] (**) Option "_source" "server/udev"
[     4.285] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.285] (II) event2  - Power Button: device is a keyboard
[     4.285] (II) event2  - Power Button: device removed
[     4.312] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     4.312] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.313] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.313] (II) event2  - Power Button: device is a keyboard
[     4.314] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     4.314] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.314] (II) Using input driver 'libinput' for 'Video Bus'
[     4.314] (**) Video Bus: always reports core events
[     4.314] (**) Option "Device" "/dev/input/event3"
[     4.314] (**) Option "_source" "server/udev"
[     4.315] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     4.315] (II) event3  - Video Bus: device is a keyboard
[     4.316] (II) event3  - Video Bus: device removed
[     4.372] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     4.372] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.373] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     4.373] (II) event3  - Video Bus: device is a keyboard
[     4.373] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.373] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.373] (II) Using input driver 'libinput' for 'Power Button'
[     4.373] (**) Power Button: always reports core events
[     4.373] (**) Option "Device" "/dev/input/event1"
[     4.373] (**) Option "_source" "server/udev"
[     4.374] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     4.374] (II) event1  - Power Button: device is a keyboard
[     4.374] (II) event1  - Power Button: device removed
[     4.406] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     4.406] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.407] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     4.407] (II) event1  - Power Button: device is a keyboard
[     4.408] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     4.408] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.408] (II) Using input driver 'libinput' for 'Sleep Button'
[     4.408] (**) Sleep Button: always reports core events
[     4.408] (**) Option "Device" "/dev/input/event0"
[     4.408] (**) Option "_source" "server/udev"
[     4.410] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     4.410] (II) event0  - Sleep Button: device is a keyboard
[     4.411] (II) event0  - Sleep Button: device removed
[     4.446] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     4.446] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     4.448] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     4.448] (II) event0  - Sleep Button: device is a keyboard
[     4.451] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[     4.451] (II) No input driver specified, ignoring this device.
[     4.451] (II) This device may have been added with another device file.
[     4.452] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[     4.452] (II) No input driver specified, ignoring this device.
[     4.452] (II) This device may have been added with another device file.
[     4.453] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[     4.453] (II) No input driver specified, ignoring this device.
[     4.453] (II) This device may have been added with another device file.
[     4.454] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[     4.454] (II) No input driver specified, ignoring this device.
[     4.454] (II) This device may have been added with another device file.
[     4.455] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event17)
[     4.455] (II) No input driver specified, ignoring this device.
[     4.455] (II) This device may have been added with another device file.
[     4.456] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event18)
[     4.456] (II) No input driver specified, ignoring this device.
[     4.456] (II) This device may have been added with another device file.
[     4.457] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event19)
[     4.457] (II) No input driver specified, ignoring this device.
[     4.457] (II) This device may have been added with another device file.
[     4.459] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  Mouse (/dev/input/event4)
[     4.459] (**) 2.4G Wireless Optical Mouse  Mouse: Applying InputClass "libinput pointer catchall"
[     4.460] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  Mouse'
[     4.460] (**) 2.4G Wireless Optical Mouse  Mouse: always reports core events
[     4.460] (**) Option "Device" "/dev/input/event4"
[     4.460] (**) Option "_source" "server/udev"
[     4.463] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: is tagged by udev as: Mouse
[     4.463] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: device is a pointer
[     4.464] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: device removed
[     4.539] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input4/event4"
[     4.539] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  Mouse" (type: MOUSE, id 10)
[     4.539] (**) Option "AccelerationScheme" "none"
[     4.539] (**) 2.4G Wireless Optical Mouse  Mouse: (accel) selected scheme none/0
[     4.539] (**) 2.4G Wireless Optical Mouse  Mouse: (accel) acceleration factor: 2.000
[     4.539] (**) 2.4G Wireless Optical Mouse  Mouse: (accel) acceleration threshold: 4
[     4.540] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: is tagged by udev as: Mouse
[     4.540] (II) event4  - 2.4G Wireless Optical Mouse  Mouse: device is a pointer
[     4.541] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  Mouse (/dev/input/mouse0)
[     4.541] (II) No input driver specified, ignoring this device.
[     4.541] (II) This device may have been added with another device file.
[     4.542] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  Consumer Control (/dev/input/event5)
[     4.542] (**) 2.4G Wireless Optical Mouse  Consumer Control: Applying InputClass "libinput keyboard catchall"
[     4.542] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  Consumer Control'
[     4.542] (**) 2.4G Wireless Optical Mouse  Consumer Control: always reports core events
[     4.542] (**) Option "Device" "/dev/input/event5"
[     4.542] (**) Option "_source" "server/udev"
[     4.543] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: is tagged by udev as: Keyboard
[     4.544] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: device is a keyboard
[     4.544] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: device removed
[     4.566] (II) libinput: 2.4G Wireless Optical Mouse  Consumer Control: needs a virtual subdevice
[     4.566] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input5/event5"
[     4.566] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  Consumer Control" (type: MOUSE, id 11)
[     4.566] (**) Option "AccelerationScheme" "none"
[     4.566] (**) 2.4G Wireless Optical Mouse  Consumer Control: (accel) selected scheme none/0
[     4.566] (**) 2.4G Wireless Optical Mouse  Consumer Control: (accel) acceleration factor: 2.000
[     4.566] (**) 2.4G Wireless Optical Mouse  Consumer Control: (accel) acceleration threshold: 4
[     4.569] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: is tagged by udev as: Keyboard
[     4.570] (II) event5  - 2.4G Wireless Optical Mouse  Consumer Control: device is a keyboard
[     4.572] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  System Control (/dev/input/event6)
[     4.572] (**) 2.4G Wireless Optical Mouse  System Control: Applying InputClass "libinput keyboard catchall"
[     4.572] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  System Control'
[     4.572] (**) 2.4G Wireless Optical Mouse  System Control: always reports core events
[     4.572] (**) Option "Device" "/dev/input/event6"
[     4.572] (**) Option "_source" "server/udev"
[     4.575] (II) event6  - 2.4G Wireless Optical Mouse  System Control: is tagged by udev as: Keyboard
[     4.576] (II) event6  - 2.4G Wireless Optical Mouse  System Control: device is a keyboard
[     4.576] (II) event6  - 2.4G Wireless Optical Mouse  System Control: device removed
[     4.605] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input6/event6"
[     4.606] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  System Control" (type: KEYBOARD, id 12)
[     4.609] (II) event6  - 2.4G Wireless Optical Mouse  System Control: is tagged by udev as: Keyboard
[     4.610] (II) event6  - 2.4G Wireless Optical Mouse  System Control: device is a keyboard
[     4.612] (II) config/udev: Adding input device 2.4G Wireless Optical Mouse  (/dev/input/event7)
[     4.612] (**) 2.4G Wireless Optical Mouse : Applying InputClass "libinput keyboard catchall"
[     4.612] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse '
[     4.612] (**) 2.4G Wireless Optical Mouse : always reports core events
[     4.612] (**) Option "Device" "/dev/input/event7"
[     4.612] (**) Option "_source" "server/udev"
[     4.616] (II) event7  - 2.4G Wireless Optical Mouse : is tagged by udev as: Keyboard
[     4.616] (II) event7  - 2.4G Wireless Optical Mouse : device is a keyboard
[     4.617] (II) event7  - 2.4G Wireless Optical Mouse : device removed
[     4.645] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1D57:130F.0002/input/input7/event7"
[     4.646] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse " (type: KEYBOARD, id 13)
[     4.649] (II) event7  - 2.4G Wireless Optical Mouse : is tagged by udev as: Keyboard
[     4.650] (II) event7  - 2.4G Wireless Optical Mouse : device is a keyboard
[     4.652] (II) config/udev: Adding input device SEM USB Keyboard (/dev/input/event8)
[     4.652] (**) SEM USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     4.652] (II) Using input driver 'libinput' for 'SEM USB Keyboard'
[     4.652] (**) SEM USB Keyboard: always reports core events
[     4.653] (**) Option "Device" "/dev/input/event8"
[     4.653] (**) Option "_source" "server/udev"
[     4.657] (II) event8  - SEM USB Keyboard: is tagged by udev as: Keyboard
[     4.657] (II) event8  - SEM USB Keyboard: device is a keyboard
[     4.658] (II) event8  - SEM USB Keyboard: device removed
[     4.686] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1A2C:2124.0003/input/input8/event8"
[     4.686] (II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD, id 14)
[     4.689] (II) event8  - SEM USB Keyboard: is tagged by udev as: Keyboard
[     4.690] (II) event8  - SEM USB Keyboard: device is a keyboard
[     4.692] (II) config/udev: Adding input device SEM USB Keyboard Consumer Control (/dev/input/event10)
[     4.692] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     4.692] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[     4.692] (**) SEM USB Keyboard Consumer Control: always reports core events
[     4.693] (**) Option "Device" "/dev/input/event10"
[     4.693] (**) Option "_source" "server/udev"
[     4.696] (II) event10 - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     4.696] (II) event10 - SEM USB Keyboard Consumer Control: device is a keyboard
[     4.697] (II) event10 - SEM USB Keyboard Consumer Control: device removed
[     4.726] (II) libinput: SEM USB Keyboard Consumer Control: needs a virtual subdevice
[     4.726] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1A2C:2124.0004/input/input10/event10"
[     4.726] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: MOUSE, id 15)
[     4.726] (**) Option "AccelerationScheme" "none"
[     4.726] (**) SEM USB Keyboard Consumer Control: (accel) selected scheme none/0
[     4.726] (**) SEM USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[     4.726] (**) SEM USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[     4.729] (II) event10 - SEM USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[     4.730] (II) event10 - SEM USB Keyboard Consumer Control: device is a keyboard
[     4.732] (II) config/udev: Adding input device SEM USB Keyboard System Control (/dev/input/event11)
[     4.732] (**) SEM USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[     4.732] (II) Using input driver 'libinput' for 'SEM USB Keyboard System Control'
[     4.732] (**) SEM USB Keyboard System Control: always reports core events
[     4.732] (**) Option "Device" "/dev/input/event11"
[     4.732] (**) Option "_source" "server/udev"
[     4.735] (II) event11 - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[     4.736] (II) event11 - SEM USB Keyboard System Control: device is a keyboard
[     4.736] (II) event11 - SEM USB Keyboard System Control: device removed
[     4.779] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1A2C:2124.0004/input/input11/event11"
[     4.779] (II) XINPUT: Adding extended input device "SEM USB Keyboard System Control" (type: KEYBOARD, id 16)
[     4.780] (II) event11 - SEM USB Keyboard System Control: is tagged by udev as: Keyboard
[     4.780] (II) event11 - SEM USB Keyboard System Control: device is a keyboard
[     4.781] (II) config/udev: Adding input device KYE SYSTEMS CORP. Wired Mouse (/dev/input/event12)
[     4.781] (**) KYE SYSTEMS CORP. Wired Mouse: Applying InputClass "libinput pointer catchall"
[     4.781] (II) Using input driver 'libinput' for 'KYE SYSTEMS CORP. Wired Mouse'
[     4.781] (**) KYE SYSTEMS CORP. Wired Mouse: always reports core events
[     4.781] (**) Option "Device" "/dev/input/event12"
[     4.781] (**) Option "_source" "server/udev"
[     4.837] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: is tagged by udev as: Mouse
[     4.838] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: device is a pointer
[     4.838] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: device removed
[     4.907] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:0458:0186.0005/input/input19/event12"
[     4.907] (II) XINPUT: Adding extended input device "KYE SYSTEMS CORP. Wired Mouse" (type: MOUSE, id 17)
[     4.907] (**) Option "AccelerationScheme" "none"
[     4.907] (**) KYE SYSTEMS CORP. Wired Mouse: (accel) selected scheme none/0
[     4.907] (**) KYE SYSTEMS CORP. Wired Mouse: (accel) acceleration factor: 2.000
[     4.907] (**) KYE SYSTEMS CORP. Wired Mouse: (accel) acceleration threshold: 4
[     4.964] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: is tagged by udev as: Mouse
[     4.964] (II) event12 - KYE SYSTEMS CORP. Wired Mouse: device is a pointer
[     4.965] (II) config/udev: Adding input device KYE SYSTEMS CORP. Wired Mouse (/dev/input/mouse1)
[     4.965] (II) No input driver specified, ignoring this device.
[     4.965] (II) This device may have been added with another device file.
[     4.966] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event20)
[     4.966] (II) No input driver specified, ignoring this device.
[     4.966] (II) This device may have been added with another device file.
[     4.967] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event21)
[     4.967] (II) No input driver specified, ignoring this device.
[     4.967] (II) This device may have been added with another device file.
[     4.967] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event22)
[     4.967] (II) No input driver specified, ignoring this device.
[     4.967] (II) This device may have been added with another device file.
[     4.968] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event23)
[     4.968] (II) No input driver specified, ignoring this device.
[     4.968] (II) This device may have been added with another device file.
[     4.969] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event24)
[     4.969] (II) No input driver specified, ignoring this device.
[     4.969] (II) This device may have been added with another device file.
[     4.970] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event25)
[     4.970] (II) No input driver specified, ignoring this device.
[     4.970] (II) This device may have been added with another device file.
[     4.970] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event26)
[     4.971] (II) No input driver specified, ignoring this device.
[     4.971] (II) This device may have been added with another device file.
[     4.971] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event27)
[     4.971] (II) No input driver specified, ignoring this device.
[     4.971] (II) This device may have been added with another device file.
[     4.972] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event28)
[     4.972] (II) No input driver specified, ignoring this device.
[     4.972] (II) This device may have been added with another device file.
[     4.973] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event29)
[     4.973] (II) No input driver specified, ignoring this device.
[     4.973] (II) This device may have been added with another device file.
[     4.974] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[     4.974] (II) No input driver specified, ignoring this device.
[     4.974] (II) This device may have been added with another device file.
[     4.989] (**) 2.4G Wireless Optical Mouse  Consumer Control: Applying InputClass "libinput keyboard catchall"
[     4.989] (II) Using input driver 'libinput' for '2.4G Wireless Optical Mouse  Consumer Control'
[     4.989] (**) 2.4G Wireless Optical Mouse  Consumer Control: always reports core events
[     4.989] (**) Option "Device" "/dev/input/event5"
[     4.989] (**) Option "_source" "_driver/libinput"
[     4.989] (II) libinput: 2.4G Wireless Optical Mouse  Consumer Control: is a virtual subdevice
[     4.989] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1D57:130F.0001/input/input5/event5"
[     4.989] (II) XINPUT: Adding extended input device "2.4G Wireless Optical Mouse  Consumer Control" (type: KEYBOARD, id 18)
[     4.990] (**) SEM USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[     4.990] (II) Using input driver 'libinput' for 'SEM USB Keyboard Consumer Control'
[     4.990] (**) SEM USB Keyboard Consumer Control: always reports core events
[     4.990] (**) Option "Device" "/dev/input/event10"
[     4.990] (**) Option "_source" "_driver/libinput"
[     4.990] (II) libinput: SEM USB Keyboard Consumer Control: is a virtual subdevice
[     4.990] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1A2C:2124.0004/input/input10/event10"
[     4.990] (II) XINPUT: Adding extended input device "SEM USB Keyboard Consumer Control" (type: KEYBOARD, id 19)
[    12.502] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    12.502] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    12.502] (--) NVIDIA(GPU-0): 
[    12.505] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    12.505] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    12.505] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    12.505] (--) NVIDIA(GPU-0): 
[    12.505] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    12.505] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    12.505] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    12.505] (--) NVIDIA(GPU-0): 
[    12.525] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[    12.525] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[    12.525] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[    12.525] (--) NVIDIA(GPU-0): 
[    12.525] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    12.525] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    12.525] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    12.525] (--) NVIDIA(GPU-0): 
[    12.529] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    12.529] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    12.529] (--) NVIDIA(GPU-0): 
[    12.532] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    12.532] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    12.532] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    12.532] (--) NVIDIA(GPU-0): 
[    12.532] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    12.532] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    12.532] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    12.532] (--) NVIDIA(GPU-0): 
[    12.552] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[    12.552] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[    12.552] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[    12.552] (--) NVIDIA(GPU-0): 
[    12.552] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    12.552] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    12.552] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    12.552] (--) NVIDIA(GPU-0): 
[    13.441] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    13.441] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    13.441] (--) NVIDIA(GPU-0): 
[    13.445] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.445] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.445] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    13.445] (--) NVIDIA(GPU-0): 
[    13.445] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.445] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.445] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.445] (--) NVIDIA(GPU-0): 
[    13.465] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[    13.465] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[    13.465] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[    13.465] (--) NVIDIA(GPU-0): 
[    13.465] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.465] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    13.465] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    13.465] (--) NVIDIA(GPU-0): 
[    13.469] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    13.469] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    13.469] (--) NVIDIA(GPU-0): 
[    13.473] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    13.473] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    13.473] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    13.473] (--) NVIDIA(GPU-0): 
[    13.473] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    13.473] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    13.473] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    13.473] (--) NVIDIA(GPU-0): 
[    13.493] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[    13.493] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[    13.493] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[    13.493] (--) NVIDIA(GPU-0): 
[    13.493] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    13.493] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    13.493] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[    13.493] (--) NVIDIA(GPU-0): 
[   120.752] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   120.752] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   120.752] (--) NVIDIA(GPU-0): 
[   120.756] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   120.756] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   120.756] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   120.756] (--) NVIDIA(GPU-0): 
[   120.756] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   120.756] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   120.756] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   120.756] (--) NVIDIA(GPU-0): 
[   120.777] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[   120.777] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[   120.777] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[   120.777] (--) NVIDIA(GPU-0): 
[   120.777] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.777] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.777] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   120.777] (--) NVIDIA(GPU-0): 
[   120.781] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   120.781] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   120.781] (--) NVIDIA(GPU-0): 
[   120.785] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   120.785] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   120.785] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   120.785] (--) NVIDIA(GPU-0): 
[   120.785] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   120.785] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   120.785] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   120.785] (--) NVIDIA(GPU-0): 
[   120.806] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[   120.806] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[   120.806] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[   120.806] (--) NVIDIA(GPU-0): 
[   120.806] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   120.806] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   120.806] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   120.806] (--) NVIDIA(GPU-0): 
[   135.317] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   135.317] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   135.317] (--) NVIDIA(GPU-0): 
[   135.321] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   135.321] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   135.321] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   135.321] (--) NVIDIA(GPU-0): 
[   135.321] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   135.321] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   135.321] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   135.321] (--) NVIDIA(GPU-0): 
[   135.343] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[   135.343] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[   135.343] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[   135.343] (--) NVIDIA(GPU-0): 
[   135.343] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   135.343] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   135.343] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   135.343] (--) NVIDIA(GPU-0): 
[   135.347] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   135.347] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   135.347] (--) NVIDIA(GPU-0): 
[   135.351] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   135.351] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   135.351] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   135.351] (--) NVIDIA(GPU-0): 
[   135.351] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   135.351] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   135.351] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   135.351] (--) NVIDIA(GPU-0): 
[   135.372] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[   135.372] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[   135.372] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[   135.372] (--) NVIDIA(GPU-0): 
[   135.372] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   135.372] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   135.372] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   135.372] (--) NVIDIA(GPU-0): 
[   135.569] (--) NVIDIA(GPU-0): CRT-0: disconnected
[   135.569] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[   135.569] (--) NVIDIA(GPU-0): 
[   135.572] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   135.572] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   135.572] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   135.572] (--) NVIDIA(GPU-0): 
[   135.572] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   135.572] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   135.573] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   135.573] (--) NVIDIA(GPU-0): 
[   135.594] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): connected
[   135.594] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): Internal TMDS
[   135.594] (--) NVIDIA(GPU-0): Samsung S22R35x (DFP-2): 340.0 MHz maximum pixel clock
[   135.594] (--) NVIDIA(GPU-0): 
[   135.594] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   135.594] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   135.594] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[   135.594] (--) NVIDIA(GPU-0): 

i think this line is the intresting part?

[     3.225] (II) LoadModule: "intel"
[     3.225] (WW) Warning, couldn't open module intel
[     3.225] (EE) Failed to load module "intel" (module does not exist, 0)
[     3.225] (II) LoadModule: "modesetting"

motherboard details from inxi :

~]$ inxi -M
Machine:
  Type: Desktop System: Gigabyte product: N/A v: N/A
    serial: <superuser required>
  Mobo: Gigabyte model: H110M-S2PH-CF v: x.x serial: <superuser required>
    UEFI: American Megatrends v: F2 date: 03/16/2016

Last edited by Master81 (2022-01-13 15:14:02)

Offline

#9 2022-01-13 15:14:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,789

Re: Switch between Intel and Nvidia graphics card [SOLVED]

What is your logical end goal here? What benefits do you hope to get by enabling this? Right now your display is plugged into the nvidia card, you can technically config a PRIME setup to offload work to the intel card but normally people want the reverse of that, for that to work properly you'd need display outputs in your mainboard, and plug your displays in there, which if the "Display controller" portion is an indication you don't actually have. I don't see many scenarios where doing a PRIME offload to an intel GPU is beneficial.

FWIW that xorg snippet is as it should and perfectly valid, for all intents and purposes you could now do PRIME render offload stuff, but given the concerns above we'd need to know more about your end goal.

Last edited by V1del (2022-01-13 15:16:54)

Offline

#10 2022-01-13 15:16:21

seth
Member
Registered: 2012-09-03
Posts: 51,684

Re: Switch between Intel and Nvidia graphics card [SOLVED]

i think this line is the intresting part?

No, that's fine.

There doesn't seem to be an output on the intel chip and w/o the nvidia chip being able to act as a sink for the intel source (ie. this being an optimus system) what you'll have to do is
a) juggle configs that select either the nvidia or intel chip as output (bit like what optimus-manager does, but you probably can't use that tool at all)
b) juggle the monitor plugs (so there's something for the intel chip to display output on)

Offline

#11 2022-01-13 19:02:39

Master81
Member
Registered: 2022-01-12
Posts: 8

Re: Switch between Intel and Nvidia graphics card [SOLVED]

Thank you @seth it finally worked. in command line i set the iGPU as the main renderer.

xrandr  --setprovideroffloadsink <prov-xid> <sink-xid>

then I went to my bios and change the display port to IGFX and then connected the hdmi port to motherboard built-in port now everything is working as expected. i can confirm by running

]$ glxinfo | grep -i "opengl renderer" 
OpenGL renderer string: Mesa Intel(R) HD Graphics 530 (SKL GT2)

and then with prime-run

]$ prime-run glxinfo |grep -i "opengl renderer"
OpenGL renderer string: NVIDIA GeForce GTX 750 Ti/PCIe/SSE2

I also switched to wayland and everything worked flawlessly

Offline

#12 2022-01-13 20:27:50

seth
Member
Registered: 2012-09-03
Posts: 51,684

Re: Switch between Intel and Nvidia graphics card [SOLVED]

cool

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB