Nvidia drivers don't work anymore [Mint19]

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

With Mint Cinnamon 18.x things worked well.

I did a fresh install with Mint 19. Driver Manager says I'm running the proprietary driver.

I get the message Nvidia Prime is not set up correctly - are the nvidia drivers and nvidia-prime installed?

Code: Select all

inxi -G

Graphics:  Card-1: Intel HD Graphics 620
           Card-2: NVIDIA GM107M [GeForce GTX 950M]
           Display Server: x11 (X.Org 1.19.6 )
           drivers: modesetting,nvidia (unloaded: fbdev,vesa,nouveau)
           Resolution: 1920x1080@60.05hz
           OpenGL: renderer: GeForce GTX 950M/PCIe/SSE2
           version: 4.6.0 NVIDIA 390.48

Code: Select all

sudo lshw -c video

  *-display                 
       Beschreibung: VGA compatible controller
       Produkt: Intel Corporation
       Hersteller: Intel Corporation
       Physische ID: 2
       Bus-Informationen: pci@0000:00:02.0
       Version: 02
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pciexpress msi pm vga_controller bus_master cap_list rom
       Konfiguration: driver=i915 latency=0
       Ressourcen: irq:130 memory:b2000000-b2ffffff memory:c0000000-cfffffff ioport:5000(Größe=64) memory:c0000-dffff
  *-display
       Beschreibung: 3D controller
       Produkt: GM107M [GeForce GTX 950M]
       Hersteller: NVIDIA Corporation
       Physische ID: 0
       Bus-Informationen: pci@0000:01:00.0
       Version: a2
       Breite: 64 bits
       Takt: 33MHz
       Fähigkeiten: pm msi pciexpress bus_master cap_list
       Konfiguration: driver=nvidia latency=0
       Ressourcen: irq:133 memory:b3000000-b3ffffff memory:a0000000-afffffff memory:b0000000-b1ffffff ioport:4000(Größe=128)

Code: Select all

lsmod | grep nvidia
nvidia_uvm            757760  0
nvidia_drm             40960  2
nvidia_modeset       1110016  3 nvidia_drm
nvidia              14340096  171 nvidia_modeset,nvidia_uvm
ipmi_msghandler        53248  2 nvidia,ipmi_devintf
drm_kms_helper        167936  2 i915,nvidia_drm
drm                   401408  6 i915,nvidia_drm,drm_kms_helper
There is no /etc/X11/xorg.conf

Xorg -configure leads to Segmentation fault at address 0x50 and Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

What can I do about it??
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.
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by trytip »

do you have nvidia-prime? does your desktop boots at all? start from fresh and purge nvidia first
sudo apt-get remove --purge nvidia-* reboot
install drivers again then run sudo nvidia-xconfig reboot

any errors?
Image
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

Yes, Nvidia Prime was of course installed.

Purged it. Reboot. Installed the drivers again with mintdrivers. Reboot.

nvidia-xconfig created a file xorg.conf that doesn't bring me to run level 5.

Deleted it, so I can start X11...

Here's the file created by nvidia-xconfig...

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 390.48  (buildmeister@swio-display-x86-rhel47-07)  Thu Mar 22 01:07:32 PDT 2018

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

Section "Files"
EndSection

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

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

When I start X11 w/o xorg.conf this is what Xorg.0.log says...

Code: Select all

[    45.482] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    45.482] X Protocol Version 11, Revision 0
[    45.482] Build Operating System: Linux 4.4.0-119-generic x86_64 Ubuntu
[    45.483] Current Operating System: Linux thp-Aspire-E5-575G 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64
[    45.483] Kernel command line: BOOT_IMAGE=/vmlinuz-4.15.0-23-generic root=UUID=92defa50-c135-409c-8d52-dc79ad3e52be ro quiet splash vt.handoff=1
[    45.483] Build Date: 13 April 2018  08:07:36PM
[    45.483] xorg-server 2:1.19.6-1ubuntu4 (For technical support please see http://www.ubuntu.com/support) 
[    45.483] Current version of pixman: 0.34.0
[    45.483] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    45.483] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    45.483] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  9 21:52:33 2018
[    45.542] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    45.542] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    45.543] (==) No Layout section.  Using the first Screen section.
[    45.543] (==) No screen section available. Using defaults.
[    45.543] (**) |-->Screen "Default Screen Section" (0)
[    45.543] (**) |   |-->Monitor "<default monitor>"
[    45.544] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    45.544] (==) Automatically adding devices
[    45.544] (==) Automatically enabling devices
[    45.544] (==) Automatically adding GPU devices
[    45.544] (==) Automatically binding GPU devices
[    45.544] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    45.976] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	built-ins
[    45.976] (==) ModulePath set to "/usr/lib/xorg/modules"
[    45.976] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    45.976] (II) Loader magic: 0x5607e5ae3020
[    45.976] (II) Module ABI versions:
[    45.976] 	X.Org ANSI C Emulation: 0.4
[    45.976] 	X.Org Video Driver: 23.0
[    45.976] 	X.Org XInput driver : 24.1
[    45.976] 	X.Org Server Extension : 10.0
[    45.977] (++) using VT number 7

