You are not logged in.

#1 2020-07-06 19:07:57

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Disabling discrete GPU [SOLVED]

Hi,

I have dual GPU (Intel and Nvidia). Now, i want to completely disable Nvidia. I know there are couple of options, for example bbswitch, acpi_call, BIOS ... I  tried acpi_call but that didn't work because my card was not found.

Now i am wondering, if no driver is installed for Nvidia does that means it is turned OFF? If so, how come this is not listed as solution.

Thanks.

Last edited by Shark (2020-07-10 06:46:19)


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#2 2020-07-06 20:30:49

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

Re: Disabling discrete GPU [SOLVED]

if no driver is installed for Nvidia does that means it is turned OFF?

No.

What's the output of "lspci"?

Offline

#3 2020-07-06 20:39:18

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: Disabling discrete GPU [SOLVED]

Hey, thanks for a fast reply.Now i have installed nvidia proprietary drivers because i read it uses intel by default and i wasn't sure if nvidia GPU is disabled if no drivers are installed.

LSPCI:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC Controller/eSPI Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
03:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3165 Plus Bluetooth (rev 99)

If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#4 2020-07-06 21:41:56

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

Re: Disabling discrete GPU [SOLVED]

It's only a 3D controller, it's not deactivated in BIOS but bbswitch should work - see https://wiki.archlinux.org/index.php/Bu … management

Offline

#5 2020-07-08 20:46:22

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: Disabling discrete GPU [SOLVED]

Hi.

I tried that and it works but only if i uninstall nvidia or nouveau drivers. As per instructions, i blacklisted both drivers but if nouveau installed bbswitch is not working (regardless that it is disabled).


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#6 2020-07-08 20:59:06

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

Re: Disabling discrete GPU [SOLVED]

This sounds as if the GPU is used (probably by X11 ?) when you're trying to bbswitch it off?
What exactly did you try and when?
Did you install bumblebee?
Is the nvidia or nvidia-drm module maybe loaded by the initramfs?


In doubt post your xorg log, system journal and output of lsmod

Offline

#7 2020-07-08 21:12:07

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: Disabling discrete GPU [SOLVED]

Well, that is strange. I reinstalled nvidia and now works after boot. But, if i run nvidia-settings card is reenabled (though nvidia settings is not shown). Bumblebee is not installed.

My settings:
/etc/modprobe.d/blacklist.conf

install nvidia /bin/true
install nvidia_mks /bin/true
install nouveau /bin/true

/etc/modules-load.d/bbswitch.conf

bbswitch

/etc/modprobe.d/

options bbswitch load_state=0 unload_state=1

lsmod:

Module                  Size  Used by
ccm                    20480  3
snd_hda_codec_hdmi     73728  1
snd_hda_codec_generic    98304  1
ledtrig_audio          16384  1 snd_hda_codec_generic
intel_rapl_msr         20480  0
intel_rapl_common      32768  1 intel_rapl_msr
snd_soc_skl           180224  0
snd_soc_sst_ipc        20480  1 snd_soc_skl
snd_soc_sst_dsp        40960  1 snd_soc_skl
snd_hda_ext_core       36864  1 snd_soc_skl
snd_soc_acpi_intel_match    45056  1 snd_soc_skl
x86_pkg_temp_thermal    20480  0
intel_powerclamp       20480  0
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_soc_skl
kvm_intel             327680  0
i915                 2617344  26
snd_soc_core          299008  1 snd_soc_skl
iwlmvm                462848  0
snd_compress           32768  1 snd_soc_core
kvm                   835584  1 kvm_intel
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_hda_intel          53248  2
snd_intel_dspcfg       28672  2 snd_hda_intel,snd_soc_skl
mac80211             1040384  1 iwlmvm
snd_hda_codec         167936  3 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel
irqbypass              16384  1 kvm
snd_hda_core          106496  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_skl
snd_hwdep              16384  1 snd_hda_codec
crct10dif_pclmul       16384  1
iTCO_wdt               16384  0
msr                    16384  0
crc32_pclmul           16384  0
coretemp               20480  0
ghash_clmulni_intel    16384  0
uvcvideo              114688  0
i2c_algo_bit           16384  1 i915
aesni_intel           368640  2
libarc4                16384  1 mac80211
iTCO_vendor_support    16384  1 iTCO_wdt
snd_pcm               147456  8 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_compress,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
drm_kms_helper        253952  1 i915
btusb                  65536  0
videobuf2_vmalloc      20480  1 uvcvideo
crypto_simd            16384  1 aesni_intel
cryptd                 24576  2 crypto_simd,ghash_clmulni_intel
videobuf2_memops       20480  1 videobuf2_vmalloc
glue_helper            16384  1 aesni_intel
btrtl                  24576  1 btusb
videobuf2_v4l2         28672  1 uvcvideo
intel_cstate           16384  0
iwlwifi               393216  1 iwlmvm
intel_wmi_thunderbolt    20480  0
videobuf2_common       57344  2 videobuf2_v4l2,uvcvideo
mei_hdcp               24576  0
btbcm                  20480  1 btusb
wmi_bmof               16384  0
intel_uncore          159744  0
snd_timer              45056  1 snd_pcm
cec                    69632  2 drm_kms_helper,i915
btintel                32768  1 btusb
r8169                  98304  0
intel_rapl_perf        16384  0
joydev                 28672  0
snd                   114688  13 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm
bluetooth             712704  5 btrtl,btintel,btbcm,btusb
input_leds             16384  0
cfg80211              897024  3 iwlmvm,iwlwifi,mac80211
realtek                24576  1
ipmi_devintf           20480  0
videodev              274432  3 videobuf2_v4l2,uvcvideo,videobuf2_common
rc_core                61440  1 cec
i2c_i801               36864  0
soundcore              16384  1 snd
mousedev               24576  0
ipmi_msghandler        73728  1 ipmi_devintf
mc                     61440  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
libphy                147456  2 r8169,realtek
tpm_crb                20480  0
intel_gtt              24576  1 i915
mei_me                 49152  1
ecdh_generic           16384  1 bluetooth
syscopyarea            16384  1 drm_kms_helper
ideapad_laptop         24576  0
sysfillrect            16384  1 drm_kms_helper
ecc                    36864  1 ecdh_generic
intel_lpss_pci         20480  0
sysimgblt              16384  1 drm_kms_helper
sparse_keymap          16384  1 ideapad_laptop
intel_xhci_usb_role_switch    16384  0
mei                   126976  3 mei_hdcp,mei_me
intel_lpss             16384  1 intel_lpss_pci
fb_sys_fops            16384  1 drm_kms_helper
rfkill                 28672  7 bluetooth,ideapad_laptop,cfg80211
i2c_hid                32768  0
intel_pch_thermal      16384  0
idma64                 20480  0
tpm_tis                16384  0
mac_hid                16384  0
evdev                  28672  13
roles                  16384  1 intel_xhci_usb_role_switch
elan_i2c               53248  0
tpm_tis_core           32768  1 tpm_tis
wmi                    36864  3 intel_wmi_thunderbolt,wmi_bmof,ideapad_laptop
battery                20480  0
tpm                    77824  3 tpm_tis,tpm_crb,tpm_tis_core
rng_core               16384  1 tpm
ac                     16384  0
crypto_user            16384  0
drm                   581632  10 drm_kms_helper,i915
bbswitch               20480  0
agpgart                53248  2 intel_gtt,drm
ip_tables              36864  0
x_tables               53248  1 ip_tables
ext4                  798720  1
crc32c_generic         16384  0
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  139264  1 ext4
hid_logitech_hidpp     45056  0
hid_logitech_dj        28672  0
hid_generic            16384  0
usbhid                 65536  1 hid_logitech_dj
hid                   143360  5 i2c_hid,usbhid,hid_generic,hid_logitech_dj,hid_logitech_hidpp
serio_raw              20480  0
atkbd                  36864  0
libps2                 20480  1 atkbd
sr_mod                 28672  0
xhci_pci               20480  0
crc32c_intel           24576  2
cdrom                  77824  1 sr_mod
xhci_hcd              286720  1 xhci_pci
i8042                  32768  1 ideapad_laptop
serio                  28672  4 serio_raw,atkbd,i8042

XORG log

