Black Screen when strating display-manager after upgrade to Ubuntu 20.04. with nvidia drivers (Geforce GTX 950M)

Problem:
Starting any display manager (tried gdm, lightdm, sddm) while using nvidia drivers (tried 390, 440, 450, 455) after upgrading Ubuntu from 18.04. to 20.04. results in a black screen.

Kernel:
$uname -r

5.6.0-1033-oem

I did not find any noticeable errors in /var/log/syslog /var/log/Xorg.0.log or ~/.xsession-errors. Also no noticeable errors in demesg or systemctl status display-manager.

Xorg.0.log (82.2 KB) xsession-errors.txt (63.5 KB)

nvidia drivers seem to load fine. nvidia-smi displays my card Geforce GTX 950M and lsmod lists nvidia drivers.

$nvidia-smi

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.100      Driver Version: 440.100      CUDA Version: 10.2     |
|-------------------------------+----------------------+----------------------+
| 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 950M    Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   60C    P8    N/A /  N/A |     19MiB /  2004MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      4007      G   /usr/lib/xorg/Xorg                             9MiB |
|    0      4479      G   /usr/bin/nextcloud                             1MiB |
+-----------------------------------------------------------------------------+

$lsmod | grep nvidia

nvidia_uvm            962560  0
nvidia_drm             45056  4
nvidia_modeset       1114112  4 nvidia_drm
nvidia              20680704  205 nvidia_uvm,nvidia_modeset
drm_kms_helper        208896  1 nvidia_drm
drm                   540672  7 drm_kms_helper,nvidia_drm
ipmi_msghandler       110592  2 ipmi_devintf,nvidia

nvidia-bug-report.log.gz (342.6 KB)

I tried to follow advice on this forum (e.g. adding nomodeset to grub, blacklisting nouveau, etc.) to no avail.

purging all nvidia drivers results in the display manager starting under nouveau driver.
before the upgrade to 20.04. the setup was running fine with nvidia-440 drivers.

Any ideas what I could do?
(I also contacted my laptop manufacturer, who was so far unable to solve this problem and recommended me to post here. Any help would allow to help their other clients with the same problem).

For everybody ending up on this post:

I am a big step further and have the drivers and X running.
What I was missing is that for some reason Xorg in current versions is reading-in not only /etc/X11/xorg.conf but all files in that folder starting with xorg.conf (so e.g. xorg.conf.failsafe or xorg.conf_backup) - and that lead to X not starting without any error messages pointing the way.
What I thus did is remove all xorg.conf* files from /etc/X11/ and uncomment all nvidia related things in /usr/share/X11/xorg.conf.d/10-nvidia.conf and 11-nvidia-prime.conf and then started from there gradually uncommenting things until I had a working config.

My current setup now allows me to run the proprietary drivers for the integrated Intel GPU.
I am not yet able to render things with the NVIDIA GPU.

Currently mine looks like this:

/usr/share/X11/xorg.conf.d/10-nvidia.conf

Section “OutputClass”
Identifier “nvidia”
MatchDriver “nvidia-drm”
Driver “nvidia”
Option “AllowEmptyInitialConfiguration”
ModulePath “/usr/lib/x86_64-linux-gnu/nvidia/xorg”
EndSection

/etc/X11/xorg.conf

Section “Files”
ModulePath “/usr/lib/xorg/modules”
ModulePath “/usr/lib/x86_64-linux-gnu/nvidia/xorg”
EndSection

Section “Module”
Load “modesetting”
Load “glxserver_nvidia”
Load “glx”
EndSection

Section “ServerLayout”
Identifier “layout”
Screen 0 “nvidia”
Inactive “intel”
Option “AllowNVIDIAGPUScreens”
EndSection

Section “Device”
Identifier “intel”
Driver “modesetting”
BusID “PCI:0@0:2:0”
#Option “AccelMethod” “none”
EndSection

Section “Screen”
Identifier “intel”
Device “intel”
EndSection

#Section “Device”
#Identifier “nvidia”
driver “nvidia”
#BusID “PCI:1@0:0:0”
#Option “AllowEmptyInitialConfiguration”
#EndSection

Section “Screen”
Identifier “nvidia”
Device “nvidia”
EndSection

Anything commented out will lead to X not starting when being commented-in.
Hope that helps.

My guess is that that the Output Class Section in 10-nvidia.conf and the nvidia device section in xorg.conf conflict.
Therefore there must only be one.

So I still want to get the NVIDIA GPU running, that’s why I have this notebook :)

$ inxi -G

Graphics:
Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915
v: kernel
Device-2: NVIDIA GM107M [GeForce GTX 950M] driver: nvidia v: 455.45.01
Display: server: X.Org 1.20.8 driver: modesetting,nvidia
unloaded: fbdev,nouveau,vesa resolution: 1920x1200~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2)
v: 4.5 Mesa 20.0.8

Seems OpenGL renderer is set to intel, although I want Nvidia.

Xorg.0.log reveals two distinct EE:
(EE) Failed to load module “glxservernvidia” (module does not exist, 0)
(EE) modeset(0): failed to set mode: Permission denied

[ 687.609] (–) Log file renamed from “/var/log/Xorg.pid-6185.log” to “/var/log/Xorg.0.log”
[ 687.609]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 687.609] Build Operating System: Linux 4.15.0-115-generic x86_64 Ubuntu
[ 687.609] Current Operating System: Linux starseed 5.6.0-1034-oem #36-Ubuntu SMP Fri Nov 6 18:22:26 UTC 2020 x86_64
[ 687.609] Kernel command line: BOOT_IMAGE=/vmlinuz-5.6.0-1034-oem root=/dev/mapper/vgubuntu-root ro text kopt=root=/dev/mapper/vgubuntu-root acpi_osi=Linux acpi_backlight=vendor acpi=force acpi_enforce_resources=lax acpi_os_name=Linux
[ 687.609] Build Date: 04 September 2020 01:34:27PM
[ 687.609] xorg-server 2:1.20.8-2ubuntu2.4 (For technical support please see Enterprise open source support | Ubuntu)
[ 687.609] Current version of pixman: 0.38.4
[ 687.609] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 687.609] Markers: (–) probed, () from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 687.609] (==) Log file: “/var/log/Xorg.0.log”, Time: Sun Nov 29 17:44:07 2020
[ 687.609] (==) Using config file: “/etc/X11/xorg.conf”
[ 687.609] (==) Using system config directory “/usr/share/X11/xorg.conf.d”
[ 687.610] (==) ServerLayout “layout”
[ 687.610] (
) |–>Screen “nvidia” (0)
[ 687.610] () | |–>Monitor “”
[ 687.610] (==) No device specified for screen “nvidia”.
Using the first device section listed.
[ 687.610] (
) | |–>Device “intel”
[ 687.610] (==) No monitor specified for screen “nvidia”.
Using a default monitor configuration.
[ 687.610] (**) |–>Inactive Device “intel”
[ 687.610] (==) Automatically adding devices
[ 687.610] (==) Automatically enabling devices
[ 687.610] (==) Automatically adding GPU devices
[ 687.610] (==) Automatically binding GPU devices
[ 687.610] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 687.610] (WW) The directory “/usr/share/fonts/X11/cyrillic” does not exist.
[ 687.610] Entry deleted from font path.
[ 687.610] (WW) The directory “/usr/share/fonts/X11/75dpi/” does not exist.
[ 687.610] Entry deleted from font path.
[ 687.610] (WW) The directory “/usr/share/fonts/X11/75dpi” does not exist.
[ 687.610] Entry deleted from font path.
[ 687.610] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[ 687.610] (==) ModulePath set to “/usr/lib/xorg/modules”
[ 687.610] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 687.610] (II) Loader magic: 0x55e7670e5020
[ 687.610] (II) Module ABI versions:
[ 687.610] X.Org ANSI C Emulation: 0.4
[ 687.610] X.Org Video Driver: 24.1
[ 687.610] X.Org XInput driver : 24.1
[ 687.610] X.Org Server Extension : 10.0
[ 687.611] (++) using VT number 1

