Error unable to load info from any available system nvidia settings

После обновления, где-то в начале февраля, перестал работать драйвер nvidia. В nvidia-settings вообще пустота!!!
  • Печать

Страницы: [1]   Вниз

Тема: Не загружается драйвер nvidia  (Прочитано 1807 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн
Xmakc

После обновления, где-то в начале февраля, перестал работать драйвер nvidia. В nvidia-settings вообще пустота!!!

maks@maks-omen-by-HP-laptop:~$ uname -a
Linux maks-omen-by-HP-laptop 5.4.0-66-generic #74-Ubuntu SMP Wed Jan 27 22:54:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Еще немного инфы:

maks@maks-omen-by-HP-laptop:~$ lspci | grep -E -e "VGA" -e "3D"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
maks@maks-omen-by-HP-laptop:~$ glxinfo | grep vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
OpenGL vendor string: Intel
maks@maks-omen-by-HP-laptop:~$ lsmod | grep nvidia
maks@maks-omen-by-HP-laptop:~$ lsmod | grep nouveau
maks@maks-omen-by-HP-laptop:~$ sudo apt-get install nvidia-driver-460 nvidia-settings
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Уже установлен пакет nvidia-settings самой новой версии (460.39-0ubuntu0.20.04.1).
Уже установлен пакет nvidia-driver-460 самой новой версии (460.56-0ubuntu0.20.04.1).
Удалял драйвер purge, заново ставил. Драйвер не работает.

maks@maks-omen-by-HP-laptop:~$ sudo lshw -c video | grep driver
[sudo] password for maks:
       configuration: driver=i915 latency=0
Добавил blacklist i915, ни чего не поменялось. :idiot2:
SecureBoot выключен.

maks@maks-omen-by-HP-laptop:~$ sudo mokutil --sb-state
SecureBoot disabled
Platform is in Setup Mode

maks@maks-omen-by-HP-laptop:~$ nvidia-settings

ERROR: NVIDIA driver is not loaded

ERROR: Unable to load info from any available system
** Message: 22:15:01.856: PRIME: No offloading required. Abort
** Message: 22:15:01.856: PRIME: is it supported? no

« Последнее редактирование: 09 Марта 2021, 22:17:07 от Xmakc »


Оффлайн
Xmakc

Оказалось драйвер nvidia можно и ручками выбрать sudo prime-select nvidia или on-demand.
Но после ручного выбора имею черный экран. Alt+F2 работает. Правил xorg.conf по вики, загрузился, но экран весь кривой.
Вылечил вот так:
https://forums.developer.nvidia.com/t/black-screen-after-install-of-nvidia-driver-ubuntu/109312

    Please follow this:

        delete /etc/X11/xorg.conf
        make sure nvidia-prime is installed (sudo apt install --reinstall nvidia-prime)
        switch to nvidia (sudo prime-select nvidia)
        remove stray blacklist files (sudo rm /lib/modprobe.d/blacklist-nvidia.conf /etc/modprobe.d/blacklist-nvidia.conf)
        update the initrd (sudo update-initramfs -u)
        reboot

maks@maks-omen-by-HP-laptop:~$ sudo lshw -c video | grep driver
[sudo] password for maks:
       configuration: driver=nvidia latency=0
       configuration: driver=i915 latency=0


Оффлайн
snowin

Xmakc, да, с 460 у меня тоже были проблемы, после очередного обновления
поставил 450


Оффлайн
Xmakc

Xmakc, да, с 460 у меня тоже были проблемы, после очередного обновления
поставил 450

Вот тоже подумываю откатить. Перестал работать выход из ждущего режима, нормально только при выборе интел. Нет профилей аудио.
PS Откатил до 450 версии — спокойствие вернулось :2funny:!!! И видеовыход работает, появились аудиопрофили, да и ждущий режим работает!!!

« Последнее редактирование: 10 Апреля 2021, 07:55:53 от Xmakc »


  • Печать

Страницы: [1]   Вверх

I am trying to plug an external monitor to my laptop with a HDMI cable in order to have a dual screen.

When I do so, nothing happens, the external screen is not recognized at all. I think that’s because the driver of my laptop’s video card is not properly installed/enabled.

To install the drivers, all I did was

sudo add-apt-repository ppa:graphics-drivers/ppa

and then used ‘additional drivers’ GUI to setup nvidia-driver-430 on my system.

I rebooted my machine and nothing changed, the external monitor is still not recognized…

When I try to launch nvidia-settings, I get this error :

ERROR: Unable to load info from any available system


(nvidia-settings:3585): GLib-GObject-CRITICAL **: 17:36:06.267: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 17:36:06.271: PRIME: No offloading required. Abort
** Message: 17:36:06.271: PRIME: is it supported? no

Here’s the output of nvidia-smi :

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.40       Driver Version: 430.40       CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1650    Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   39C    P8     1W /  N/A |      0MiB /  3911MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

I am running Xubuntu 19.04 with 5.0.0-20-generic kernel and I’ve disabled ‘Secure boot’ in the BIOS.

lsmod | grep -i nvidia :

nvidia_uvm            847872  0
nvidia_drm             45056  0
nvidia_modeset       1114112  1 nvidia_drm
nvidia              19025920  12 nvidia_uvm,nvidia_modeset
drm_kms_helper        180224  2 amdgpu,nvidia_drm
drm                   475136  9 gpu_sched,drm_kms_helper,amdgpu,nvidia_drm,ttm
ipmi_msghandler       102400  2 ipmi_devintf,nvidia

lspci | grep -i --color 'vga|3d|2d' :

01:00.0 VGA compatible controller: NVIDIA Corporation Device 1f91 (rev a1)
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c2)

sudo lspci -v -s 01:00.0 :

01:00.0 VGA compatible controller: NVIDIA Corporation Device 1f91 (rev a1) (prog-if 00 [VGA controller])
    Subsystem: ASUSTeK Computer Inc. Device 109f
    Flags: bus master, fast devsel, latency 0, IRQ 68
    Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at f000 [size=128]
    [virtual] Expansion ROM at f7000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [250] Latency Tolerance Reporting
    Capabilities: [258] L1 PM Substates
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [420] Advanced Error Reporting
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Capabilities: [900] #19
    Capabilities: [bb0] #15
    Kernel driver in use: nvidia
    Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

This is really annoying…
Anyone could help me out on this ?
Thanks in advance

Доброго времени суток! Недавно перешёл на Debian Linux после довольно долгого опыта с Linux Mint и мне безумно понравился этот дистрибутив. Всё работает отлично, но есть одна проблема: ни одна версия проприетарного драйвера Nvidia не хочет нормально работать, а некоторые и вовсе не встают и, следовательно, я не могу задействовать видеокарту нормально. Если верить сведениям от nvidia-detect, то моя видеокарта поддерживает последний видеодрайвер (440.100.2) (пакет nvidia-driver). В общем, устанавливаю я его — вроде бы всё хорошо, перезагружаюсь — не работает Nvidia X Server! Ну, думаю, ладно, может прокатит от sudo запустить его… Захожу в терминал, запускаю оттуда и мне он пишет следующее:

Открыть содержимое (спойлер)

ERROR: Unable to load info from any available system

[свернуть]

Собственно, я не могу войти в так называемую «панель управления», чтобы настроить параметры драйвера..
Пытаюсь это всё сделать на ноутбуке с гибридной графикой, по параметрам вот что:

Открыть содержимое (спойлер)

Ноутбук: Asus X555LJ
ОС: Debian Linux 10.4 Testing
Ядро: Linux 5.7
Окружение: KDE Plasma 5
Встроенное видеоядро: Intel HD Graphics 5500
Дискретная графика: Nvidia GeForce 920M

[свернуть]

И что бы я не делал — не получается решить проблему. Даже ставил Legacy-драйвер версии 390 — там уже Nvidia X Server открывался, но на что-то жаловался и в панели было доступно только два пункта. Подключал PPA-репозитории от Ubuntu (ppa:graphics-drivers) — оттуда пакеты качаются, но при установке пишет, что всё завершилось ошибкой и в итоге пакеты nvidia-driver-xxxx и nvidia-dkms-xxxx не устанавливаются. В общем, это я могу списать на то, что пакеты для Ubuntu не могут встать на Debian, т.к. дистрибутивы разные, хотя я могу быть неправ. Даже скачивал с официального сайта Nvidia пакет .run и пытался из-под него установить — оттуда вообще ставиться не хочет.
Вот, что пишет при попытке установить из run-пакета:

Открыть содержимое (спойлер)

ERROR: Failed to run ‘/usr/sbin/dkms build -m nvidia -v 430.40 -k
                5.7.0-1-amd64′:
                Kernel preparation unnecessary for this kernel. Skipping…

                Building module:
                cleaning build area…
                ‘make’ -j4 NV_EXCLUDE_BUILD_MODULES=’ ‘
                KERNEL_UNAME=5.7.0-1-amd64 IGNORE_CC_MISMATCH=’ ‘
                modules……(bad exit status: 2)
                Error! Bad return status for module build on kernel:
                Consult /var/lib/dkms/nvidia/430.40/build/make.log for more
                information.

[свернуть]