[    45.977] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    45.978] (II) xfree86: Adding drm device (/dev/dri/card0)
[    45.989] (II) xfree86: Adding drm device (/dev/dri/card1)
[    45.990] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    45.990] (**) OutputClass "Nvidia Prime" ModulePath extended to "/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules"
[    45.990] (**) OutputClass "Nvidia Prime" setting /dev/dri/card1 as PrimaryGPU
[    45.992] (--) PCI: (0:0:2:0) 8086:5916:1025:1094 rev 2, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    45.992] (--) PCI:*(0:1:0:0) 10de:139a:1025:1094 rev 162, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128
[    45.992] (II) LoadModule: "glx"
[    45.992] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglx.so
[    47.811] (II) Module glx: vendor="NVIDIA Corporation"
[    47.811] 	compiled for 4.0.2, module version = 1.0.0
[    47.811] 	Module class: X.Org Server Extension
[    47.811] (II) NVIDIA GLX Module  390.48  Wed Mar 21 23:42:56 PDT 2018
[    47.811] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    47.811] 	loading driver: nvidia
[    47.811] (II) Applying OutputClass "Nvidia Prime" to /dev/dri/card1
[    47.811] 	loading driver: nvidia
[    47.811] (==) Matched nvidia as autoconfigured driver 0
[    47.811] (==) Matched nvidia as autoconfigured driver 1
[    47.811] (==) Matched nouveau as autoconfigured driver 2
[    47.811] (==) Matched nouveau as autoconfigured driver 3
[    47.811] (==) Matched modesetting as autoconfigured driver 4
[    47.811] (==) Matched fbdev as autoconfigured driver 5
[    47.811] (==) Matched vesa as autoconfigured driver 6
[    47.811] (==) Assigned the driver to the xf86ConfigLayout
[    47.811] (II) LoadModule: "nvidia"
[    47.811] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[    47.811] (II) Module nvidia: vendor="NVIDIA Corporation"
[    47.811] 	compiled for 4.0.2, module version = 1.0.0
[    47.811] 	Module class: X.Org Video Driver
[    47.811] (II) LoadModule: "nouveau"
[    47.861] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    48.008] (II) Module nouveau: vendor="X.Org Foundation"
[    48.008] 	compiled for 1.19.3, module version = 1.0.15
[    48.008] 	Module class: X.Org Video Driver
[    48.008] 	ABI class: X.Org Video Driver, version 23.0
[    48.008] (II) LoadModule: "modesetting"
[    48.009] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    48.029] (II) Module modesetting: vendor="X.Org Foundation"
[    48.029] 	compiled for 1.19.6, module version = 1.19.6
[    48.029] 	Module class: X.Org Video Driver
[    48.029] 	ABI class: X.Org Video Driver, version 23.0
[    48.029] (II) LoadModule: "fbdev"
[    48.029] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    48.036] (II) Module fbdev: vendor="X.Org Foundation"
[    48.036] 	compiled for 1.19.3, module version = 0.4.4
[    48.036] 	Module class: X.Org Video Driver
[    48.036] 	ABI class: X.Org Video Driver, version 23.0
[    48.037] (II) LoadModule: "vesa"
[    48.037] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    48.037] (II) Module vesa: vendor="X.Org Foundation"
[    48.037] 	compiled for 1.19.3, module version = 2.3.4
[    48.037] 	Module class: X.Org Video Driver
[    48.037] 	ABI class: X.Org Video Driver, version 23.0
[    48.037] (II) NVIDIA dlloader X Driver  390.48  Wed Mar 21 23:18:15 PDT 2018
[    48.037] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    48.037] (II) NOUVEAU driver Date:   Fri Apr 21 14:41:17 2017 -0400
[    48.037] (II) NOUVEAU driver for NVIDIA chipset families :
[    48.037] 	RIVA TNT        (NV04)
[    48.037] 	RIVA TNT2       (NV05)
[    48.037] 	GeForce 256     (NV10)
[    48.037] 	GeForce 2       (NV11, NV15)
[    48.038] 	GeForce 4MX     (NV17, NV18)
[    48.038] 	GeForce 3       (NV20)
[    48.038] 	GeForce 4Ti     (NV25, NV28)
[    48.038] 	GeForce FX      (NV3x)
[    48.038] 	GeForce 6       (NV4x)
[    48.038] 	GeForce 7       (G7x)
[    48.038] 	GeForce 8       (G8x)
[    48.038] 	GeForce GTX 200 (NVA0)
[    48.038] 	GeForce GTX 400 (NVC0)
[    48.038] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    48.038] (II) FBDEV: driver for framebuffer: fbdev
[    48.038] (II) VESA: driver for VESA chipsets: vesa
[    48.064] (II) Loading sub module "fb"
[    48.064] (II) LoadModule: "fb"
[    48.084] (II) Loading /usr/lib/xorg/modules/libfb.so
[    48.084] (II) Module fb: vendor="X.Org Foundation"
[    48.084] 	compiled for 1.19.6, module version = 1.0.0
[    48.084] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.084] (II) Loading sub module "wfb"
[    48.084] (II) LoadModule: "wfb"
[    48.084] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    48.085] (II) Module wfb: vendor="X.Org Foundation"
[    48.085] 	compiled for 1.19.6, module version = 1.0.0
[    48.085] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    48.085] (II) Loading sub module "ramdac"
[    48.085] (II) LoadModule: "ramdac"
[    48.085] (II) Module "ramdac" already built-in
[    48.085] (WW) Falling back to old probe method for modesetting
[    48.086] (WW) Falling back to old probe method for fbdev
[    48.087] (II) Loading sub module "fbdevhw"
[    48.087] (II) LoadModule: "fbdevhw"
[    48.087] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    48.118] (II) Module fbdevhw: vendor="X.Org Foundation"
[    48.118] 	compiled for 1.19.6, module version = 0.0.2
[    48.118] 	ABI class: X.Org Video Driver, version 23.0
[    48.118] (WW) Falling back to old probe method for vesa
[    48.120] (II) modeset(G0): using drv /dev/dri/card0
[    48.120] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    48.120] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    48.120] (==) NVIDIA(0): RGB weight 888
[    48.120] (==) NVIDIA(0): Default visual is TrueColor
[    48.120] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    48.120] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    48.120] (II) Applying OutputClass "Nvidia Prime" options to /dev/dri/card1
[    48.120] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    48.120] (**) NVIDIA(0): Option "IgnoreDisplayDevices" "CRT"
[    48.120] (**) NVIDIA(0): Enabling 2D acceleration
[    48.334] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 950M (GM107-A) at PCI:1:0:0 (GPU-0)
[    48.334] (--) NVIDIA(0): Memory: 2097152 kBytes
[    48.334] (--) NVIDIA(0): VideoBIOS: 82.07.b6.00.0e
[    48.334] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    48.334] (II) NVIDIA(0): Validated MetaModes:
[    48.334] (II) NVIDIA(0):     "NULL"
[    48.334] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    48.334] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    48.334] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    48.334] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    48.334] (==) modeset(G0): RGB weight 888
[    48.334] (==) modeset(G0): Default visual is TrueColor
[    48.334] (II) Loading sub module "glamoregl"
[    48.334] (II) LoadModule: "glamoregl"
[    48.335] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    49.354] (II) Module glamoregl: vendor="X.Org Foundation"
[    49.354] 	compiled for 1.19.6, module version = 1.0.0
[    49.354] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    49.354] (II) glamor: OpenGL accelerated X.org driver based.
[    51.562] (II) glamor: EGL version 1.4 (DRI2):
[    51.953] (II) modeset(G0): glamor initialized
[    51.954] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    51.966] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    51.966] (II) modeset(G0): Output DP-1-1 has no monitor section
[    51.967] (II) modeset(G0): EDID for output eDP-1-1
[    51.967] (II) modeset(G0): Manufacturer: AUO  Model: 38ed  Serial#: 0
[    51.967] (II) modeset(G0): Year: 2015  Week: 33
[    51.967] (II) modeset(G0): EDID Version: 1.4
[    51.967] (II) modeset(G0): Digital Display Input
[    51.967] (II) modeset(G0): 6 bits per channel
[    51.967] (II) modeset(G0): Digital interface is DisplayPort
[    51.967] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    51.967] (II) modeset(G0): Gamma: 2.20
[    51.967] (II) modeset(G0): No DPMS capabilities specified
[    51.967] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    51.967] (II) modeset(G0): First detailed timing is preferred mode
[    51.967] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    51.967] (II) modeset(G0): redX: 0.580 redY: 0.335   greenX: 0.330 greenY: 0.565
[    51.967] (II) modeset(G0): blueX: 0.155 blueY: 0.140   whiteX: 0.313 whiteY: 0.329
[    51.967] (II) modeset(G0): Manufacturer's mask: 0
[    51.967] (II) modeset(G0): Supported detailed timing:
[    51.967] (II) modeset(G0): clock: 142.0 MHz   Image Size:  344 x 193 mm
[    51.967] (II) modeset(G0): h_active: 1920  h_sync: 2028  h_sync_end 2076 h_blank_end 2100 h_border: 0
[    51.967] (II) modeset(G0): v_active: 1080  v_sync: 1090  v_sync_end 1100 v_blanking: 1126 v_border: 0
[    51.967] (II) modeset(G0): Unknown vendor-specific block f
[    51.967] (II) modeset(G0):  AUO
[    51.967] (II) modeset(G0):  B156HTN03.8
[    51.967] (II) modeset(G0): EDID (in hex):
[    51.967] (II) modeset(G0): 	00ffffffffffff0006afed3800000000
[    51.967] (II) modeset(G0): 	211901049522137802bbf59455549027
[    51.967] (II) modeset(G0): 	23505400000001010101010101010101
[    51.967] (II) modeset(G0): 	010101010101783780b470382e406c30
[    51.967] (II) modeset(G0): 	aa0058c1100000180000000f00000000
[    51.967] (II) modeset(G0): 	00000000000000000020000000fe0041
[    51.967] (II) modeset(G0): 	554f0a202020202020202020000000fe
[    51.967] (II) modeset(G0): 	004231353648544e30332e38200a00b9
[    51.967] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    51.967] (II) modeset(G0): Modeline "1920x1080"x60.1  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)
[    51.967] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    51.967] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    51.967] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    51.967] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    51.967] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    51.967] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    51.967] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    51.967] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    51.967] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    51.967] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    51.967] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    51.967] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    51.967] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    51.967] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    51.967] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    51.967] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    51.967] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    51.967] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    51.967] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    51.967] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    51.968] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    51.968] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    51.968] (II) modeset(G0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    51.968] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    51.968] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    51.968] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    51.968] (II) modeset(G0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    51.968] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    51.968] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    51.968] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    51.968] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    51.968] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    51.968] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    51.968] (II) modeset(G0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    51.968] (II) modeset(G0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    51.968] (II) modeset(G0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    51.968] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    51.968] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    51.968] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    51.968] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    51.968] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    51.968] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    51.968] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    51.968] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    51.968] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    51.968] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    51.968] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    51.968] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    51.968] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    51.968] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    51.968] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    51.979] (II) modeset(G0): EDID for output HDMI-1-1
[    51.979] (II) modeset(G0): EDID for output DP-1-1
[    51.979] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    51.979] (==) modeset(G0): DPI set to (96, 96)
[    51.979] (II) Loading sub module "fb"
[    51.979] (II) LoadModule: "fb"
[    51.979] (II) Loading /usr/lib/xorg/modules/libfb.so
[    51.979] (II) Module fb: vendor="X.Org Foundation"
[    51.979] 	compiled for 1.19.6, module version = 1.0.0
[    51.979] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.979] (II) UnloadModule: "nouveau"
[    51.979] (II) Unloading nouveau
[    51.979] (II) UnloadModule: "fbdev"
[    51.979] (II) Unloading fbdev
[    51.979] (II) UnloadSubModule: "fbdevhw"
[    51.979] (II) Unloading fbdevhw
[    51.979] (II) UnloadModule: "vesa"
[    51.979] (II) Unloading vesa
[    51.979] (--) Depth 24 pixmap format is 32 bpp
[    52.186] (==) modeset(G0): Backing store enabled
[    52.186] (==) modeset(G0): Silken mouse enabled
[    52.186] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    52.250] (==) modeset(G0): DPMS enabled
[    52.250] (II) modeset(G0): [DRI2] Setup complete
[    52.250] (II) modeset(G0): [DRI2]   DRI driver: i965
[    52.250] (II) modeset(G0): [DRI2]   VDPAU driver: i965
[    52.250] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[    52.250] (II) NVIDIA:     access.
[    52.273] (II) NVIDIA(0): Setting mode "NULL"
[    52.277] (==) NVIDIA(0): Disabling shared memory pixmaps
[    52.277] (==) NVIDIA(0): Backing store enabled
[    52.277] (==) NVIDIA(0): Silken mouse enabled
[    52.278] (==) NVIDIA(0): DPMS enabled
[    52.278] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    52.278] (II) Loading sub module "dri2"
[    52.278] (II) LoadModule: "dri2"
[    52.278] (II) Module "dri2" already built-in
[    52.278] (II) NVIDIA(0): [DRI2] Setup complete
[    52.278] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    52.278] (--) RandR disabled
[    52.458] (II) SELinux: Disabled on system
[    52.481] (II) Initializing extension GLX
[    52.481] (II) Indirect GLX disabled.
[    52.831] (II) modeset(G0): Damage tracking initialized
[    53.348] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    53.348] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.348] (II) LoadModule: "libinput"
[    53.348] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    53.535] (II) Module libinput: vendor="X.Org Foundation"
[    53.535] 	compiled for 1.19.6, module version = 0.27.1
[    53.535] 	Module class: X.Org XInput Driver
[    53.535] 	ABI class: X.Org XInput driver, version 24.1
[    53.535] (II) Using input driver 'libinput' for 'Power Button'
[    53.535] (**) Power Button: always reports core events
[    53.535] (**) Option "Device" "/dev/input/event3"
[    53.535] (**) Option "_source" "server/udev"
[    53.535] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    53.535] (II) event3  - Power Button: device is a keyboard
[    53.535] (II) event3  - Power Button: device removed
[    53.564] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    53.564] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    53.564] (**) Option "xkb_model" "pc105"
[    53.564] (**) Option "xkb_layout" "de"
[    53.594] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    53.594] (II) event3  - Power Button: device is a keyboard
[    53.594] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    53.594] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.594] (II) Using input driver 'libinput' for 'Video Bus'
[    53.594] (**) Video Bus: always reports core events
[    53.594] (**) Option "Device" "/dev/input/event5"
[    53.594] (**) Option "_source" "server/udev"
[    53.595] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    53.595] (II) event5  - Video Bus: device is a keyboard
[    53.595] (II) event5  - Video Bus: device removed
[    53.620] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    53.620] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    53.620] (**) Option "xkb_model" "pc105"
[    53.620] (**) Option "xkb_layout" "de"
[    53.621] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    53.621] (II) event5  - Video Bus: device is a keyboard
[    53.622] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    53.622] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.622] (II) Using input driver 'libinput' for 'Video Bus'
[    53.622] (**) Video Bus: always reports core events
[    53.622] (**) Option "Device" "/dev/input/event6"
[    53.622] (**) Option "_source" "server/udev"
[    53.622] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    53.622] (II) event6  - Video Bus: device is a keyboard
[    53.622] (II) event6  - Video Bus: device removed
[    53.660] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:32/LNXVIDEO:01/input/input6/event6"
[    53.660] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    53.660] (**) Option "xkb_model" "pc105"
[    53.660] (**) Option "xkb_layout" "de"
[    53.661] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[    53.661] (II) event6  - Video Bus: device is a keyboard
[    53.662] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    53.662] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.662] (II) Using input driver 'libinput' for 'Power Button'
[    53.662] (**) Power Button: always reports core events
[    53.662] (**) Option "Device" "/dev/input/event0"
[    53.662] (**) Option "_source" "server/udev"
[    53.662] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    53.662] (II) event0  - Power Button: device is a keyboard
[    53.662] (II) event0  - Power Button: device removed
[    53.684] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    53.685] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    53.685] (**) Option "xkb_model" "pc105"
[    53.685] (**) Option "xkb_layout" "de"
[    53.686] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    53.686] (II) event0  - Power Button: device is a keyboard
[    53.686] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    53.686] (II) No input driver specified, ignoring this device.
[    53.686] (II) This device may have been added with another device file.
[    53.687] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    53.687] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    53.687] (II) Using input driver 'libinput' for 'Sleep Button'
[    53.687] (**) Sleep Button: always reports core events
[    53.687] (**) Option "Device" "/dev/input/event1"
[    53.687] (**) Option "_source" "server/udev"
[    53.688] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    53.688] (II) event1  - Sleep Button: device is a keyboard
[    53.688] (II) event1  - Sleep Button: device removed
[    53.716] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    53.716] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    53.716] (**) Option "xkb_model" "pc105"
[    53.716] (**) Option "xkb_layout" "de"
[    53.716] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    53.716] (II) event1  - Sleep Button: device is a keyboard
[    53.717] (II) config/udev: Adding input device TerraTec NOXON DAB Stick (rev 2) (/dev/input/event17)
[    53.717] (**) TerraTec NOXON DAB Stick (rev 2): Applying InputClass "libinput keyboard catchall"
[    53.717] (II) Using input driver 'libinput' for 'TerraTec NOXON DAB Stick (rev 2)'
[    53.717] (**) TerraTec NOXON DAB Stick (rev 2): always reports core events
[    53.717] (**) Option "Device" "/dev/input/event17"
[    53.717] (**) Option "_source" "server/udev"
[    53.717] (II) event17 - TerraTec NOXON DAB Stick (rev 2): is tagged by udev as: Keyboard
[    53.717] (II) event17 - TerraTec NOXON DAB Stick (rev 2): device is a keyboard
[    53.717] (II) event17 - TerraTec NOXON DAB Stick (rev 2): device removed
[    53.732] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/rc/rc0/input22/event17"
[    53.732] (II) XINPUT: Adding extended input device "TerraTec NOXON DAB Stick (rev 2)" (type: KEYBOARD, id 11)
[    53.732] (**) Option "xkb_model" "pc105"
[    53.732] (**) Option "xkb_layout" "de"
[    53.732] (II) event17 - TerraTec NOXON DAB Stick (rev 2): is tagged by udev as: Keyboard
[    53.732] (II) event17 - TerraTec NOXON DAB Stick (rev 2): device is a keyboard
[    53.733] (II) config/udev: Adding input device Logitech M585/M590 (/dev/input/event7)
[    53.733] (**) Logitech M585/M590: Applying InputClass "libinput pointer catchall"
[    53.733] (**) Logitech M585/M590: Applying InputClass "libinput keyboard catchall"
[    53.733] (II) Using input driver 'libinput' for 'Logitech M585/M590'
[    53.733] (**) Logitech M585/M590: always reports core events
[    53.733] (**) Option "Device" "/dev/input/event7"
[    53.733] (**) Option "_source" "server/udev"
[    53.733] (II) event7  - Logitech M585/M590: is tagged by udev as: Keyboard Mouse
[    53.733] (II) event7  - Logitech M585/M590: device is a pointer
[    53.733] (II) event7  - Logitech M585/M590: device is a keyboard
[    53.733] (II) event7  - Logitech M585/M590: device removed
[    53.752] (II) libinput: Logitech M585/M590: needs a virtual subdevice
[    53.752] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input7/event7"
[    53.752] (II) XINPUT: Adding extended input device "Logitech M585/M590" (type: MOUSE, id 12)
[    53.752] (**) Option "AccelerationScheme" "none"
[    53.752] (**) Logitech M585/M590: (accel) selected scheme none/0
[    53.752] (**) Logitech M585/M590: (accel) acceleration factor: 2.000
[    53.752] (**) Logitech M585/M590: (accel) acceleration threshold: 4
[    53.752] (II) event7  - Logitech M585/M590: is tagged by udev as: Keyboard Mouse
[    53.752] (II) event7  - Logitech M585/M590: device is a pointer
[    53.752] (II) event7  - Logitech M585/M590: device is a keyboard
[    53.753] (II) config/udev: Adding input device Logitech M585/M590 (/dev/input/mouse0)
[    53.753] (II) No input driver specified, ignoring this device.
[    53.753] (II) This device may have been added with another device file.
[    53.753] (II) config/udev: Adding input device HD WebCam: HD WebCam (/dev/input/event16)
[    53.753] (**) HD WebCam: HD WebCam: Applying InputClass "libinput keyboard catchall"
[    53.753] (II) Using input driver 'libinput' for 'HD WebCam: HD WebCam'
[    53.753] (**) HD WebCam: HD WebCam: always reports core events
[    53.753] (**) Option "Device" "/dev/input/event16"
[    53.753] (**) Option "_source" "server/udev"
[    53.753] (II) event16 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[    53.753] (II) event16 - HD WebCam: HD WebCam: device is a keyboard
[    53.753] (II) event16 - HD WebCam: HD WebCam: device removed
[    53.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input21/event16"
[    53.784] (II) XINPUT: Adding extended input device "HD WebCam: HD WebCam" (type: KEYBOARD, id 13)
[    53.784] (**) Option "xkb_model" "pc105"
[    53.784] (**) Option "xkb_layout" "de"
[    53.785] (II) event16 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[    53.785] (II) event16 - HD WebCam: HD WebCam: device is a keyboard
[    53.786] (II) config/udev: Adding input device SYNA7DB5:00 06CB:7DB7 Touchpad (/dev/input/event8)
[    53.786] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: Applying InputClass "libinput touchpad catchall"
[    53.786] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: Applying InputClass "touchpad catchall"
[    53.786] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: Applying InputClass "Default clickpad buttons"
[    53.786] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: Applying InputClass "touchpad catchall"
[    53.786] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: Applying InputClass "Default clickpad buttons"
[    53.786] (II) LoadModule: "synaptics"
[    53.786] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    53.786] (II) Module synaptics: vendor="X.Org Foundation"
[    53.786] 	compiled for 1.19.3, module version = 1.9.0
[    53.786] 	Module class: X.Org XInput Driver
[    53.786] 	ABI class: X.Org XInput driver, version 24.1
[    53.786] (II) Using input driver 'synaptics' for 'SYNA7DB5:00 06CB:7DB7 Touchpad'
[    53.786] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: always reports core events
[    53.786] (**) Option "Device" "/dev/input/event8"
[    53.820] (II) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: found clickpad property
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: x-axis range 0 - 1236 (res 12)
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: y-axis range 0 - 898 (res 12)
[    53.820] (II) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: device does not report pressure, will use touch data.
[    53.820] (II) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: device does not report finger width.
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: buttons: left double triple
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: Vendor 0x6cb Product 0x7db7
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: invalid pressure range.  defaulting to 0 - 255
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: invalid finger width range.  defaulting to 0 - 15
[    53.820] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    53.820] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: touchpad found
[    53.820] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: always reports core events
[    53.852] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-5/i2c-SYNA7DB5:00/0018:06CB:7DB7.0005/input/input9/event8"
[    53.852] (II) XINPUT: Adding extended input device "SYNA7DB5:00 06CB:7DB7 Touchpad" (type: TOUCHPAD, id 14)
[    53.852] (**) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    53.852] (**) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) MaxSpeed is now 1.75
[    53.852] (**) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) AccelFactor is now 0.131
[    53.852] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) keeping acceleration scheme 1
[    53.852] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) acceleration profile 1
[    53.852] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) acceleration factor: 2.000
[    53.852] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: (accel) acceleration threshold: 4
[    53.852] (--) synaptics: SYNA7DB5:00 06CB:7DB7 Touchpad: touchpad found
[    53.852] (II) config/udev: Adding input device SYNA7DB5:00 06CB:7DB7 Touchpad (/dev/input/mouse1)
[    53.852] (**) SYNA7DB5:00 06CB:7DB7 Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    53.853] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    53.853] (II) No input driver specified, ignoring this device.
[    53.853] (II) This device may have been added with another device file.
[    53.853] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    53.853] (II) No input driver specified, ignoring this device.
[    53.853] (II) This device may have been added with another device file.
[    53.853] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    53.853] (II) No input driver specified, ignoring this device.
[    53.853] (II) This device may have been added with another device file.
[    53.853] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    53.853] (II) No input driver specified, ignoring this device.
[    53.853] (II) This device may have been added with another device file.
[    53.854] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    53.854] (II) No input driver specified, ignoring this device.
[    53.854] (II) This device may have been added with another device file.
[    53.854] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    53.854] (II) No input driver specified, ignoring this device.
[    53.854] (II) This device may have been added with another device file.
[    53.854] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    53.854] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    53.854] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    53.854] (**) AT Translated Set 2 keyboard: always reports core events
[    53.854] (**) Option "Device" "/dev/input/event4"
[    53.854] (**) Option "_source" "server/udev"
[    53.855] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    53.855] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    53.855] (II) event4  - AT Translated Set 2 keyboard: device removed
[    53.872] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    53.872] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[    53.872] (**) Option "xkb_model" "pc105"
[    53.872] (**) Option "xkb_layout" "de"
[    53.872] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    53.872] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    53.874] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event9)
[    53.874] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    53.874] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[    53.874] (**) Acer WMI hotkeys: always reports core events
[    53.874] (**) Option "Device" "/dev/input/event9"
[    53.874] (**) Option "_source" "server/udev"
[    53.875] (II) event9  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[    53.875] (II) event9  - Acer WMI hotkeys: device is a keyboard
[    53.875] (II) event9  - Acer WMI hotkeys: device removed
[    53.900] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event9"
[    53.900] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 16)
[    53.900] (**) Option "xkb_model" "pc105"
[    53.900] (**) Option "xkb_layout" "de"
[    53.901] (II) event9  - Acer WMI hotkeys: is tagged by udev as: Keyboard
[    53.901] (II) event9  - Acer WMI hotkeys: device is a keyboard
[    53.906] (**) Logitech M585/M590: Applying InputClass "libinput pointer catchall"
[    53.906] (**) Logitech M585/M590: Applying InputClass "libinput keyboard catchall"
[    53.906] (II) Using input driver 'libinput' for 'Logitech M585/M590'
[    53.906] (**) Logitech M585/M590: always reports core events
[    53.906] (**) Option "Device" "/dev/input/event7"
[    53.906] (**) Option "_source" "_driver/libinput"
[    53.906] (II) libinput: Logitech M585/M590: is a virtual subdevice
[    53.906] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input7/event7"
[    53.906] (II) XINPUT: Adding extended input device "Logitech M585/M590" (type: KEYBOARD, id 17)
[    53.906] (**) Option "xkb_model" "pc105"
[    53.906] (**) Option "xkb_layout" "de"
[    54.149] randr: falling back to unsynchronized pixmap sharing
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by roblm »