[ 687.613] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 687.614] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 687.614] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
[ 687.614] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 687.615] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 687.617] () OutputClass “nvidia” ModulePath extended to “/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules”
[ 687.617] (
) OutputClass “Nvidia Prime” ModulePath extended to “/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/x86_64-linux-gnu/nvidia/xorg,/usr/lib/xorg/modules”
[ 687.617] () OutputClass “Nvidia Prime” setting /dev/dri/card1 as PrimaryGPU
[ 687.622] (–) PCI: (0@0:2:0) 8086:0416:1558:6505 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x???/131072
[ 687.622] (–) PCI:*(1@0:0:0) 10de:139a:1558:6505 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x???/524288
[ 687.623] (II) “glx” will be loaded. This was enabled by default and also specified in the config file.
[ 687.623] (II) LoadModule: “modesetting”
[ 687.623] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 687.623] (II) Module modesetting: vendor=“X.Org Foundation”
[ 687.623] compiled for 1.20.8, module version = 1.20.8
[ 687.623] Module class: X.Org Video Driver
[ 687.623] ABI class: X.Org Video Driver, version 24.1
[ 687.623] (II) LoadModule: “glxservernvidia”
[ 687.623] (WW) Warning, couldn’t open module glxservernvidia
[ 687.623] (EE) Failed to load module “glxservernvidia” (module does not exist, 0)
[ 687.623] (II) LoadModule: “glx”
[ 687.623] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 687.624] (II) Module glx: vendor=“X.Org Foundation”
[ 687.624] compiled for 1.20.8, module version = 1.0.0
[ 687.624] ABI class: X.Org Server Extension, version 10.0
[ 687.624] (II) LoadModule: “modesetting”
[ 687.624] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 687.624] (II) Module modesetting: vendor=“X.Org Foundation”
[ 687.624] compiled for 1.20.8, module version = 1.20.8
[ 687.624] Module class: X.Org Video Driver
[ 687.624] ABI class: X.Org Video Driver, version 24.1
[ 687.624] (II) UnloadModule: “modesetting”
[ 687.624] (II) Unloading modesetting
[ 687.624] (II) Failed to load module “modesetting” (already loaded, 0)
[ 687.624] (II) Applying OutputClass “nvidia” to /dev/dri/card1
[ 687.624] loading driver: nvidia
[ 687.624] (II) Applying OutputClass “Nvidia Prime” to /dev/dri/card1
[ 687.625] loading driver: nvidia
[ 687.735] (II) Applying OutputClass “intel” to /dev/dri/card0
[ 687.735] loading driver: modesetting
[ 687.843] (==) Matched nvidia as autoconfigured driver 0
[ 687.843] (==) Matched nouveau as autoconfigured driver 1
[ 687.843] (==) Matched modesetting as autoconfigured driver 2
[ 687.843] (==) Matched fbdev as autoconfigured driver 3
[ 687.843] (==) Matched vesa as autoconfigured driver 4
[ 687.843] (==) Assigned the driver to the xf86ConfigLayout
[ 687.843] (II) LoadModule: “nvidia”
[ 687.844] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/nvidia_drv.so
[ 687.844] (II) Module nvidia: vendor=“NVIDIA Corporation”
[ 687.844] compiled for 1.6.99.901, module version = 1.0.0
[ 687.844] Module class: X.Org Video Driver
[ 687.844] (II) LoadModule: “nouveau”
[ 687.844] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 687.844] (II) Module nouveau: vendor=“X.Org Foundation”
[ 687.844] compiled for 1.20.3, module version = 1.0.16
[ 687.844] Module class: X.Org Video Driver
[ 687.844] ABI class: X.Org Video Driver, version 24.0
[ 687.844] (II) LoadModule: “modesetting”
[ 687.845] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 687.845] (II) Module modesetting: vendor=“X.Org Foundation”
[ 687.845] compiled for 1.20.8, module version = 1.20.8
[ 687.845] Module class: X.Org Video Driver
[ 687.845] ABI class: X.Org Video Driver, version 24.1
[ 687.845] (II) UnloadModule: “modesetting”
[ 687.845] (II) Unloading modesetting
[ 687.845] (II) Failed to load module “modesetting” (already loaded, 0)
[ 687.845] (II) LoadModule: “fbdev”
[ 687.845] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 687.845] (II) Module fbdev: vendor=“X.Org Foundation”
[ 687.845] compiled for 1.20.1, module version = 0.5.0
[ 687.845] Module class: X.Org Video Driver
[ 687.845] ABI class: X.Org Video Driver, version 24.0
[ 687.845] (II) LoadModule: “vesa”
[ 687.845] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 687.845] (II) Module vesa: vendor=“X.Org Foundation”
[ 687.845] compiled for 1.20.4, module version = 2.4.0
[ 687.845] Module class: X.Org Video Driver
[ 687.845] ABI class: X.Org Video Driver, version 24.0
[ 687.845] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 687.845] (II) NVIDIA dlloader X Driver 455.38 Thu Oct 22 06:02:31 UTC 2020
[ 687.845] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 687.845] (II) NOUVEAU driver Date: Mon Jan 28 23:25:58 2019 -0500
[ 687.845] (II) NOUVEAU driver for NVIDIA chipset families :
[ 687.845] RIVA TNT (NV04)
[ 687.845] RIVA TNT2 (NV05)
[ 687.845] GeForce 256 (NV10)
[ 687.845] GeForce 2 (NV11, NV15)
[ 687.846] GeForce 4MX (NV17, NV18)
[ 687.846] GeForce 3 (NV20)
[ 687.846] GeForce 4Ti (NV25, NV28)
[ 687.846] GeForce FX (NV3x)
[ 687.846] GeForce 6 (NV4x)
[ 687.846] GeForce 7 (G7x)
[ 687.846] GeForce 8 (G8x)
[ 687.846] GeForce 9 (G9x)
[ 687.846] GeForce GTX 2xx/3xx (GT2xx)
[ 687.846] GeForce GTX 4xx/5xx (GFxxx)
[ 687.846] GeForce GTX 6xx/7xx (GKxxx)
[ 687.846] GeForce GTX 9xx (GMxxx)
[ 687.846] GeForce GTX 10xx (GPxxx)
[ 687.846] (II) FBDEV: driver for framebuffer: fbdev
[ 687.846] (II) VESA: driver for VESA chipsets: vesa
[ 687.846] (II) modeset(0): using drv /dev/dri/card0
[ 687.846] (WW) Falling back to old probe method for fbdev
[ 687.846] (II) Loading sub module “fbdevhw”
[ 687.846] (II) LoadModule: “fbdevhw”
[ 687.847] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 687.847] (II) Module fbdevhw: vendor=“X.Org Foundation”
[ 687.847] compiled for 1.20.8, module version = 0.0.2
[ 687.847] ABI class: X.Org Video Driver, version 24.1
[ 687.847] (II) systemd-logind: releasing fd for 226:1
[ 687.848] (II) Loading sub module “fb”
[ 687.848] (II) LoadModule: “fb”
[ 687.848] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 687.848] (II) Module fb: vendor=“X.Org Foundation”
[ 687.848] compiled for 1.20.8, module version = 1.0.0
[ 687.848] ABI class: X.Org ANSI C Emulation, version 0.4
[ 687.848] (II) Loading sub module “wfb”
[ 687.848] (II) LoadModule: “wfb”
[ 687.848] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 687.848] (II) Module wfb: vendor=“X.Org Foundation”
[ 687.848] compiled for 1.20.8, module version = 1.0.0
[ 687.848] ABI class: X.Org ANSI C Emulation, version 0.4
[ 687.848] (II) Loading sub module “ramdac”
[ 687.848] (II) LoadModule: “ramdac”
[ 687.848] (II) Module “ramdac” already built-in
[ 687.849] (II) modeset(0): Creating default Display subsection in Screen section
“nvidia” for depth/fbbpp 24/32
[ 687.849] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 687.849] (==) modeset(0): RGB weight 888
[ 687.849] (==) modeset(0): Default visual is TrueColor
[ 687.849] (II) Loading sub module “glamoregl”
[ 687.849] (II) LoadModule: “glamoregl”
[ 687.849] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 687.853] (II) Module glamoregl: vendor=“X.Org Foundation”
[ 687.853] compiled for 1.20.8, module version = 1.0.1
[ 687.853] ABI class: X.Org ANSI C Emulation, version 0.4
[ 687.879] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)
[ 687.879] (II) modeset(0): glamor initialized
[ 687.879] (II) modeset(0): Output eDP-1 has no monitor section
[ 687.881] (II) modeset(0): Output VGA-1 has no monitor section
[ 687.908] (II) modeset(0): Output HDMI-1 has no monitor section
[ 687.908] (II) modeset(0): EDID for output eDP-1
[ 687.908] (II) modeset(0): Manufacturer: AUO Model: 12ed Serial#: 0
[ 687.908] (II) modeset(0): Year: 2012 Week: 0
[ 687.908] (II) modeset(0): EDID Version: 1.4
[ 687.908] (II) modeset(0): Digital Display Input
[ 687.908] (II) modeset(0): 6 bits per channel
[ 687.908] (II) modeset(0): Digital interface is DisplayPort
[ 687.908] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 687.908] (II) modeset(0): Gamma: 2.20
[ 687.908] (II) modeset(0): No DPMS capabilities specified
[ 687.908] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 687.908] (II) modeset(0): First detailed timing is preferred mode
[ 687.908] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 687.908] (II) modeset(0): redX: 0.590 redY: 0.340 greenX: 0.325 greenY: 0.580
[ 687.908] (II) modeset(0): blueX: 0.150 blueY: 0.110 whiteX: 0.313 whiteY: 0.329
[ 687.908] (II) modeset(0): Manufacturer’s mask: 0
[ 687.908] (II) modeset(0): Supported detailed timing:
[ 687.908] (II) modeset(0): clock: 141.4 MHz Image Size: 344 x 193 mm
[ 687.908] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2068 h_blank_end 2112 h_border: 0
[ 687.908] (II) modeset(0): v_active: 1080 v_sync: 1088 v_sync_end 1102 v_blanking: 1112 v_border: 0
[ 687.908] (II) modeset(0): Supported detailed timing:
[ 687.908] (II) modeset(0): clock: 94.3 MHz Image Size: 344 x 193 mm
[ 687.908] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2068 h_blank_end 2112 h_border: 0
[ 687.908] (II) modeset(0): v_active: 1080 v_sync: 1088 v_sync_end 1102 v_blanking: 1112 v_border: 0
[ 687.908] (II) modeset(0): AUO
[ 687.908] (II) modeset(0): B156HAN01.2
[ 687.908] (II) modeset(0): EDID (in hex):
[ 687.909] (II) modeset(0): 00ffffffffffff0006afed1200000000
[ 687.909] (II) modeset(0): 00160104952213780206959757539426
[ 687.909] (II) modeset(0): 1c505400000001010101010101010101
[ 687.909] (II) modeset(0): 0101010101013c3780c0703820403064
[ 687.909] (II) modeset(0): 8e0058c110000018d32480c070382040
[ 687.909] (II) modeset(0): 30648e0058c110000018000000fe0041
[ 687.909] (II) modeset(0): 554f0a202020202020202020000000fe
[ 687.909] (II) modeset(0): 004231353648414e30312e32200a0022
[ 687.909] (II) modeset(0): Printing probed modes for output eDP-1
[ 687.909] (II) modeset(0): Modeline "1920x1080"x60.2 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 687.909] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 687.909] (II) modeset(0): Modeline "1920x1080"x40.1 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 687.909] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656 1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 687.909] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "800x512"x120.3 51.56 800 800 828 832 512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "720x450"x119.8 53.25 720 760 836 952 450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 687.909] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "680x384"x119.6 42.38 680 716 784 888 384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "680x384"x119.9 36.00 680 704 720 760 384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "576x432"x120.1 40.81 576 608 668 760 432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 687.909] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 687.909] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 687.909] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 687.909] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 687.909] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 687.909] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 687.909] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 687.909] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 687.911] (II) modeset(0): EDID for output VGA-1
[ 687.939] (II) modeset(0): EDID for output HDMI-1
[ 687.939] (II) modeset(0): Manufacturer: FUS Model: 73e Serial#: 10
[ 687.939] (II) modeset(0): Year: 2007 Week: 37
[ 687.939] (II) modeset(0): EDID Version: 1.3
[ 687.939] (II) modeset(0): Digital Display Input
[ 687.939] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 687.939] (II) modeset(0): Gamma: 2.20
[ 687.939] (II) modeset(0): DPMS capabilities: Off
[ 687.940] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 687.940] (II) modeset(0): First detailed timing is preferred mode
[ 687.940] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 687.940] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 687.940] (II) modeset(0): Supported established timings:
[ 687.940] (II) modeset(0): 720x400@70Hz
[ 687.940] (II) modeset(0): 640x480@60Hz
[ 687.940] (II) modeset(0): 640x480@75Hz
[ 687.940] (II) modeset(0): 800x600@60Hz
[ 687.940] (II) modeset(0): 800x600@75Hz
[ 687.940] (II) modeset(0): 1024x768@60Hz
[ 687.940] (II) modeset(0): 1024x768@75Hz
[ 687.940] (II) modeset(0): 1280x1024@75Hz
[ 687.940] (II) modeset(0): Manufacturer’s mask: 0
[ 687.940] (II) modeset(0): Supported standard timings:
[ 687.940] (II) modeset(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 687.940] (II) modeset(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 687.940] (II) modeset(0): #2: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 687.940] (II) modeset(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 687.940] (II) modeset(0): #4: hsize: 1280 vsize 800 refresh: 75 vid: 3969
[ 687.940] (II) modeset(0): #5: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 687.940] (II) modeset(0): #6: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 687.940] (II) modeset(0): #7: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 687.940] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 148.5 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 687.940] (II) modeset(0): v_active: 1080 v_sync: 1089 v_sync_end 1095 v_blanking: 1125 v_border: 0
[ 687.940] (II) modeset(0): Monitor name: P24W-3
[ 687.940] (II) modeset(0): Serial No: YE2L000221
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 148.5 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 687.940] (II) modeset(0): v_active: 1080 v_sync: 1089 v_sync_end 1095 v_blanking: 1125 v_border: 0
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 74.2 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 687.940] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 74.2 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 687.940] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 74.2 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 687.940] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 27.0 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 687.940] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 687.940] (II) modeset(0): Supported detailed timing:
[ 687.940] (II) modeset(0): clock: 27.0 MHz Image Size: 518 x 324 mm
[ 687.940] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 687.940] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 687.940] (II) modeset(0): Number of EDID sections to follow: 1
[ 687.940] (II) modeset(0): EDID (in hex):
[ 687.940] (II) modeset(0): 00ffffffffffff001ab33e070a000000
[ 687.940] (II) modeset(0): 25110103803420782aee95a3544c9926
[ 687.940] (II) modeset(0): 0f5054a54b00b3009500950f8100810f
[ 687.940] (II) modeset(0): 81c08180a940283c80a070b023403020
[ 687.940] (II) modeset(0): 360006442100001a023a80d072382d40
[ 687.940] (II) modeset(0): 102c9680064421000018000000fc0050
[ 687.940] (II) modeset(0): 3234572d330a202020202020000000ff
[ 687.940] (II) modeset(0): 005945324c3030303232310a202001a2
[ 687.940] (II) modeset(0): 02030e0449909f85940413031201023a
[ 687.940] (II) modeset(0): 80d072382d40102c9680064421000018
[ 687.940] (II) modeset(0): 011d8018711c1620582c250006442100
[ 687.940] (II) modeset(0): 009e011d80d0721c1620102c25800644
[ 687.940] (II) modeset(0): 2100009e011d00bc52d01e20b8285540
[ 687.940] (II) modeset(0): 06442100001e8c0ad090204031200c40
[ 687.940] (II) modeset(0): 55000644210000188c0ad08a20e02d10
[ 687.940] (II) modeset(0): 103e96000644210000180000000000d5
[ 687.940] (II) modeset(0): Printing probed modes for output HDMI-1
[ 687.940] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[ 687.940] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1089 1095 1125 -hsync -vsync (56.2 kHz e)
[ 687.941] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 687.941] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 687.941] (II) modeset(0): Modeline "1920x1080i"x30.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 687.941] (II) modeset(0): Modeline "1920x1080i"x25.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 687.941] (II) modeset(0): Modeline "1920x1080i"x30.0 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 687.941] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 687.941] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 687.941] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 687.941] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 687.941] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 687.941] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 687.941] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 687.941] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 687.941] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 687.941] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 687.941] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 687.941] (II) modeset(0): Output eDP-1 connected
[ 687.941] (II) modeset(0): Output VGA-1 disconnected
[ 687.941] (II) modeset(0): Output HDMI-1 connected
[ 687.941] (II) modeset(0): Using spanning desktop for initial modes
[ 687.941] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 687.941] (II) modeset(0): Output HDMI-1 using initial mode 1920x1200 +1920+0
[ 687.941] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 687.941] (==) modeset(0): DPI set to (96, 96)
[ 687.941] (II) Loading sub module “fb”
[ 687.941] (II) LoadModule: “fb”
[ 687.941] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 687.941] (II) Module fb: vendor=“X.Org Foundation”
[ 687.941] compiled for 1.20.8, module version = 1.0.0
[ 687.941] ABI class: X.Org ANSI C Emulation, version 0.4
[ 687.941] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 687.941] (==) NVIDIA(G0): RGB weight 888
[ 687.941] (==) NVIDIA(G0): Default visual is TrueColor
[ 687.941] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 687.941] (II) Applying OutputClass “nvidia” options to /dev/dri/card1
[ 687.941] (II) Applying OutputClass “Nvidia Prime” options to /dev/dri/card1
[ 687.941] (
) NVIDIA(G0): Option “AllowEmptyInitialConfiguration”
[ 687.941] () NVIDIA(G0): Enabling 2D acceleration
[ 687.942] (II) Loading sub module “glxserver_nvidia”
[ 687.942] (II) LoadModule: “glxserver_nvidia”
[ 687.942] (II) Loading /usr/lib/x86_64-linux-gnu/nvidia/xorg/libglxserver_nvidia.so
[ 687.951] (II) Module glxserver_nvidia: vendor=“NVIDIA Corporation”
[ 687.951] compiled for 1.6.99.901, module version = 1.0.0
[ 687.951] Module class: X.Org Server Extension
[ 687.951] (II) NVIDIA GLX Module 455.38 Thu Oct 22 06:01:10 UTC 2020
[ 687.951] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 688.184] (II) NVIDIA(G0): NVIDIA GPU GeForce GTX 950M (GM107-A) at PCI:1:0:0 (GPU-0)
[ 688.184] (–) NVIDIA(G0): Memory: 2097152 kBytes
[ 688.185] (–) NVIDIA(G0): VideoBIOS: 82.07.7d.00.01
[ 688.185] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 688.185] (II) NVIDIA(G0): Validated MetaModes:
[ 688.185] (II) NVIDIA(G0): “NULL”
[ 688.185] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 688.185] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 688.185] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 688.185] (II) UnloadModule: “nouveau”
[ 688.185] (II) Unloading nouveau
[ 688.185] (II) UnloadModule: “fbdev”
[ 688.185] (II) Unloading fbdev
[ 688.185] (II) UnloadSubModule: “fbdevhw”
[ 688.185] (II) Unloading fbdevhw
[ 688.185] (II) UnloadModule: “vesa”
[ 688.185] (II) Unloading vesa
[ 688.229] (==) modeset(0): Backing store enabled
[ 688.229] (==) modeset(0): Silken mouse enabled
[ 688.406] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 688.407] (==) modeset(0): DPMS enabled
[ 688.407] (II) modeset(0): [DRI2] Setup complete
[ 688.407] (II) modeset(0): [DRI2] DRI driver: i965
[ 688.407] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 688.407] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 688.407] (II) NVIDIA: access.
[ 688.435] (II) NVIDIA(G0): Setting mode “NULL”
[ 688.437] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 688.437] (==) NVIDIA(G0): Backing store enabled
[ 688.437] (==) NVIDIA(G0): Silken mouse enabled
[ 688.437] (==) NVIDIA(G0): DPMS enabled
[ 688.438] (WW) NVIDIA(G0): Option “IgnoreDisplayDevices” is not used
[ 688.438] (WW) NVIDIA(G0): Option “PrimaryGPU” is not used
[ 688.438] (II) Loading sub module “dri2”
[ 688.438] (II) LoadModule: “dri2”
[ 688.438] (II) Module “dri2” already built-in
[ 688.438] (II) NVIDIA(G0): [DRI2] Setup complete
[ 688.438] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 688.438] (II) Initializing extension Generic Event Extension
[ 688.438] (II) Initializing extension SHAPE
[ 688.438] (II) Initializing extension MIT-SHM
[ 688.438] (II) Initializing extension XInputExtension
[ 688.438] (II) Initializing extension XTEST
[ 688.438] (II) Initializing extension BIG-REQUESTS
[ 688.438] (II) Initializing extension SYNC
[ 688.438] (II) Initializing extension XKEYBOARD
[ 688.439] (II) Initializing extension XC-MISC
[ 688.439] (II) Initializing extension SECURITY
[ 688.439] (II) Initializing extension XFIXES
[ 688.439] (II) Initializing extension RENDER
[ 688.439] (II) Initializing extension RANDR
[ 688.439] (II) Initializing extension COMPOSITE
[ 688.439] (II) Initializing extension DAMAGE
[ 688.439] (II) Initializing extension MIT-SCREEN-SAVER
[ 688.439] (II) Initializing extension DOUBLE-BUFFER
[ 688.440] (II) Initializing extension RECORD
[ 688.440] (II) Initializing extension DPMS
[ 688.440] (II) Initializing extension Present
[ 688.440] (II) Initializing extension DRI3
[ 688.440] (II) Initializing extension X-Resource
[ 688.440] (II) Initializing extension XVideo
[ 688.440] (II) Initializing extension XVideo-MotionCompensation
[ 688.440] (II) Initializing extension SELinux
[ 688.440] (II) SELinux: Disabled on system
[ 688.440] (II) Initializing extension GLX
[ 688.440] (II) Initializing extension GLX
[ 688.440] (II) Indirect GLX disabled.
[ 688.445] (II) AIGLX: Loaded and initialized i965
[ 688.445] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 688.445] (II) Initializing extension XFree86-VidModeExtension
[ 688.445] (II) Initializing extension XFree86-DGA
[ 688.445] (II) Initializing extension XFree86-DRI
[ 688.445] (II) Initializing extension DRI2
[ 688.445] (II) Initializing extension NV-GLX
[ 688.445] (II) Initializing extension NV-CONTROL
[ 688.447] (II) modeset(0): Damage tracking initialized
[ 688.447] (II) modeset(0): Setting screen physical size to 1016 x 317
[ 688.478] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 688.478] (
) Power Button: Applying InputClass “libinput keyboard catchall”
[ 688.478] (II) LoadModule: “libinput”
[ 688.478] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 688.480] (II) Module libinput: vendor=“X.Org Foundation”
[ 688.480] compiled for 1.20.4, module version = 0.29.0
[ 688.480] Module class: X.Org XInput Driver
[ 688.480] ABI class: X.Org XInput driver, version 24.1
[ 688.480] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 688.480] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[ 688.480] () Power Button: always reports core events
[ 688.480] (
) Option “Device” “/dev/input/event3”
[ 688.480] () Option “_source” “server/udev”
[ 688.482] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 688.482] (II) event3 - Power Button: device is a keyboard
[ 688.482] (II) event3 - Power Button: device removed
[ 688.482] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3”
[ 688.482] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 6)
[ 688.482] () Option “xkb_model” “pc105”
[ 688.482] (
) Option “xkb_layout” “us”
[ 688.483] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 688.483] (II) event3 - Power Button: device is a keyboard
[ 688.483] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[ 688.483] () Video Bus: Applying InputClass “libinput keyboard catchall”
[ 688.483] (II) Using input driver ‘libinput’ for ‘Video Bus’
[ 688.484] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 42 paused 0
[ 688.484] (
) Video Bus: always reports core events
[ 688.484] () Option “Device” “/dev/input/event11”
[ 688.484] (
) Option “_source” “server/udev”
[ 688.485] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[ 688.485] (II) event11 - Video Bus: device is a keyboard
[ 688.485] (II) event11 - Video Bus: device removed
[ 688.485] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input18/event11”
[ 688.485] (II) XINPUT: Adding extended input device “Video Bus” (type: KEYBOARD, id 7)
[ 688.485] (
) Option “xkb_model” “pc105”
[ 688.485] () Option “xkb_layout” “us”
[ 688.486] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[ 688.486] (II) event11 - Video Bus: device is a keyboard
[ 688.486] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 688.486] (
) Video Bus: Applying InputClass “libinput keyboard catchall”
[ 688.486] (II) Using input driver ‘libinput’ for ‘Video Bus’
[ 688.487] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 43 paused 0
[ 688.487] () Video Bus: always reports core events
[ 688.487] (
) Option “Device” “/dev/input/event10”
[ 688.487] () Option “_source” “server/udev”
[ 688.488] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 688.488] (II) event10 - Video Bus: device is a keyboard
[ 688.488] (II) event10 - Video Bus: device removed
[ 688.488] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:50/LNXVIDEO:00/input/input17/event10”
[ 688.488] (II) XINPUT: Adding extended input device “Video Bus” (type: KEYBOARD, id 8)
[ 688.488] () Option “xkb_model” “pc105”
[ 688.488] (
) Option “xkb_layout” “us”
[ 688.489] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 688.489] (II) event10 - Video Bus: device is a keyboard
[ 688.490] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 688.490] () Power Button: Applying InputClass “libinput keyboard catchall”
[ 688.490] (II) Using input driver ‘libinput’ for ‘Power Button’
[ 688.490] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[ 688.490] (
) Power Button: always reports core events
[ 688.490] () Option “Device” “/dev/input/event0”
[ 688.490] (
) Option “_source” “server/udev”
[ 688.492] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 688.492] (II) event0 - Power Button: device is a keyboard
[ 688.492] (II) event0 - Power Button: device removed
[ 688.492] () Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0”
[ 688.492] (II) XINPUT: Adding extended input device “Power Button” (type: KEYBOARD, id 9)
[ 688.492] (
) Option “xkb_model” “pc105”
[ 688.492] () Option “xkb_layout” “us”
[ 688.493] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 688.493] (II) event0 - Power Button: device is a keyboard
[ 688.493] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 688.493] (II) No input driver specified, ignoring this device.
[ 688.493] (II) This device may have been added with another device file.
[ 688.494] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 688.494] (
) Sleep Button: Applying InputClass “libinput keyboard catchall”
[ 688.494] (II) Using input driver ‘libinput’ for ‘Sleep Button’
[ 688.494] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 45 paused 0
[ 688.494] () Sleep Button: always reports core events
[ 688.494] (
) Option “Device” “/dev/input/event1”
[ 688.494] () Option “_source” “server/udev”
[ 688.495] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 688.495] (II) event1 - Sleep Button: device is a keyboard
[ 688.495] (II) event1 - Sleep Button: device removed
[ 688.495] (
) Option “config_info” “udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1”
[ 688.495] (II) XINPUT: Adding extended input device “Sleep Button” (type: KEYBOARD, id 10)
[ 688.495] () Option “xkb_model” “pc105”
[ 688.495] (
) Option “xkb_layout” “us”
[ 688.496] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 688.496] (II) event1 - Sleep Button: device is a keyboard
[ 688.497] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[ 688.497] (II) No input driver specified, ignoring this device.
[ 688.497] (II) This device may have been added with another device file.
[ 688.497] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[ 688.497] (II) No input driver specified, ignoring this device.
[ 688.497] (II) This device may have been added with another device file.
[ 688.497] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[ 688.497] (II) No input driver specified, ignoring this device.
[ 688.497] (II) This device may have been added with another device file.
[ 688.498] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[ 688.498] (II) No input driver specified, ignoring this device.
[ 688.498] (II) This device may have been added with another device file.
[ 688.498] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[ 688.498] (II) No input driver specified, ignoring this device.
[ 688.498] (II) This device may have been added with another device file.
[ 688.499] (II) config/udev: Adding input device HID 05f3:0007 (/dev/input/event7)
[ 688.499] () HID 05f3:0007: Applying InputClass “libinput keyboard catchall”
[ 688.499] (II) Using input driver ‘libinput’ for ‘HID 05f3:0007’
[ 688.499] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 46 paused 0
[ 688.499] (
) HID 05f3:0007: always reports core events
[ 688.499] () Option “Device” “/dev/input/event7”
[ 688.499] (
) Option “_source” “server/udev”
[ 688.501] (II) event7 - HID 05f3:0007: is tagged by udev as: Keyboard
[ 688.501] (II) event7 - HID 05f3:0007: device is a keyboard
[ 688.501] (II) event7 - HID 05f3:0007: device removed
[ 688.501] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.0/0003:05F3:0007.0002/input/input14/event7”
[ 688.501] (II) XINPUT: Adding extended input device “HID 05f3:0007” (type: KEYBOARD, id 11)
[ 688.501] (
) Option “xkb_model” “pc105”
[ 688.501] () Option “xkb_layout” “us”
[ 688.502] (II) event7 - HID 05f3:0007: is tagged by udev as: Keyboard
[ 688.502] (II) event7 - HID 05f3:0007: device is a keyboard
[ 688.503] (II) config/udev: Adding input device HID 05f3:0007 System Control (/dev/input/event8)
[ 688.503] (
) HID 05f3:0007 System Control: Applying InputClass “libinput keyboard catchall”
[ 688.503] (II) Using input driver ‘libinput’ for ‘HID 05f3:0007 System Control’
[ 688.504] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 47 paused 0
[ 688.504] () HID 05f3:0007 System Control: always reports core events
[ 688.504] (
) Option “Device” “/dev/input/event8”
[ 688.504] () Option “_source” “server/udev”
[ 688.505] (II) event8 - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[ 688.505] (II) event8 - HID 05f3:0007 System Control: device is a keyboard
[ 688.506] (II) event8 - HID 05f3:0007 System Control: device removed
[ 688.506] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.1/0003:05F3:0007.0003/input/input15/event8”
[ 688.506] (II) XINPUT: Adding extended input device “HID 05f3:0007 System Control” (type: KEYBOARD, id 12)
[ 688.506] () Option “xkb_model” “pc105”
[ 688.506] (
) Option “xkb_layout” “us”
[ 688.507] (II) event8 - HID 05f3:0007 System Control: is tagged by udev as: Keyboard
[ 688.507] (II) event8 - HID 05f3:0007 System Control: device is a keyboard
[ 688.508] (II) config/udev: Adding input device HID 05f3:0007 Consumer Control (/dev/input/event9)
[ 688.508] () HID 05f3:0007 Consumer Control: Applying InputClass “libinput keyboard catchall”
[ 688.508] (II) Using input driver ‘libinput’ for ‘HID 05f3:0007 Consumer Control’
[ 688.508] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 48 paused 0
[ 688.508] (
) HID 05f3:0007 Consumer Control: always reports core events
[ 688.508] () Option “Device” “/dev/input/event9”
[ 688.508] (
) Option “_source” “server/udev”
[ 688.510] (II) event9 - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[ 688.510] (II) event9 - HID 05f3:0007 Consumer Control: device is a keyboard
[ 688.510] (II) event9 - HID 05f3:0007 Consumer Control: device removed
[ 688.510] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.1/0003:05F3:0007.0003/input/input16/event9”
[ 688.510] (II) XINPUT: Adding extended input device “HID 05f3:0007 Consumer Control” (type: KEYBOARD, id 13)
[ 688.510] (
) Option “xkb_model” “pc105”
[ 688.510] () Option “xkb_layout” “us”
[ 688.511] (II) event9 - HID 05f3:0007 Consumer Control: is tagged by udev as: Keyboard
[ 688.511] (II) event9 - HID 05f3:0007 Consumer Control: device is a keyboard
[ 688.512] (II) config/udev: Adding input device HOLTEK Evoluent VerticalMouse 4 (/dev/input/event6)
[ 688.512] (
) HOLTEK Evoluent VerticalMouse 4: Applying InputClass “libinput pointer catchall”
[ 688.512] (II) Using input driver ‘libinput’ for ‘HOLTEK Evoluent VerticalMouse 4’
[ 688.570] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[ 688.570] () HOLTEK Evoluent VerticalMouse 4: always reports core events
[ 688.570] (
) Option “Device” “/dev/input/event6”
[ 688.570] () Option “_source” “server/udev”
[ 688.573] (II) event6 - HOLTEK Evoluent VerticalMouse 4: is tagged by udev as: Mouse
[ 688.573] (II) event6 - HOLTEK Evoluent VerticalMouse 4: device is a pointer
[ 688.573] (II) event6 - HOLTEK Evoluent VerticalMouse 4: device removed
[ 688.574] (
) Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:1A7C:0191.0001/input/input13/event6”
[ 688.574] (II) XINPUT: Adding extended input device “HOLTEK Evoluent VerticalMouse 4” (type: MOUSE, id 14)
[ 688.574] () Option “AccelerationScheme” “none”
[ 688.574] (
) HOLTEK Evoluent VerticalMouse 4: (accel) selected scheme none/0
[ 688.574] () HOLTEK Evoluent VerticalMouse 4: (accel) acceleration factor: 2.000
[ 688.574] (
) HOLTEK Evoluent VerticalMouse 4: (accel) acceleration threshold: 4
[ 688.577] (II) event6 - HOLTEK Evoluent VerticalMouse 4: is tagged by udev as: Mouse
[ 688.577] (II) event6 - HOLTEK Evoluent VerticalMouse 4: device is a pointer
[ 688.578] (II) config/udev: Adding input device HOLTEK Evoluent VerticalMouse 4 (/dev/input/mouse1)
[ 688.578] (II) No input driver specified, ignoring this device.
[ 688.578] (II) This device may have been added with another device file.
[ 688.580] (II) config/udev: Adding input device BisonCam, NB Pro: BisonCam, NB (/dev/input/event20)
[ 688.580] () BisonCam, NB Pro: BisonCam, NB : Applying InputClass “libinput keyboard catchall”
[ 688.580] (II) Using input driver ‘libinput’ for 'BisonCam, NB Pro: BisonCam, NB ’
[ 688.581] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 50 paused 0
[ 688.582] (
) BisonCam, NB Pro: BisonCam, NB : always reports core events
[ 688.582] () Option “Device” “/dev/input/event20”
[ 688.582] (
) Option “_source” “server/udev”
[ 688.584] (II) event20 - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[ 688.585] (II) event20 - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[ 688.585] (II) event20 - BisonCam, NB Pro: BisonCam, NB : device removed
[ 688.585] () Option “config_info” “udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input27/event20”
[ 688.585] (II) XINPUT: Adding extended input device "BisonCam, NB Pro: BisonCam, NB " (type: KEYBOARD, id 15)
[ 688.585] (
) Option “xkb_model” “pc105”
[ 688.585] () Option “xkb_layout” “us”
[ 688.586] (II) event20 - BisonCam, NB Pro: BisonCam, NB : is tagged by udev as: Keyboard
[ 688.587] (II) event20 - BisonCam, NB Pro: BisonCam, NB : device is a keyboard
[ 688.587] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18)
[ 688.587] (II) No input driver specified, ignoring this device.
[ 688.587] (II) This device may have been added with another device file.
[ 688.587] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
[ 688.587] (II) No input driver specified, ignoring this device.
[ 688.587] (II) This device may have been added with another device file.
[ 688.588] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 688.588] (
) AT Translated Set 2 keyboard: Applying InputClass “libinput keyboard catchall”
[ 688.588] (II) Using input driver ‘libinput’ for ‘AT Translated Set 2 keyboard’
[ 688.588] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 51 paused 0
[ 688.588] () AT Translated Set 2 keyboard: always reports core events
[ 688.588] (
) Option “Device” “/dev/input/event4”
[ 688.588] () Option “_source” “server/udev”
[ 688.589] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 688.589] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 688.590] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 688.590] (
) Option “config_info” “udev:/sys/devices/platform/i8042/serio0/input/input4/event4”
[ 688.590] (II) XINPUT: Adding extended input device “AT Translated Set 2 keyboard” (type: KEYBOARD, id 16)
[ 688.590] () Option “xkb_model” “pc105”
[ 688.590] (
) Option “xkb_layout” “us”
[ 688.591] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 688.591] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 688.592] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event5)
[ 688.592] () ETPS/2 Elantech Touchpad: Applying InputClass “libinput touchpad catchall”
[ 688.592] (II) Using input driver ‘libinput’ for ‘ETPS/2 Elantech Touchpad’
[ 688.592] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 52 paused 0
[ 688.592] (
) ETPS/2 Elantech Touchpad: always reports core events
[ 688.592] () Option “Device” “/dev/input/event5”
[ 688.592] (
) Option “_source” “server/udev”
[ 688.593] (II) event5 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 688.594] (II) event5 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 688.594] (II) event5 - ETPS/2 Elantech Touchpad: device removed
[ 688.594] () Option “config_info” “udev:/sys/devices/platform/i8042/serio2/input/input10/event5”
[ 688.594] (II) XINPUT: Adding extended input device “ETPS/2 Elantech Touchpad” (type: TOUCHPAD, id 17)
[ 688.594] (
) Option “AccelerationScheme” “none”
[ 688.594] () ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[ 688.594] (
) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 688.594] () ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 688.595] (II) event5 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[ 688.596] (II) event5 - ETPS/2 Elantech Touchpad: device is a touchpad
[ 688.596] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 688.596] (II) No input driver specified, ignoring this device.
[ 688.596] (II) This device may have been added with another device file.
[ 688.598] (II) config/udev: Adding input device TUXEDO Keyboard (/dev/input/event12)
[ 688.598] (
) TUXEDO Keyboard: Applying InputClass “libinput keyboard catchall”
[ 688.598] (II) Using input driver ‘libinput’ for ‘TUXEDO Keyboard’
[ 688.598] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 53 paused 0
[ 688.599] () TUXEDO Keyboard: always reports core events
[ 688.599] (
) Option “Device” “/dev/input/event12”
[ 688.599] () Option “_source” “server/udev”
[ 688.599] (II) event12 - TUXEDO Keyboard: is tagged by udev as: Keyboard
[ 688.599] (II) event12 - TUXEDO Keyboard: device is a keyboard
[ 688.599] (II) event12 - TUXEDO Keyboard: device removed
[ 688.600] (
) Option “config_info” “udev:/sys/devices/platform/tuxedo_keyboard/input/input19/event12”
[ 688.600] (II) XINPUT: Adding extended input device “TUXEDO Keyboard” (type: KEYBOARD, id 18)
[ 688.600] () Option “xkb_model” “pc105”
[ 688.600] (
) Option “xkb_layout” “us”
[ 688.600] (II) event12 - TUXEDO Keyboard: is tagged by udev as: Keyboard
[ 688.600] (II) event12 - TUXEDO Keyboard: device is a keyboard
[ 688.726] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 688.726] (II) modeset(0): Printing DDC gathered Modelines:
[ 688.726] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 688.726] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 688.769] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 688.769] (II) modeset(0): Printing DDC gathered Modelines:
[ 688.769] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 688.769] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 688.799] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 688.799] (II) modeset(0): Printing DDC gathered Modelines:
[ 688.799] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 688.799] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 688.838] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 688.838] (II) modeset(0): Printing DDC gathered Modelines:
[ 688.838] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 688.838] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 688.877] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 688.877] (II) modeset(0): Printing DDC gathered Modelines:
[ 688.877] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 688.877] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 689.193] (II) modeset(0): Allocate new frame buffer 1920x1200 stride
[ 690.367] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 690.367] (II) modeset(0): Printing DDC gathered Modelines:
[ 690.367] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 690.367] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 690.430] (II) modeset(0): Allocate new frame buffer 3840x1200 stride
[ 691.547] (II) modeset(0): EDID vendor “AUO”, prod id 4845
[ 691.547] (II) modeset(0): Printing DDC gathered Modelines:
[ 691.547] (II) modeset(0): Modeline "1920x1080"x0.0 141.40 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (67.0 kHz eP)
[ 691.547] (II) modeset(0): Modeline "1920x1080"x0.0 94.27 1920 1968 2068 2112 1080 1088 1102 1112 -hsync -vsync (44.6 kHz e)
[ 696.292] () Option “fd” “39”
[ 696.292] (II) event3 - Power Button: device removed
[ 696.293] (
) Option “fd” “42”
[ 696.293] (II) event11 - Video Bus: device removed
[ 696.293] () Option “fd” “43”
[ 696.293] (II) event10 - Video Bus: device removed
[ 696.294] (
) Option “fd” “44”
[ 696.294] (II) event0 - Power Button: device removed
[ 696.294] () Option “fd” “45”
[ 696.294] (II) event1 - Sleep Button: device removed
[ 696.294] (
) Option “fd” “46”
[ 696.294] (II) event7 - HID 05f3:0007: device removed
[ 696.295] () Option “fd” “47”
[ 696.295] (II) event8 - HID 05f3:0007 System Control: device removed
[ 696.295] (
) Option “fd” “48”
[ 696.295] (II) event9 - HID 05f3:0007 Consumer Control: device removed
[ 696.295] () Option “fd” “49”
[ 696.296] (II) event6 - HOLTEK Evoluent VerticalMouse 4: device removed
[ 696.296] (
) Option “fd” “50”
[ 696.296] (II) event20 - BisonCam, NB Pro: BisonCam, NB : device removed
[ 696.296] () Option “fd” “51”
[ 696.296] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 696.297] (
) Option “fd” “52”
[ 696.297] (II) event5 - ETPS/2 Elantech Touchpad: device removed
[ 696.297] (**) Option “fd” “53”
[ 696.297] (II) event12 - TUXEDO Keyboard: device removed
[ 696.297] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 696.309] (EE) modeset(0): failed to set mode: Permission denied
[ 696.309] (EE) modeset(0): failed to set mode: Permission denied
[ 696.310] (II) systemd-logind: got pause for 13:76
[ 696.310] (II) systemd-logind: got pause for 13:75
[ 696.310] (II) systemd-logind: got pause for 13:74
[ 696.310] (II) systemd-logind: got pause for 13:70
[ 696.310] (II) systemd-logind: got pause for 13:84
[ 696.310] (II) systemd-logind: got pause for 13:68
[ 696.310] (II) systemd-logind: got pause for 13:72
[ 696.310] (II) systemd-logind: got pause for 13:65
[ 696.310] (II) systemd-logind: got pause for 13:73
[ 696.310] (II) systemd-logind: got pause for 13:64
[ 696.310] (II) systemd-logind: got pause for 13:67
[ 696.310] (II) systemd-logind: got pause for 226:0
[ 696.310] (II) systemd-logind: got pause for 13:71
[ 696.310] (II) systemd-logind: got pause for 13:69
[ 806.239] (II) UnloadModule: “libinput”
[ 806.239] (II) systemd-logind: releasing fd for 13:76
[ 806.430] (II) UnloadModule: “libinput”
[ 806.430] (II) systemd-logind: releasing fd for 13:69
[ 806.550] (II) UnloadModule: “libinput”
[ 806.550] (II) systemd-logind: releasing fd for 13:68
[ 806.582] (II) UnloadModule: “libinput”
[ 806.582] (II) systemd-logind: releasing fd for 13:84
[ 806.626] (II) UnloadModule: “libinput”
[ 806.626] (II) systemd-logind: releasing fd for 13:70
[ 806.654] (II) UnloadModule: “libinput”
[ 806.654] (II) systemd-logind: releasing fd for 13:73
[ 806.694] (II) UnloadModule: “libinput”
[ 806.694] (II) systemd-logind: releasing fd for 13:72
[ 806.714] (II) UnloadModule: “libinput”
[ 806.714] (II) systemd-logind: releasing fd for 13:71
[ 806.738] (II) UnloadModule: “libinput”
[ 806.738] (II) systemd-logind: releasing fd for 13:65
[ 806.766] (II) UnloadModule: “libinput”
[ 806.766] (II) systemd-logind: releasing fd for 13:64
[ 806.790] (II) UnloadModule: “libinput”
[ 806.790] (II) systemd-logind: releasing fd for 13:74
[ 806.810] (II) UnloadModule: “libinput”
[ 806.810] (II) systemd-logind: releasing fd for 13:75
[ 806.835] (II) UnloadModule: “libinput”
[ 806.835] (II) systemd-logind: releasing fd for 13:67
[ 806.868] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 806.869] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 806.869] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 806.869] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 806.870] (II) Server terminated successfully (0). Closing log file.