Вот такая беда… Уже несколько дней пытаюсь найти решение проблемы — никак не найду и никак не решу проблему. Например, в Linux Mint, на котором я сидел ранее, всё работало нормально — драйвер вставал, Nvidia X Server работал, правда, был тиринг, но я его решил быстро. А вот с Debian мне что-то не повезло…
Можно ли как-то решить эту проблему? Бог с ним, с этим run-пакетом, с репозиториев можно как-то нормально их поставить? Или нужно копать куда-то в другую сторону? Мне не хочется переходить на Mint обратно, мне Debian очень понравился и на нём отлично всё работает, за исключением проприетарного драйвера. Заранее спасибо!

Do not create a config at all.

I didn’t created xorg.conf. When I used optimus-manager, it asked me to remove xorg.conf when using hybrid or nvidia mode (https://github.com/Askannz/optimus-manager) and when I disabled optimus-manager xorg won’t work without xorg.conf. I haven’t modified xorg.conf at all.
UPDATE: New log

[    18.605] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    18.605] Build Operating System: Linux Arch Linux
[    18.605] Current Operating System: Linux ghoul 5.6.15-arch1-1 #1 SMP PREEMPT Wed, 27 May 2020 23:42:26 +0000 x86_64
[    18.605] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bbe5a7a6-2499-4202-a729-557d5d596938 rw loglevel=3 quiet
[    18.605] Build Date: 05 May 2020  05:08:17AM
[    18.605]  
[    18.605] Current version of pixman: 0.40.0
[    18.605] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.605] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.605] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 12 13:13:02 2020
[    18.659] (==) Using config file: "/etc/X11/xorg.conf"
[    18.659] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.745] (==) ServerLayout "layout"
[    18.745] (**) |-->Screen "Screen0" (0)
[    18.745] (**) |   |-->Monitor "Monitor0"
[    18.764] (**) |   |-->Device "Card0"
[    18.764] (**) |   |-->GPUDevice "Card1"
[    18.764] (==) Automatically adding devices
[    18.764] (==) Automatically enabling devices
[    18.764] (==) Automatically adding GPU devices
[    18.764] (==) Automatically binding GPU devices
[    18.764] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.855] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    18.856] 	Entry deleted from font path.
[    18.856] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    18.888] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    18.888] 	Entry deleted from font path.
[    18.888] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.888] 	Entry deleted from font path.
[    18.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    18.894] 	Entry deleted from font path.
[    18.894] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    18.894] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    18.894] 	Entry deleted from font path.
[    18.894] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.894] 	Entry deleted from font path.
[    18.894] (**) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    18.894] (**) ModulePath set to "/usr/lib/xorg/modules"
[    18.894] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.894] (II) Module ABI versions:
[    18.894] 	X.Org ANSI C Emulation: 0.4
[    18.894] 	X.Org Video Driver: 24.1
[    18.894] 	X.Org XInput driver : 24.1
[    18.894] 	X.Org Server Extension : 10.0
[    18.894] (++) using VT number 7