The method for switching GPUs has changed in Mint 19. There is no longer a special xorg.conf file automatically created when the Nvidia GPU is selected, and you can’t just log out and back in after making the switch but a reboot is required.

The commands sudo Xorg -configure or sudo nvidia-xconfig should not be used on systems with Nvidia’s Optimus technology, to create an xorg.conf file. They are used on systems with a single Nvidia GPU.

This post in the Nvidia Linux Graphics forum discusses these changes and proposes an alternate quicker method to switch GPUs, similar to what was used in Mint 18.xx. See post # 46:

https://devtalk.nvidia.com/default/topi ... -solution/

Unless there is an option in the BIOS to select the Nvidia GPU, instead of Hybrid Graphics, then the nvidia-prime tool will need to be re-installed, if you want to use the Nvidia GPU.

Afer installing nvidia-prime, select the Nvidia GPU, reboot and post the Xorg.0.log file, to verify what video drivers are actually loading. Use this command to open it: xed /var/log/Xorg.0.log


EDITED: You submitted your last post just before I submitted mine. The log file looks OK.
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by trytip »

not experienced in nvidia-prime. i installed my nvidia, but upon reboot settings would not work. discovered xserver-xorg-video-nouveau still installed and removed it. can't say that is your issue or if any breakage will occur