(EE) modeset(0): failed to set mode: Permission denied
some how xrandr lists two times modesetting. expected would be 1 modesetting and 1 NVIDIA-0

$ xrandr --listproviders

Providers: number : 2
Provider 0: id: 0x45 cap: 0x9, Source Output, Sink Offload crtcs: 3 outputs: 3 associated providers: 0 name:modesetting
Provider 1: id: 0xea cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:modesetting

(EE) Failed to load module “glxservernvidia” (module does not exist, 0)

Peculiar here is that the module is named glxserver_nvidia and not glxservernvidia.
In fact searching for glxservernvidia does almost not yield any results on Google, and leads to Google suggesting “did you mean glxserver_nvidia ?”.

$ ls /usr/lib/x86_64-linux-gnu/nvidia/xorg
libglxserver_nvidia.so
libglxserver_nvidia.so.455.45.01
nvidia_drv.so

Any idea where glxservernvidia could come from?
Or about the modesetting permission error?

nvidia-bug-report.log.gz (902.0 KB)

Thanks to generix I was able to get the Performance Mode (NVIDIA-only) working.

The final step was to have no xorg.conf at all and let ubuntu prime-select handle all xorg configuration via files it autogenerates in /usr/share/X11/xorg.conf.d/
After deleting xorg.conf (and a lot of additional steps I’ve already done up to this point) - NVIDIA drivers are working fine now.

