You are not logged in.
Note: the original title of this post was "Enabling Nvidia kernal parameter breaks X server".
$ uname -srm
Linux 5.6.12-arch1-1 x86_64I'm running an Optimus laptop with Awesome-wm, with Nvidia PRIME enabled. Previously, it was working fine. I was able to run `nvidia-prime vkcube` successfully, and `nvidia-smi` confirmed that my GPU was running the Vulkan cube demo. I also had `picom` running, but it was being run by the Intel integrated graphics card, as expected.
However, there was bad screen tearing, so I followed this/this, not realising it was only relevant for the "Use NVIDIA graphics only" section. (I was previously using this setup, but I'm now using PRIME instead.)
Literally ALL I did was go to `/etc/default/grub` and change
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3"to
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 nvidia-drm.modeset=1"and then running
sudo grub-mkconfig -o /boot/grub/grub.cfgand rebooting.
When trying to `startx` I got this error: (note: I think this was it. This is an error that I get when trying to reconstruct what I did earlier.)
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3 nvidia-drm.modeset=1
Build Date: 05 May 2020 05:08:17AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/jeremy/.local/share/xorg/Xorg.0.log", Time: Sat May 16 16:07:14 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE)
Fatal server error:
(EE) xf86OpenConsole: Cannot open virtual console 1 (Permission denied)
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/home/jeremy/.local/share/xorg/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server errorThis is what I think the Xorg log would have been:
[ 2979.899] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 2979.899]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 2979.899] Build Operating System: Linux Arch Linux
[ 2979.899] Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
[ 2979.899] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3
[ 2979.899] Build Date: 05 May 2020 05:08:17AM
[ 2979.899]
[ 2979.899] Current version of pixman: 0.40.0
[ 2979.899] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2979.899] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2979.899] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 16:03:53 2020
[ 2979.899] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2979.899] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2979.900] (==) ServerLayout "layout"
[ 2979.900] (==) No screen section available. Using defaults.
[ 2979.900] (**) |-->Screen "Default Screen Section" (0)
[ 2979.900] (**) | |-->Monitor "<default monitor>"
[ 2979.900] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2979.900] (==) Automatically adding devices
[ 2979.900] (==) Automatically enabling devices
[ 2979.900] (==) Automatically adding GPU devices
[ 2979.900] (==) Automatically binding GPU devices
[ 2979.900] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2979.900] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 2979.900] Entry deleted from font path.
[ 2979.900] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 2979.900] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 2979.900] Entry deleted from font path.
[ 2979.900] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2979.900] Entry deleted from font path.
[ 2979.900] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 2979.900] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2979.900] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2979.900] (II) Module ABI versions:
[ 2979.900] X.Org ANSI C Emulation: 0.4
[ 2979.900] X.Org Video Driver: 24.1
[ 2979.900] X.Org XInput driver : 24.1
[ 2979.900] X.Org Server Extension : 10.0
[ 2979.901] (++) using VT number 1
[ 2979.903] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 2979.904] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2979.905] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 2979.905] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 2979.906] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 2979.907] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 2979.909] (--) PCI:*(0@0:2:0) 8086:5916:17aa:505c rev 2, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 2979.909] (--) PCI: (1@0:0:0) 10de:134d:17aa:505c rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[ 2979.909] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2979.909] (II) LoadModule: "glx"
[ 2979.909] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2979.911] (II) Module glx: vendor="X.Org Foundation"
[ 2979.911] compiled for 1.20.8, module version = 1.0.0
[ 2979.911] ABI class: X.Org Server Extension, version 10.0
[ 2979.911] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 2979.911] loading driver: nvidia
[ 2979.911] (==) Matched intel as autoconfigured driver 0
[ 2979.911] (==) Matched nvidia as autoconfigured driver 1
[ 2979.911] (==) Matched nouveau as autoconfigured driver 2
[ 2979.911] (==) Matched nv as autoconfigured driver 3
[ 2979.911] (==) Matched modesetting as autoconfigured driver 4
[ 2979.911] (==) Matched fbdev as autoconfigured driver 5
[ 2979.911] (==) Matched vesa as autoconfigured driver 6
[ 2979.911] (==) Assigned the driver to the xf86ConfigLayout
[ 2979.911] (II) LoadModule: "intel"
[ 2979.911] (WW) Warning, couldn't open module intel
[ 2979.911] (EE) Failed to load module "intel" (module does not exist, 0)
[ 2979.911] (II) LoadModule: "nvidia"
[ 2979.911] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 2979.911] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 2979.911] compiled for 1.6.99.901, module version = 1.0.0
[ 2979.911] Module class: X.Org Video Driver
[ 2979.911] (II) LoadModule: "nouveau"
[ 2979.912] (WW) Warning, couldn't open module nouveau
[ 2979.912] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 2979.912] (II) LoadModule: "nv"
[ 2979.912] (WW) Warning, couldn't open module nv
[ 2979.912] (EE) Failed to load module "nv" (module does not exist, 0)
[ 2979.912] (II) LoadModule: "modesetting"
[ 2979.912] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2979.913] (II) Module modesetting: vendor="X.Org Foundation"
[ 2979.913] compiled for 1.20.8, module version = 1.20.8
[ 2979.913] Module class: X.Org Video Driver
[ 2979.913] ABI class: X.Org Video Driver, version 24.1
[ 2979.913] (II) LoadModule: "fbdev"
[ 2979.913] (WW) Warning, couldn't open module fbdev
[ 2979.913] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 2979.913] (II) LoadModule: "vesa"
[ 2979.913] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 2979.913] (II) Module vesa: vendor="X.Org Foundation"
[ 2979.913] compiled for 1.20.8, module version = 2.4.0
[ 2979.913] Module class: X.Org Video Driver
[ 2979.913] ABI class: X.Org Video Driver, version 24.1
[ 2979.913] (II) NVIDIA dlloader X Driver 440.82 Wed Apr 1 19:50:17 UTC 2020
[ 2979.913] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 2979.913] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2979.913] (II) VESA: driver for VESA chipsets: vesa
[ 2979.913] (II) modeset(0): using drv /dev/dri/card0
[ 2979.913] (II) systemd-logind: releasing fd for 226:1
[ 2979.914] (II) Loading sub module "fb"
[ 2979.914] (II) LoadModule: "fb"
[ 2979.914] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2979.914] (II) Module fb: vendor="X.Org Foundation"
[ 2979.914] compiled for 1.20.8, module version = 1.0.0
[ 2979.914] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2979.914] (II) Loading sub module "wfb"
[ 2979.914] (II) LoadModule: "wfb"
[ 2979.914] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 2979.915] (II) Module wfb: vendor="X.Org Foundation"
[ 2979.915] compiled for 1.20.8, module version = 1.0.0
[ 2979.915] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2979.915] (II) Loading sub module "ramdac"
[ 2979.915] (II) LoadModule: "ramdac"
[ 2979.915] (II) Module "ramdac" already built-in
[ 2979.915] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 2979.915] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 2979.915] (==) modeset(0): RGB weight 888
[ 2979.915] (==) modeset(0): Default visual is TrueColor
[ 2979.915] (II) Loading sub module "glamoregl"
[ 2979.915] (II) LoadModule: "glamoregl"
[ 2979.915] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 2979.920] (II) Module glamoregl: vendor="X.Org Foundation"
[ 2979.920] compiled for 1.20.8, module version = 1.0.1
[ 2979.920] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2979.989] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 2979.989] (II) modeset(0): glamor initialized
[ 2979.990] (II) modeset(0): Output eDP-1 has no monitor section
[ 2980.015] (II) modeset(0): Output HDMI-1 has no monitor section
[ 2980.015] (II) modeset(0): Output DP-1 has no monitor section
[ 2980.196] (II) modeset(0): Output HDMI-2 has no monitor section
[ 2980.197] (II) modeset(0): EDID for output eDP-1
[ 2980.197] (II) modeset(0): Manufacturer: CMN Model: 14c9 Serial#: 0
[ 2980.197] (II) modeset(0): Year: 2016 Week: 8
[ 2980.197] (II) modeset(0): EDID Version: 1.4
[ 2980.197] (II) modeset(0): Digital Display Input
[ 2980.197] (II) modeset(0): 6 bits per channel
[ 2980.197] (II) modeset(0): Digital interface is DisplayPort
[ 2980.197] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 2980.197] (II) modeset(0): Gamma: 2.20
[ 2980.197] (II) modeset(0): No DPMS capabilities specified
[ 2980.197] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 2980.197] (II) modeset(0): First detailed timing is preferred mode
[ 2980.197] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 2980.197] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 2980.197] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 2980.197] (II) modeset(0): Manufacturer's mask: 0
[ 2980.197] (II) modeset(0): Supported detailed timing:
[ 2980.197] (II) modeset(0): clock: 152.8 MHz Image Size: 309 x 173 mm
[ 2980.197] (II) modeset(0): h_active: 1920 h_sync: 2000 h_sync_end 2060 h_blank_end 2250 h_border: 0
[ 2980.197] (II) modeset(0): v_active: 1080 v_sync: 1086 v_sync_end 1094 v_blanking: 1132 v_border: 0
[ 2980.197] (II) modeset(0): N140HCA-EAB
[ 2980.197] (II) modeset(0): CMN
[ 2980.197] (II) modeset(0): N140HCA-EAB
[ 2980.197] (II) modeset(0): EDID (in hex):
[ 2980.197] (II) modeset(0): 00ffffffffffff000daec91400000000
[ 2980.197] (II) modeset(0): 081a0104951f11780228659759548e27
[ 2980.197] (II) modeset(0): 1e505400000001010101010101010101
[ 2980.197] (II) modeset(0): 010101010101b43b804a71383440503c
[ 2980.197] (II) modeset(0): 680035ad10000018000000fe004e3134
[ 2980.197] (II) modeset(0): 304843412d4541420a20000000fe0043
[ 2980.197] (II) modeset(0): 4d4e0a202020202020202020000000fe
[ 2980.197] (II) modeset(0): 004e3134304843412d4541420a20003e
[ 2980.197] (II) modeset(0): Printing probed modes for output eDP-1
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x60.0 152.84 1920 2000 2060 2250 1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 2980.198] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 2980.198] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 2980.224] (II) modeset(0): EDID for output HDMI-1
[ 2980.224] (II) modeset(0): Manufacturer: DEL Model: d08e Serial#: 808665929
[ 2980.224] (II) modeset(0): Year: 2017 Week: 13
[ 2980.224] (II) modeset(0): EDID Version: 1.3
[ 2980.224] (II) modeset(0): Digital Display Input
[ 2980.224] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 2980.224] (II) modeset(0): Gamma: 2.20
[ 2980.224] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 2980.224] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 2980.224] (II) modeset(0): First detailed timing is preferred mode
[ 2980.224] (II) modeset(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 2980.224] (II) modeset(0): blueX: 0.159 blueY: 0.059 whiteX: 0.313 whiteY: 0.329
[ 2980.224] (II) modeset(0): Supported established timings:
[ 2980.224] (II) modeset(0): 720x400@70Hz
[ 2980.224] (II) modeset(0): 640x480@60Hz
[ 2980.224] (II) modeset(0): 640x480@75Hz
[ 2980.224] (II) modeset(0): 800x600@60Hz
[ 2980.224] (II) modeset(0): 800x600@75Hz
[ 2980.224] (II) modeset(0): 1024x768@60Hz
[ 2980.224] (II) modeset(0): 1024x768@75Hz
[ 2980.224] (II) modeset(0): 1280x1024@75Hz
[ 2980.224] (II) modeset(0): Manufacturer's mask: 0
[ 2980.224] (II) modeset(0): Supported standard timings:
[ 2980.224] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 2980.224] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 2980.224] (II) modeset(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 2980.224] (II) modeset(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 2980.224] (II) modeset(0): Serial No: 1DHND74203CI
[ 2980.224] (II) modeset(0): Monitor name: DELL SE2417HG
[ 2980.224] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 2980.224] (II) modeset(0): Number of EDID sections to follow: 1
[ 2980.224] (II) modeset(0): EDID (in hex):
[ 2980.224] (II) modeset(0): 00ffffffffffff0010ac8ed049433330
[ 2980.224] (II) modeset(0): 0d1b010380341d78ea2cc5a45650a128
[ 2980.224] (II) modeset(0): 0f5054a54b00714f8180a9c0d1c00101
[ 2980.224] (II) modeset(0): 010101010101023a801871382d40582c
[ 2980.224] (II) modeset(0): 450009252100001e000000ff00314448
[ 2980.224] (II) modeset(0): 4e44373432303343490a000000fc0044
[ 2980.224] (II) modeset(0): 454c4c205345323431374847000000fd
[ 2980.224] (II) modeset(0): 00384c1e5311000a2020202020200130
[ 2980.224] (II) modeset(0): 02031ff14c9005040302071601141f12
[ 2980.224] (II) modeset(0): 13230907078301000065030c00200002
[ 2980.224] (II) modeset(0): 3a801871382d40582c45000925210000
[ 2980.224] (II) modeset(0): 1e011d8018711c1620582c2500092521
[ 2980.224] (II) modeset(0): 00009e011d007251d01e206e28550009
[ 2980.224] (II) modeset(0): 252100001e8c0ad08a20e02d10103e96
[ 2980.224] (II) modeset(0): 00092521000018000000000000000000
[ 2980.224] (II) modeset(0): 0000000000000000000000000000004b
[ 2980.224] (II) modeset(0): Printing probed modes for output HDMI-1
[ 2980.224] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 2980.224] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2980.224] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 2980.224] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x576i"x50.0 13.50 720 732 795 864 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480i"x60.0 13.51 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480i"x59.9 13.50 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 2980.224] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): EDID for output DP-1
[ 2980.403] (II) modeset(0): EDID for output HDMI-2
[ 2980.403] (II) modeset(0): Output eDP-1 connected
[ 2980.403] (II) modeset(0): Output HDMI-1 connected
[ 2980.403] (II) modeset(0): Output DP-1 disconnected
[ 2980.403] (II) modeset(0): Output HDMI-2 disconnected
[ 2980.403] (II) modeset(0): Using spanning desktop for initial modes
[ 2980.403] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 2980.403] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1920+0
[ 2980.403] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2980.403] (==) modeset(0): DPI set to (96, 96)
[ 2980.403] (II) Loading sub module "fb"
[ 2980.403] (II) LoadModule: "fb"
[ 2980.403] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2980.403] (II) Module fb: vendor="X.Org Foundation"
[ 2980.403] compiled for 1.20.8, module version = 1.0.0
[ 2980.403] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2980.403] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 2980.403] (==) NVIDIA(G0): RGB weight 888
[ 2980.403] (==) NVIDIA(G0): Default visual is TrueColor
[ 2980.403] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 2980.403] (**) Option "AllowNVIDIAGpuScreens"
[ 2980.403] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 2980.403] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 2980.403] (**) NVIDIA(G0): Enabling 2D acceleration
[ 2980.403] (II) Loading sub module "glxserver_nvidia"
[ 2980.403] (II) LoadModule: "glxserver_nvidia"
[ 2980.403] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 2980.412] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 2980.412] compiled for 1.6.99.901, module version = 1.0.0
[ 2980.412] Module class: X.Org Server Extension
[ 2980.412] (II) NVIDIA GLX Module 440.82 Wed Apr 1 19:47:36 UTC 2020
[ 2980.412] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 2980.595] (II) NVIDIA(G0): NVIDIA GPU GeForce 940MX (GM108-A) at PCI:1:0:0 (GPU-0)
[ 2980.595] (--) NVIDIA(G0): Memory: 2097152 kBytes
[ 2980.595] (--) NVIDIA(G0): VideoBIOS: 82.08.63.00.07
[ 2980.595] (II) NVIDIA(G0): Detected PCI Express Link width: 4X
[ 2980.595] (II) NVIDIA(G0): Validated MetaModes:
[ 2980.595] (II) NVIDIA(G0): "NULL"
[ 2980.595] (**) NVIDIA(G0): Virtual screen size configured to be 3840 x 1080
[ 2980.595] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 2980.595] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 2980.595] (II) UnloadModule: "vesa"
[ 2980.595] (II) Unloading vesa
[ 2980.613] (==) modeset(0): Backing store enabled
[ 2980.613] (==) modeset(0): Silken mouse disabled
[ 2980.843] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 2980.843] (==) modeset(0): DPMS enabled
[ 2980.847] (II) modeset(0): [DRI2] Setup complete
[ 2980.847] (II) modeset(0): [DRI2] DRI driver: iris
[ 2980.847] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 2980.848] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 2980.848] (II) NVIDIA: access.
[ 2980.857] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 2980.857] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 2980.857] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 2980.857] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 2980.857] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 2980.857] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 2980.857] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 2980.857] (II) NVIDIA(G0): Config Options in the README.
[ 2980.890] (II) NVIDIA(G0): Setting mode "NULL"
[ 2980.892] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 2980.892] (==) NVIDIA(G0): Backing store enabled
[ 2980.892] (==) NVIDIA(G0): Silken mouse disabled
[ 2980.892] (==) NVIDIA(G0): DPMS enabled
[ 2980.892] (II) Loading sub module "dri2"
[ 2980.892] (II) LoadModule: "dri2"
[ 2980.892] (II) Module "dri2" already built-in
[ 2980.892] (II) NVIDIA(G0): [DRI2] Setup complete
[ 2980.892] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 2980.893] (II) Initializing extension Generic Event Extension
[ 2980.893] (II) Initializing extension SHAPE
[ 2980.893] (II) Initializing extension MIT-SHM
[ 2980.893] (II) Initializing extension XInputExtension
[ 2980.893] (II) Initializing extension XTEST
[ 2980.893] (II) Initializing extension BIG-REQUESTS
[ 2980.893] (II) Initializing extension SYNC
[ 2980.893] (II) Initializing extension XKEYBOARD
[ 2980.893] (II) Initializing extension XC-MISC
[ 2980.893] (II) Initializing extension SECURITY
[ 2980.893] (II) Initializing extension XFIXES
[ 2980.893] (II) Initializing extension RENDER
[ 2980.893] (II) Initializing extension RANDR
[ 2980.893] (II) Initializing extension COMPOSITE
[ 2980.893] (II) Initializing extension DAMAGE
[ 2980.893] (II) Initializing extension MIT-SCREEN-SAVER
[ 2980.893] (II) Initializing extension DOUBLE-BUFFER
[ 2980.893] (II) Initializing extension RECORD
[ 2980.893] (II) Initializing extension DPMS
[ 2980.893] (II) Initializing extension Present
[ 2980.893] (II) Initializing extension DRI3
[ 2980.893] (II) Initializing extension X-Resource
[ 2980.893] (II) Initializing extension XVideo
[ 2980.893] (II) Initializing extension XVideo-MotionCompensation
[ 2980.893] (II) Initializing extension GLX
[ 2980.893] (II) Initializing extension GLX
[ 2980.893] (II) Indirect GLX disabled.
[ 2980.898] (II) AIGLX: Loaded and initialized iris
[ 2980.898] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 2980.898] (II) Initializing extension XFree86-VidModeExtension
[ 2980.898] (II) Initializing extension XFree86-DGA
[ 2980.898] (II) Initializing extension XFree86-DRI
[ 2980.898] (II) Initializing extension DRI2
[ 2980.898] (II) Initializing extension NV-GLX
[ 2980.898] (II) Initializing extension NV-CONTROL
[ 2980.898] (EE)
[ 2980.898] (EE) Backtrace:
[ 2980.898] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x560821c9376d]
[ 2980.898] (EE) 1: /usr/lib/Xorg (0x560821be0000+0xa9cd8) [0x560821c89cd8]
[ 2980.898] (EE) 2: /usr/lib/libc.so.6 (0x7fbdc2f67000+0x3c370) [0x7fbdc2fa3370]
[ 2980.898] (EE) 3: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x431995) [0x7fbdc0318995]
[ 2980.898] (EE) 4: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3bc06e) [0x7fbdc02a306e]
[ 2980.898] (EE) 5: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3bb259) [0x7fbdc02a2259]
[ 2980.899] (EE) 6: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3c1607) [0x7fbdc02a8607]
[ 2980.899] (EE) 7: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0xd9f402) [0x7fbdc0c86402]
[ 2980.899] (EE) 8: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3756d3) [0x7fbdc025c6d3]
[ 2980.899] (EE) 9: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x279825) [0x7fbdc0160825]
[ 2980.899] (EE) 10: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x284878) [0x7fbdc016b878]
[ 2980.899] (EE) 11: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x293cb0) [0x7fbdc017acb0]
[ 2980.899] (EE) 12: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_create_textured_pixmap_from_gbm_bo+0x127) [0x7fbdc1683767]
[ 2980.899] (EE) 13: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fbdc313f000+0xa67b) [0x7fbdc314967b]
[ 2980.899] (EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fbdc313f000+0x10a40) [0x7fbdc314fa40]
[ 2980.899] (EE) 15: /usr/lib/Xorg (0x560821be0000+0x67eab) [0x560821c47eab]
[ 2980.899] (EE) 16: /usr/lib/Xorg (0x560821be0000+0x38598) [0x560821c18598]
[ 2980.899] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7fbdc2f8e002]
[ 2980.899] (EE) 18: /usr/lib/Xorg (_start+0x2e) [0x560821c1939e]
[ 2980.899] (EE)
[ 2980.899] (EE) Segmentation fault at address 0x0
[ 2980.899] (EE)
Fatal server error:
[ 2980.899] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 2980.899] (EE)
[ 2980.899] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2980.899] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 2980.899] (EE)
[ 2980.899] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 2980.913] (EE) Server terminated with error (1). Closing log file.I thought "no big deal", and removed that grub option (and redid `grub-mkconfig`). Now I always get this upon `startx`:
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3
Build Date: 05 May 2020 05:08:17AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 16:03:53 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
(EE)
(EE) Backtrace:
(EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x560821c9376d]
(EE) 1: /usr/lib/Xorg (0x560821be0000+0xa9cd8) [0x560821c89cd8]
(EE) 2: /usr/lib/libc.so.6 (0x7fbdc2f67000+0x3c370) [0x7fbdc2fa3370]
(EE) 3: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x431995) [0x7fbdc0318995]
(EE) 4: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3bc06e) [0x7fbdc02a306e]
(EE) 5: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3bb259) [0x7fbdc02a2259]
(EE) 6: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3c1607) [0x7fbdc02a8607]
(EE) 7: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0xd9f402) [0x7fbdc0c86402]
(EE) 8: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3756d3) [0x7fbdc025c6d3]
(EE) 9: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x279825) [0x7fbdc0160825]
(EE) 10: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x284878) [0x7fbdc016b878]
(EE) 11: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x293cb0) [0x7fbdc017acb0]
(EE) 12: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_create_textured_pixmap_from_gbm_bo+0x127) [0x7fbdc1683767]
(EE) 13: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fbdc313f000+0xa67b) [0x7fbdc314967b]
(EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fbdc313f000+0x10a40) [0x7fbdc314fa40]
(EE) 15: /usr/lib/Xorg (0x560821be0000+0x67eab) [0x560821c47eab]
(EE) 16: /usr/lib/Xorg (0x560821be0000+0x38598) [0x560821c18598]
(EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7fbdc2f8e002]
(EE) 18: /usr/lib/Xorg (_start+0x2e) [0x560821c1939e]
(EE)
(EE) Segmentation fault at address 0x0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(II) AIGLX: Suspending AIGLX clients for VT switch
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server errorwith this Xorg log:
[ 2979.899] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 2979.899]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 2979.899] Build Operating System: Linux Arch Linux
[ 2979.899] Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
[ 2979.899] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3
[ 2979.899] Build Date: 05 May 2020 05:08:17AM
[ 2979.899]
[ 2979.899] Current version of pixman: 0.40.0
[ 2979.899] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 2979.899] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 2979.899] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 16:03:53 2020
[ 2979.899] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 2979.899] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 2979.900] (==) ServerLayout "layout"
[ 2979.900] (==) No screen section available. Using defaults.
[ 2979.900] (**) |-->Screen "Default Screen Section" (0)
[ 2979.900] (**) | |-->Monitor "<default monitor>"
[ 2979.900] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 2979.900] (==) Automatically adding devices
[ 2979.900] (==) Automatically enabling devices
[ 2979.900] (==) Automatically adding GPU devices
[ 2979.900] (==) Automatically binding GPU devices
[ 2979.900] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 2979.900] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 2979.900] Entry deleted from font path.
[ 2979.900] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 2979.900] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 2979.900] Entry deleted from font path.
[ 2979.900] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 2979.900] Entry deleted from font path.
[ 2979.900] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 2979.900] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 2979.900] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 2979.900] (II) Module ABI versions:
[ 2979.900] X.Org ANSI C Emulation: 0.4
[ 2979.900] X.Org Video Driver: 24.1
[ 2979.900] X.Org XInput driver : 24.1
[ 2979.900] X.Org Server Extension : 10.0
[ 2979.901] (++) using VT number 1
[ 2979.903] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 2979.904] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 2979.905] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 2979.905] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 2979.906] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[ 2979.907] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 2979.909] (--) PCI:*(0@0:2:0) 8086:5916:17aa:505c rev 2, Mem @ 0xf0000000/16777216, 0xe0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[ 2979.909] (--) PCI: (1@0:0:0) 10de:134d:17aa:505c rev 162, Mem @ 0xf1000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128
[ 2979.909] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 2979.909] (II) LoadModule: "glx"
[ 2979.909] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2979.911] (II) Module glx: vendor="X.Org Foundation"
[ 2979.911] compiled for 1.20.8, module version = 1.0.0
[ 2979.911] ABI class: X.Org Server Extension, version 10.0
[ 2979.911] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 2979.911] loading driver: nvidia
[ 2979.911] (==) Matched intel as autoconfigured driver 0
[ 2979.911] (==) Matched nvidia as autoconfigured driver 1
[ 2979.911] (==) Matched nouveau as autoconfigured driver 2
[ 2979.911] (==) Matched nv as autoconfigured driver 3
[ 2979.911] (==) Matched modesetting as autoconfigured driver 4
[ 2979.911] (==) Matched fbdev as autoconfigured driver 5
[ 2979.911] (==) Matched vesa as autoconfigured driver 6
[ 2979.911] (==) Assigned the driver to the xf86ConfigLayout
[ 2979.911] (II) LoadModule: "intel"
[ 2979.911] (WW) Warning, couldn't open module intel
[ 2979.911] (EE) Failed to load module "intel" (module does not exist, 0)
[ 2979.911] (II) LoadModule: "nvidia"
[ 2979.911] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 2979.911] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 2979.911] compiled for 1.6.99.901, module version = 1.0.0
[ 2979.911] Module class: X.Org Video Driver
[ 2979.911] (II) LoadModule: "nouveau"
[ 2979.912] (WW) Warning, couldn't open module nouveau
[ 2979.912] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 2979.912] (II) LoadModule: "nv"
[ 2979.912] (WW) Warning, couldn't open module nv
[ 2979.912] (EE) Failed to load module "nv" (module does not exist, 0)
[ 2979.912] (II) LoadModule: "modesetting"
[ 2979.912] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2979.913] (II) Module modesetting: vendor="X.Org Foundation"
[ 2979.913] compiled for 1.20.8, module version = 1.20.8
[ 2979.913] Module class: X.Org Video Driver
[ 2979.913] ABI class: X.Org Video Driver, version 24.1
[ 2979.913] (II) LoadModule: "fbdev"
[ 2979.913] (WW) Warning, couldn't open module fbdev
[ 2979.913] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 2979.913] (II) LoadModule: "vesa"
[ 2979.913] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 2979.913] (II) Module vesa: vendor="X.Org Foundation"
[ 2979.913] compiled for 1.20.8, module version = 2.4.0
[ 2979.913] Module class: X.Org Video Driver
[ 2979.913] ABI class: X.Org Video Driver, version 24.1
[ 2979.913] (II) NVIDIA dlloader X Driver 440.82 Wed Apr 1 19:50:17 UTC 2020
[ 2979.913] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 2979.913] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2979.913] (II) VESA: driver for VESA chipsets: vesa
[ 2979.913] (II) modeset(0): using drv /dev/dri/card0
[ 2979.913] (II) systemd-logind: releasing fd for 226:1
[ 2979.914] (II) Loading sub module "fb"
[ 2979.914] (II) LoadModule: "fb"
[ 2979.914] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2979.914] (II) Module fb: vendor="X.Org Foundation"
[ 2979.914] compiled for 1.20.8, module version = 1.0.0
[ 2979.914] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2979.914] (II) Loading sub module "wfb"
[ 2979.914] (II) LoadModule: "wfb"
[ 2979.914] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 2979.915] (II) Module wfb: vendor="X.Org Foundation"
[ 2979.915] compiled for 1.20.8, module version = 1.0.0
[ 2979.915] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2979.915] (II) Loading sub module "ramdac"
[ 2979.915] (II) LoadModule: "ramdac"
[ 2979.915] (II) Module "ramdac" already built-in
[ 2979.915] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 2979.915] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 2979.915] (==) modeset(0): RGB weight 888
[ 2979.915] (==) modeset(0): Default visual is TrueColor
[ 2979.915] (II) Loading sub module "glamoregl"
[ 2979.915] (II) LoadModule: "glamoregl"
[ 2979.915] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 2979.920] (II) Module glamoregl: vendor="X.Org Foundation"
[ 2979.920] compiled for 1.20.8, module version = 1.0.1
[ 2979.920] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2979.989] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 620 (KBL GT2)
[ 2979.989] (II) modeset(0): glamor initialized
[ 2979.990] (II) modeset(0): Output eDP-1 has no monitor section
[ 2980.015] (II) modeset(0): Output HDMI-1 has no monitor section
[ 2980.015] (II) modeset(0): Output DP-1 has no monitor section
[ 2980.196] (II) modeset(0): Output HDMI-2 has no monitor section
[ 2980.197] (II) modeset(0): EDID for output eDP-1
[ 2980.197] (II) modeset(0): Manufacturer: CMN Model: 14c9 Serial#: 0
[ 2980.197] (II) modeset(0): Year: 2016 Week: 8
[ 2980.197] (II) modeset(0): EDID Version: 1.4
[ 2980.197] (II) modeset(0): Digital Display Input
[ 2980.197] (II) modeset(0): 6 bits per channel
[ 2980.197] (II) modeset(0): Digital interface is DisplayPort
[ 2980.197] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 2980.197] (II) modeset(0): Gamma: 2.20
[ 2980.197] (II) modeset(0): No DPMS capabilities specified
[ 2980.197] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 2980.197] (II) modeset(0): First detailed timing is preferred mode
[ 2980.197] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 2980.197] (II) modeset(0): redX: 0.590 redY: 0.350 greenX: 0.330 greenY: 0.555
[ 2980.197] (II) modeset(0): blueX: 0.153 blueY: 0.119 whiteX: 0.313 whiteY: 0.329
[ 2980.197] (II) modeset(0): Manufacturer's mask: 0
[ 2980.197] (II) modeset(0): Supported detailed timing:
[ 2980.197] (II) modeset(0): clock: 152.8 MHz Image Size: 309 x 173 mm
[ 2980.197] (II) modeset(0): h_active: 1920 h_sync: 2000 h_sync_end 2060 h_blank_end 2250 h_border: 0
[ 2980.197] (II) modeset(0): v_active: 1080 v_sync: 1086 v_sync_end 1094 v_blanking: 1132 v_border: 0
[ 2980.197] (II) modeset(0): N140HCA-EAB
[ 2980.197] (II) modeset(0): CMN
[ 2980.197] (II) modeset(0): N140HCA-EAB
[ 2980.197] (II) modeset(0): EDID (in hex):
[ 2980.197] (II) modeset(0): 00ffffffffffff000daec91400000000
[ 2980.197] (II) modeset(0): 081a0104951f11780228659759548e27
[ 2980.197] (II) modeset(0): 1e505400000001010101010101010101
[ 2980.197] (II) modeset(0): 010101010101b43b804a71383440503c
[ 2980.197] (II) modeset(0): 680035ad10000018000000fe004e3134
[ 2980.197] (II) modeset(0): 304843412d4541420a20000000fe0043
[ 2980.197] (II) modeset(0): 4d4e0a202020202020202020000000fe
[ 2980.197] (II) modeset(0): 004e3134304843412d4541420a20003e
[ 2980.197] (II) modeset(0): Printing probed modes for output eDP-1
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x60.0 152.84 1920 2000 2060 2250 1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 2980.197] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 2980.198] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 2980.198] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 2980.198] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 2980.198] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 2980.198] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 2980.198] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 2980.198] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 2980.198] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 2980.198] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 2980.224] (II) modeset(0): EDID for output HDMI-1
[ 2980.224] (II) modeset(0): Manufacturer: DEL Model: d08e Serial#: 808665929
[ 2980.224] (II) modeset(0): Year: 2017 Week: 13
[ 2980.224] (II) modeset(0): EDID Version: 1.3
[ 2980.224] (II) modeset(0): Digital Display Input
[ 2980.224] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 2980.224] (II) modeset(0): Gamma: 2.20
[ 2980.224] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 2980.224] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 2980.224] (II) modeset(0): First detailed timing is preferred mode
[ 2980.224] (II) modeset(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
[ 2980.224] (II) modeset(0): blueX: 0.159 blueY: 0.059 whiteX: 0.313 whiteY: 0.329
[ 2980.224] (II) modeset(0): Supported established timings:
[ 2980.224] (II) modeset(0): 720x400@70Hz
[ 2980.224] (II) modeset(0): 640x480@60Hz
[ 2980.224] (II) modeset(0): 640x480@75Hz
[ 2980.224] (II) modeset(0): 800x600@60Hz
[ 2980.224] (II) modeset(0): 800x600@75Hz
[ 2980.224] (II) modeset(0): 1024x768@60Hz
[ 2980.224] (II) modeset(0): 1024x768@75Hz
[ 2980.224] (II) modeset(0): 1280x1024@75Hz
[ 2980.224] (II) modeset(0): Manufacturer's mask: 0
[ 2980.224] (II) modeset(0): Supported standard timings:
[ 2980.224] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 2980.224] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 2980.224] (II) modeset(0): #2: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 2980.224] (II) modeset(0): #3: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 2980.224] (II) modeset(0): Serial No: 1DHND74203CI
[ 2980.224] (II) modeset(0): Monitor name: DELL SE2417HG
[ 2980.224] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 2980.224] (II) modeset(0): Supported detailed timing:
[ 2980.224] (II) modeset(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 2980.224] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 2980.224] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 2980.224] (II) modeset(0): Number of EDID sections to follow: 1
[ 2980.224] (II) modeset(0): EDID (in hex):
[ 2980.224] (II) modeset(0): 00ffffffffffff0010ac8ed049433330
[ 2980.224] (II) modeset(0): 0d1b010380341d78ea2cc5a45650a128
[ 2980.224] (II) modeset(0): 0f5054a54b00714f8180a9c0d1c00101
[ 2980.224] (II) modeset(0): 010101010101023a801871382d40582c
[ 2980.224] (II) modeset(0): 450009252100001e000000ff00314448
[ 2980.224] (II) modeset(0): 4e44373432303343490a000000fc0044
[ 2980.224] (II) modeset(0): 454c4c205345323431374847000000fd
[ 2980.224] (II) modeset(0): 00384c1e5311000a2020202020200130
[ 2980.224] (II) modeset(0): 02031ff14c9005040302071601141f12
[ 2980.224] (II) modeset(0): 13230907078301000065030c00200002
[ 2980.224] (II) modeset(0): 3a801871382d40582c45000925210000
[ 2980.224] (II) modeset(0): 1e011d8018711c1620582c2500092521
[ 2980.224] (II) modeset(0): 00009e011d007251d01e206e28550009
[ 2980.224] (II) modeset(0): 252100001e8c0ad08a20e02d10103e96
[ 2980.224] (II) modeset(0): 00092521000018000000000000000000
[ 2980.224] (II) modeset(0): 0000000000000000000000000000004b
[ 2980.224] (II) modeset(0): Printing probed modes for output HDMI-1
[ 2980.224] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 2980.224] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 2980.224] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 2980.224] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 2980.224] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x576i"x50.0 13.50 720 732 795 864 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480i"x60.0 13.51 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x480i"x59.9 13.50 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 2980.224] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 2980.224] (II) modeset(0): EDID for output DP-1
[ 2980.403] (II) modeset(0): EDID for output HDMI-2
[ 2980.403] (II) modeset(0): Output eDP-1 connected
[ 2980.403] (II) modeset(0): Output HDMI-1 connected
[ 2980.403] (II) modeset(0): Output DP-1 disconnected
[ 2980.403] (II) modeset(0): Output HDMI-2 disconnected
[ 2980.403] (II) modeset(0): Using spanning desktop for initial modes
[ 2980.403] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 2980.403] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +1920+0
[ 2980.403] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2980.403] (==) modeset(0): DPI set to (96, 96)
[ 2980.403] (II) Loading sub module "fb"
[ 2980.403] (II) LoadModule: "fb"
[ 2980.403] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 2980.403] (II) Module fb: vendor="X.Org Foundation"
[ 2980.403] compiled for 1.20.8, module version = 1.0.0
[ 2980.403] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2980.403] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 2980.403] (==) NVIDIA(G0): RGB weight 888
[ 2980.403] (==) NVIDIA(G0): Default visual is TrueColor
[ 2980.403] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 2980.403] (**) Option "AllowNVIDIAGpuScreens"
[ 2980.403] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 2980.403] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 2980.403] (**) NVIDIA(G0): Enabling 2D acceleration
[ 2980.403] (II) Loading sub module "glxserver_nvidia"
[ 2980.403] (II) LoadModule: "glxserver_nvidia"
[ 2980.403] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 2980.412] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 2980.412] compiled for 1.6.99.901, module version = 1.0.0
[ 2980.412] Module class: X.Org Server Extension
[ 2980.412] (II) NVIDIA GLX Module 440.82 Wed Apr 1 19:47:36 UTC 2020
[ 2980.412] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 2980.595] (II) NVIDIA(G0): NVIDIA GPU GeForce 940MX (GM108-A) at PCI:1:0:0 (GPU-0)
[ 2980.595] (--) NVIDIA(G0): Memory: 2097152 kBytes
[ 2980.595] (--) NVIDIA(G0): VideoBIOS: 82.08.63.00.07
[ 2980.595] (II) NVIDIA(G0): Detected PCI Express Link width: 4X
[ 2980.595] (II) NVIDIA(G0): Validated MetaModes:
[ 2980.595] (II) NVIDIA(G0): "NULL"
[ 2980.595] (**) NVIDIA(G0): Virtual screen size configured to be 3840 x 1080
[ 2980.595] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 2980.595] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 2980.595] (II) UnloadModule: "vesa"
[ 2980.595] (II) Unloading vesa
[ 2980.613] (==) modeset(0): Backing store enabled
[ 2980.613] (==) modeset(0): Silken mouse disabled
[ 2980.843] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 2980.843] (==) modeset(0): DPMS enabled
[ 2980.847] (II) modeset(0): [DRI2] Setup complete
[ 2980.847] (II) modeset(0): [DRI2] DRI driver: iris
[ 2980.847] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 2980.848] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 2980.848] (II) NVIDIA: access.
[ 2980.857] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 2980.857] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 2980.857] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 2980.857] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 2980.857] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 2980.857] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 2980.857] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 2980.857] (II) NVIDIA(G0): Config Options in the README.
[ 2980.890] (II) NVIDIA(G0): Setting mode "NULL"
[ 2980.892] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 2980.892] (==) NVIDIA(G0): Backing store enabled
[ 2980.892] (==) NVIDIA(G0): Silken mouse disabled
[ 2980.892] (==) NVIDIA(G0): DPMS enabled
[ 2980.892] (II) Loading sub module "dri2"
[ 2980.892] (II) LoadModule: "dri2"
[ 2980.892] (II) Module "dri2" already built-in
[ 2980.892] (II) NVIDIA(G0): [DRI2] Setup complete
[ 2980.892] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 2980.893] (II) Initializing extension Generic Event Extension
[ 2980.893] (II) Initializing extension SHAPE
[ 2980.893] (II) Initializing extension MIT-SHM
[ 2980.893] (II) Initializing extension XInputExtension
[ 2980.893] (II) Initializing extension XTEST
[ 2980.893] (II) Initializing extension BIG-REQUESTS
[ 2980.893] (II) Initializing extension SYNC
[ 2980.893] (II) Initializing extension XKEYBOARD
[ 2980.893] (II) Initializing extension XC-MISC
[ 2980.893] (II) Initializing extension SECURITY
[ 2980.893] (II) Initializing extension XFIXES
[ 2980.893] (II) Initializing extension RENDER
[ 2980.893] (II) Initializing extension RANDR
[ 2980.893] (II) Initializing extension COMPOSITE
[ 2980.893] (II) Initializing extension DAMAGE
[ 2980.893] (II) Initializing extension MIT-SCREEN-SAVER
[ 2980.893] (II) Initializing extension DOUBLE-BUFFER
[ 2980.893] (II) Initializing extension RECORD
[ 2980.893] (II) Initializing extension DPMS
[ 2980.893] (II) Initializing extension Present
[ 2980.893] (II) Initializing extension DRI3
[ 2980.893] (II) Initializing extension X-Resource
[ 2980.893] (II) Initializing extension XVideo
[ 2980.893] (II) Initializing extension XVideo-MotionCompensation
[ 2980.893] (II) Initializing extension GLX
[ 2980.893] (II) Initializing extension GLX
[ 2980.893] (II) Indirect GLX disabled.
[ 2980.898] (II) AIGLX: Loaded and initialized iris
[ 2980.898] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 2980.898] (II) Initializing extension XFree86-VidModeExtension
[ 2980.898] (II) Initializing extension XFree86-DGA
[ 2980.898] (II) Initializing extension XFree86-DRI
[ 2980.898] (II) Initializing extension DRI2
[ 2980.898] (II) Initializing extension NV-GLX
[ 2980.898] (II) Initializing extension NV-CONTROL
[ 2980.898] (EE)
[ 2980.898] (EE) Backtrace:
[ 2980.898] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x560821c9376d]
[ 2980.898] (EE) 1: /usr/lib/Xorg (0x560821be0000+0xa9cd8) [0x560821c89cd8]
[ 2980.898] (EE) 2: /usr/lib/libc.so.6 (0x7fbdc2f67000+0x3c370) [0x7fbdc2fa3370]
[ 2980.898] (EE) 3: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x431995) [0x7fbdc0318995]
[ 2980.898] (EE) 4: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3bc06e) [0x7fbdc02a306e]
[ 2980.898] (EE) 5: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3bb259) [0x7fbdc02a2259]
[ 2980.899] (EE) 6: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3c1607) [0x7fbdc02a8607]
[ 2980.899] (EE) 7: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0xd9f402) [0x7fbdc0c86402]
[ 2980.899] (EE) 8: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x3756d3) [0x7fbdc025c6d3]
[ 2980.899] (EE) 9: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x279825) [0x7fbdc0160825]
[ 2980.899] (EE) 10: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x284878) [0x7fbdc016b878]
[ 2980.899] (EE) 11: /usr/lib/dri/iris_dri.so (0x7fbdbfee7000+0x293cb0) [0x7fbdc017acb0]
[ 2980.899] (EE) 12: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_create_textured_pixmap_from_gbm_bo+0x127) [0x7fbdc1683767]
[ 2980.899] (EE) 13: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fbdc313f000+0xa67b) [0x7fbdc314967b]
[ 2980.899] (EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7fbdc313f000+0x10a40) [0x7fbdc314fa40]
[ 2980.899] (EE) 15: /usr/lib/Xorg (0x560821be0000+0x67eab) [0x560821c47eab]
[ 2980.899] (EE) 16: /usr/lib/Xorg (0x560821be0000+0x38598) [0x560821c18598]
[ 2980.899] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7fbdc2f8e002]
[ 2980.899] (EE) 18: /usr/lib/Xorg (_start+0x2e) [0x560821c1939e]
[ 2980.899] (EE)
[ 2980.899] (EE) Segmentation fault at address 0x0
[ 2980.899] (EE)
Fatal server error:
[ 2980.899] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 2980.899] (EE)
[ 2980.899] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2980.899] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 2980.899] (EE)
[ 2980.899] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 2980.913] (EE) Server terminated with error (1). Closing log file.I'm not 100% sure that these were exactly the same outputs that I got when I ran these commands for the first time. I did reinstall `nvidia` at some point after I started getting these errors. In any case, these are the errors I get now when I en/disable `nvidia-drm.modeset=1`.
EDIT:
I tried enabling `nvidia-drm.modeset=1` again and now I get this `startx` error instead (which I think was more likely the original startx error):
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3 nvidia-drm.modeset=1
Build Date: 05 May 2020 05:08:17AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/jeremy/.local/share/xorg/Xorg.0.log", Time: Sat May 16 16:38:29 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
(EE)
(EE) Backtrace:
(EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x55d415ca476d]
(EE) 1: /usr/lib/Xorg (0x55d415bf1000+0xa9cd8) [0x55d415c9acd8]
(EE) 2: /usr/lib/libc.so.6 (0x7f9342075000+0x3c370) [0x7f93420b1370]
(EE) 3: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x431995) [0x7f933f426995]
(EE) 4: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x3bc06e) [0x7f933f3b106e]
(EE) 5: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x3bb259) [0x7f933f3b0259]
(EE) 6: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x3c1607) [0x7f933f3b6607]
(EE) 7: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0xd9f402) [0x7f933fd94402]
(EE) 8: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x3756d3) [0x7f933f36a6d3]
(EE) 9: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x279825) [0x7f933f26e825]
(EE) 10: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x284878) [0x7f933f279878]
(EE) 11: /usr/lib/dri/iris_dri.so (0x7f933eff5000+0x293cb0) [0x7f933f288cb0]
(EE) 12: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_create_textured_pixmap_from_gbm_bo+0x127) [0x7f9340791767]
(EE) 13: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7f934224d000+0xa67b) [0x7f934225767b]
(EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7f934224d000+0x10a40) [0x7f934225da40]
(EE) 15: /usr/lib/Xorg (0x55d415bf1000+0x67eab) [0x55d415c58eab]
(EE) 16: /usr/lib/Xorg (0x55d415bf1000+0x38598) [0x55d415c29598]
(EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f934209c002]
(EE) 18: /usr/lib/Xorg (_start+0x2e) [0x55d415c2a39e]
(EE)
(EE) Segmentation fault at address 0x0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/home/jeremy/.local/share/xorg/Xorg.0.log" for additional information.
(EE)
(II) AIGLX: Suspending AIGLX clients for VT switch
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server errorI've also included more info below.
$ lsmod
Module Size Used by
fuse 139264 3
uas 32768 0
usb_storage 81920 2 uas
ccm 20480 6
snd_hda_codec_hdmi 73728 1
snd_hda_codec_conexant 24576 1
snd_hda_codec_generic 98304 1 snd_hda_codec_conexant
nvidia_drm 53248 0
nvidia_modeset 1118208 1 nvidia_drm
nvidia 20512768 1 nvidia_modeset
hid_logitech_hidpp 45056 0
joydev 28672 0
mousedev 24576 0
intel_rapl_msr 20480 0
intel_rapl_common 32768 1 intel_rapl_msr
x86_pkg_temp_thermal 20480 0
intel_powerclamp 20480 0
coretemp 20480 0
kvm_intel 331776 0
snd_soc_skl 180224 0
snd_soc_sst_ipc 20480 1 snd_soc_skl
snd_soc_sst_dsp 40960 1 snd_soc_skl
uvcvideo 114688 0
snd_hda_ext_core 36864 1 snd_soc_skl
kvm 827392 1 kvm_intel
snd_soc_acpi_intel_match 40960 1 snd_soc_skl
snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_soc_skl
snd_soc_core 299008 1 snd_soc_skl
btusb 65536 0
btrtl 24576 1 btusb
videobuf2_vmalloc 20480 1 uvcvideo
i915 2514944 2
videobuf2_memops 20480 1 videobuf2_vmalloc
irqbypass 16384 1 kvm
btbcm 20480 1 btusb
videobuf2_v4l2 28672 1 uvcvideo
btintel 32768 1 btusb
videobuf2_common 57344 2 videobuf2_v4l2,uvcvideo
snd_compress 28672 1 snd_soc_core
bluetooth 696320 5 btrtl,btintel,btbcm,btusb
ac97_bus 16384 1 snd_soc_core
snd_pcm_dmaengine 16384 1 snd_soc_core
videodev 274432 3 videobuf2_v4l2,uvcvideo,videobuf2_common
snd_hda_intel 57344 0
crct10dif_pclmul 16384 1
crc32_pclmul 16384 0
snd_intel_dspcfg 28672 2 snd_hda_intel,snd_soc_skl
hid_logitech_dj 28672 0
ghash_clmulni_intel 16384 0
iwlmvm 458752 0
mac80211 1024000 1 iwlmvm
mc 61440 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
snd_hda_codec 167936 4 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel
intel_xhci_usb_role_switch 16384 0
roles 16384 1 intel_xhci_usb_role_switch
ecdh_generic 16384 1 bluetooth
ecc 36864 1 ecdh_generic
hid_generic 16384 0
libarc4 16384 1 mac80211
iTCO_wdt 16384 0
mei_hdcp 24576 0
iTCO_vendor_support 16384 1 iTCO_wdt
wmi_bmof 16384 0
iwlwifi 413696 1 iwlmvm
snd_hda_core 106496 7 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_soc_skl
aesni_intel 368640 4
crypto_simd 16384 1 aesni_intel
i2c_algo_bit 16384 1 i915
cryptd 24576 2 crypto_simd,ghash_clmulni_intel
snd_hwdep 16384 1 snd_hda_codec
glue_helper 16384 1 aesni_intel
usbhid 65536 1 hid_logitech_dj
drm_kms_helper 249856 2 nvidia_drm,i915
intel_cstate 16384 0
snd_pcm 147456 7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_soc_core,snd_soc_skl,snd_hda_core,snd_pcm_dmaengine
r8169 98304 0
intel_uncore 147456 0
hid 143360 4 usbhid,hid_generic,hid_logitech_dj,hid_logitech_hidpp
intel_rapl_perf 16384 0
psmouse 184320 0
input_leds 16384 0
cec 65536 2 drm_kms_helper,i915
realtek 24576 1
cfg80211 888832 3 iwlmvm,iwlwifi,mac80211
snd_timer 45056 1 snd_pcm
rc_core 57344 1 cec
ipmi_devintf 20480 0
i2c_i801 36864 0
libphy 143360 2 r8169,realtek
ipmi_msghandler 73728 2 ipmi_devintf,nvidia
intel_gtt 24576 1 i915
syscopyarea 16384 1 drm_kms_helper
mei_me 49152 1
thinkpad_acpi 114688 0
sysfillrect 16384 1 drm_kms_helper
tpm_crb 20480 0
mei 126976 3 mei_hdcp,mei_me
nvram 16384 1 thinkpad_acpi
sysimgblt 16384 1 drm_kms_helper
ledtrig_audio 16384 3 snd_hda_codec_generic,snd_hda_codec_conexant,thinkpad_acpi
tpm_tis 16384 0
rfkill 28672 6 bluetooth,thinkpad_acpi,cfg80211
intel_pch_thermal 16384 0
fb_sys_fops 16384 1 drm_kms_helper
wmi 36864 1 wmi_bmof
evdev 28672 6
snd 114688 11 snd_hda_codec_generic,snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,thinkpad_acpi,snd_soc_core,snd_pcm
tpm_tis_core 32768 1 tpm_tis
soundcore 16384 1 snd
battery 20480 1 thinkpad_acpi
ac 16384 0
mac_hid 16384 0
tpm 77824 3 tpm_tis,tpm_crb,tpm_tis_core
rng_core 16384 1 tpm
drm 573440 4 drm_kms_helper,nvidia_drm,i915
crypto_user 16384 0
agpgart 53248 2 intel_gtt,drm
ip_tables 36864 0
x_tables 53248 1 ip_tables
ext4 798720 1
crc32c_generic 16384 0
crc16 16384 2 bluetooth,ext4
mbcache 16384 1 ext4
jbd2 139264 1 ext4
serio_raw 20480 0
atkbd 36864 0
libps2 20480 2 atkbd,psmouse
sdhci_pci 57344 0
cqhci 32768 1 sdhci_pci
sdhci 77824 1 sdhci_pci
xhci_pci 20480 0
crc32c_intel 24576 2
mmc_core 188416 3 sdhci,cqhci,sdhci_pci
xhci_hcd 286720 1 xhci_pci
i8042 32768 0
serio 28672 7 serio_raw,atkbd,psmouse,i8042$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #9 (rev f1)
00:1d.2 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #11 (rev f1)
00:1d.3 PCI bridge: Intel Corporation Device 9d1b (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2)
02:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
05:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)Last edited by jlindsay (2020-05-17 03:14:55)
Offline
Looks like a bug in mesa, which version are you on here? There seems to have been an emergency bugfix in 20.0.7-2 do you have that? Alternatively try to move to the older but more mature libGL implementation: https://wiki.archlinux.org/index.php/In … ver_(i965)
Offline
Yes, I have mesa version 20.0.70-2.
EDIT 1: should I post a bug report?
EDIT 2: I tried placing
export MESA_LOADER_DRIVER_OVERRIDE=i965in `~/.xinitrc`. When I run `startx`, I get one of the following two outputs (if I run `startx` over and over again it seemingly arbitrarily shows one or the other):
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3
Build Date: 05 May 2020 05:08:17AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 23:07:16 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
(EE)
(EE) Backtrace:
(EE) 0: /usr/lib/Xorg (xorg_backtrace+0x4d) [0x55b9c86b376d]
(EE) 1: /usr/lib/Xorg (0x55b9c8600000+0xa9cd8) [0x55b9c86a9cd8]
(EE) 2: /usr/lib/libc.so.6 (0x7f418fed5000+0x3c370) [0x7f418ff11370]
(EE) 3: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x431995) [0x7f418d286995]
(EE) 4: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x3bc06e) [0x7f418d21106e]
(EE) 5: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x3bb259) [0x7f418d210259]
(EE) 6: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x3c1607) [0x7f418d216607]
(EE) 7: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0xd9f402) [0x7f418dbf4402]
(EE) 8: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x3756d3) [0x7f418d1ca6d3]
(EE) 9: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x279825) [0x7f418d0ce825]
(EE) 10: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x284878) [0x7f418d0d9878]
(EE) 11: /usr/lib/dri/iris_dri.so (0x7f418ce55000+0x293cb0) [0x7f418d0e8cb0]
(EE) 12: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_create_textured_pixmap_from_gbm_bo+0x127) [0x7f418e5f1767]
(EE) 13: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7f41900ad000+0xa67b) [0x7f41900b767b]
(EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (0x7f41900ad000+0x10a40) [0x7f41900bda40]
(EE) 15: /usr/lib/Xorg (0x55b9c8600000+0x67eab) [0x55b9c8667eab]
(EE) 16: /usr/lib/Xorg (0x55b9c8600000+0x38598) [0x55b9c8638598]
(EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f418fefc002]
(EE) 18: /usr/lib/Xorg (_start+0x2e) [0x55b9c863939e]
(EE)
(EE) Segmentation fault at address 0x0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(II) AIGLX: Suspending AIGLX clients for VT switch
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server errorThe other output I get is that same as the one above, but with none of the errors in the middle.
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
Build Operating System: Linux Arch Linux
Current Operating System: Linux niander 5.6.12-arch1-1 #1 SMP PREEMPT Sun, 10 May 2020 10:43:42 +0000 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b0df2828-c4d0-4b00-a37b-451472735a83 rw loglevel=3
Build Date: 05 May 2020 05:08:17AM
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 23:07:16 2020
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Foundation support 02]( at http://wiki.x.org for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(II) AIGLX: Suspending AIGLX clients for VT switch
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server errorAs far as I can tell, these are the same outputs as I what I have in the original post.
Last edited by jlindsay (2020-05-16 13:50:41)
Offline
Fixed after latest upgrade.
Offline