i guess you can purge nvidia again and reinstall prime without setting xconfig
Image
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

Thanks @roblm - Prime-Ubuntu leads the way

Unfortunately I need to switch to Intel mode and back to Nvidia mode... Need to find out how to get Nvidia mode permanently...
Dupo

Re: Nvidia drivers don't work anymore [Mint19]

Post by Dupo »

Hi,

It seems that there is a regression with the Optimus technology under Ubuntu 18.04, and thereby, in Linux Mint 19 (Mint 19 is based on Ubuntu 18.04). According to information, the problem could be fixed with xorg 1.20, and a version of systemd patched (but this is not for now). Why is there always a regression every time the developers try to improve the Gnu/Linux system ? Instead of improving things, they create problems. It's a little hopeless. I don't find it logical to have to use tricks to get around the problem when it works before. The devs (Ubuntu) should check things out before providing a new system. It's not serious. :evil:
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by trytip »

@Dupo
had MAJOR issues for weeks in arch linux with the upgrade to xorg-server 1.20+ lots of users got a BSOD (black screen of death) and was unrecoverable unless downgrading to xorg-1.96. Timeshift restored my arch and was forced to block upgrades for a while till finally xorg+nvidia came to an understanding and things were settled

can't say the same thing won't happen in ubuntu if the upgrade to xorg 1.20 goes ahead, there will be a lot of broken systems if developers don't use ATD (attention to detail)