For comparison:

$ inxi -G
Graphics:
Device-1: Intel 4th Gen Core Processor Integrated Graphics driver: i915
v: kernel
Device-2: NVIDIA GM107M [GeForce GTX 950M] driver: nvidia v: 455.45.01
Display: server: X.Org 1.20.8 driver: modesetting
unloaded: fbdev,nouveau,nvidia,vesa resolution: 1920x1200~60Hz
OpenGL: renderer: GeForce GTX 950M/PCIe/SSE2 v: 4.6.0 NVIDIA 455.45.01

$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x1b8 cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x1de cap: 0x6, Sink Output, Source Offload crtcs: 3 outputs: 3 associated providers: 1 name:modesetting

hope this helps others also stumbling at this point!

Cheers and happy winter solstice!

Michael

Hello,

I have a similar setup and facing similar problems, but could not get to a working solution yet.

I am using Ubuntu 20.04 and have a dual-graphic-card laptop (Lenovo E570) with a NVIDIA GM107M [GeForce GTX 950M].

After upgrading to the latest nvidia-driver (version 460.39) I get a black screen after booting into Ubuntu.
Also I experience really weird issues with any nvidia driver (I tried 390, 440, 450,460) when connecting to a large external monitor (or TV) via HDMI. The whole system gets really really slow, even typing something in the terminal lags a few seconds and the cursor seems like pulling it through honey. Getting the black screen after booting after upgrading the driver was just the cherry on top.