[    18.895] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    18.895] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.920] (--) PCI:*(0@0:2:0) 8086:5916:17aa:39f1 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    18.920] (--) PCI: (3@0:0:0) 10de:1299:17aa:39f1 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    18.920] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.920] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    18.920] (II) LoadModule: "glx"
[    18.933] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    19.307] (II) Module glx: vendor="X.Org Foundation"
[    19.307] 	compiled for 1.20.8, module version = 1.0.0
[    19.307] 	ABI class: X.Org Server Extension, version 10.0
[    19.307] (II) LoadModule: "modesetting"
[    19.308] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    19.368] (II) Module modesetting: vendor="X.Org Foundation"
[    19.368] 	compiled for 1.20.8, module version = 1.20.8
[    19.368] 	Module class: X.Org Video Driver
[    19.368] 	ABI class: X.Org Video Driver, version 24.1
[    19.368] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    19.397] (II) modeset(0): using drv /dev/dri/card0
[    19.397] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    19.397] (==) modeset(0): RGB weight 888
[    19.397] (==) modeset(0): Default visual is TrueColor
[    19.397] (II) Loading sub module "glamoregl"
[    19.397] (II) LoadModule: "glamoregl"
[    19.397] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    19.486] (II) Module glamoregl: vendor="X.Org Foundation"
[    19.486] 	compiled for 1.20.8, module version = 1.0.1
[    19.486] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.550] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[    22.550] (II) modeset(0): glamor initialized
[    22.551] (II) modeset(0): Output eDP-1 using monitor section Monitor0
[    22.555] (II) modeset(0): Output HDMI-1 has no monitor section
[    22.555] (II) modeset(0): Output DP-1 has no monitor section
[    22.559] (II) modeset(0): Output HDMI-2 has no monitor section
[    22.570] (II) modeset(0): EDID for output eDP-1
[    22.570] (II) modeset(0): Manufacturer: CMN  Model: 15d9  Serial#: 0
[    22.570] (II) modeset(0): Year: 2015  Week: 38
[    22.570] (II) modeset(0): EDID Version: 1.4
[    22.570] (II) modeset(0): Digital Display Input
[    22.570] (II) modeset(0): 6 bits per channel
[    22.570] (II) modeset(0): Digital interface is DisplayPort
[    22.570] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    22.570] (II) modeset(0): Gamma: 2.20
[    22.570] (II) modeset(0): No DPMS capabilities specified
[    22.570] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    22.570] (II) modeset(0): First detailed timing is preferred mode
[    22.570] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    22.570] (II) modeset(0): redX: 0.554 redY: 0.322   greenX: 0.327 greenY: 0.582
[    22.570] (II) modeset(0): blueX: 0.163 blueY: 0.134   whiteX: 0.313 whiteY: 0.329
[    22.570] (II) modeset(0): Manufacturer's mask: 0
[    22.570] (II) modeset(0): Supported detailed timing:
[    22.570] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[    22.571] (II) modeset(0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[    22.571] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[    22.571] (II) modeset(0):  N156HGA-EBB
[    22.571] (II) modeset(0):  CMN
[    22.571] (II) modeset(0):  N156HGA-EBB
[    22.571] (II) modeset(0): EDID (in hex):
[    22.571] (II) modeset(0): 	00ffffffffffff000daed91500000000
[    22.571] (II) modeset(0): 	261901049522137802ecd58d52539529
[    22.571] (II) modeset(0): 	22505400000001010101010101010101
[    22.571] (II) modeset(0): 	010101010101b43b804a713834402c1c
[    22.571] (II) modeset(0): 	240058c110000018000000fe004e3135
[    22.571] (II) modeset(0): 	364847412d4542420a20000000fe0043
[    22.571] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    22.571] (II) modeset(0): 	004e3135364847412d4542420a200015
[    22.571] (II) modeset(0): Printing probed modes for output eDP-1
[    22.571] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 -hsync -vsync (67.9 kHz eP)
[    22.571] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    22.571] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    22.571] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    22.571] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    22.571] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    22.572] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    22.572] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    22.572] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    22.572] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    22.572] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    22.572] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    22.572] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    22.572] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    22.572] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    22.572] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    22.572] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    22.572] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    22.572] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    22.572] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    22.572] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    22.572] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    22.572] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    22.572] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    22.572] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    22.572] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    22.572] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    22.572] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    22.572] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    22.572] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    22.572] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    22.572] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    22.572] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    22.572] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    22.572] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    22.572] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    22.572] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    22.572] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    22.572] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    22.572] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    22.572] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    22.572] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    22.572] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.573] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.573] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    22.573] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    22.573] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    22.573] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    22.573] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    22.573] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    22.573] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    22.573] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    22.573] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    22.573] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    22.573] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    22.573] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    22.573] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    22.573] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    22.573] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    22.573] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    22.573] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    22.573] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    22.573] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    22.573] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    22.573] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    22.573] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    22.573] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    22.573] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    22.573] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    22.573] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    22.573] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    22.573] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    22.573] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    22.577] (II) modeset(0): EDID for output HDMI-1
[    22.577] (II) modeset(0): EDID for output DP-1
[    22.580] (II) modeset(0): EDID for output HDMI-2
[    22.580] (II) modeset(0): Output eDP-1 connected
[    22.580] (II) modeset(0): Output HDMI-1 disconnected
[    22.580] (II) modeset(0): Output DP-1 disconnected
[    22.580] (II) modeset(0): Output HDMI-2 disconnected
[    22.580] (II) modeset(0): Using exact sizes for initial modes
[    22.580] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    22.580] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.580] (==) modeset(0): DPI set to (96, 96)
[    22.580] (II) Loading sub module "fb"
[    22.580] (II) LoadModule: "fb"
[    22.581] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.592] (II) Module fb: vendor="X.Org Foundation"
[    22.592] 	compiled for 1.20.8, module version = 1.0.0
[    22.592] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.805] (==) modeset(0): Backing store enabled
[    22.805] (==) modeset(0): Silken mouse disabled
[    22.882] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    22.882] (==) modeset(0): DPMS enabled
[    22.883] (II) modeset(0): [DRI2] Setup complete
[    22.883] (II) modeset(0): [DRI2]   DRI driver: iris
[    22.883] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    22.883] (II) Initializing extension Generic Event Extension
[    22.883] (II) Initializing extension SHAPE
[    22.883] (II) Initializing extension MIT-SHM
[    22.884] (II) Initializing extension XInputExtension
[    22.884] (II) Initializing extension XTEST
[    22.885] (II) Initializing extension BIG-REQUESTS
[    22.885] (II) Initializing extension SYNC
[    22.885] (II) Initializing extension XKEYBOARD
[    22.886] (II) Initializing extension XC-MISC
[    22.886] (II) Initializing extension SECURITY
[    22.886] (II) Initializing extension XFIXES
[    22.887] (II) Initializing extension RENDER
[    22.887] (II) Initializing extension RANDR
[    22.888] (II) Initializing extension COMPOSITE
[    22.888] (II) Initializing extension DAMAGE
[    22.888] (II) Initializing extension MIT-SCREEN-SAVER
[    22.889] (II) Initializing extension DOUBLE-BUFFER
[    22.889] (II) Initializing extension RECORD
[    22.889] (II) Initializing extension DPMS
[    22.890] (II) Initializing extension Present
[    22.890] (II) Initializing extension DRI3
[    22.890] (II) Initializing extension X-Resource
[    22.891] (II) Initializing extension XVideo
[    22.891] (II) Initializing extension XVideo-MotionCompensation
[    22.891] (II) Initializing extension GLX
[    22.917] (II) AIGLX: Loaded and initialized iris
[    22.917] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.917] (II) Initializing extension XFree86-VidModeExtension
[    22.917] (II) Initializing extension XFree86-DGA
[    22.917] (II) Initializing extension XFree86-DRI
[    22.917] (II) Initializing extension DRI2
[    22.957] (II) modeset(0): Damage tracking initialized
[    22.957] (II) modeset(0): Setting screen physical size to 508 x 285
[    23.394] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    23.394] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.394] (II) LoadModule: "libinput"
[    23.401] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    23.424] (II) Module libinput: vendor="X.Org Foundation"
[    23.424] 	compiled for 1.20.8, module version = 0.30.0
[    23.424] 	Module class: X.Org XInput Driver
[    23.424] 	ABI class: X.Org XInput driver, version 24.1
[    23.424] (II) Using input driver 'libinput' for 'Power Button'
[    23.424] (**) Power Button: always reports core events
[    23.424] (**) Option "Device" "/dev/input/event2"
[    23.424] (**) Option "_source" "server/udev"
[    23.452] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    23.452] (II) event2  - Power Button: device is a keyboard
[    23.452] (II) event2  - Power Button: device removed
[    23.475] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    23.475] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.478] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    23.478] (II) event2  - Power Button: device is a keyboard
[    23.479] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    23.479] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    23.480] (II) Using input driver 'libinput' for 'Video Bus'
[    23.480] (**) Video Bus: always reports core events
[    23.480] (**) Option "Device" "/dev/input/event6"
[    23.480] (**) Option "_source" "server/udev"
[    23.482] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    23.482] (II) event6  - Video Bus: device is a keyboard
[    23.482] (II) event6  - Video Bus: device removed
[    23.542] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[    23.542] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    23.545] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    23.545] (II) event6  - Video Bus: device is a keyboard
[    23.547] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    23.547] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    23.547] (II) Using input driver 'libinput' for 'Video Bus'
[    23.547] (**) Video Bus: always reports core events
[    23.547] (**) Option "Device" "/dev/input/event7"
[    23.547] (**) Option "_source" "server/udev"
[    23.550] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    23.550] (II) event7  - Video Bus: device is a keyboard
[    23.550] (II) event7  - Video Bus: device removed
[    23.609] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/LNXVIDEO:01/input/input9/event7"
[    23.609] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    23.612] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    23.612] (II) event7  - Video Bus: device is a keyboard
[    23.614] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    23.614] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.614] (II) Using input driver 'libinput' for 'Power Button'
[    23.614] (**) Power Button: always reports core events
[    23.614] (**) Option "Device" "/dev/input/event1"
[    23.614] (**) Option "_source" "server/udev"
[    23.616] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    23.616] (II) event1  - Power Button: device is a keyboard
[    23.616] (II) event1  - Power Button: device removed
[    23.635] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    23.636] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    23.638] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    23.638] (II) event1  - Power Button: device is a keyboard
[    23.640] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    23.640] (II) No input driver specified, ignoring this device.
[    23.640] (II) This device may have been added with another device file.
[    23.642] (II) config/udev: Adding input device EasyCamera:  EasyCamera (/dev/input/event16)
[    23.642] (**) EasyCamera:  EasyCamera: Applying InputClass "libinput keyboard catchall"
[    23.642] (II) Using input driver 'libinput' for 'EasyCamera:  EasyCamera'
[    23.642] (**) EasyCamera:  EasyCamera: always reports core events
[    23.642] (**) Option "Device" "/dev/input/event16"
[    23.642] (**) Option "_source" "server/udev"
[    23.645] (II) event16 - EasyCamera:  EasyCamera: is tagged by udev as: Keyboard
[    23.645] (II) event16 - EasyCamera:  EasyCamera: device is a keyboard
[    23.646] (II) event16 - EasyCamera:  EasyCamera: device removed
[    23.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input17/event16"
[    23.702] (II) XINPUT: Adding extended input device "EasyCamera:  EasyCamera" (type: KEYBOARD, id 10)
[    23.706] (II) event16 - EasyCamera:  EasyCamera: is tagged by udev as: Keyboard
[    23.706] (II) event16 - EasyCamera:  EasyCamera: device is a keyboard
[    23.707] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event4)
[    23.707] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    23.707] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    23.707] (**) Ideapad extra buttons: always reports core events
[    23.707] (**) Option "Device" "/dev/input/event4"
[    23.708] (**) Option "_source" "server/udev"
[    23.710] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    23.710] (II) event4  - Ideapad extra buttons: device is a keyboard
[    23.710] (II) event4  - Ideapad extra buttons: device removed
[    23.755] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5/event4"
[    23.755] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 11)
[    23.758] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    23.758] (II) event4  - Ideapad extra buttons: device is a keyboard
[    23.760] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[    23.760] (II) No input driver specified, ignoring this device.
[    23.760] (II) This device may have been added with another device file.
[    23.761] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[    23.761] (II) No input driver specified, ignoring this device.
[    23.761] (II) This device may have been added with another device file.
[    23.761] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    23.762] (II) No input driver specified, ignoring this device.
[    23.762] (II) This device may have been added with another device file.
[    23.762] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    23.762] (II) No input driver specified, ignoring this device.
[    23.762] (II) This device may have been added with another device file.
[    23.763] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    23.763] (II) No input driver specified, ignoring this device.
[    23.763] (II) This device may have been added with another device file.
[    23.764] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    23.764] (II) No input driver specified, ignoring this device.
[    23.764] (II) This device may have been added with another device file.
[    23.765] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    23.765] (II) No input driver specified, ignoring this device.
[    23.765] (II) This device may have been added with another device file.
[    23.766] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    23.766] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    23.766] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    23.766] (**) AT Translated Set 2 keyboard: always reports core events
[    23.766] (**) Option "Device" "/dev/input/event3"
[    23.766] (**) Option "_source" "server/udev"
[    23.769] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    23.769] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    23.771] (II) event3  - AT Translated Set 2 keyboard: device removed
[    23.795] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    23.796] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    23.799] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    23.799] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    23.801] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    23.801] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    23.801] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    23.802] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    23.802] (**) Option "Device" "/dev/input/event8"
[    23.802] (**) Option "_source" "server/udev"
[    23.804] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    23.807] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    23.807] (II) event8  - SynPS/2 Synaptics TouchPad: device removed
[    23.876] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event8"
[    23.876] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    23.877] (**) Option "AccelerationScheme" "none"
[    23.877] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    23.877] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    23.877] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    23.880] (II) event8  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    23.882] (II) event8  - SynPS/2 Synaptics TouchPad: device is a touchpad
[    23.884] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    23.884] (II) No input driver specified, ignoring this device.
[    23.884] (II) This device may have been added with another device file.
[    23.885] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    23.885] (II) No input driver specified, ignoring this device.
[    23.885] (II) This device may have been added with another device file.
[    50.868] (II) modeset(0): EDID vendor "CMN", prod id 5593
[    50.868] (II) modeset(0): Printing DDC gathered Modelines:
[    50.868] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 -hsync -vsync (67.9 kHz eP)
[    57.435] (II) modeset(0): EDID vendor "CMN", prod id 5593
[    57.435] (II) modeset(0): Printing DDC gathered Modelines:
[    57.435] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 -hsync -vsync (67.9 kHz eP)

EDIT: Ok, I got it where was I wrong. That xorg config wasn’t supposed to be there at first place so I deleted it. And my xorg is still working. This is new log file of xorg after deleting xorg config:

[    32.571] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    32.571] Build Operating System: Linux Arch Linux
[    32.571] Current Operating System: Linux ghoul 5.6.15-arch1-1 #1 SMP PREEMPT Wed, 27 May 2020 23:42:26 +0000 x86_64
[    32.571] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=bbe5a7a6-2499-4202-a729-557d5d596938 rw loglevel=3 quiet
[    32.571] Build Date: 05 May 2020  05:08:17AM
[    32.571]  
[    32.571] Current version of pixman: 0.40.0
[    32.571] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    32.571] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    32.571] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 12 17:41:57 2020
[    32.761] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    32.792] (==) ServerLayout "layout"
[    32.792] (==) No screen section available. Using defaults.
[    32.792] (**) |-->Screen "Default Screen Section" (0)
[    32.792] (**) |   |-->Monitor "<default monitor>"
[    32.793] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    32.794] (==) Automatically adding devices
[    32.794] (==) Automatically enabling devices
[    32.794] (==) Automatically adding GPU devices
[    32.794] (==) Automatically binding GPU devices
[    32.794] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    32.892] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    32.892] 	Entry deleted from font path.
[    32.892] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    32.931] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    32.931] 	Entry deleted from font path.
[    32.931] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    32.931] 	Entry deleted from font path.
[    32.978] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    32.979] (==) ModulePath set to "/usr/lib/xorg/modules"
[    32.979] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    32.979] (II) Module ABI versions:
[    32.979] 	X.Org ANSI C Emulation: 0.4
[    32.979] 	X.Org Video Driver: 24.1
[    32.979] 	X.Org XInput driver : 24.1
[    32.979] 	X.Org Server Extension : 10.0
[    32.980] (++) using VT number 7