as it is right now, i mentioned when i installed my drivers from driver manager mint/cinmon/19 someone decided to leave the nouveau driver still installed . if this simple transaction can be
Image
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by roblm »

MSNBC wrote: Tue Jul 10, 2018 5:00 am Unfortunately I need to switch to Intel mode and back to Nvidia mode... Need to find out how to get Nvidia mode permanently..
I don’t fully understand that statement. The log file shows the Nvidia GPU is enabled. Can you switch GPUs now?

Are you still seeing this message, from your first post:
Nvidia Prime is not set up correctly - are the nvidia drivers and nvidia-prime installed?
If yes, then is the message seen when using the Nvidia Settings tool?

Would you post the output of this command: lspci -nnk |egrep -A3 -i "3D|VGA"

In that link to the topic I previously posted, User TimRichardson in comment #60 says a better solution is being worked on by the Ubuntu developers, so until that happens, it may be better to stay with Mint 18.3, where nvidia-prime worked well for most users.
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

When I start Mint, it'll run in Intel mode - even though prime-select suggests, it's Nvidia mode.

So I need to switch to Intel mode and back to Nvidia mode, to really get the system into Nvidia mode.... (prime-select intel and prime-select nvidia)

It's annoying to do it manually every time I start Linux...

Code: Select all