Current situation:
I am able to get the display-manager started (I tried gdm and lightdm with the same result) through various workarounds:
-adding nomodeset to grub, then switching to another desktop via ctrl+alt+f2, logging in, and manually starting display manager with “startx” sometimes(!) work.
-adding nouveau.noaccel=1 to grub lets me log in to ubuntu as usual (workaround if nomodeset does not work)
-purging all nvidia drivers and switching to standard nouveau driver lets me log in as well

I would obviously prefer a situation in which I am able to boot and use my nvidia card properly. Also I would really like to attach my laptop to a large monitor or TV without experiencing the stated problems.

This post looks promising in this regard. But I looked at the folder etc/x11 and tried to find the xorg.conf file without success. Can somebody explain to me what is even going on? What does Xorg do? Why is there no xorg Config in my system? What has this to do with the black screen after booting and with a display manager (and what does a display manager even do?)? And how does connecting a large display affect this? At this point I really would like to understand what the heck is going on :-)

Which options do I have to fix my system to a point, that it is of use to me?

Any help is greatly appreciated!

Edit: When connecting to a TV I can only select a refresh rate up to 30hz, even with a brand new high quality HDMI cable that I bought only for this purpose.

Edit2: attach bug-report nvidia-bug-report.log.gz (432.6 KB)