[    32.981] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    32.982] (II) xfree86: Adding drm device (/dev/dri/card0)
[    32.995] (--) PCI:*(0@0:2:0) 8086:5916:17aa:39f1 rev 2, Mem @ 0xa2000000/16777216, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    32.995] (--) PCI: (3@0:0:0) 10de:1299:17aa:39f1 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    32.995] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    32.995] (II) LoadModule: "glx"
[    32.999] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    33.339] (II) Module glx: vendor="X.Org Foundation"
[    33.339] 	compiled for 1.20.8, module version = 1.0.0
[    33.339] 	ABI class: X.Org Server Extension, version 10.0
[    33.339] (==) Matched intel as autoconfigured driver 0
[    33.339] (==) Matched modesetting as autoconfigured driver 1
[    33.339] (==) Matched fbdev as autoconfigured driver 2
[    33.339] (==) Matched vesa as autoconfigured driver 3
[    33.339] (==) Assigned the driver to the xf86ConfigLayout
[    33.339] (II) LoadModule: "intel"
[    33.342] (WW) Warning, couldn't open module intel
[    33.342] (EE) Failed to load module "intel" (module does not exist, 0)
[    33.342] (II) LoadModule: "modesetting"
[    33.342] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    33.435] (II) Module modesetting: vendor="X.Org Foundation"
[    33.435] 	compiled for 1.20.8, module version = 1.20.8
[    33.435] 	Module class: X.Org Video Driver
[    33.435] 	ABI class: X.Org Video Driver, version 24.1
[    33.435] (II) LoadModule: "fbdev"
[    33.435] (WW) Warning, couldn't open module fbdev
[    33.435] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    33.435] (II) LoadModule: "vesa"
[    33.436] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    33.443] (II) Module vesa: vendor="X.Org Foundation"
[    33.443] 	compiled for 1.20.8, module version = 2.4.0
[    33.443] 	Module class: X.Org Video Driver
[    33.443] 	ABI class: X.Org Video Driver, version 24.1
[    33.443] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    33.443] (II) VESA: driver for VESA chipsets: vesa
[    33.473] (II) modeset(0): using drv /dev/dri/card0
[    33.473] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    33.473] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    33.473] (==) modeset(0): RGB weight 888
[    33.473] (==) modeset(0): Default visual is TrueColor
[    33.473] (II) Loading sub module "glamoregl"
[    33.473] (II) LoadModule: "glamoregl"
[    33.473] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    33.626] (II) Module glamoregl: vendor="X.Org Foundation"
[    33.626] 	compiled for 1.20.8, module version = 1.0.1
[    33.626] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.187] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[    37.187] (II) modeset(0): glamor initialized
[    37.188] (II) modeset(0): Output eDP-1 has no monitor section
[    37.192] (II) modeset(0): Output HDMI-1 has no monitor section
[    37.192] (II) modeset(0): Output DP-1 has no monitor section
[    37.196] (II) modeset(0): Output HDMI-2 has no monitor section
[    37.208] (II) modeset(0): EDID for output eDP-1
[    37.208] (II) modeset(0): Manufacturer: CMN  Model: 15d9  Serial#: 0
[    37.208] (II) modeset(0): Year: 2015  Week: 38
[    37.208] (II) modeset(0): EDID Version: 1.4
[    37.208] (II) modeset(0): Digital Display Input
[    37.208] (II) modeset(0): 6 bits per channel
[    37.208] (II) modeset(0): Digital interface is DisplayPort
[    37.208] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    37.208] (II) modeset(0): Gamma: 2.20
[    37.208] (II) modeset(0): No DPMS capabilities specified
[    37.208] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    37.208] (II) modeset(0): First detailed timing is preferred mode
[    37.208] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    37.208] (II) modeset(0): redX: 0.554 redY: 0.322   greenX: 0.327 greenY: 0.582
[    37.208] (II) modeset(0): blueX: 0.163 blueY: 0.134   whiteX: 0.313 whiteY: 0.329
[    37.208] (II) modeset(0): Manufacturer's mask: 0
[    37.208] (II) modeset(0): Supported detailed timing:
[    37.208] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[    37.208] (II) modeset(0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[    37.208] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[    37.208] (II) modeset(0):  N156HGA-EBB
[    37.208] (II) modeset(0):  CMN
[    37.208] (II) modeset(0):  N156HGA-EBB
[    37.208] (II) modeset(0): EDID (in hex):
[    37.208] (II) modeset(0): 	00ffffffffffff000daed91500000000
[    37.208] (II) modeset(0): 	261901049522137802ecd58d52539529
[    37.208] (II) modeset(0): 	22505400000001010101010101010101
[    37.208] (II) modeset(0): 	010101010101b43b804a713834402c1c
[    37.208] (II) modeset(0): 	240058c110000018000000fe004e3135
[    37.208] (II) modeset(0): 	364847412d4542420a20000000fe0043
[    37.208] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    37.208] (II) modeset(0): 	004e3135364847412d4542420a200015
[    37.209] (II) modeset(0): Printing probed modes for output eDP-1
[    37.209] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 -hsync -vsync (67.9 kHz eP)
[    37.209] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    37.209] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    37.209] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    37.209] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    37.209] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    37.209] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    37.209] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    37.209] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    37.209] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    37.209] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    37.209] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    37.209] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    37.209] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    37.209] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    37.209] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    37.209] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    37.209] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    37.209] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    37.209] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    37.209] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    37.209] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    37.209] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    37.210] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    37.210] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    37.210] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    37.210] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    37.210] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    37.210] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    37.210] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    37.210] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    37.210] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    37.210] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    37.210] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    37.210] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    37.210] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    37.210] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    37.210] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    37.210] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    37.210] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    37.210] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    37.210] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    37.210] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    37.210] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    37.210] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    37.210] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    37.210] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    37.210] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    37.210] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    37.210] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    37.210] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    37.210] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    37.210] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    37.210] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    37.210] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    37.210] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    37.210] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    37.210] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    37.210] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    37.210] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    37.210] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    37.210] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    37.210] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    37.210] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    37.210] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    37.210] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    37.210] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    37.210] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    37.210] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    37.210] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    37.211] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    37.211] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    37.211] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    37.214] (II) modeset(0): EDID for output HDMI-1
[    37.214] (II) modeset(0): EDID for output DP-1
[    37.218] (II) modeset(0): EDID for output HDMI-2
[    37.218] (II) modeset(0): Output eDP-1 connected
[    37.218] (II) modeset(0): Output HDMI-1 disconnected
[    37.218] (II) modeset(0): Output DP-1 disconnected
[    37.218] (II) modeset(0): Output HDMI-2 disconnected
[    37.218] (II) modeset(0): Using exact sizes for initial modes
[    37.218] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    37.218] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    37.218] (==) modeset(0): DPI set to (96, 96)
[    37.218] (II) Loading sub module "fb"
[    37.218] (II) LoadModule: "fb"
[    37.218] (II) Loading /usr/lib/xorg/modules/libfb.so
[    37.229] (II) Module fb: vendor="X.Org Foundation"
[    37.229] 	compiled for 1.20.8, module version = 1.0.0
[    37.229] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.229] (II) UnloadModule: "vesa"
[    37.229] (II) Unloading vesa
[    37.563] (==) modeset(0): Backing store enabled
[    37.563] (==) modeset(0): Silken mouse disabled
[    37.641] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    37.641] (==) modeset(0): DPMS enabled
[    37.641] (II) modeset(0): [DRI2] Setup complete
[    37.641] (II) modeset(0): [DRI2]   DRI driver: iris
[    37.641] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    37.641] (II) Initializing extension Generic Event Extension
[    37.642] (II) Initializing extension SHAPE
[    37.642] (II) Initializing extension MIT-SHM
[    37.642] (II) Initializing extension XInputExtension
[    37.643] (II) Initializing extension XTEST
[    37.643] (II) Initializing extension BIG-REQUESTS
[    37.644] (II) Initializing extension SYNC
[    37.644] (II) Initializing extension XKEYBOARD
[    37.644] (II) Initializing extension XC-MISC
[    37.645] (II) Initializing extension SECURITY
[    37.645] (II) Initializing extension XFIXES
[    37.645] (II) Initializing extension RENDER
[    37.646] (II) Initializing extension RANDR
[    37.646] (II) Initializing extension COMPOSITE
[    37.647] (II) Initializing extension DAMAGE
[    37.647] (II) Initializing extension MIT-SCREEN-SAVER
[    37.648] (II) Initializing extension DOUBLE-BUFFER
[    37.648] (II) Initializing extension RECORD
[    37.648] (II) Initializing extension DPMS
[    37.648] (II) Initializing extension Present
[    37.649] (II) Initializing extension DRI3
[    37.649] (II) Initializing extension X-Resource
[    37.649] (II) Initializing extension XVideo
[    37.650] (II) Initializing extension XVideo-MotionCompensation
[    37.650] (II) Initializing extension GLX
[    37.677] (II) AIGLX: Loaded and initialized iris
[    37.677] (II) GLX: Initialized DRI2 GL provider for screen 0
[    37.677] (II) Initializing extension XFree86-VidModeExtension
[    37.677] (II) Initializing extension XFree86-DGA
[    37.677] (II) Initializing extension XFree86-DRI
[    37.677] (II) Initializing extension DRI2
[    37.693] (II) modeset(0): Damage tracking initialized
[    37.693] (II) modeset(0): Setting screen physical size to 508 x 285
[    38.141] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    38.141] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    38.141] (II) LoadModule: "libinput"
[    38.142] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    38.170] (II) Module libinput: vendor="X.Org Foundation"
[    38.170] 	compiled for 1.20.8, module version = 0.30.0
[    38.170] 	Module class: X.Org XInput Driver
[    38.171] 	ABI class: X.Org XInput driver, version 24.1
[    38.171] (II) Using input driver 'libinput' for 'Power Button'
[    38.171] (**) Power Button: always reports core events
[    38.171] (**) Option "Device" "/dev/input/event2"
[    38.171] (**) Option "_source" "server/udev"
[    38.200] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    38.200] (II) event2  - Power Button: device is a keyboard
[    38.200] (II) event2  - Power Button: device removed
[    38.222] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    38.222] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    38.225] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    38.225] (II) event2  - Power Button: device is a keyboard
[    38.226] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    38.226] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    38.226] (II) Using input driver 'libinput' for 'Video Bus'
[    38.226] (**) Video Bus: always reports core events
[    38.226] (**) Option "Device" "/dev/input/event6"
[    38.226] (**) Option "_source" "server/udev"
[    38.229] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    38.229] (II) event6  - Video Bus: device is a keyboard
[    38.229] (II) event6  - Video Bus: device removed
[    38.302] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[    38.302] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    38.305] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    38.305] (II) event6  - Video Bus: device is a keyboard
[    38.307] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    38.307] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    38.307] (II) Using input driver 'libinput' for 'Video Bus'
[    38.307] (**) Video Bus: always reports core events
[    38.307] (**) Option "Device" "/dev/input/event7"
[    38.307] (**) Option "_source" "server/udev"
[    38.310] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    38.310] (II) event7  - Video Bus: device is a keyboard
[    38.310] (II) event7  - Video Bus: device removed
[    38.355] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/LNXVIDEO:01/input/input9/event7"
[    38.355] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    38.359] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    38.359] (II) event7  - Video Bus: device is a keyboard
[    38.361] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    38.361] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    38.361] (II) Using input driver 'libinput' for 'Power Button'
[    38.361] (**) Power Button: always reports core events
[    38.361] (**) Option "Device" "/dev/input/event1"
[    38.361] (**) Option "_source" "server/udev"
[    38.363] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    38.363] (II) event1  - Power Button: device is a keyboard
[    38.363] (II) event1  - Power Button: device removed
[    38.395] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    38.395] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    38.398] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    38.398] (II) event1  - Power Button: device is a keyboard
[    38.400] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    38.400] (II) No input driver specified, ignoring this device.
[    38.400] (II) This device may have been added with another device file.
[    38.402] (II) config/udev: Adding input device EasyCamera:  EasyCamera (/dev/input/event16)
[    38.402] (**) EasyCamera:  EasyCamera: Applying InputClass "libinput keyboard catchall"
[    38.402] (II) Using input driver 'libinput' for 'EasyCamera:  EasyCamera'
[    38.402] (**) EasyCamera:  EasyCamera: always reports core events
[    38.402] (**) Option "Device" "/dev/input/event16"
[    38.402] (**) Option "_source" "server/udev"
[    38.405] (II) event16 - EasyCamera:  EasyCamera: is tagged by udev as: Keyboard
[    38.406] (II) event16 - EasyCamera:  EasyCamera: device is a keyboard
[    38.406] (II) event16 - EasyCamera:  EasyCamera: device removed
[    38.462] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input17/event16"
[    38.462] (II) XINPUT: Adding extended input device "EasyCamera:  EasyCamera" (type: KEYBOARD, id 10)
[    38.466] (II) event16 - EasyCamera:  EasyCamera: is tagged by udev as: Keyboard
[    38.466] (II) event16 - EasyCamera:  EasyCamera: device is a keyboard
[    38.468] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event4)
[    38.468] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    38.468] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    38.468] (**) Ideapad extra buttons: always reports core events
[    38.468] (**) Option "Device" "/dev/input/event4"
[    38.468] (**) Option "_source" "server/udev"
[    38.470] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    38.471] (II) event4  - Ideapad extra buttons: device is a keyboard
[    38.471] (II) event4  - Ideapad extra buttons: device removed
[    38.515] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5/event4"
[    38.515] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 11)
[    38.519] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    38.519] (II) event4  - Ideapad extra buttons: device is a keyboard
[    38.520] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[    38.520] (II) No input driver specified, ignoring this device.
[    38.520] (II) This device may have been added with another device file.
[    38.521] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    38.521] (II) No input driver specified, ignoring this device.
[    38.521] (II) This device may have been added with another device file.
[    38.522] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    38.522] (II) No input driver specified, ignoring this device.
[    38.522] (II) This device may have been added with another device file.
[    38.523] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[    38.523] (II) No input driver specified, ignoring this device.
[    38.523] (II) This device may have been added with another device file.
[    38.524] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[    38.524] (II) No input driver specified, ignoring this device.
[    38.524] (II) This device may have been added with another device file.
[    38.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[    38.525] (II) No input driver specified, ignoring this device.
[    38.525] (II) This device may have been added with another device file.
[    38.525] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event14)
[    38.526] (II) No input driver specified, ignoring this device.
[    38.526] (II) This device may have been added with another device file.
[    38.527] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    38.527] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    38.527] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    38.527] (**) AT Translated Set 2 keyboard: always reports core events
[    38.527] (**) Option "Device" "/dev/input/event3"
[    38.527] (**) Option "_source" "server/udev"
[    38.529] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    38.530] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    38.531] (II) event3  - AT Translated Set 2 keyboard: device removed
[    38.556] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    38.556] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    38.559] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    38.559] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    38.562] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[    38.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    38.562] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    38.562] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    38.562] (**) Option "Device" "/dev/input/event15"
[    38.562] (**) Option "_source" "server/udev"
[    38.564] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    38.567] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    38.567] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[    38.623] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event15"
[    38.623] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    38.624] (**) Option "AccelerationScheme" "none"
[    38.624] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    38.624] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    38.624] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    38.627] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    38.629] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    38.631] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    38.631] (II) No input driver specified, ignoring this device.
[    38.631] (II) This device may have been added with another device file.
[    38.632] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    38.632] (II) No input driver specified, ignoring this device.
[    38.632] (II) This device may have been added with another device file.
[    74.171] (II) modeset(0): EDID vendor "CMN", prod id 5593
[    74.172] (II) modeset(0): Printing DDC gathered Modelines:
[    74.172] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 -hsync -vsync (67.9 kHz eP)
[    81.595] (II) modeset(0): EDID vendor "CMN", prod id 5593
[    81.595] (II) modeset(0): Printing DDC gathered Modelines:
[    81.595] (II) modeset(0): Modeline "1920x1080"x0.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 -hsync -vsync (67.9 kHz eP)

Last edited by avneesh (2020-06-12 12:32:16)

This article will help you in troubleshooting your NVIDIA graphics driver.
It details a collection of situations that are commonly found and gives guidance on how to resolve them, though some may provide only a workaround.

Icon-cleanup.png This article is in need of attention because it does not follow our wiki guidelines.
If you want to contribute, please read the rules for this wiki and if you have any questions, don’t hesitate to contact the wiki team, we are more then willing to help you!  :-)

Warning: Some information is considered outdated, but left in place for support reference.

Wayland versus nvidia proprietary drivers

The drivers provided through the nvidia suse repository (download.nvidia.com/opensuse) are not currently compatible with Wayland display protocol (at 08-2020).
This may cause graphical startup, such as GDM login, to hang with a blank screen.

Forcing use of Xorg instead of Wayland is suggested as a workaround, with nvidia driver, and allows more 3D graphic support than with nouveau driver.