lspci -nnk |egrep -A3 -i "3D|VGA"
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02)
	Subsystem: Acer Incorporated [ALI] HD Graphics 620 [1025:1094]
	Kernel driver in use: i915
	Kernel modules: i915
--
01:00.0 3D controller [0302]: NVIDIA Corporation GM107M [GeForce GTX 950M] [10de:139a] (rev a2)
	Subsystem: Acer Incorporated [ALI] GM107M [GeForce GTX 950M] [1025:1094]
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by roblm »

Since the new method of switching GPUs in Ubuntu 18.04/Mint 19 is too new, there isn’t any good info I’ve seen for troubleshooting problems, except using that alternate method in the Nvidia Linux Graphics forum.

So using the sudo prime-select intel and then the sudo prime-select nvidia commands without rebooting will switch to the Nvidia GPU?

If so, then a desktop script would be the easiest solution because I assume you will want to use the Intel GPU most of the time to extend battery life and prevent overheating?
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

Yes, it works w/o rebooting.

I go to tty2 and run the commands. Then I return to tty1 and login to my desktop.
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by roblm »

1. You said the Intel GPU is enabled at startup. How do you know that, because the Xorg.0.log file says the Nvidia GPU is enabled?

2. After using the prime-select commands to switch to the Nvidia GPU, how do you know there really was a switch?