[     6.196] (--) Log file renamed from "/var/log/Xorg.pid-413.log" to "/var/log/Xorg.0.log"
[     6.198] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[     6.198] Build Operating System: Linux Arch Linux
[     6.198] Current Operating System: Linux5.7.7-arch1-1 #1 SMP PREEMPT Wed, 01 Jul 2020 14:53:16 +0000 x86_64
[     6.198] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8896b002-5e3a-4fe9-9062-a26d9182f91f rw loglevel=3 quiet i915.enable_guc=2
[     6.198] Build Date: 05 May 2020  05:08:17AM
[     6.198]  
[     6.198] Current version of pixman: 0.40.0
[     6.198]    Before reporting problems, check [url]http://wiki.x.org[/url]
        to make sure that you have the latest version.
[     6.198] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.198] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul  8 23:01:56 2020
[     6.201] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.201] (==) No Layout section.  Using the first Screen section.
[     6.201] (==) No screen section available. Using defaults.
[     6.201] (**) |-->Screen "Default Screen Section" (0)
[     6.201] (**) |   |-->Monitor "<default monitor>"
[     6.202] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     6.202] (==) Automatically adding devices
[     6.202] (==) Automatically enabling devices
[     6.202] (==) Automatically adding GPU devices
[     6.202] (==) Automatically binding GPU devices
[     6.202] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.202] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     6.202]    Entry deleted from font path.
[     6.203] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     6.203]    Entry deleted from font path.
[     6.203]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     6.203] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     6.203]    Entry deleted from font path.
[     6.203] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     6.203]    Entry deleted from font path.
[     6.203] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     6.203]    Entry deleted from font path.
[     6.203] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     6.203]    Entry deleted from font path.
[     6.203] (==) FontPath set to:

[     6.203] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.203] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.203] (II) Module ABI versions:
[     6.203]    X.Org ANSI C Emulation: 0.4
[     6.203]    X.Org Video Driver: 24.1
[     6.203]    X.Org XInput driver : 24.1
[     6.203]    X.Org Server Extension : 10.0
[     6.204] (++) using VT number 1