Force use of Xorg as follows:

  1. temporarily edit Grub to boot to init 3
  2. remove nouveau drivers (by full zypper removal or blacklisting in /etc/modprobe.d)
  3. install nvidia drivers as expected (https://en.opensuse.org/SDB:NVIDIA_drivers)
  4. edit /etc/gdm/custom.conf to uncomment (set) WaylandEnable=false
  5. reboot

Also see https://bugzilla.opensuse.org/show_bug.cgi?id=1175378

nvidia-settings ERROR: Unable to load info from any available system

If you installed nvidia-driver through package manage system and you get this error, that is because your system is running another graphics card driver (usually Intel) instead of Nvidia. You should intel opensuse-prime and select Nvidia-prime as your default graphics card driver.

# zypper in opensuse-prime

Then reboot and use prime-select to switch graphics driver.

# prime-select nvidia

Also, regenerate /etc/X11/xorg.conf might be helpful.

# rm -v /etc/X11/xorg.conf

# nvidia-xconfig

Then reboot, you should see nvidia driver is running.

KDE 4.x Performance Issues

Both KDE (in particular) and GNOME are currently suffering from degraded performance when using the 177.82 version of the drivers. The issues are largely solved in newer the 180.06 version. However, as the 180 drivers have issues with displaying random images under some circumstances, it may still be advantageous to use the older driver version with the configuration changes outlined below.

To resolve this issue in the interim (until the repository is updated), you can do the following:

1) Add the following line to your ~/.xinitrc file:
nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1

If you do not have a .xinitrc, do the following to create one and then add the above line:

  1. cd
  2. cp .xinitrc.template .xinitrc

2) Modify your /etc/X11/xorg.conf file and add the following to the Screen section:
Option «PixmapCacheSize» «1000000»
Option «AllowSHMPixmaps» «0»

That should solve the current (major) KDE4.1 performance issues. The link to the original post: http://www.nvnews.net/vbulletin/showthread.php?t=118088

Problem with some AGP graphics boards

Using AGP graphics boards with some motherboards you may need to manually add [Option «NvAGP» «2»] as shown below. This was the case with a Gigabyte GA-K8NS AMD64 motherboard and AGP Nvidia FX5200 graphics board. Without this command X failed to start.

 Section "Device"
   BoardName    "GeForce FX 5200 (0x0322)"
   BusID        "1:0:0"
   Driver       "nvidia"
   Identifier   "Device[0]"
   VendorName   "NVidia"
   Option       "NvAGP" "2"
 EndSection

Compilation on FACTORY

Running the NVIDIA installer on FACTORY fails with undefined symbols problems, so you might need to follow the instructions |in this page to patch the driver sources.

Application freeze or crash when compositing/3D effects enabled

You have set Option «Composite» «Enable» in /etc/X11/xorg.conf to enjoy your eye candy or 3D desktop, but you see some applications crash or freeze?

Try to temporarily disable compositing with Option «Composite» «Disable» and restart your X server (please explain how it’s done).

Do these applications now not crash or freeze any longer? If the answer is yes, your compositing is unstable.

There is a solution. nVidia drivers after 169.xx introduced a new option named UseCompositeWrapper. Put it in the device section of your xorg.conf: Option «UseCompositeWrapper» «true» and enable compositing again. Restart your X server. Your applications should now not freeze or crash any longer.

TwinView Resolution Issues

Sometimes, when configuring dual monitors by using nvidia-settings, there is no option to choose a resolution above 640×480 for a second monitor. This is caused by the default HorizSync for the monitor settings in /etc/X11/xorg.conf.

To increase the low resolution monitor, you will need to increase the HorizSync in order to enable a higher resolution on that particular monitor. To make this possible, perform the following actions:

1. From within nvidia-settings, set the resolution of the monitor in question to the highest available resolution. eg: 640×480. Make sure not to change it to Auto. This will help you identify the correct monitor when editing your /etc/X11/xorg.conf file. Save to xorg.conf and exit.

2. Open /etc/X11/xorg.conf and find the following section (minor details will vary slightly):

 Section "Screen"
   Monitor "Monitor0"
   Option  "metamode" "CRT: 640x680 +1280+0, DFP: 1280x1024 +0+0"
 EndSection

3. Change the resolution to the desired resolution.

4. Locate the corresponding monitor section (details will vary slightly):

 Section "Monitor"
   Identifier "Monitor0"
   HorizSync   28.0 - 33.0
 EndSection

5. Increase the HorizSync right-hand value to 65.0 (or higher if monitor still doesn’t work after restarting X)

6. Save the file and restart X server.

7. If the second monitor still does not display, repeat Steps 4 through 7, making HorizSync more than 65.0

OpenGL applications won’t run on non-SSE capable CPUs

If you see this message when trying to run OpenGL applications, then you probably have a CPU that does not support SSE (e.g. Athlon Thunderbird):

NVIDIA OpenGL Driver requires CPUs with SSE to run.

The current CPU does not support SSE.

NVidia have released beta driver 173.14.15 that does support CPUs without SSE. See http://www.nvnews.net/vbulletin/showthread.php?t=122423 for the announcement. Downloads are available for Linux/x86 and Linux/x86-64.

Screen Rotation

If you have monitor with «portrait mode» function. You should edit /etc/X11/xorg.conf to use this feature. Add Option «RandRRotation» «true» string to Device section. And restart X. Now you can rotate your screen.

Example of Device section:

Section "Device"
  BoardName    "GeForce 6800 (0x00C1)"
  Driver       "nvidia"
  Identifier   "Device[0]"
  VendorName   "NVidia"
  Option       "RandRRotation" "true"
EndSection

Example of rotation:

$ xrandr -o left

You can set your screen to left, right, inverted or normal position.

You also can use gui utils like KRandRTray.

NVIDIA Legacy driver 96.43.19 may require nopat option

If X-server fails to start or can’t set some resolution on legacy cards and you see the following message:

NVIDIA(0): Failed to allocate/map the primary surface!        

try adding nopat kernel option (in boot options or in grub menu)

NVIDIA drivers no longer working after kernel update

If the NVIDIA drivers were installed on openSUSE 13.2 before the kernel was updated to 3.16.7-13-desktop, the driver may no longer work. The reason for that is known and documented in boo#925437.

The solution is to reinstall the kernel module used.

 zypper in --force `rpm -qa "nvidia-gfx*kmp*"`
 
 Loading repository data...
 Reading installed packages...
 Forcing installation of 'nvidia-gfxG03-kmp-desktop-340.76_k3.16.6_2-36.1.x86_64' from repository 'nVidia Graphics Drivers'.
 Resolving package dependencies...
 
 The following package is going to be reinstalled:
   nvidia-gfxG03-kmp-desktop-340.76_k3.16.6_2-36.1 
 
 1 package to reinstall.
 Overall download size: 3.6 MiB. Already cached: 0 B  No additional space will be used or freed after the operation.
 Continue? [y/n/? shows all options] (y): y
 Retrieving package nvidia-gfxG03-kmp-desktop-340.76_k3.16.6_2-36.1.x86_64     (1/1),   3.6 MiB ( 32.7 MiB unpacked)
 Retrieving: nvidia-gfxG03-kmp-desktop-340.76_k3.16.6_2-36.1.x86_64.rpm ......................................[done]
 Checking for file conflicts: ................................................................................[done]
 (1/1) Installing: nvidia-gfxG03-kmp-desktop-340.76_k3.16.6_2-36.1 ..........................................<100%>[/]

You will see some message about:

 depmod: WARNING: //lib/modules/3.16.7-7-desktop/weak-updates/updates/nvidia.ko disagrees about version of symbol XXXXXX
 Warning: /lib/modules/3.16.7-7-desktop is inconsistent
 Warning: weak-updates symlinks might not be created

The driver should then work again.

NVIDIA’s installer complains about libglvnd

If you are updating to Tumbleweed 20170407 or higher you need to un-install the NVIDIA driver first, then remove two orphaned libGL.so.1.2* files once (restored by NVIDIA’s installer) and reinstall libglvnd0 package

# nvidia-installer —uninstall

# rm -f /usr/lib*/libGL.so.1.2*

# zypper in —force libglvnd0

Otherwise the installer will complain about a broken libglvnd installation (boo#1034343) and leave behind libGL.so files that will prevent the RPM-install driver from working correctly (boo#1053115 ).

NVIDIA Power Management(excessive power usage on newer laptops)

To keep the powerusage to a minimum while your Nvidia GPU is not in use you can add the following configuration to
/etc/modprobe.d/nvidia-power.conf

options nvidia NVreg_DynamicPowerManagement=0x02

https://download.nvidia.com/XFree86/Linux-x86_64/435.17/README/dynamicpowermanagement.html

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

ERROR: Unable to load info from any available system after installing nvidia-driver

Hello,

I..
.. installed and ran nvidia-detect
.. installed nvidia-driver as suggested by nvidia-detect

Yet, running nvidia-settings outputs ERROR: Unable to load info from any available system.

Output of nvidia detect..

Code: Select all

Detected NVIDIA GPUs:
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 960M] [10de:139b] (rev a2)