3. How did you discover that method of switching?

4. How often will you need to use the Nvidia GPU. Is it all the time, most of the time, or infrequently?

To my present understanding, you can’t switch GPUs without a reboot. Would you use these commands both before switching to the Nvidia GPU and after, when you return to the desktop, to verify what GPUs are actually enabled:

Code: Select all

1. prime-select query
2. xed /var/log/gpu-manager.log
3. glxinfo |egrep "direct rendering|OpenGL renderer"
After switching to the Nvidia GPU, use these additional commands:

Code: Select all

4. ls /etc/modprobe.d
5. ls /etc/X11
6. head -n 250 /var/log/Xorg.0.log
7. sudo cat /proc/acpi/bbswitch
Depending on the results, there may be a method to try, to keep the Nvidia GPU enabled after a restart.
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

First of all, thanks for your efforts.

When in Nvidia mode I see these icons. Image

When the Nvidia mode doesn't start, there is an Intel inside logo instead and the letters Err. Moving the mouse pointer to it, I get the message Nvidia Prime is not set up correctly - are the nvidia drivers and nvidia-prime installed?

Funny thing - starting my Linux this morning, I was immediately in Nvidia mode. I will observe if this stays the same...
User avatar
roblm
Level 15
Level 15
Posts: 5939
Joined: Sun Feb 24, 2013 2:41 pm

Re: Nvidia drivers don't work anymore [Mint19]

Post by roblm »

That’s not solid enough evidence. The change in the NVIDIA Prime applet may just indicate a switch in GPUs was initiated.
MSNBC
Level 2
Level 2
Posts: 63
Joined: Tue Jun 19, 2018 3:48 am

Re: Nvidia drivers don't work anymore [Mint19]

Post by MSNBC »

Now it started in Intel mode again... Gotta check this tomorrow...
Locked

Return to “Graphics Cards & Monitors”