Getting the black screen on main display is a bug in the 460 driver, affects more people.
Only getting 4k@30Hz on the hdmi port is due to that port being connected to the intel gpu which only supports hdmi 1.4. If your notebook also has a displayport connector, use an active DP to HDMI 2.0 converter.
The general slowdown when connecting the 4k screen might be due to Prime sync missing, please try setting the kernel parameter
nvidia-drm.modeset=1

Edit: the config isn’t missing, it’s just created by Ubuntu’s gpu-manager in the system path /usr/share/X11/xorg.conf.d (or similar). Don’t mess with it.

Thank you for your quick answer generix! Made me understand a little better which kind of different things were going on.

Unfortunately my notebook has no display port. Only HDMI, VGA (and USB-C). Is there any way to get 4k@60hz output?

The good news is, that I managed to improve my situation mentioned above. I did the following steps:

1.) Installed Nvidia driver Version 450

2.) Added “nvidia-drm.modeset=1” to etc/default/grub to the line that starts with GRUB_CMDLINE_LINUX_DEFAULT. The total line now reads:

GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash nvidia-drm.modeset=1”

3.) Executed
sudo update-grub
in the terminal afterwards.

4.) Reboot

Result:
1.) Booted successfully
2.) Connected 4k screen. So far it feels more responsive (but this might need a bit of a longer testing period). Unfortunately still @30hz due to the HDMI-Port.