[     6.204] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     6.204] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.221] (--) PCI:*(0@0:2:0) 8086:5917:17aa:39b0 rev 7, Mem @ 0x92000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     6.221] (--) PCI: (1@0:0:0) 10de:1d10:17aa:39b0 rev 161, Mem @ 0x93000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128
[     6.221] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.221] (II) LoadModule: "glx"
[     6.221] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.232] (II) Module glx: vendor="X.Org Foundation"
[     6.232]    compiled for 1.20.8, module version = 1.0.0
[     6.232]    ABI class: X.Org Server Extension, version 10.0
[     6.232] (==) Matched intel as autoconfigured driver 0
[     6.232] (==) Matched modesetting as autoconfigured driver 1
[     6.232] (==) Matched fbdev as autoconfigured driver 2
[     6.232] (==) Matched vesa as autoconfigured driver 3
[     6.232] (==) Assigned the driver to the xf86ConfigLayout
[     6.232] (II) LoadModule: "intel"
[     6.233] (WW) Warning, couldn't open module intel
[     6.233] (EE) Failed to load module "intel" (module does not exist, 0)
[     6.233] (II) LoadModule: "modesetting"
[     6.233] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.236] (II) Module modesetting: vendor="X.Org Foundation"
[     6.236]    compiled for 1.20.8, module version = 1.20.8
[     6.236]    Module class: X.Org Video Driver
[     6.236]    ABI class: X.Org Video Driver, version 24.1
[     6.236] (II) LoadModule: "fbdev"
[     6.236] (WW) Warning, couldn't open module fbdev
[     6.236] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.236] (II) LoadModule: "vesa"
[     6.236] (WW) Warning, couldn't open module vesa
[     6.236] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.236] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.252] (II) modeset(0): using drv /dev/dri/card0
[     6.252] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     6.252] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.252] (==) modeset(0): RGB weight 888
[     6.252] (==) modeset(0): Default visual is TrueColor
[     6.252] (II) Loading sub module "glamoregl"
[     6.252] (II) LoadModule: "glamoregl"
[     6.252] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.265] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.265]    compiled for 1.20.8, module version = 1.0.1
[     6.265]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.666] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[     6.666] (II) modeset(0): glamor initialized
[     6.667] (II) modeset(0): Output eDP-1 has no monitor section
[     6.671] (II) modeset(0): Output HDMI-1 has no monitor section
[     6.672] (II) modeset(0): EDID for output eDP-1
[     6.672] (II) modeset(0): Manufacturer: LGD  Model: 56d  Serial#: 0
[     6.672] (II) modeset(0): Year: 2016  Week: 0
[     6.672] (II) modeset(0): EDID Version: 1.4
[     6.672] (II) modeset(0): Digital Display Input
[     6.672] (II) modeset(0): 6 bits per channel
[     6.672] (II) modeset(0): Digital interface is DisplayPort
[     6.672] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[     6.672] (II) modeset(0): Gamma: 2.20
[     6.672] (II) modeset(0): No DPMS capabilities specified
[     6.672] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.672] (II) modeset(0): First detailed timing is preferred mode
[     6.672] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.672] (II) modeset(0): redX: 0.637 redY: 0.348   greenX: 0.334 greenY: 0.628
[     6.672] (II) modeset(0): blueX: 0.154 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[     6.672] (II) modeset(0): Manufacturer's mask: 0
[     6.672] (II) modeset(0): Supported detailed timing:
[     6.672] (II) modeset(0): clock: 138.7 MHz   Image Size:  382 x 215 mm
[     6.672] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     6.672] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     6.672] (II) modeset(0):  LG Display
[     6.672] (II) modeset(0):  LP173WF4-SPF5
[     6.672] (II) modeset(0): EDID (in hex):
[     6.672] (II) modeset(0):   00ffffffffffff0030e46d0500000000
[     6.672] (II) modeset(0):   001a0104952615780a0bb5a35955a027
[     6.672] (II) modeset(0):   0c505400000001010101010101010101
[     6.672] (II) modeset(0):   0101010101012e3680a070381f403020
[     6.672] (II) modeset(0):   35007ed71000001a0000000000000000
[     6.672] (II) modeset(0):   00000000000000000000000000fe004c
[     6.672] (II) modeset(0):   4720446973706c61790a2020000000fe
[     6.672] (II) modeset(0):   004c503137335746342d5350463500c6
[     6.672] (II) modeset(0): Printing probed modes for output eDP-1
[     6.673] (II) modeset(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     6.673] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     6.673] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     6.673] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     6.673] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     6.673] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     6.673] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     6.673] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.673] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     6.673] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     6.673] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     6.673] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.673] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     6.673] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.673] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     6.673] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     6.673] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     6.673] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     6.673] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     6.673] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.673] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.673] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.673] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.673] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.673] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     6.673] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     6.673] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     6.673] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     6.673] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     6.673] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     6.673] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     6.673] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     6.673] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     6.673] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     6.673] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.673] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.673] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.673] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     6.673] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     6.673] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     6.673] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     6.673] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.673] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.673] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.673] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.673] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     6.673] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     6.673] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.673] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.673] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     6.673] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     6.673] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     6.673] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     6.673] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     6.673] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     6.673] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     6.673] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     6.673] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     6.673] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     6.673] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.673] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     6.673] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     6.673] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     6.673] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     6.673] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.673] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.673] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     6.673] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     6.673] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.673] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     6.673] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     6.673] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     6.673] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     6.677] (II) modeset(0): EDID for output HDMI-1
[     6.677] (II) modeset(0): Output eDP-1 connected
[     6.677] (II) modeset(0): Output HDMI-1 disconnected
[     6.677] (II) modeset(0): Using exact sizes for initial modes
[     6.677] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[     6.677] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.677] (==) modeset(0): DPI set to (96, 96)
[     6.677] (II) Loading sub module "fb"
[     6.677] (II) LoadModule: "fb"
[     6.677] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.678] (II) Module fb: vendor="X.Org Foundation"
[     6.678]    compiled for 1.20.8, module version = 1.0.0
[     6.678]    ABI class: X.Org ANSI C Emulation, version 0.4
[     6.699] (==) modeset(0): Backing store enabled
[     6.700] (==) modeset(0): Silken mouse disabled
[     6.769] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     6.769] (==) modeset(0): DPMS enabled
[     6.769] (II) modeset(0): [DRI2] Setup complete
[     6.769] (II) modeset(0): [DRI2]   DRI driver: iris
[     6.769] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     6.769] (II) Initializing extension Generic Event Extension
[     6.770] (II) Initializing extension SHAPE
[     6.770] (II) Initializing extension MIT-SHM
[     6.770] (II) Initializing extension XInputExtension
[     6.770] (II) Initializing extension XTEST
[     6.771] (II) Initializing extension BIG-REQUESTS
[     6.771] (II) Initializing extension SYNC
[     6.771] (II) Initializing extension XKEYBOARD
[     6.772] (II) Initializing extension XC-MISC
[     6.772] (II) Initializing extension SECURITY
[     6.772] (II) Initializing extension XFIXES
[     6.773] (II) Initializing extension RENDER
[     6.773] (II) Initializing extension RANDR
[     6.773] (II) Initializing extension COMPOSITE
[     6.774] (II) Initializing extension DAMAGE
[     6.774] (II) Initializing extension MIT-SCREEN-SAVER
[     6.774] (II) Initializing extension DOUBLE-BUFFER
[     6.774] (II) Initializing extension RECORD
[     6.775] (II) Initializing extension DPMS
[     6.775] (II) Initializing extension Present
[     6.775] (II) Initializing extension DRI3
[     6.776] (II) Initializing extension X-Resource
[     6.776] (II) Initializing extension XVideo
[     6.776] (II) Initializing extension XVideo-MotionCompensation
[     6.776] (II) Initializing extension GLX
[     6.799] (II) AIGLX: Loaded and initialized iris
[     6.799] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.799] (II) Initializing extension XFree86-VidModeExtension
[     6.799] (II) Initializing extension XFree86-DGA
[     6.799] (II) Initializing extension XFree86-DRI
[     6.799] (II) Initializing extension DRI2
[     6.808] (II) modeset(0): Damage tracking initialized
[     6.808] (II) modeset(0): Setting screen physical size to 508 x 285
[     6.874] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[     6.874] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.874] (II) LoadModule: "libinput"
[     6.874] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.879] (II) Module libinput: vendor="X.Org Foundation"
[     6.879]    compiled for 1.20.8, module version = 0.30.0
[     6.879]    Module class: X.Org XInput Driver
[     6.879]    ABI class: X.Org XInput driver, version 24.1
[     6.879] (II) Using input driver 'libinput' for 'Video Bus'
[     6.879] (**) Video Bus: always reports core events
[     6.879] (**) Option "Device" "/dev/input/event7"
[     6.879] (**) Option "_source" "server/udev"
[     6.884] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     6.884] (II) event7  - Video Bus: device is a keyboard
[     6.884] (II) event7  - Video Bus: device removed
[     6.945] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event7"
[     6.945] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[     6.948] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[     6.948] (II) event7  - Video Bus: device is a keyboard
[     6.950] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[     6.950] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     6.950] (II) Using input driver 'libinput' for 'Video Bus'
[     6.950] (**) Video Bus: always reports core events
[     6.950] (**) Option "Device" "/dev/input/event8"
[     6.950] (**) Option "_source" "server/udev"
[     6.953] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     6.953] (II) event8  - Video Bus: device is a keyboard
[     6.953] (II) event8  - Video Bus: device removed
[     7.012] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/LNXVIDEO:01/input/input17/event8"
[     7.012] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.015] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[     7.015] (II) event8  - Video Bus: device is a keyboard
[     7.017] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     7.017] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     7.017] (II) Using input driver 'libinput' for 'Power Button'
[     7.017] (**) Power Button: always reports core events
[     7.017] (**) Option "Device" "/dev/input/event1"
[     7.017] (**) Option "_source" "server/udev"
[     7.019] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.019] (II) event1  - Power Button: device is a keyboard
[     7.020] (II) event1  - Power Button: device removed
[     7.039] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     7.039] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     7.042] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     7.042] (II) event1  - Power Button: device is a keyboard
[     7.043] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     7.043] (II) No input driver specified, ignoring this device.
[     7.043] (II) This device may have been added with another device file.
[     7.046] (II) config/udev: Adding input device Logitech M280/320/275 (/dev/input/event3)
[     7.046] (**) Logitech M280/320/275: Applying InputClass "libinput pointer catchall"
[     7.046] (**) Logitech M280/320/275: Applying InputClass "libinput keyboard catchall"
[     7.046] (II) Using input driver 'libinput' for 'Logitech M280/320/275'
[     7.046] (**) Logitech M280/320/275: always reports core events
[     7.046] (**) Option "Device" "/dev/input/event3"
[     7.046] (**) Option "_source" "server/udev"
[     7.050] (II) event3  - Logitech M280/320/275: is tagged by udev as: Keyboard Mouse
[     7.050] (II) event3  - Logitech M280/320/275: device is a pointer
[     7.050] (II) event3  - Logitech M280/320/275: device is a keyboard
[     7.050] (II) event3  - Logitech M280/320/275: device removed
[     7.079] (II) libinput: Logitech M280/320/275: needs a virtual subdevice
[     7.079] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52F.0002/0003:046D:4057.0003/input/input12/event3"
[     7.079] (II) XINPUT: Adding extended input device "Logitech M280/320/275" (type: MOUSE, id 9)
[     7.079] (**) Option "AccelerationScheme" "none"
[     7.079] (**) Logitech M280/320/275: (accel) selected scheme none/0
[     7.079] (**) Logitech M280/320/275: (accel) acceleration factor: 2.000
[     7.079] (**) Logitech M280/320/275: (accel) acceleration threshold: 4
[     7.083] (II) event3  - Logitech M280/320/275: is tagged by udev as: Keyboard Mouse
[     7.084] (II) event3  - Logitech M280/320/275: device is a pointer
[     7.084] (II) event3  - Logitech M280/320/275: device is a keyboard
[     7.086] (II) config/udev: Adding input device Logitech M280/320/275 (/dev/input/mouse0)
[     7.086] (II) No input driver specified, ignoring this device.
[     7.086] (II) This device may have been added with another device file.
[     7.087] (II) config/udev: Adding input device EasyCamera: EasyCamera (/dev/input/event6)
[     7.087] (**) EasyCamera: EasyCamera: Applying InputClass "libinput keyboard catchall"
[     7.087] (II) Using input driver 'libinput' for 'EasyCamera: EasyCamera'
[     7.087] (**) EasyCamera: EasyCamera: always reports core events
[     7.087] (**) Option "Device" "/dev/input/event6"
[     7.087] (**) Option "_source" "server/udev"
[     7.090] (II) event6  - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     7.091] (II) event6  - EasyCamera: EasyCamera: device is a keyboard
[     7.091] (II) event6  - EasyCamera: EasyCamera: device removed
[     7.145] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input15/event6"
[     7.145] (II) XINPUT: Adding extended input device "EasyCamera: EasyCamera" (type: KEYBOARD, id 10)
[     7.149] (II) event6  - EasyCamera: EasyCamera: is tagged by udev as: Keyboard
[     7.149] (II) event6  - EasyCamera: EasyCamera: device is a keyboard
[     7.151] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event5)
[     7.151] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.151] (II) Using input driver 'libinput' for 'Elan Touchpad'
[     7.151] (**) Elan Touchpad: always reports core events
[     7.151] (**) Option "Device" "/dev/input/event5"
[     7.151] (**) Option "_source" "server/udev"
[     7.154] (II) event5  - Elan Touchpad: is tagged by udev as: Touchpad
[     7.157] (II) event5  - Elan Touchpad: device is a touchpad
[     7.157] (II) event5  - Elan Touchpad: device removed
[     7.199] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN0611:00/input/input14/event5"
[     7.199] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 11)
[     7.202] (**) Option "AccelerationScheme" "none"
[     7.202] (**) Elan Touchpad: (accel) selected scheme none/0
[     7.202] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[     7.202] (**) Elan Touchpad: (accel) acceleration threshold: 4
[     7.205] (II) event5  - Elan Touchpad: is tagged by udev as: Touchpad
[     7.208] (II) event5  - Elan Touchpad: device is a touchpad
[     7.210] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse1)
[     7.210] (II) No input driver specified, ignoring this device.
[     7.210] (II) This device may have been added with another device file.
[     7.211] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event4)
[     7.211] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[     7.211] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[     7.211] (**) Ideapad extra buttons: always reports core events
[     7.211] (**) Option "Device" "/dev/input/event4"
[     7.211] (**) Option "_source" "server/udev"
[     7.214] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     7.214] (II) event4  - Ideapad extra buttons: device is a keyboard
[     7.214] (II) event4  - Ideapad extra buttons: device removed
[     7.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input13/event4"
[     7.292] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[     7.295] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[     7.295] (II) event4  - Ideapad extra buttons: device is a keyboard
[     7.296] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     7.296] (II) No input driver specified, ignoring this device.
[     7.296] (II) This device may have been added with another device file.
[     7.297] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     7.297] (II) No input driver specified, ignoring this device.
[     7.297] (II) This device may have been added with another device file.
[     7.298] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     7.298] (II) No input driver specified, ignoring this device.
[     7.298] (II) This device may have been added with another device file.
[     7.299] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     7.299] (II) No input driver specified, ignoring this device.
[     7.299] (II) This device may have been added with another device file.
[     7.300] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[     7.300] (II) No input driver specified, ignoring this device.
[     7.300] (II) This device may have been added with another device file.
[     7.301] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[     7.301] (II) No input driver specified, ignoring this device.
[     7.301] (II) This device may have been added with another device file.
[     7.302] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[     7.302] (II) No input driver specified, ignoring this device.
[     7.302] (II) This device may have been added with another device file.
[     7.303] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[     7.303] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     7.303] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     7.303] (**) AT Translated Set 2 keyboard: always reports core events
[     7.303] (**) Option "Device" "/dev/input/event2"
[     7.303] (**) Option "_source" "server/udev"
[     7.305] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.306] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[     7.307] (II) event2  - AT Translated Set 2 keyboard: device removed
[     7.332] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[     7.332] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     7.335] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     7.335] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[     7.352] (**) Logitech M280/320/275: Applying InputClass "libinput pointer catchall"
[     7.352] (**) Logitech M280/320/275: Applying InputClass "libinput keyboard catchall"
[     7.352] (II) Using input driver 'libinput' for 'Logitech M280/320/275'
[     7.352] (**) Logitech M280/320/275: always reports core events
[     7.352] (**) Option "Device" "/dev/input/event3"
[     7.352] (**) Option "_source" "_driver/libinput"
[     7.352] (II) libinput: Logitech M280/320/275: is a virtual subdevice
[     7.352] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C52F.0002/0003:046D:4057.0003/input/input12/event3"
[     7.352] (II) XINPUT: Adding extended input device "Logitech M280/320/275" (type: KEYBOARD, id 14)
[     7.403] (EE) Failed to open authorization file "/var/run/sddm/{a988df6e-d664-4d24-84e1-d49def73e244}": No such file or directory
[     7.404] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[     7.404] (II) No input driver specified, ignoring this device.
[     7.404] (II) This device may have been added with another device file.
[     7.405] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     7.405] (II) No input driver specified, ignoring this device.
[     7.405] (II) This device may have been added with another device file.
[     7.405] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[     7.405] (II) No input driver specified, ignoring this device.
[     7.405] (II) This device may have been added with another device file.
[     7.406] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     7.406] (II) No input driver specified, ignoring this device.
[     7.406] (II) This device may have been added with another device file.
[     7.407] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     7.407] (II) No input driver specified, ignoring this device.
[     7.407] (II) This device may have been added with another device file.
[     7.407] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[     7.407] (II) No input driver specified, ignoring this device.
[     7.407] (II) This device may have been added with another device file.
[     7.408] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     7.408] (II) No input driver specified, ignoring this device.
[     7.408] (II) This device may have been added with another device file.
[    14.058] (II) modeset(0): EDID vendor "LGD", prod id 1389
[    14.058] (II) modeset(0): Printing DDC gathered Modelines:
[    14.058] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    14.613] (II) modeset(0): EDID vendor "LGD", prod id 1389
[    14.613] (II) modeset(0): Printing DDC gathered Modelines:
[    14.613] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)

If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#8 2020-07-08 21:57:51

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

Re: Disabling discrete GPU [SOLVED]

I'm not surprised that nvidia-settings would power up the GPU (and fail, since the driver cannot be and is not loaded) - why do you try to run it itfp?

Offline

#9 2020-07-10 06:45:40

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: Disabling discrete GPU [SOLVED]

Well, that is Just me, being curios what works and what not, not that I would need nvidia-settings.

OK, so that is normal though module are disable. Thank you for your help.


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

Board footer

Powered by FluxBB