Checking card:  NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
Your card is supported by the default drivers and legacy driver series 390.
It is recommended to install the
    nvidia-driver
package.

I have posted on the nvidia forums, yet they only seem to answer one in about 3 posts or even less frequently.

In the output of nvidia-bug-report.sh..

Code: Select all

[ 9.392] (EE) Failed to load module “nv” (module does not exist, 0)
[ 9.505] (EE) NVIDIA(G0): GPU screens are disabled
[ 9.505] (EE) NVIDIA(G0): Failing initialization of X screen

NOTE: nvidia-bug-report.log.gz is too large to upload here, but it can be found here

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.

Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

User avatar

SMG

Level 24
Level 24
Posts: 20863
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by SMG » Wed Sep 08, 2021 1:33 pm

Wallby wrote: ↑

Wed Sep 08, 2021 7:24 am

01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 960M] [10de:139b] (rev a2)

Checking card: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
Your card is supported by the default drivers and legacy driver series 390.

I’m confused about what Nvidia driver you have installed.This says the Nvidia-390 supports your card.

In your post in other thread your data indicated the 460.66 was installed.
Device-2:
NVIDIA GM107M [GeForce GTX 960M] vendor: Acer Incorporated ALI
driver: nvidia v: 450.66 bus ID: 01:00.0 chip ID: 10de:139b

Yet the data you have in your last post in the Nvidia forum indicates Version: 418.56-1 is installed.

I checked the Nvidia website and it indicates the Nvidia-470 (the latest available) works with your card.

Looking at the Debian NvidiaGraphicsDrivers page I see that one does not seem to be available yet for Buster. I see the Nvidia-460 available, but not the Nvidia-450 (but I would expect either one should work if you obtained the Nvidia-450 from the Debian repos).

Here is the info for Debian 10 «Buster»: Version 460.73.01 (via buster-backports) from one of the other threads you linked.

So my question is what driver do you currently have installed? (The Xorg log you posted on the Nvidia forum shows the Nvidia-450.66.)

Image
A woman typing on a laptop with LM20.3 Cinnamon.

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Fri Sep 17, 2021 7:53 am

SMG wrote: ↑

Wed Sep 08, 2021 1:33 pm


So my question is what driver do you currently have installed? (The Xorg log you posted on the Nvidia forum shows the Nvidia-450.66.)

The Version: 418.56-1 was the package version of nvidia-xconfig (not the driver).

The information from my post in other thread is still accurate. I.e…

Code: Select all

Graphics:
  Device-1: Intel 4th Gen Core Processor Integrated Graphics 
  vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0 
  chip ID: 8086:0416 
  Device-2: NVIDIA GM107M [GeForce GTX 960M] vendor: Acer Incorporated ALI 
  driver: nvidia v: 450.66 bus ID: 01:00.0 chip ID: 10de:139b 
  Display: x11 server: X.Org 1.20.4 driver: modesetting 
  unloaded: fbdev,nouveau,nvidia,vesa alternate: nv 
  resolution: 1920x1080~60Hz 
  OpenGL: renderer: Mesa DRI Intel Haswell Mobile v: 4.5 Mesa 18.3.6 
  compat-v: 3.0 direct render: Yes 

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Fri Sep 17, 2021 7:57 am

SMG wrote: ↑

Wed Sep 08, 2021 1:33 pm


Looking at the Debian NvidiaGraphicsDrivers page I see that one does not seem to be available yet for Buster. I see the Nvidia-460 available, but not the Nvidia-450 (but I would expect either one should work if you obtained the Nvidia-450 from the Debian repos).

I ran apt install nvidia-driver (no weird tricks).
It seems that it auto-selected 450.66 from packages.linuxmint.com as output from apt-cache policy nvidia-driver is..

Code: Select all

nvidia-driver:
  Geïnstalleerd: 450.66-1~bpo10+1
  Kandidaat:     450.66-1~bpo10+1
  Versietabel:
     460.73.01-1~bpo10+1 100
        100 https://deb.debian.org/debian buster-backports/non-free amd64 Packages
 *** 450.66-1~bpo10+1 500
        500 http://packages.linuxmint.com debbie/import amd64 Packages
        100 /var/lib/dpkg/status
     418.197.02-1 500
        500 https://deb.debian.org/debian buster/non-free amd64 Packages

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Fri Sep 17, 2021 8:20 am

The output of running apt install nvidia-driver=460.73.01-1~bpo10+1 (with translation I added)..

Code: Select all

Pakketlijsten worden ingelezen... Klaar //< packetlists being read... done
Boom van vereisten wordt opgebouwd //< tree of dependencies being build... done
De statusinformatie wordt gelezen... Klaar //< status information being read... done
Sommige pakketten konden niet geïnstalleerd worden. Dit kan betekenen //< some packages couldn't be installed. this means that you have asked for an impossible situation, or, if you used the 'unstable' distribution, that some necessary packages still have to be made or were removed from 'Incoming'.
dat u om een onmogelijke situatie gevraagd heeft, of, indien u
de distributie 'unstable' gebruikt, dat sommige benodigde pakketten nog gemaakt moeten worden of uit 'Incoming' verwijderd werden.
De volgende informatie kan misschien helpen de situatie op te lossen: //< the following information can maybe help you solve the situation:

De volgende pakketten hebben niet-voldane vereisten: //< the following packages have unmet dependencies:
 nvidia-driver : Vereisten: nvidia-driver-libs (= 460.73.01-1~bpo10+1) maar 450.66-1~bpo10+1 zal geïnstalleerd worden
                 Vereisten: nvidia-driver-bin (= 460.73.01-1~bpo10+1) maar 450.66-1~bpo10+1 zal geïnstalleerd worden
                 Vereisten: xserver-xorg-video-nvidia (= 460.73.01-1~bpo10+1) maar 450.66-1~bpo10+1 zal geïnstalleerd worden
                 Vereisten: nvidia-vdpau-driver (= 460.73.01-1~bpo10+1) maar 450.66-1~bpo10+1 zal geïnstalleerd worden
                 Vereisten: nvidia-alternative (= 460.73.01-1~bpo10+1)
                 Vereisten: nvidia-kernel-dkms (= 460.73.01-1~bpo10+1) maar 450.66-1~bpo10+1 zal geïnstalleerd worden of
                            nvidia-kernel-460.73.01
                 Aanbevelingen: nvidia-settings (>= 460) maar het zal niet geïnstalleerd worden
                 Aanbevelingen: libnvidia-cfg1 (= 460.73.01-1~bpo10+1) maar het zal niet geïnstalleerd worden
                 Aanbevelingen: nvidia-persistenced
E: Kan problemen niet verhelpen, u houdt defecte pakketten vast. //< E: can't fix problem, you hold defect packages.

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Fri Sep 17, 2021 9:01 am

I was able to install nvidia-driver version 460.73.01-1~bpo10+1 by running apt install -t buster-backports nvidia-driver firmware-misc-nonfree

However, that did not fix any of the errors (i.e. (EE) Failed to load module "nv" (module does not exist, 0) «still occurs», nvidia-settings output «is still».. ERROR: Unable to load info from any available system)

User avatar

SMG

Level 24
Level 24
Posts: 20863
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by SMG » Fri Sep 17, 2021 6:45 pm

Wallby wrote: ↑

Fri Sep 17, 2021 9:01 am

However, that did not fix any of the errors (i.e. (EE) Failed to load module "nv" (module does not exist, 0) «still occurs»,

I would not consider that to be a problem because that is an older driver and I am not aware that you would need it anyhow.

Wallby wrote: ↑

Fri Sep 17, 2021 9:01 am

nvidia-settings output «is still».. ERROR: Unable to load info from any available system)

X Server runs the graphics in Mint. Use this command in a terminal to upload the X Server log file to termbin:
cat /var/log/Xorg.0.log | nc termbin.com 9999
It will return with a url address that you should post in your next reply. It will show what is and is not loading.

The inxi info you posted earlier indicates the nvidia driver files are loading, because the part I highlighted below would not say nvidia if it was not loaded.
Graphics:
Device-1: Intel 4th Gen Core Processor Integrated Graphics
vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0
chip ID: 8086:0416
Device-2: NVIDIA GM107M [GeForce GTX 960M] vendor: Acer Incorporated ALI
driver: nvidia v: 450.66 bus ID: 01:00.0 chip ID: 10de:139b
Display: x11 server: X.Org 1.20.4 driver: modesetting
unloaded: fbdev,nouveau,nvidia,vesa alternate: nv
resolution: 1920×1080~60Hz
OpenGL: renderer: Mesa DRI Intel Haswell Mobile v: 4.5 Mesa 18.3.6
compat-v: 3.0 direct render: Yes

Image
A woman typing on a laptop with LM20.3 Cinnamon.

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Sat Sep 18, 2021 7:21 am

SMG wrote: ↑

Fri Sep 17, 2021 6:45 pm


X Server runs the graphics in Mint. Use this command in a terminal to upload the X Server log file to termbin:
cat /var/log/Xorg.0.log | nc termbin.com 9999
It will return with a url address that you should post in your next reply. It will show what is and is not loading.

https://termbin.com/t4h87