One more thing that popped up after the first upgrade to nvidia driver version 460:
With the older drivers it was possible to select the connected TV as the audio output device without problems. Since the driver update to 460 (even after purging it and now having version 450 installed) only the right speaker works. The left one doesn’t. When I select Digital Surround 5.1 (HDMI) Output in the sound settings (instead of Digital Stereo) the left speaker works! But since I have no center speaker, some parts of the audio are still missing. Any ideas on how this is connected with each other?

Looking at the E570 manual, I got the impression that the USB-C port is display-enabled, meaning you can attach a monitor with displayport to it to get 4k@60. You could then also use an active dp to hdmi 2.0 converter to get 4k@60 on your tv.
The sound problem sound kind of weird, I’d think of a broken cable or connector first.

Sidenote: since all your outputs are connected to the intel gpu, the nvidia driver has no influence on it. It should work all the same even if you uninstall it.

Unfortunately my TV does not have a display port. Only HDMI. Does this mean that connecting the notebook with the TV via a usb-c to HDMI-2 cable works?
Or is it necessary to get a usb-c to DP cable and then use an active DP to hdmi 2.0 converter?

Regarding the sound problem: It tried different cables and the problem persist. Also it occurred only after installing the nvidia driver version 460 for the first time. Sound works properly when connecting another notebook to the same TV with the same cable.

The important word is “active” converter, i.e. if you can get an USB-C to HDMI 2.0 converter, it has to take DP signal in and actively convert it to HDMI 2.0 (4k@60). Otherwise, you can use the second posibility (usb-c to DP, DP to hdmi 2.0 active converter)