NOTE: the three errors I shared before (see below) are also present in Xorg.0.log (though the line number may be different now. I suspect that nvidia-bug-report.sh just copies the contents of that file).

Code: Select all

[ 9.392] (EE) Failed to load module “nv” (module does not exist, 0)
[ 9.505] (EE) NVIDIA(G0): GPU screens are disabled
[ 9.505] (EE) NVIDIA(G0): Failing initialization of X screen

NOTE: (EE) Error loading keymap /var/lib/xkb/server-0.xkm is unrelated (I already opened an issue for that on git).

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Sat Sep 18, 2021 7:23 am

Oh also.. after installing apt install -t buster-backports nvidia-driver firmware-misc-nonfree the output of inxi -Fxxxrz is now..

Code: Select all

Graphics:
  Device-1: Intel 4th Gen Core Processor Integrated Graphics 
  vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0 
  chip ID: 8086:0416 
  Device-2: NVIDIA GM107M [GeForce GTX 960M] vendor: Acer Incorporated ALI 
  driver: nvidia v: 460.73.01 bus ID: 01:00.0 chip ID: 10de:139b 
  Display: x11 server: X.Org 1.20.4 driver: modesetting 
  unloaded: fbdev,nouveau,nvidia,vesa alternate: nv 
  resolution: 1920x1080~60Hz 
  OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2) 
  v: 4.5 Mesa 20.3.5 compat-v: 3.0 direct render: Yes 

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Sat Sep 18, 2021 7:27 am

jwiz wrote: ↑

Sat Sep 18, 2021 7:18 am


From your postings it is not clear what kernel you are running.
Are you using the boxed 4.19 kernel or any other?
I’m asking because without the appropriate kernel headers (linux-headers-amd64) the new nvidia driver module won’t compile.

Cinnamon version: 5.0.5
Linux version: 4.19.0-17-amd64

Only part where I didn’t pick the standard option in the LMDE installer was when choosing partitions (i.e. I allocated a «bigger-than-default» swap partition).

User avatar

SMG

Level 24
Level 24
Posts: 20863
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by SMG » Sat Sep 18, 2021 12:32 pm

That link mentions, «In some cases, if you’re aiming to install the bleeding-edge version of the NVIDIA driver from Debian Backports, you may also need to install the kernel from backports to match it.»

I do not know what is the best «newest» Nvidia driver to use when using the 4.19 kernel, especially since LMDE4 also uses an older Xorg version.

The Xorg log shows the Intel card has priority, but the modules for both GPUs (Intel and Nvidia) are loaded. However, there are two errors related to Nvidia (at bottom of what I posted). I do not know if that is an issue with the Nvidia-460 driver not working well with the older 4.19 kernel or if something else is the issue.

Code: Select all

[     7.663] (II) xfree86: Adding drm device (/dev/dri/card1)
[     7.664] (II) xfree86: Adding drm device (/dev/dri/card0)
[     7.678] (--) PCI:*(0@0:2:0) 8086:0416:1025:0926 rev 6, Mem @ 0xd1000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     7.678] (--) PCI: (1@0:0:0) 10de:139b:1025:0926 rev 162, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
...
[     7.685] (II) Applying OutputClass "nvidia" to /dev/dri/card1
...
[     7.819] (II) NVIDIA dlloader X Driver  460.73.01  Thu Apr  1 21:37:53 UTC 2021
...
[     7.920] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)
...
[     7.929] (**) NVIDIA(G0): Enabling 2D acceleration
[     7.929] (EE) NVIDIA(G0): GPU screens are disabled
[     7.929] (EE) NVIDIA(G0): Failing initialization of X screen

I am not that familiar with the default settings for dual-graphics laptops in LMDE4, so it may be you are getting the error about the screens because Intel is currently set as the primary graphics.

Here is the link for Debian wiki: Nvidia Optimus. Optimus is the commonly used term used for dual-graphics laptops. If you only want to use the Nvidia GPU, there is a section on that page, Using NVIDIA GPU as the primary GPU, which explains what to put in an xorg.conf file and other necessary settings.

Image
A woman typing on a laptop with LM20.3 Cinnamon.

Wallby

Level 1
Level 1
Posts: 20
Joined: Sat Aug 28, 2021 6:31 am

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by Wallby » Sat Sep 18, 2021 1:03 pm

SMG wrote: ↑

Sat Sep 18, 2021 12:32 pm


If you only want to use the Nvidia GPU, there is a section on that page, Using NVIDIA GPU as the primary GPU, which explains what to put in an xorg.conf file and other necessary settings.

In my post on the NVIDIA forums, I pasted the output of nvidia-xconfig for this reason, which mentions that..

creating an xorg.conf is no longer needed for normal setups

Code: Select all

Description: deprecated X configuration tool for non-free NVIDIA drivers
 This tool is deprecated. The NVIDIA drivers now automatically integrate with
 the Xorg Xserver configuration. Creating an xorg.conf is no longer needed for
 normal setups.
 .
 The nvidia-xconfig program helps with manipulation of X configuration
 files, primarily for systems that use the non-free drivers provided by
 NVIDIA.  It automatically changes the configuration to use the NVIDIA
 driver and can add additional options given on the command line.

User avatar

SMG

Level 24
Level 24
Posts: 20863
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: ERROR: Unable to load info from any available system after installing nvidia-driver

Post

by SMG » Sat Sep 18, 2021 1:55 pm

Wallby wrote: ↑

Sat Sep 18, 2021 1:03 pm

In my post on the NVIDIA forums, I pasted the output of nvidia-xconfig for this reason, which mentions that..

creating an xorg.conf is no longer needed for normal setups

If your current setup is not working as is, then it may be needed.

There is a trade-off in using LMDE4 when one has newer equipment. Some pieces, such as the kernel or an Nvidia driver, can be made newer, but others, such as Xorg, can not. All those pieces work together to produce the graphics.

Even though xorg.conf is not needed as a standard rule with Main Edition Linux Mint, there still are some cases when one is needed.

Image
A woman typing on a laptop with LM20.3 Cinnamon.

Ноутбук: Acer Predator с Ubuntu 18.04 LTS и Windows 10 (двойная загрузка)
Спецификации: Intel® Core i7-7700HQ NVIDIA GTX 1060 OS-Type: 64-разрядный

Все хорошо работает до сих пор, за исключением того, что я не могу переключиться на видеокарту NVIDIA в Ubuntu. Помогите мне, это — первый раз, когда я установил дистрибутив Linux на своем ПК.
Я следовал учебному руководству по установке с этого веб-сайта, я не могу заставить это работать.

Я попытался установить драйверы NVIDIA из репозиториев Ubuntu и от Драйверов GPU PPA.
Я считал много потоков и попытался следовать за предложениями. Но те же результаты, ничто не работает. Ниже подробное шаг за шагом последних команд, которые я выполнил в порядке, они выполнялись.

Первый шаг: произведите чистку всего NVIDIA

$ sudo apt purge nvidia-*  

Второй Шаг: произведите чистку PPA

$ sudo ppa-purge ppa:graphics-drivers/ppa    

Третий Шаг: автоудалить

$ sudo apt autoremove

Четвертый Шаг: вымыться

$ sudo apt auto-clean

Пятый Шаг: черный список nouveau

открытый файл /etc/modprobe.d/disable-nouveau.conf

и добавил эти строки:

blacklist nouveau
blacklist vga16fb
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
blacklist amd76_edac
alias nouveau off
alias lbm-nouveau off
options nouveau modeset=0

Шестой Шаг: повторно добавьте PPA

$ sudo add-apt-repository ppa:graphics-drivers/ppa

Седьмой Шаг: проверьте на рекомендуемые драйверы

$ ubuntu-drivers devices

Восьмой Шаг: установите рекомендуемый драйвер от PPA

$ sudo apt install nvidia-driver-396

Девятый Шаг: перезагрузите систему

$ sudo reboot

Десятый Шаг: проверьте, какие драйверы используются

$ lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
    Subsystem: Acer Incorporated [ALI] Device 118a
    Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1)
    Subsystem: Acer Incorporated [ALI] GP106M [GeForce GTX 1060 Mobile]
    Kernel driver in use: nouveau

$ lspci -nnk | grep -i vga -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04)
    Subsystem: Acer Incorporated [ALI] Device [1025:118a]
    Kernel driver in use: i915
    Kernel modules: i915
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] [10de:1c20] (rev a1)
    Subsystem: Acer Incorporated [ALI] GP106M [GeForce GTX 1060 Mobile] [1025:118b]
    Kernel driver in use: nouveau
    Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.  
Make sure that the latest NVIDIA driver is installed and running.

$ nvidia-settings
 ERROR: NVIDIA driver is not loaded   
 ERROR: Unable to load info from any available system

Заключительное Обновление: проблема решена! Благодаря статье-netbox для решения и его ответа.
Я ничего не должен был даже переустанавливать, целой проблемой была включаемая Защищенная загрузка.
После того как я отключил Защищенную загрузку и перезагрузил систему, видеокарта использовалась.

Понравилась статья? Поделить с друзьями:
  • Error unable to load indexed mesh
  • Error unable to load driver class
  • Error unc path too long
  • Error unc at lba
  • Error unbalanced or unexpected parenthesis or bracket