You are not logged in.

#26 2019-11-23 15:55:16

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

I have just tried the 435xx version of nvidia driver, and removed the /etc/X11/xorg.conf file to /var/tmp and it now works.

Very strange. I'm not sure how the xorg.conf file was stopping it from working as it had the settings that were specified in the wiki.

Now that the file has been removed, I'll try getting to the latest version of the nvidia and nvidia-utils package and see what happens.

Last edited by kabads (2019-11-23 16:02:07)

Offline

#27 2019-11-23 16:17:56

seth
Member
Registered: 2012-09-03
Posts: 51,578

Re: X fails to start 'no screens found'

a) what were the contents of that file (exactly)
b) are you now maybe using the intel chip?

Offline

#28 2019-11-23 17:12:51

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

a)

Section "Module"
	Load "modesetting"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "1:0:0"
	Option "AllowEmptyInitialConfiguration"
EndSection

b) I'm almost certain I'm using the nvidia card (glxgears gives 60fps and 3d acceleration works with steam's counter-strike).
Thanks for the support

Offline

#29 2019-11-23 17:15:33

seth
Member
Registered: 2012-09-03
Posts: 51,578

Re: X fails to start 'no screens found'

Don't be almost certain, check the xorg log and the output of glxinfo.
glxgears is obviously capped at the panels refresh rate and the IGPs will get you some thousand FPS there as well.

Offline

#30 2019-11-23 18:02:53

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

Very good points - this is my Xorg.0.log file and you're indeed right - it seems that I'm not using accelerated graphics. Weird that counter strike ran smoothly (although it is an old game nowadays).

 [   503.611] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   503.612] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[   503.614] Build Operating System: Linux Arch Linux
[   503.615] Current Operating System: Linux gandalf 5.3.11-arch1-1 #1 SMP PREEMPT Tue, 12 Nov 2019 22:19:48 +0000 x86_64
[   503.615] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ef40961-3253-4a47-a531-a69e9c22690d rw loglevel=3 quiet
[   503.617] Build Date: 25 October 2019  08:43:50AM
[   503.617]  
[   503.618] Current version of pixman: 0.38.4
[   503.620] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   503.620] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   503.623] (==) Log file: "/home/adam/.local/share/xorg/Xorg.0.log", Time: Sat Nov 23 15:56:51 2019
[   503.626] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   503.626] (==) No Layout section.  Using the first Screen section.
[   503.626] (==) No screen section available. Using defaults.
[   503.626] (**) |-->Screen "Default Screen Section" (0)
[   503.626] (**) |   |-->Monitor "<default monitor>"
[   503.626] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   503.626] (==) Automatically adding devices
[   503.626] (==) Automatically enabling devices
[   503.626] (==) Automatically adding GPU devices
[   503.626] (==) Automatically binding GPU devices
[   503.626] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   503.626] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   503.626] 	Entry deleted from font path.
[   503.626] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   503.626] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   503.626] 	Entry deleted from font path.
[   503.626] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   503.626] 	Entry deleted from font path.
[   503.626] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   503.626] (==) ModulePath set to "/usr/lib/xorg/modules"
[   503.626] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   503.626] (II) Module ABI versions:
[   503.626] 	X.Org ANSI C Emulation: 0.4
[   503.626] 	X.Org Video Driver: 24.0
[   503.626] 	X.Org XInput driver : 24.1
[   503.626] 	X.Org Server Extension : 10.0
[   503.627] (++) using VT number 1

[   503.628] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   503.628] (II) xfree86: Adding drm device (/dev/dri/card0)
[   503.629] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   503.630] (--) PCI:*(0@0:2:0) 8086:0416:1043:157d rev 6, Mem @ 0xed400000/4194304, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   503.630] (--) PCI: (1@0:0:0) 10de:1199:1043:157d rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   503.631] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   503.631] (II) LoadModule: "glx"
[   503.631] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   503.632] (II) Module glx: vendor="X.Org Foundation"
[   503.632] 	compiled for 1.20.5, module version = 1.0.0
[   503.632] 	ABI class: X.Org Server Extension, version 10.0
[   503.632] (II) Applying OutputClass "intel" to /dev/dri/card0
[   503.632] 	loading driver: modesetting
[   503.632] (==) Matched modesetting as autoconfigured driver 0
[   503.632] (==) Matched intel as autoconfigured driver 1
[   503.632] (==) Matched fbdev as autoconfigured driver 2
[   503.632] (==) Matched vesa as autoconfigured driver 3
[   503.632] (==) Assigned the driver to the xf86ConfigLayout
[   503.632] (II) LoadModule: "modesetting"
[   503.632] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   503.632] (II) Module modesetting: vendor="X.Org Foundation"
[   503.632] 	compiled for 1.20.5, module version = 1.20.5
[   503.632] 	Module class: X.Org Video Driver
[   503.632] 	ABI class: X.Org Video Driver, version 24.0
[   503.632] (II) LoadModule: "intel"
[   503.632] (WW) Warning, couldn't open module intel
[   503.632] (EE) Failed to load module "intel" (module does not exist, 0)
[   503.632] (II) LoadModule: "fbdev"
[   503.632] (WW) Warning, couldn't open module fbdev
[   503.632] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   503.632] (II) LoadModule: "vesa"
[   503.632] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   503.633] (II) Module vesa: vendor="X.Org Foundation"
[   503.633] 	compiled for 1.20.0, module version = 2.4.0
[   503.633] 	Module class: X.Org Video Driver
[   503.633] 	ABI class: X.Org Video Driver, version 24.0
[   503.633] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   503.633] (II) VESA: driver for VESA chipsets: vesa
[   503.633] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   503.633] (II) modeset(0): using drv /dev/dri/card0
[   503.633] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   503.633] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   503.633] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   503.633] (==) modeset(0): RGB weight 888
[   503.633] (==) modeset(0): Default visual is TrueColor
[   503.633] (II) Loading sub module "glamoregl"
[   503.633] (II) LoadModule: "glamoregl"
[   503.633] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   503.640] (II) Module glamoregl: vendor="X.Org Foundation"
[   503.640] 	compiled for 1.20.5, module version = 1.0.1
[   503.640] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   503.738] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[   503.738] (II) modeset(0): glamor initialized
[   503.741] (II) modeset(0): Output eDP-1 has no monitor section
[   503.743] (II) modeset(0): Output VGA-1 has no monitor section
[   503.743] (II) modeset(0): Output DP-1 has no monitor section
[   503.745] (II) modeset(0): Output HDMI-1 has no monitor section
[   503.746] (II) modeset(0): Output HDMI-2 has no monitor section
[   503.750] (II) modeset(0): EDID for output eDP-1
[   503.750] (II) modeset(0): Manufacturer: AUO  Model: 219d  Serial#: 0
[   503.750] (II) modeset(0): Year: 2012  Week: 0
[   503.750] (II) modeset(0): EDID Version: 1.4
[   503.750] (II) modeset(0): Digital Display Input
[   503.750] (II) modeset(0): 6 bits per channel
[   503.750] (II) modeset(0): Digital interface is undefined
[   503.750] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[   503.750] (II) modeset(0): Gamma: 2.20
[   503.750] (II) modeset(0): No DPMS capabilities specified
[   503.750] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   503.750] (II) modeset(0): First detailed timing is preferred mode
[   503.750] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   503.750] (II) modeset(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
[   503.750] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   503.750] (II) modeset(0): Manufacturer's mask: 0
[   503.750] (II) modeset(0): Supported detailed timing:
[   503.750] (II) modeset(0): clock: 141.0 MHz   Image Size:  381 x 214 mm
[   503.750] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2112 h_border: 0
[   503.750] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1112 v_border: 0
[   503.750] (II) modeset(0): Unknown vendor-specific block f
[   503.750] (II) modeset(0):  AUO
[   503.750] (II) modeset(0):  B173HW02 V1
[   503.750] (II) modeset(0): EDID (in hex):
[   503.750] (II) modeset(0): 	00ffffffffffff0006af9d2100000000
[   503.750] (II) modeset(0): 	001601049026157802c8959e57549226
[   503.750] (II) modeset(0): 	0f505400000001010101010101010101
[   503.750] (II) modeset(0): 	010101010101143780c0703820403064
[   503.750] (II) modeset(0): 	36007dd6100000180000000f00000000
[   503.750] (II) modeset(0): 	00000000000000000020000000fe0041
[   503.750] (II) modeset(0): 	554f0a202020202020202020000000fe
[   503.750] (II) modeset(0): 	004231373348573032205631200a0051
[   503.750] (II) modeset(0): Printing probed modes for output eDP-1
[   503.750] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   503.750] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   503.750] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   503.750] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   503.750] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   503.750] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   503.750] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   503.750] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   503.750] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   503.750] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   503.750] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   503.750] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   503.750] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   503.750] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   503.750] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   503.750] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   503.750] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   503.750] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   503.750] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   503.750] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   503.750] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   503.750] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   503.750] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   503.750] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   503.750] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   503.750] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   503.750] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   503.750] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   503.750] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   503.750] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   503.750] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   503.750] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   503.750] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   503.750] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   503.750] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   503.750] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   503.750] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   503.750] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   503.750] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   503.750] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   503.750] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   503.750] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   503.750] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   503.750] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   503.750] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   503.750] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   503.750] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   503.750] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   503.750] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   503.750] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   503.750] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   503.750] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   503.750] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   503.750] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   503.750] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   503.750] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   503.750] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   503.750] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   503.750] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   503.750] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   503.750] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   503.750] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   503.750] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   503.750] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   503.750] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   503.750] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   503.750] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   503.750] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   503.750] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   503.750] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   503.751] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   503.751] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   503.751] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   503.752] (II) modeset(0): EDID for output VGA-1
[   503.752] (II) modeset(0): EDID for output DP-1
[   503.754] (II) modeset(0): EDID for output HDMI-1
[   503.756] (II) modeset(0): EDID for output HDMI-2
[   503.756] (II) modeset(0): Output eDP-1 connected
[   503.756] (II) modeset(0): Output VGA-1 disconnected
[   503.756] (II) modeset(0): Output DP-1 disconnected
[   503.756] (II) modeset(0): Output HDMI-1 disconnected
[   503.756] (II) modeset(0): Output HDMI-2 disconnected
[   503.756] (II) modeset(0): Using exact sizes for initial modes
[   503.756] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   503.756] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   503.756] (==) modeset(0): DPI set to (96, 96)
[   503.756] (II) Loading sub module "fb"
[   503.756] (II) LoadModule: "fb"
[   503.756] (II) Loading /usr/lib/xorg/modules/libfb.so
[   503.756] (II) Module fb: vendor="X.Org Foundation"
[   503.756] 	compiled for 1.20.5, module version = 1.0.0
[   503.756] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   503.756] (II) UnloadModule: "vesa"
[   503.756] (II) Unloading vesa
[   503.823] (==) modeset(0): Backing store enabled
[   503.823] (==) modeset(0): Silken mouse disabled
[   503.891] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   503.891] (==) modeset(0): DPMS enabled
[   503.891] (II) modeset(0): [DRI2] Setup complete
[   503.891] (II) modeset(0): [DRI2]   DRI driver: i965
[   503.891] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   503.891] (II) Initializing extension Generic Event Extension
[   503.891] (II) Initializing extension SHAPE
[   503.891] (II) Initializing extension MIT-SHM
[   503.891] (II) Initializing extension XInputExtension
[   503.891] (II) Initializing extension XTEST
[   503.891] (II) Initializing extension BIG-REQUESTS
[   503.891] (II) Initializing extension SYNC
[   503.891] (II) Initializing extension XKEYBOARD
[   503.891] (II) Initializing extension XC-MISC
[   503.891] (II) Initializing extension SECURITY
[   503.891] (II) Initializing extension XFIXES
[   503.891] (II) Initializing extension RENDER
[   503.891] (II) Initializing extension RANDR
[   503.891] (II) Initializing extension COMPOSITE
[   503.891] (II) Initializing extension DAMAGE
[   503.891] (II) Initializing extension MIT-SCREEN-SAVER
[   503.891] (II) Initializing extension DOUBLE-BUFFER
[   503.891] (II) Initializing extension RECORD
[   503.891] (II) Initializing extension DPMS
[   503.891] (II) Initializing extension Present
[   503.891] (II) Initializing extension DRI3
[   503.891] (II) Initializing extension X-Resource
[   503.891] (II) Initializing extension XVideo
[   503.891] (II) Initializing extension XVideo-MotionCompensation
[   503.891] (II) Initializing extension GLX
[   503.899] (II) AIGLX: Loaded and initialized i965
[   503.899] (II) GLX: Initialized DRI2 GL provider for screen 0
[   503.899] (II) Initializing extension XFree86-VidModeExtension
[   503.899] (II) Initializing extension XFree86-DGA
[   503.899] (II) Initializing extension XFree86-DRI
[   503.899] (II) Initializing extension DRI2
[   503.902] (II) modeset(0): Damage tracking initialized
[   503.902] (II) modeset(0): Setting screen physical size to 508 x 285
[   503.967] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   503.967] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   503.967] (II) LoadModule: "libinput"
[   503.967] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   503.971] (II) Module libinput: vendor="X.Org Foundation"
[   503.971] 	compiled for 1.20.5, module version = 0.29.0
[   503.971] 	Module class: X.Org XInput Driver
[   503.971] 	ABI class: X.Org XInput driver, version 24.1
[   503.971] (II) Using input driver 'libinput' for 'Power Button'
[   503.972] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[   503.972] (**) Power Button: always reports core events
[   503.972] (**) Option "Device" "/dev/input/event2"
[   503.972] (**) Option "_source" "server/udev"
[   503.980] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   503.981] (II) event2  - Power Button: device is a keyboard
[   503.981] (II) event2  - Power Button: device removed
[   503.981] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   503.981] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   503.981] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   503.981] (II) event2  - Power Button: device is a keyboard
[   503.982] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event4)
[   503.982] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   503.982] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   503.983] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 18 paused 0
[   503.983] (**) Asus Wireless Radio Control: always reports core events
[   503.983] (**) Option "Device" "/dev/input/event4"
[   503.983] (**) Option "_source" "server/udev"
[   503.983] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   503.983] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[   503.983] (II) event4  - Asus Wireless Radio Control: device removed
[   503.983] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input8/event4"
[   503.983] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[   503.984] (II) event4  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   503.984] (II) event4  - Asus Wireless Radio Control: device is a keyboard
[   503.985] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[   503.985] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   503.985] (II) Using input driver 'libinput' for 'Video Bus'
[   503.986] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 19 paused 0
[   503.986] (**) Video Bus: always reports core events
[   503.986] (**) Option "Device" "/dev/input/event11"
[   503.986] (**) Option "_source" "server/udev"
[   503.986] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   503.986] (II) event11 - Video Bus: device is a keyboard
[   503.987] (II) event11 - Video Bus: device removed
[   503.987] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event11"
[   503.987] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   503.988] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   503.988] (II) event11 - Video Bus: device is a keyboard
[   503.988] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   503.988] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   503.988] (II) Using input driver 'libinput' for 'Video Bus'
[   503.989] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 20 paused 0
[   503.989] (**) Video Bus: always reports core events
[   503.989] (**) Option "Device" "/dev/input/event10"
[   503.989] (**) Option "_source" "server/udev"
[   503.990] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   503.990] (II) event10 - Video Bus: device is a keyboard
[   503.990] (II) event10 - Video Bus: device removed
[   503.990] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/LNXVIDEO:00/input/input18/event10"
[   503.990] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[   503.991] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   503.991] (II) event10 - Video Bus: device is a keyboard
[   503.992] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   503.992] (II) No input driver specified, ignoring this device.
[   503.992] (II) This device may have been added with another device file.
[   503.992] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   503.992] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   503.992] (II) Using input driver 'libinput' for 'Sleep Button'
[   503.993] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[   503.993] (**) Sleep Button: always reports core events
[   503.993] (**) Option "Device" "/dev/input/event1"
[   503.993] (**) Option "_source" "server/udev"
[   503.993] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   503.993] (II) event1  - Sleep Button: device is a keyboard
[   503.994] (II) event1  - Sleep Button: device removed
[   503.994] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   503.994] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   503.994] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   503.994] (II) event1  - Sleep Button: device is a keyboard
[   503.995] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[   503.995] (II) No input driver specified, ignoring this device.
[   503.995] (II) This device may have been added with another device file.
[   503.995] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[   503.995] (II) No input driver specified, ignoring this device.
[   503.995] (II) This device may have been added with another device file.
[   503.995] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[   503.995] (II) No input driver specified, ignoring this device.
[   503.995] (II) This device may have been added with another device file.
[   503.996] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event16)
[   503.996] (II) No input driver specified, ignoring this device.
[   503.996] (II) This device may have been added with another device file.
[   503.996] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event17)
[   503.996] (II) No input driver specified, ignoring this device.
[   503.996] (II) This device may have been added with another device file.
[   503.996] (II) config/udev: Adding input device USB2.0 UVC HD Webcam: USB2.0 UV (/dev/input/event9)
[   503.996] (**) USB2.0 UVC HD Webcam: USB2.0 UV: Applying InputClass "libinput keyboard catchall"
[   503.996] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam: USB2.0 UV'
[   503.997] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 22 paused 0
[   503.997] (**) USB2.0 UVC HD Webcam: USB2.0 UV: always reports core events
[   503.997] (**) Option "Device" "/dev/input/event9"
[   503.997] (**) Option "_source" "server/udev"
[   503.997] (II) event9  - USB2.0 UVC HD Webcam: USB2.0 UV: is tagged by udev as: Keyboard
[   503.998] (II) event9  - USB2.0 UVC HD Webcam: USB2.0 UV: device is a keyboard
[   503.998] (II) event9  - USB2.0 UVC HD Webcam: USB2.0 UV: device removed
[   503.998] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input17/event9"
[   503.998] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam: USB2.0 UV" (type: KEYBOARD, id 11)
[   503.998] (II) event9  - USB2.0 UVC HD Webcam: USB2.0 UV: is tagged by udev as: Keyboard
[   503.998] (II) event9  - USB2.0 UVC HD Webcam: USB2.0 UV: device is a keyboard
[   503.999] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[   503.999] (II) No input driver specified, ignoring this device.
[   503.999] (II) This device may have been added with another device file.
[   503.999] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[   503.999] (II) No input driver specified, ignoring this device.
[   503.999] (II) This device may have been added with another device file.
[   503.999] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[   503.999] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   503.999] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   504.000] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[   504.000] (**) Asus WMI hotkeys: always reports core events
[   504.000] (**) Option "Device" "/dev/input/event6"
[   504.000] (**) Option "_source" "server/udev"
[   504.000] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   504.000] (II) event6  - Asus WMI hotkeys: device is a keyboard
[   504.000] (II) event6  - Asus WMI hotkeys: device removed
[   504.000] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event6"
[   504.001] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[   504.001] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   504.001] (II) event6  - Asus WMI hotkeys: device is a keyboard
[   504.002] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   504.002] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   504.002] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   504.002] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[   504.002] (**) AT Translated Set 2 keyboard: always reports core events
[   504.002] (**) Option "Device" "/dev/input/event3"
[   504.002] (**) Option "_source" "server/udev"
[   504.003] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   504.003] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   504.003] (II) event3  - AT Translated Set 2 keyboard: device removed
[   504.003] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   504.003] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[   504.004] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   504.004] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   504.005] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event12)
[   504.005] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   504.005] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   504.005] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 25 paused 0
[   504.005] (**) ETPS/2 Elantech Touchpad: always reports core events
[   504.005] (**) Option "Device" "/dev/input/event12"
[   504.005] (**) Option "_source" "server/udev"
[   504.006] (II) event12 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   504.007] (II) event12 - ETPS/2 Elantech Touchpad: device is a touchpad
[   504.007] (II) event12 - ETPS/2 Elantech Touchpad: device removed
[   504.007] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event12"
[   504.007] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[   504.007] (**) Option "AccelerationScheme" "none"
[   504.007] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   504.007] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   504.007] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   504.008] (II) event12 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   504.008] (II) event12 - ETPS/2 Elantech Touchpad: device is a touchpad
[   504.009] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[   504.009] (II) No input driver specified, ignoring this device.
[   504.009] (II) This device may have been added with another device file.
[   504.009] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   504.009] (II) No input driver specified, ignoring this device.
[   504.009] (II) This device may have been added with another device file.
[   504.862] (II) modeset(0): EDID vendor "AUO", prod id 8605
[   504.862] (II) modeset(0): Printing DDC gathered Modelines:
[   504.862] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   550.261] (II) modeset(0): EDID vendor "AUO", prod id 8605
[   550.261] (II) modeset(0): Printing DDC gathered Modelines:
[   550.261] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   618.334] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/mouse1)
[   618.334] (II) No input driver specified, ignoring this device.
[   618.334] (II) This device may have been added with another device file.
[   618.433] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event18)
[   618.433] (II) No input driver specified, ignoring this device.
[   618.433] (II) This device may have been added with another device file.
[   618.445] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event19)
[   618.445] (**) 2.4G Mouse: Applying InputClass "libinput pointer catchall"
[   618.445] (II) Using input driver 'libinput' for '2.4G Mouse'
[   618.503] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 66 paused 0
[   618.503] (**) 2.4G Mouse: always reports core events
[   618.503] (**) Option "Device" "/dev/input/event19"
[   618.503] (**) Option "_source" "server/udev"
[   618.505] (II) event19 - 2.4G Mouse: is tagged by udev as: Mouse
[   618.505] (II) event19 - 2.4G Mouse: device is a pointer
[   618.505] (II) event19 - 2.4G Mouse: device removed
[   618.505] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1EA7:0064.0001/input/input26/event19"
[   618.505] (II) XINPUT: Adding extended input device "2.4G Mouse" (type: MOUSE, id 15)
[   618.507] (**) Option "AccelerationScheme" "none"
[   618.508] (**) 2.4G Mouse: (accel) selected scheme none/0
[   618.508] (**) 2.4G Mouse: (accel) acceleration factor: 2.000
[   618.508] (**) 2.4G Mouse: (accel) acceleration threshold: 4
[   618.510] (II) event19 - 2.4G Mouse: is tagged by udev as: Mouse
[   618.510] (II) event19 - 2.4G Mouse: device is a pointer
[   625.987] (II) modeset(0): EDID vendor "AUO", prod id 8605
[   625.987] (II) modeset(0): Printing DDC gathered Modelines:
[   625.987] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   639.564] (II) modeset(0): EDID vendor "AUO", prod id 8605
[   639.564] (II) modeset(0): Printing DDC gathered Modelines:
[   639.564] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   888.974] (II) modeset(0): EDID vendor "AUO", prod id 8605
[   888.974] (II) modeset(0): Printing DDC gathered Modelines:
[   888.974] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5106.765] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5106.765] (II) modeset(0): Printing DDC gathered Modelines:
[  5106.765] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5106.774] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5106.774] (II) modeset(0): Printing DDC gathered Modelines:
[  5106.774] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5107.057] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5107.057] (II) modeset(0): Printing DDC gathered Modelines:
[  5107.057] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5107.072] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5107.072] (II) modeset(0): Printing DDC gathered Modelines:
[  5107.072] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5302.472] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5302.472] (II) modeset(0): Printing DDC gathered Modelines:
[  5302.472] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5690.580] (EE) client bug: timer event19 debounce short: offset negative (-0ms)
[  5699.227] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5699.227] (II) modeset(0): Printing DDC gathered Modelines:
[  5699.227] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5701.185] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5701.185] (II) modeset(0): Printing DDC gathered Modelines:
[  5701.185] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5702.808] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5702.808] (II) modeset(0): Printing DDC gathered Modelines:
[  5702.808] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5724.806] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5724.806] (II) modeset(0): Printing DDC gathered Modelines:
[  5724.806] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5725.428] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5725.428] (II) modeset(0): Printing DDC gathered Modelines:
[  5725.428] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5727.510] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5727.510] (II) modeset(0): Printing DDC gathered Modelines:
[  5727.510] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5728.454] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5728.455] (II) modeset(0): Printing DDC gathered Modelines:
[  5728.455] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5728.644] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5728.644] (II) modeset(0): Printing DDC gathered Modelines:
[  5728.644] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5730.125] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5730.125] (II) modeset(0): Printing DDC gathered Modelines:
[  5730.125] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5734.506] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5734.506] (II) modeset(0): Printing DDC gathered Modelines:
[  5734.506] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5739.475] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5739.475] (II) modeset(0): Printing DDC gathered Modelines:
[  5739.475] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5760.790] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5760.790] (II) modeset(0): Printing DDC gathered Modelines:
[  5760.790] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5767.424] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5767.424] (II) modeset(0): Printing DDC gathered Modelines:
[  5767.424] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  5859.622] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  5859.622] (II) modeset(0): Printing DDC gathered Modelines:
[  5859.622] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  6344.183] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  6344.183] (II) modeset(0): Printing DDC gathered Modelines:
[  6344.184] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  6715.816] (EE) client bug: timer event19 debounce short: offset negative (-1ms)
[  7260.931] (EE) client bug: timer event19 debounce short: offset negative (-5ms)
[  7543.547] (II) modeset(0): EDID vendor "AUO", prod id 8605
[  7543.547] (II) modeset(0): Printing DDC gathered Modelines:
[  7543.547] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  7546.006] (EE) client bug: timer event19 debounce short: offset negative (-0ms)

and glxinfo

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_no_error, 
    GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_no_error, 
    GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, 
    GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) Haswell Mobile  (0x416)
    Version: 19.2.4
    Accelerated: yes
    Video memory: 1536MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.1
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile 
OpenGL core profile version string: 4.5 (Core Profile) Mesa 19.2.4
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, 
    GL_AMD_query_buffer_object, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_object_purgeable, GL_ARB_ES2_compatibility, 
    GL_ARB_ES3_1_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_conditional_render_inverted, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_derivative_control, GL_ARB_direct_state_access, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_indirect_parameters, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multi_draw_indirect, GL_ARB_occlusion_query2, 
    GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, 
    GL_ARB_shader_viewport_layer_array, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_packing, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_tessellation_shader, GL_ARB_texture_barrier, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_filter_anisotropic, GL_ARB_texture_float, 
    GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ATI_blend_equation_separate, 
    GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_blend_equation_separate, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_shader_framebuffer_fetch_non_coherent, 
    GL_EXT_shader_integer_mix, GL_EXT_shader_samples_identical, 
    GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, 
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_IBM_multimode_draw_arrays, 
    GL_INTEL_performance_query, GL_KHR_blend_equation_advanced, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior, 
    GL_KHR_robustness, GL_MESA_framebuffer_flip_y, GL_MESA_pack_invert, 
    GL_MESA_shader_integer_functions, GL_MESA_texture_signed_rgba, 
    GL_NV_compute_shader_derivatives, GL_NV_conditional_render, 
    GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_NV_texture_barrier, 
    GL_OES_EGL_image, GL_S3_s3tc

OpenGL version string: 3.0 Mesa 19.2.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, 
    GL_AMD_query_buffer_object, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility, 
    GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_conditional_render_inverted, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, 
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions, 
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program, 
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, 
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, 
    GL_ARB_get_texture_sub_image, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_indirect_parameters, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_texture_image_samples, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_packing, 
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_filter_anisotropic, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, 
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset_clamp, GL_EXT_provoking_vertex, 
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_samples_identical, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, 
    GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, 
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_INTEL_performance_query, GL_KHR_blend_equation_advanced, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior, 
    GL_KHR_robustness, GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_NV_blend_square, 
    GL_NV_compute_shader_derivatives, GL_NV_conditional_render, 
    GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_light_max_exponent, 
    GL_NV_packed_depth_stencil, GL_NV_primitive_restart, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.1 Mesa 19.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_base_instance, 
    GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_buffer_storage, 
    GL_EXT_clip_control, GL_EXT_clip_cull_distance, GL_EXT_color_buffer_float, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_copy_image, 
    GL_EXT_depth_clamp, GL_EXT_discard_framebuffer, 
    GL_EXT_disjoint_timer_query, GL_EXT_draw_buffers, 
    GL_EXT_draw_buffers_indexed, GL_EXT_draw_elements_base_vertex, 
    GL_EXT_float_blend, GL_EXT_frag_depth, GL_EXT_geometry_point_size, 
    GL_EXT_geometry_shader, GL_EXT_gpu_shader5, GL_EXT_map_buffer_range, 
    GL_EXT_multi_draw_arrays, GL_EXT_occlusion_query_boolean, 
    GL_EXT_polygon_offset_clamp, GL_EXT_primitive_bounding_box, 
    GL_EXT_read_format_bgra, GL_EXT_render_snorm, GL_EXT_robustness, 
    GL_EXT_sRGB_write_control, GL_EXT_separate_shader_objects, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, 
    GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_io_blocks, GL_EXT_shader_samples_identical, 
    GL_EXT_tessellation_point_size, GL_EXT_tessellation_shader, 
    GL_EXT_texture_border_clamp, GL_EXT_texture_buffer, 
    GL_EXT_texture_compression_bptc, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_compression_s3tc_srgb, GL_EXT_texture_cube_map_array, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_texture_norm16, GL_EXT_texture_query_lod, GL_EXT_texture_rg, 
    GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_unpack_subimage, GL_INTEL_performance_query, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_MESA_framebuffer_flip_y, GL_MESA_shader_integer_functions, 
    GL_NV_conditional_render, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, 
    GL_NV_image_formats, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_OES_EGL_image, 
    GL_OES_EGL_image_external, GL_OES_EGL_image_external_essl3, 
    GL_OES_EGL_sync, GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, 
    GL_OES_depth24, GL_OES_depth_texture, GL_OES_depth_texture_cube_map, 
    GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_geometry_point_size, GL_OES_geometry_shader, 
    GL_OES_get_program_binary, GL_OES_gpu_shader5, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_primitive_bounding_box, 
    GL_OES_required_internalformat, GL_OES_rgb8_rgba8, GL_OES_sample_shading, 
    GL_OES_sample_variables, GL_OES_shader_image_atomic, 
    GL_OES_shader_io_blocks, GL_OES_shader_multisample_interpolation, 
    GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, 
    GL_OES_tessellation_point_size, GL_OES_tessellation_shader, 
    GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_buffer, 
    GL_OES_texture_cube_map_array, GL_OES_texture_float, 
    GL_OES_texture_float_linear, GL_OES_texture_half_float, 
    GL_OES_texture_half_float_linear, GL_OES_texture_npot, 
    GL_OES_texture_stencil8, GL_OES_texture_storage_multisample_2d_array, 
    GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_OES_viewport_array

70 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x022 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x10c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x10d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x10e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x10f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x110 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x111 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x112 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x113 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x114 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x115 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x116 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x117 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x118 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x119 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x11a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x11b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x11c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x11d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x11e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x11f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x120 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x121 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x122 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x123 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x124 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x125 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 None
0x126 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 None
0x127 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 None
0x128 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 None
0x129 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x12a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x12b 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x12c 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x12d 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x12e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x12f 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x130 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x131 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x132 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x133 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x134 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x135 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x136 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x137 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x138 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x139 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x13a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x13b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x13c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x13d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x13e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x13f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x140 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x141 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x142 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 None
0x143 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 None
0x144 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 None
0x145 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 None
0x0ad 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x146 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x147 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x148 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x149 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x14a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x14b 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x14c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x14d 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x14e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None

94 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x0ae  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0af  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b0  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b1  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0b2  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b3  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0b4 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0b5 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0b6 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b7 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0b8 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0b9 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0ba 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0bb 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0bc 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x0bd 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x0be 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0bf 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0c0  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0c1  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0c2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0c3 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0c4 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0c5 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0c6 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0c7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x0c8  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0c9  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0ca  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x0cb  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  8 1 None
0x0cc 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0cd 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0ce 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0cf 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0d0 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0d1 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0d2 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0d3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x0d4 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 None
0x0d5 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 None
0x0d6 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 None
0x0d7 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 None
0x0d8  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0d9  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0da  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0db  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0dc  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0dd  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0de 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0df 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0e0 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0e1 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0e2 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0e3 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x0e4 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0e5 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0e6 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x0e7 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x0e8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0e9 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0ea  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x0eb  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x0ec 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0ed 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x0ee 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x0ef 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x0f0 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x0f1 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8 16 16 16 16  0 0 Slow
0x0f2  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0f3  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0f4  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  4 1 None
0x0f5  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  8 1 None
0x0f6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 None
0x0f7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 None
0x0f8 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None
0x0f9 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 None
0x0fa 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 None
0x0fb 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 None
0x0fc 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 None
0x0fd 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 None
0x0fe 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 None
0x0ff 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 None
0x100 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 None
0x101 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 None
0x102 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x103 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x104 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x105 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x106 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x107 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 None
0x108 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x109 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None
0x10a 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x10b 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 None

It also seems that the nvidia module isn't loaded - when I installed the older version of nvidia driver, should I have run something to get the kernel to compile against the different version that is now installed (like mkinitcipio or something)?

modprobe nvidia
modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.3.11-arch1-1

Last edited by kabads (2019-11-23 18:07:00)

Offline

#31 2019-11-23 19:31:41

dglt
Member
Registered: 2019-08-14
Posts: 82

Re: X fails to start 'no screens found'

It also seems that the nvidia module isn't loaded - when I installed the older version of nvidia driver, should I have run something to get the kernel to compile against the different version that is now installed (like mkinitcipio or something)?

modprobe nvidia
modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.3.11-arch1-1

your using the prebuilt nvidia package thats built for a different kernel version, and why you get "nvidia module not found". if you want to use an older nvidia driver for whatever reason make sure you have matching kernel headers installed and use the nvidia-dkms version. i use the 430.xx binary blob from nvidia since 435.xx and 440.xx are a mess on optimus laptops when using prime.

edit: you would also want to put that xorg configuration back so prime works

Last edited by dglt (2019-11-23 20:11:49)

Offline

#32 2019-11-23 20:50:23

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

@dgIt - I think I'm not using any version of nvidia as a heavyweight game is unplayable.

Offline

#33 2019-11-23 20:52:53

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: X fails to start 'no screens found'

Exactly, because you don't have the correct version installed it isn't being used.

This is why you need to install the version that works with your kernel as dglt instructed.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#34 2019-11-24 11:14:38

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

OK - thanks for the clarification - I have installed the linux-headers (for both vanilla and lts version) and installed nvidia-dkms. I've got the pacman hook for nvidia-dkms an per the wiki. I've also passed the parameter nvidia-drm.modeset=1 parameter to the kernel at boot time.

When I startx, I get:

xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)

lsmod is now showing the nvidia module as loaded.

Any other thoughts? How would I use a different nvidia version with this set up? Do I just install the nvidia packages as before (from /var/cache/pacman/pkg) and nvidia-dkms compiles them in?

And here is the latest Xorg.0.log file (which is complaining about NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)

[   673.081] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   673.083] 
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[   673.089] Build Operating System: Linux Arch Linux
[   673.090] Current Operating System: Linux gandalf 4.19.85-1-lts #1 SMP Wed, 20 Nov 2019 19:45:11 +0000 x86_64
[   673.091] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=6ef40961-3253-4a47-a531-a69e9c22690d rw loglevel=3 quiet nvidia-drm.modeset=1
[   673.094] Build Date: 23 November 2019  06:54:33AM
[   673.095]  
[   673.096] Current version of pixman: 0.38.4
[   673.099] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   673.099] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   673.105] (==) Log file: "/home/adam/.local/share/xorg/Xorg.0.log", Time: Sun Nov 24 11:19:47 2019
[   673.106] (==) Using config file: "/etc/X11/xorg.conf"
[   673.108] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   673.108] (==) No Layout section.  Using the first Screen section.
[   673.108] (==) No screen section available. Using defaults.
[   673.108] (**) |-->Screen "Default Screen Section" (0)
[   673.108] (**) |   |-->Monitor "<default monitor>"
[   673.108] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   673.108] (**) |   |-->Device "nvidia"
[   673.108] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   673.108] (==) Automatically adding devices
[   673.108] (==) Automatically enabling devices
[   673.108] (==) Automatically adding GPU devices
[   673.108] (==) Automatically binding GPU devices
[   673.108] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   673.108] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   673.108] 	Entry deleted from font path.
[   673.108] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   673.108] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   673.108] 	Entry deleted from font path.
[   673.108] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   673.108] 	Entry deleted from font path.
[   673.108] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   673.108] (==) ModulePath set to "/usr/lib/xorg/modules"
[   673.108] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   673.108] (II) Module ABI versions:
[   673.108] 	X.Org ANSI C Emulation: 0.4
[   673.108] 	X.Org Video Driver: 24.0
[   673.108] 	X.Org XInput driver : 24.1
[   673.108] 	X.Org Server Extension : 10.0
[   673.109] (++) using VT number 1

[   673.110] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[   673.111] (II) xfree86: Adding drm device (/dev/dri/card0)
[   673.111] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   673.113] (--) PCI:*(0@0:2:0) 8086:0416:1043:157d rev 6, Mem @ 0xed400000/4194304, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   673.113] (--) PCI: (1@0:0:0) 10de:1199:1043:157d rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   673.113] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   673.113] (II) "glx" will be loaded by default.
[   673.113] (II) LoadModule: "modesetting"
[   673.113] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   673.113] (II) Module modesetting: vendor="X.Org Foundation"
[   673.113] 	compiled for 1.20.6, module version = 1.20.6
[   673.113] 	Module class: X.Org Video Driver
[   673.113] 	ABI class: X.Org Video Driver, version 24.0
[   673.113] (II) LoadModule: "glx"
[   673.113] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   673.114] (II) Module glx: vendor="X.Org Foundation"
[   673.114] 	compiled for 1.20.6, module version = 1.0.0
[   673.114] 	ABI class: X.Org Server Extension, version 10.0
[   673.114] (II) LoadModule: "nvidia"
[   673.114] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   673.114] (II) Module nvidia: vendor="NVIDIA Corporation"
[   673.114] 	compiled for 1.6.99.901, module version = 1.0.0
[   673.114] 	Module class: X.Org Video Driver
[   673.114] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   673.114] (II) NVIDIA dlloader X Driver  440.31  Sun Oct 27 02:16:54 UTC 2019
[   673.114] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   673.114] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   673.114] (WW) Falling back to old probe method for modesetting
[   673.114] (II) Loading sub module "fb"
[   673.114] (II) LoadModule: "fb"
[   673.114] (II) Loading /usr/lib/xorg/modules/libfb.so
[   673.115] (II) Module fb: vendor="X.Org Foundation"
[   673.115] 	compiled for 1.20.6, module version = 1.0.0
[   673.115] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   673.115] (II) Loading sub module "wfb"
[   673.115] (II) LoadModule: "wfb"
[   673.115] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   673.115] (II) Module wfb: vendor="X.Org Foundation"
[   673.115] 	compiled for 1.20.6, module version = 1.0.0
[   673.115] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   673.115] (II) Loading sub module "ramdac"
[   673.115] (II) LoadModule: "ramdac"
[   673.115] (II) Module "ramdac" already built-in
[   673.115] (II) modeset(G0): using drv /dev/dri/card0
[   673.115] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   673.115] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   673.115] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[   673.115] (==) NVIDIA(0): RGB weight 888
[   673.115] (==) NVIDIA(0): Default visual is TrueColor
[   673.115] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   673.115] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   673.115] (**) NVIDIA(0): Enabling 2D acceleration
[   673.115] (II) Loading sub module "glxserver_nvidia"
[   673.115] (II) LoadModule: "glxserver_nvidia"
[   673.115] (WW) Warning, couldn't open module glxserver_nvidia
[   673.115] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[   673.115] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[   673.115] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[   673.115] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[   673.115] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[   673.115] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[   673.115] (II) NVIDIA: The X server does not support PRIME Render Offload.
[   689.359] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.  Please
[   689.359] (EE) NVIDIA(GPU-0):     check your system's kernel log for additional error
[   689.359] (EE) NVIDIA(GPU-0):     messages and refer to Chapter 8: Common Problems in the
[   689.359] (EE) NVIDIA(GPU-0):     README for additional information.
[   689.359] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
[   689.359] (EE) NVIDIA(0): Failing initialization of X screen
[   689.359] (II) UnloadModule: "nvidia"
[   689.359] (II) UnloadSubModule: "wfb"
[   689.359] (II) UnloadSubModule: "fb"
[   689.359] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[   689.359] (==) modeset(G0): RGB weight 888
[   689.359] (==) modeset(G0): Default visual is TrueColor
[   689.359] (II) Loading sub module "glamoregl"
[   689.359] (II) LoadModule: "glamoregl"
[   689.359] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   689.362] (II) Module glamoregl: vendor="X.Org Foundation"
[   689.362] 	compiled for 1.20.6, module version = 1.0.1
[   689.362] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   689.375] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[   689.375] (II) modeset(G0): glamor initialized
[   689.378] (II) modeset(G0): Output eDP-1-1 has no monitor section
[   689.380] (II) modeset(G0): Output VGA-1-1 has no monitor section
[   689.380] (II) modeset(G0): Output DP-1-1 has no monitor section
[   689.382] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   689.383] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[   689.387] (II) modeset(G0): EDID for output eDP-1-1
[   689.387] (II) modeset(G0): Manufacturer: AUO  Model: 219d  Serial#: 0
[   689.387] (II) modeset(G0): Year: 2012  Week: 0
[   689.387] (II) modeset(G0): EDID Version: 1.4
[   689.387] (II) modeset(G0): Digital Display Input
[   689.387] (II) modeset(G0): 6 bits per channel
[   689.387] (II) modeset(G0): Digital interface is undefined
[   689.387] (II) modeset(G0): Max Image Size [cm]: horiz.: 38  vert.: 21
[   689.387] (II) modeset(G0): Gamma: 2.20
[   689.387] (II) modeset(G0): No DPMS capabilities specified
[   689.387] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[   689.387] (II) modeset(G0): First detailed timing is preferred mode
[   689.387] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   689.387] (II) modeset(G0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
[   689.387] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   689.387] (II) modeset(G0): Manufacturer's mask: 0
[   689.387] (II) modeset(G0): Supported detailed timing:
[   689.387] (II) modeset(G0): clock: 141.0 MHz   Image Size:  381 x 214 mm
[   689.387] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2112 h_border: 0
[   689.387] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1112 v_border: 0
[   689.387] (II) modeset(G0): Unknown vendor-specific block f
[   689.387] (II) modeset(G0):  AUO
[   689.387] (II) modeset(G0):  B173HW02 V1
[   689.387] (II) modeset(G0): EDID (in hex):
[   689.387] (II) modeset(G0): 	00ffffffffffff0006af9d2100000000
[   689.387] (II) modeset(G0): 	001601049026157802c8959e57549226
[   689.387] (II) modeset(G0): 	0f505400000001010101010101010101
[   689.387] (II) modeset(G0): 	010101010101143780c0703820403064
[   689.387] (II) modeset(G0): 	36007dd6100000180000000f00000000
[   689.387] (II) modeset(G0): 	00000000000000000020000000fe0041
[   689.387] (II) modeset(G0): 	554f0a202020202020202020000000fe
[   689.387] (II) modeset(G0): 	004231373348573032205631200a0051
[   689.387] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   689.387] (II) modeset(G0): Modeline "1920x1080"x60.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   689.387] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   689.387] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   689.387] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   689.387] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   689.388] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   689.388] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   689.388] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   689.388] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   689.388] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   689.388] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   689.388] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   689.388] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   689.388] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   689.388] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   689.388] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   689.388] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   689.388] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   689.389] (II) modeset(G0): EDID for output VGA-1-1
[   689.389] (II) modeset(G0): EDID for output DP-1-1
[   689.391] (II) modeset(G0): EDID for output HDMI-1-1
[   689.393] (II) modeset(G0): EDID for output HDMI-1-2
[   689.393] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   689.393] (==) modeset(G0): DPI set to (96, 96)
[   689.393] (II) Loading sub module "fb"
[   689.393] (II) LoadModule: "fb"
[   689.393] (II) Loading /usr/lib/xorg/modules/libfb.so
[   689.393] (II) Module fb: vendor="X.Org Foundation"
[   689.393] 	compiled for 1.20.6, module version = 1.0.0
[   689.393] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   689.393] (EE) Screen(s) found, but none have a usable configuration.
[   689.393] (EE) 
Fatal server error:
[   689.393] (EE) no screens found(EE) 
[   689.393] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   689.393] (EE) Please also check the log file at "/home/adam/.local/share/xorg/Xorg.0.log" for additional information.
[   689.393] (EE) 
[   689.404] (EE) Server terminated with error (1). Closing log file.

Thanks for the help so far.

Last edited by kabads (2019-11-24 11:23:03)

Offline

#35 2019-11-24 14:18:20

seth
Member
Registered: 2012-09-03
Posts: 51,578

Re: X fails to start 'no screens found'

There's a "/etc/X11/xorg.conf" again. Why is it there and what is the content?

[   673.108] (==) ModulePath set to "/usr/lib/xorg/modules"
…
[   673.115] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)

/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf is supposed to extend the path:

…
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
…

Offline

#36 2019-11-24 14:25:30

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

/etc/X11/xorg.conf:

Section "Module"
	Load "modesetting"
EndSection

Section "Device"
	Identifier "nvidia"
	Driver "nvidia"
	BusID "1:0:0"
	Option "AllowEmptyInitialConfiguration"
EndSection
cat /usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf  
Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    Option "PrimaryGPU" "yes"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

Offline

#37 2019-11-24 14:26:24

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

seth wrote:

There's a "/etc/X11/xorg.conf" again. Why is it there and what is the content?

[   673.108] (==) ModulePath set to "/usr/lib/xorg/modules"
…
[   673.115] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)

/usr/share/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf is supposed to extend the path:

…
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
…

I'm not sure what this means, but I have posted the 10-nvidia-drm-outputclass.conf in my post above.

Offline

#38 2019-11-24 14:29:14

seth
Member
Registered: 2012-09-03
Posts: 51,578

Re: X fails to start 'no screens found'

Please remove the static /etc/X11/xorg.conf and try again, post an updated Xorg log.

Offline

#39 2019-11-24 14:51:10

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

seth wrote:

Please remove the static /etc/X11/xorg.conf and try again, post an updated Xorg log.

If I do that, I only get X with the intel card. Is that what you're expecting?

This is the log file with xorg.conf removed and startx (and the result is that X starts fine - without 3d acceleration):

[   718.267] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   718.269] 
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[   718.274] Build Operating System: Linux Arch Linux
[   718.275] Current Operating System: Linux gandalf 4.19.85-1-lts #1 SMP Wed, 20 Nov 2019 19:45:11 +0000 x86_64
[   718.276] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=6ef40961-3253-4a47-a531-a69e9c22690d rw loglevel=3 quiet nvidia-drm.modeset=1
[   718.279] Build Date: 23 November 2019  06:54:33AM
[   718.281]  
[   718.282] Current version of pixman: 0.38.4
[   718.285] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   718.285] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   718.291] (==) Log file: "/home/adam/.local/share/xorg/Xorg.0.log", Time: Sun Nov 24 11:20:33 2019
[   718.293] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   718.293] (==) No Layout section.  Using the first Screen section.
[   718.293] (==) No screen section available. Using defaults.
[   718.293] (**) |-->Screen "Default Screen Section" (0)
[   718.293] (**) |   |-->Monitor "<default monitor>"
[   718.293] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   718.293] (==) Automatically adding devices
[   718.293] (==) Automatically enabling devices
[   718.293] (==) Automatically adding GPU devices
[   718.293] (==) Automatically binding GPU devices
[   718.293] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   718.293] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   718.293] 	Entry deleted from font path.
[   718.293] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   718.293] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   718.293] 	Entry deleted from font path.
[   718.293] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   718.293] 	Entry deleted from font path.
[   718.293] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   718.293] (==) ModulePath set to "/usr/lib/xorg/modules"
[   718.293] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   718.293] (II) Module ABI versions:
[   718.293] 	X.Org ANSI C Emulation: 0.4
[   718.293] 	X.Org Video Driver: 24.0
[   718.293] 	X.Org XInput driver : 24.1
[   718.293] 	X.Org Server Extension : 10.0
[   718.294] (++) using VT number 1

[   718.295] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[   718.296] (II) xfree86: Adding drm device (/dev/dri/card0)
[   718.296] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   718.298] (--) PCI:*(0@0:2:0) 8086:0416:1043:157d rev 6, Mem @ 0xed400000/4194304, 0x80000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   718.298] (--) PCI: (1@0:0:0) 10de:1199:1043:157d rev 161, Mem @ 0xec000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   718.298] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   718.298] (II) LoadModule: "glx"
[   718.298] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   718.299] (II) Module glx: vendor="X.Org Foundation"
[   718.299] 	compiled for 1.20.6, module version = 1.0.0
[   718.299] 	ABI class: X.Org Server Extension, version 10.0
[   718.299] (II) Applying OutputClass "intel" to /dev/dri/card0
[   718.299] 	loading driver: modesetting
[   718.299] (==) Matched modesetting as autoconfigured driver 0
[   718.299] (==) Matched intel as autoconfigured driver 1
[   718.299] (==) Matched fbdev as autoconfigured driver 2
[   718.299] (==) Matched vesa as autoconfigured driver 3
[   718.299] (==) Assigned the driver to the xf86ConfigLayout
[   718.299] (II) LoadModule: "modesetting"
[   718.299] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   718.299] (II) Module modesetting: vendor="X.Org Foundation"
[   718.299] 	compiled for 1.20.6, module version = 1.20.6
[   718.299] 	Module class: X.Org Video Driver
[   718.299] 	ABI class: X.Org Video Driver, version 24.0
[   718.299] (II) LoadModule: "intel"
[   718.300] (WW) Warning, couldn't open module intel
[   718.300] (EE) Failed to load module "intel" (module does not exist, 0)
[   718.300] (II) LoadModule: "fbdev"
[   718.300] (WW) Warning, couldn't open module fbdev
[   718.300] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   718.300] (II) LoadModule: "vesa"
[   718.300] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   718.300] (II) Module vesa: vendor="X.Org Foundation"
[   718.300] 	compiled for 1.20.0, module version = 2.4.0
[   718.300] 	Module class: X.Org Video Driver
[   718.300] 	ABI class: X.Org Video Driver, version 24.0
[   718.300] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   718.300] (II) VESA: driver for VESA chipsets: vesa
[   718.300] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   718.300] (II) modeset(0): using drv /dev/dri/card0
[   718.300] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   718.300] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   718.300] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   718.300] (==) modeset(0): RGB weight 888
[   718.300] (==) modeset(0): Default visual is TrueColor
[   718.300] (II) Loading sub module "glamoregl"
[   718.300] (II) LoadModule: "glamoregl"
[   718.300] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   718.302] (II) Module glamoregl: vendor="X.Org Foundation"
[   718.302] 	compiled for 1.20.6, module version = 1.0.1
[   718.302] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   718.316] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[   718.316] (II) modeset(0): glamor initialized
[   718.319] (II) modeset(0): Output eDP-1 has no monitor section
[   718.321] (II) modeset(0): Output VGA-1 has no monitor section
[   718.321] (II) modeset(0): Output DP-1 has no monitor section
[   718.322] (II) modeset(0): Output HDMI-1 has no monitor section
[   718.324] (II) modeset(0): Output HDMI-2 has no monitor section
[   718.328] (II) modeset(0): EDID for output eDP-1
[   718.328] (II) modeset(0): Manufacturer: AUO  Model: 219d  Serial#: 0
[   718.328] (II) modeset(0): Year: 2012  Week: 0
[   718.328] (II) modeset(0): EDID Version: 1.4
[   718.328] (II) modeset(0): Digital Display Input
[   718.328] (II) modeset(0): 6 bits per channel
[   718.328] (II) modeset(0): Digital interface is undefined
[   718.328] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[   718.328] (II) modeset(0): Gamma: 2.20
[   718.328] (II) modeset(0): No DPMS capabilities specified
[   718.328] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[   718.328] (II) modeset(0): First detailed timing is preferred mode
[   718.328] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[   718.328] (II) modeset(0): redX: 0.620 redY: 0.340   greenX: 0.330 greenY: 0.570
[   718.328] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   718.328] (II) modeset(0): Manufacturer's mask: 0
[   718.328] (II) modeset(0): Supported detailed timing:
[   718.328] (II) modeset(0): clock: 141.0 MHz   Image Size:  381 x 214 mm
[   718.328] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2112 h_border: 0
[   718.328] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1112 v_border: 0
[   718.328] (II) modeset(0): Unknown vendor-specific block f
[   718.328] (II) modeset(0):  AUO
[   718.328] (II) modeset(0):  B173HW02 V1
[   718.328] (II) modeset(0): EDID (in hex):
[   718.328] (II) modeset(0): 	00ffffffffffff0006af9d2100000000
[   718.328] (II) modeset(0): 	001601049026157802c8959e57549226
[   718.328] (II) modeset(0): 	0f505400000001010101010101010101
[   718.328] (II) modeset(0): 	010101010101143780c0703820403064
[   718.328] (II) modeset(0): 	36007dd6100000180000000f00000000
[   718.328] (II) modeset(0): 	00000000000000000020000000fe0041
[   718.328] (II) modeset(0): 	554f0a202020202020202020000000fe
[   718.328] (II) modeset(0): 	004231373348573032205631200a0051
[   718.328] (II) modeset(0): Printing probed modes for output eDP-1
[   718.328] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[   718.328] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   718.328] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   718.328] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   718.328] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   718.328] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   718.328] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   718.328] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   718.328] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   718.328] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   718.328] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   718.328] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   718.328] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   718.328] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   718.328] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   718.328] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   718.328] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   718.328] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   718.328] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   718.328] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   718.328] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   718.328] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   718.328] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   718.328] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   718.328] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   718.328] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   718.328] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   718.328] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   718.328] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   718.328] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   718.328] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   718.328] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   718.328] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   718.328] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   718.328] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   718.328] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   718.328] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   718.328] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   718.328] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   718.328] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   718.328] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   718.328] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   718.328] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   718.328] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   718.328] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   718.328] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   718.328] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   718.328] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   718.328] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   718.328] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   718.328] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   718.328] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   718.328] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   718.328] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   718.328] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   718.328] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   718.328] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   718.328] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   718.328] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   718.328] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   718.329] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   718.329] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   718.329] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   718.329] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   718.329] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   718.329] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   718.329] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   718.329] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   718.329] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   718.329] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   718.329] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   718.329] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   718.329] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   718.330] (II) modeset(0): EDID for output VGA-1
[   718.330] (II) modeset(0): EDID for output DP-1
[   718.332] (II) modeset(0): EDID for output HDMI-1
[   718.333] (II) modeset(0): EDID for output HDMI-2
[   718.333] (II) modeset(0): Output eDP-1 connected
[   718.333] (II) modeset(0): Output VGA-1 disconnected
[   718.333] (II) modeset(0): Output DP-1 disconnected
[   718.333] (II) modeset(0): Output HDMI-1 disconnected
[   718.333] (II) modeset(0): Output HDMI-2 disconnected
[   718.333] (II) modeset(0): Using exact sizes for initial modes
[   718.333] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   718.333] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   718.333] (==) modeset(0): DPI set to (96, 96)
[   718.333] (II) Loading sub module "fb"
[   718.333] (II) LoadModule: "fb"
[   718.334] (II) Loading /usr/lib/xorg/modules/libfb.so
[   718.334] (II) Module fb: vendor="X.Org Foundation"
[   718.334] 	compiled for 1.20.6, module version = 1.0.0
[   718.334] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   718.334] (II) UnloadModule: "vesa"
[   718.334] (II) Unloading vesa
[   718.336] (==) modeset(0): Backing store enabled
[   718.336] (==) modeset(0): Silken mouse disabled
[   718.381] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   718.381] (==) modeset(0): DPMS enabled
[   718.382] (II) modeset(0): [DRI2] Setup complete
[   718.382] (II) modeset(0): [DRI2]   DRI driver: i965
[   718.382] (II) modeset(0): [DRI2]   VDPAU driver: i965
[   718.382] (II) Initializing extension Generic Event Extension
[   718.382] (II) Initializing extension SHAPE
[   718.382] (II) Initializing extension MIT-SHM
[   718.382] (II) Initializing extension XInputExtension
[   718.382] (II) Initializing extension XTEST
[   718.382] (II) Initializing extension BIG-REQUESTS
[   718.382] (II) Initializing extension SYNC
[   718.382] (II) Initializing extension XKEYBOARD
[   718.382] (II) Initializing extension XC-MISC
[   718.382] (II) Initializing extension SECURITY
[   718.382] (II) Initializing extension XFIXES
[   718.382] (II) Initializing extension RENDER
[   718.382] (II) Initializing extension RANDR
[   718.382] (II) Initializing extension COMPOSITE
[   718.382] (II) Initializing extension DAMAGE
[   718.382] (II) Initializing extension MIT-SCREEN-SAVER
[   718.382] (II) Initializing extension DOUBLE-BUFFER
[   718.382] (II) Initializing extension RECORD
[   718.382] (II) Initializing extension DPMS
[   718.382] (II) Initializing extension Present
[   718.382] (II) Initializing extension DRI3
[   718.382] (II) Initializing extension X-Resource
[   718.382] (II) Initializing extension XVideo
[   718.382] (II) Initializing extension XVideo-MotionCompensation
[   718.382] (II) Initializing extension GLX
[   718.390] (II) AIGLX: Loaded and initialized i965
[   718.390] (II) GLX: Initialized DRI2 GL provider for screen 0
[   718.390] (II) Initializing extension XFree86-VidModeExtension
[   718.390] (II) Initializing extension XFree86-DGA
[   718.390] (II) Initializing extension XFree86-DRI
[   718.390] (II) Initializing extension DRI2
[   718.392] (II) modeset(0): Damage tracking initialized
[   718.392] (II) modeset(0): Setting screen physical size to 508 x 285
[   718.437] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   718.437] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   718.437] (II) LoadModule: "libinput"
[   718.437] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   718.438] (II) Module libinput: vendor="X.Org Foundation"
[   718.438] 	compiled for 1.20.5, module version = 0.29.0
[   718.438] 	Module class: X.Org XInput Driver
[   718.438] 	ABI class: X.Org XInput driver, version 24.1
[   718.438] (II) Using input driver 'libinput' for 'Power Button'
[   718.439] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[   718.439] (**) Power Button: always reports core events
[   718.439] (**) Option "Device" "/dev/input/event2"
[   718.439] (**) Option "_source" "server/udev"
[   718.440] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   718.440] (II) event2  - Power Button: device is a keyboard
[   718.440] (II) event2  - Power Button: device removed
[   718.440] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   718.440] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   718.441] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   718.441] (II) event2  - Power Button: device is a keyboard
[   718.442] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[   718.442] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   718.442] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   718.442] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 18 paused 0
[   718.442] (**) Asus Wireless Radio Control: always reports core events
[   718.442] (**) Option "Device" "/dev/input/event6"
[   718.442] (**) Option "_source" "server/udev"
[   718.443] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   718.443] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[   718.443] (II) event6  - Asus Wireless Radio Control: device removed
[   718.443] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4001:00/input/input10/event6"
[   718.443] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[   718.444] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   718.444] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[   718.444] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[   718.444] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   718.444] (II) Using input driver 'libinput' for 'Video Bus'
[   718.445] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 19 paused 0
[   718.445] (**) Video Bus: always reports core events
[   718.445] (**) Option "Device" "/dev/input/event13"
[   718.445] (**) Option "_source" "server/udev"
[   718.446] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   718.446] (II) event13 - Video Bus: device is a keyboard
[   718.446] (II) event13 - Video Bus: device removed
[   718.446] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input21/event13"
[   718.446] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   718.447] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   718.447] (II) event13 - Video Bus: device is a keyboard
[   718.447] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[   718.447] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   718.447] (II) Using input driver 'libinput' for 'Video Bus'
[   718.448] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 20 paused 0
[   718.448] (**) Video Bus: always reports core events
[   718.448] (**) Option "Device" "/dev/input/event12"
[   718.448] (**) Option "_source" "server/udev"
[   718.449] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   718.449] (II) event12 - Video Bus: device is a keyboard
[   718.449] (II) event12 - Video Bus: device removed
[   718.449] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/LNXVIDEO:00/input/input20/event12"
[   718.449] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[   718.450] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   718.450] (II) event12 - Video Bus: device is a keyboard
[   718.450] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   718.450] (II) No input driver specified, ignoring this device.
[   718.450] (II) This device may have been added with another device file.
[   718.451] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[   718.451] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   718.451] (II) Using input driver 'libinput' for 'Sleep Button'
[   718.451] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[   718.451] (**) Sleep Button: always reports core events
[   718.451] (**) Option "Device" "/dev/input/event1"
[   718.451] (**) Option "_source" "server/udev"
[   718.452] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   718.452] (II) event1  - Sleep Button: device is a keyboard
[   718.452] (II) event1  - Sleep Button: device removed
[   718.452] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[   718.452] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[   718.453] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   718.453] (II) event1  - Sleep Button: device is a keyboard
[   718.453] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[   718.453] (II) No input driver specified, ignoring this device.
[   718.453] (II) This device may have been added with another device file.
[   718.453] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[   718.453] (II) No input driver specified, ignoring this device.
[   718.453] (II) This device may have been added with another device file.
[   718.454] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[   718.454] (II) No input driver specified, ignoring this device.
[   718.454] (II) This device may have been added with another device file.
[   718.454] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[   718.454] (II) No input driver specified, ignoring this device.
[   718.454] (II) This device may have been added with another device file.
[   718.454] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[   718.454] (II) No input driver specified, ignoring this device.
[   718.454] (II) This device may have been added with another device file.
[   718.454] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event4)
[   718.454] (II) No input driver specified, ignoring this device.
[   718.454] (II) This device may have been added with another device file.
[   718.455] (II) config/udev: Adding input device 2.4G Mouse Mouse (/dev/input/event5)
[   718.455] (**) 2.4G Mouse Mouse: Applying InputClass "libinput pointer catchall"
[   718.455] (II) Using input driver 'libinput' for '2.4G Mouse Mouse'
[   718.521] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 22 paused 0
[   718.521] (**) 2.4G Mouse Mouse: always reports core events
[   718.521] (**) Option "Device" "/dev/input/event5"
[   718.522] (**) Option "_source" "server/udev"
[   718.523] (II) event5  - 2.4G Mouse Mouse: is tagged by udev as: Mouse
[   718.524] (II) event5  - 2.4G Mouse Mouse: device is a pointer
[   718.524] (II) event5  - 2.4G Mouse Mouse: device removed
[   718.524] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1EA7:0064.0001/input/input9/event5"
[   718.524] (II) XINPUT: Adding extended input device "2.4G Mouse Mouse" (type: MOUSE, id 11)
[   718.524] (**) Option "AccelerationScheme" "none"
[   718.524] (**) 2.4G Mouse Mouse: (accel) selected scheme none/0
[   718.524] (**) 2.4G Mouse Mouse: (accel) acceleration factor: 2.000
[   718.524] (**) 2.4G Mouse Mouse: (accel) acceleration threshold: 4
[   718.526] (II) event5  - 2.4G Mouse Mouse: is tagged by udev as: Mouse
[   718.526] (II) event5  - 2.4G Mouse Mouse: device is a pointer
[   718.527] (II) config/udev: Adding input device 2.4G Mouse Mouse (/dev/input/mouse0)
[   718.527] (II) No input driver specified, ignoring this device.
[   718.527] (II) This device may have been added with another device file.
[   718.528] (II) config/udev: Adding input device USB2.0 UVC HD Webcam: USB2.0 UV (/dev/input/event11)
[   718.528] (**) USB2.0 UVC HD Webcam: USB2.0 UV: Applying InputClass "libinput keyboard catchall"
[   718.528] (II) Using input driver 'libinput' for 'USB2.0 UVC HD Webcam: USB2.0 UV'
[   718.529] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 23 paused 0
[   718.529] (**) USB2.0 UVC HD Webcam: USB2.0 UV: always reports core events
[   718.529] (**) Option "Device" "/dev/input/event11"
[   718.529] (**) Option "_source" "server/udev"
[   718.530] (II) event11 - USB2.0 UVC HD Webcam: USB2.0 UV: is tagged by udev as: Keyboard
[   718.530] (II) event11 - USB2.0 UVC HD Webcam: USB2.0 UV: device is a keyboard
[   718.530] (II) event11 - USB2.0 UVC HD Webcam: USB2.0 UV: device removed
[   718.530] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/input/input19/event11"
[   718.531] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam: USB2.0 UV" (type: KEYBOARD, id 12)
[   718.532] (II) event11 - USB2.0 UVC HD Webcam: USB2.0 UV: is tagged by udev as: Keyboard
[   718.532] (II) event11 - USB2.0 UVC HD Webcam: USB2.0 UV: device is a keyboard
[   718.533] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[   718.533] (II) No input driver specified, ignoring this device.
[   718.533] (II) This device may have been added with another device file.
[   718.533] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[   718.533] (II) No input driver specified, ignoring this device.
[   718.533] (II) This device may have been added with another device file.
[   718.534] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[   718.534] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   718.534] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   718.534] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 24 paused 0
[   718.534] (**) Asus WMI hotkeys: always reports core events
[   718.534] (**) Option "Device" "/dev/input/event10"
[   718.534] (**) Option "_source" "server/udev"
[   718.535] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   718.535] (II) event10 - Asus WMI hotkeys: device is a keyboard
[   718.535] (II) event10 - Asus WMI hotkeys: device removed
[   718.535] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input18/event10"
[   718.535] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[   718.536] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   718.536] (II) event10 - Asus WMI hotkeys: device is a keyboard
[   718.536] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   718.536] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   718.536] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   718.537] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[   718.537] (**) AT Translated Set 2 keyboard: always reports core events
[   718.537] (**) Option "Device" "/dev/input/event3"
[   718.537] (**) Option "_source" "server/udev"
[   718.538] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   718.538] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   718.538] (II) event3  - AT Translated Set 2 keyboard: device removed
[   718.538] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   718.538] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[   718.539] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   718.539] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   718.540] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[   718.540] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   718.540] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   718.540] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 26 paused 0
[   718.540] (**) ETPS/2 Elantech Touchpad: always reports core events
[   718.540] (**) Option "Device" "/dev/input/event14"
[   718.540] (**) Option "_source" "server/udev"
[   718.541] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   718.541] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[   718.541] (II) event14 - ETPS/2 Elantech Touchpad: device removed
[   718.541] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input15/event14"
[   718.541] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[   718.542] (**) Option "AccelerationScheme" "none"
[   718.542] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   718.542] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   718.542] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   718.542] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   718.543] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[   718.543] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   718.543] (II) No input driver specified, ignoring this device.
[   718.543] (II) This device may have been added with another device file.
[   718.544] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   718.544] (II) No input driver specified, ignoring this device.
[   718.544] (II) This device may have been added with another device file.
[   718.895] (II) modeset(0): EDID vendor "AUO", prod id 8605
[   718.895] (II) modeset(0): Printing DDC gathered Modelines:
[   718.895] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1968 2068 2112  1080 1083 1089 1112 -hsync -vsync (66.8 kHz eP)
[  6231.633] (II) config/udev: removing device 2.4G Mouse Mouse
[  6231.633] (**) Option "fd" "22"
[  6231.633] (II) event5  - 2.4G Mouse Mouse: device removed
[  6231.636] (II) UnloadModule: "libinput"
[  6231.636] (II) systemd-logind: releasing fd for 13:69
[  6233.727] (II) config/udev: Adding input device 2.4G Mouse Mouse (/dev/input/mouse0)
[  6233.727] (II) No input driver specified, ignoring this device.
[  6233.727] (II) This device may have been added with another device file.
[  6233.954] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event4)
[  6233.954] (II) No input driver specified, ignoring this device.
[  6233.954] (II) This device may have been added with another device file.
[  6233.976] (II) config/udev: Adding input device 2.4G Mouse Mouse (/dev/input/event5)
[  6233.976] (**) 2.4G Mouse Mouse: Applying InputClass "libinput pointer catchall"
[  6233.976] (II) Using input driver 'libinput' for '2.4G Mouse Mouse'
[  6234.042] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 35 paused 0
[  6234.042] (**) 2.4G Mouse Mouse: always reports core events
[  6234.042] (**) Option "Device" "/dev/input/event5"
[  6234.042] (**) Option "_source" "server/udev"
[  6234.045] (II) event5  - 2.4G Mouse Mouse: is tagged by udev as: Mouse
[  6234.045] (II) event5  - 2.4G Mouse Mouse: device is a pointer
[  6234.045] (II) event5  - 2.4G Mouse Mouse: device removed
[  6234.045] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:1EA7:0064.0002/input/input28/event5"
[  6234.045] (II) XINPUT: Adding extended input device "2.4G Mouse Mouse" (type: MOUSE, id 11)
[  6234.047] (**) Option "AccelerationScheme" "none"
[  6234.048] (**) 2.4G Mouse Mouse: (accel) selected scheme none/0
[  6234.048] (**) 2.4G Mouse Mouse: (accel) acceleration factor: 2.000
[  6234.048] (**) 2.4G Mouse Mouse: (accel) acceleration threshold: 4
[  6234.050] (II) event5  - 2.4G Mouse Mouse: is tagged by udev as: Mouse
[  6234.050] (II) event5  - 2.4G Mouse Mouse: device is a pointer
[  6234.773] (II) event5  - 2.4G Mouse Mouse: SYN_DROPPED event - some input events have been lost.
[  6246.066] (II) config/udev: removing device 2.4G Mouse Mouse
[  6246.066] (**) Option "fd" "35"
[  6246.066] (II) event5  - 2.4G Mouse Mouse: device removed
[  6246.074] (II) UnloadModule: "libinput"
[  6246.074] (II) systemd-logind: releasing fd for 13:69
[  7125.295] (II) config/udev: Adding input device 2.4G Mouse Mouse (/dev/input/mouse0)
[  7125.295] (II) No input driver specified, ignoring this device.
[  7125.295] (II) This device may have been added with another device file.
[  7125.495] (II) config/udev: Adding input device 2.4G Mouse (/dev/input/event4)
[  7125.495] (II) No input driver specified, ignoring this device.
[  7125.495] (II) This device may have been added with another device file.
[  7125.535] (II) config/udev: Adding input device 2.4G Mouse Mouse (/dev/input/event5)
[  7125.535] (**) 2.4G Mouse Mouse: Applying InputClass "libinput pointer catchall"
[  7125.535] (II) Using input driver 'libinput' for '2.4G Mouse Mouse'
[  7125.602] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 63 paused 0
[  7125.602] (**) 2.4G Mouse Mouse: always reports core events
[  7125.602] (**) Option "Device" "/dev/input/event5"
[  7125.602] (**) Option "_source" "server/udev"
[  7125.606] (II) event5  - 2.4G Mouse Mouse: is tagged by udev as: Mouse
[  7125.606] (II) event5  - 2.4G Mouse Mouse: device is a pointer
[  7125.607] (II) event5  - 2.4G Mouse Mouse: device removed
[  7125.607] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/0003:1EA7:0064.0003/input/input30/event5"
[  7125.607] (II) XINPUT: Adding extended input device "2.4G Mouse Mouse" (type: MOUSE, id 11)
[  7125.609] (**) Option "AccelerationScheme" "none"
[  7125.611] (**) 2.4G Mouse Mouse: (accel) selected scheme none/0
[  7125.611] (**) 2.4G Mouse Mouse: (accel) acceleration factor: 2.000
[  7125.611] (**) 2.4G Mouse Mouse: (accel) acceleration threshold: 4
[  7125.612] (II) event5  - 2.4G Mouse Mouse: is tagged by udev as: Mouse
[  7125.613] (II) event5  - 2.4G Mouse Mouse: device is a pointer

Last edited by kabads (2019-11-24 14:53:55)

Offline

#40 2019-11-24 15:18:00

seth
Member
Registered: 2012-09-03
Posts: 51,578

Re: X fails to start 'no screens found'

No, but the nvidia chip still isn't picked up.
Does nvidia-smi produce sth. on that driver version?
Did you try the 390xx driver series?

Offline

#41 2019-11-24 16:22:50

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

gandalf# nvidia-smi
No devices were found

I'm not sure how to use the 390xx driver series, now that I've installed nvidia-dkms. Is it a case of downloading the nivida-390xx and nvidia-utils-390xx  packages from a site (I've never had that version installed on this system)?

Offline

#42 2019-11-24 17:01:42

loqs
Member
Registered: 2014-03-06
Posts: 17,420

Re: X fails to start 'no screens found'

nvidia-390xx-dkms is in the repositories it will pull in nvidia-390xx-utils.  The DKMS version is because you are using linux-lts.
Edit:
Or nvidia-390xx-lts instead of nvidia-390xx-dkms.

Last edited by loqs (2019-11-24 17:03:27)

Offline

#43 2019-11-24 17:16:18

dglt
Member
Registered: 2019-08-14
Posts: 82

Re: X fails to start 'no screens found'

when was the last time you ran a full update? stop installing packages from the cache which depend on being built for specific kernel versions.

when you installed nvidia-dkms, did you see the nvidia module get built for each kernel? without matching kernel headers this wont happen.

did you reboot after installing the nvidia-dkms package?

post output of:

dkms status
pacman -Qs | grep -E 'nvidia|dkms|headers'
 (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)

check if this file exists, if it doesnt your drivers were not installed properly.

ls -la /usr/lib/xorg/modules/extensions/libglxserver_nvidia*

Offline

#44 2019-11-24 17:22:00

seth
Member
Registered: 2012-09-03
Posts: 51,578

Re: X fails to start 'no screens found'

He's downgrading because we're trying to figure what caused the apparent complete disappearance of the nvidia GPU beyond its PCI entry and the module wasn't found because his xorg.conf eclipsed the ModulePath extension.
The expectable path would be /usr/lib/nvidia/xorg/libglxserver_nvidia.so* and the file is provided by nvidia-utils, not any of the nvidia-* kernel packages, incl. nvidia-dkms.

Offline

#45 2019-11-24 17:46:19

loqs
Member
Registered: 2014-03-06
Posts: 17,420

Re: X fails to start 'no screens found'

Offline

#46 2019-11-24 18:08:18

dglt
Member
Registered: 2019-08-14
Posts: 82

Re: X fails to start 'no screens found'

he needs the xorg.conf for prime to work, he would also be using a display setup script for the xrandr commands but without a xorg.conf it wont work.

the modulepath is specified in 10-nvidia-drm-outputclass.conf, his xorg.conf is correct though i usually put it in /etc/X11/xorg.conf.d/ so it takes priority.

The expectable path would be /usr/lib/nvidia/xorg/libglxserver_nvidia.so* and the file is provided by nvidia-utils, not any of the nvidia-* kernel packages, incl. nvidia-dkms.

maybe im wrong, i thought the dkms package installed in the same way the nvidia binary blob does so i checked the on my system which yes are part of nvidia-utils which are provided by nvidia-dkms if im not mistaken.

~ >>> locate glxserver_nvidia                                                                           
/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so.430.64

when i previously mentioned the 435.xx and 440.xx drivers being problematic on optimus laptops using a prime setup it's because ever since nvidia added that so-called "feature" of render offloading the drivers have been a mess but should still be able to boot fine.

Offline

#47 2019-11-24 18:21:38

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: X fails to start 'no screens found'

gandalf# dkms status                         
nvidia, 440.31, 4.19.85-1-lts, x86_64: installed
nvidia, 440.31, 5.3.12-arch1-1, x86_64: installed


gandalf# pacman -Qs | grep -E 'nvidia|dkms|headers'                                                            
    Access control list utilities, libraries and headers
local/dkms 2.8.1-1
local/lib32-nvidia-utils 440.31-1
    The CUPS Printing System - client libraries and headers
local/linux-api-headers 5.3.1-2
    Kernel headers sanitized for use in userspace
local/linux-headers 5.3.12.1-1
local/linux-lts-headers 4.19.85-1
local/nvidia-dkms 440.31-3
local/nvidia-utils 440.31-1
    Common libraries and headers for wxgtk2 and wxgtk3
    combined X.Org X11 Protocol headers


gandalf# ls -la /usr/lib/xorg/modules/extensions/libglxserver_nvidia*
zsh: no matches found: /usr/lib/xorg/modules/extensions/libglxserver_nvidia

According to dglt's post, that file does not exist and so the driver isn't installed correctly(?)

I do have an .xinitrc script of

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
synclient TouchpadOff=0 & 
setxkbmap dvorak
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi
exec startxfce4

which was tidied up at the beginning of this thread.

Offline

#48 2019-11-24 18:28:42

loqs
Member
Registered: 2014-03-06
Posts: 17,420

Re: X fails to start 'no screens found'

nvidia-utils 440.31-1 supplies

/usr/lib/nvidia/xorg/libglxserver_nvidia.so

not

/usr/lib/xorg/modules/extensions/libglxserver_nvidia.so

Edit:
Does pacman detect any issues with the package?

pacman -Qkk nvidia-utils

Last edited by loqs (2019-11-24 18:32:10)

Offline

#49 2019-11-24 18:48:06

dglt
Member
Registered: 2019-08-14
Posts: 82

Re: X fails to start 'no screens found'

kabads wrote:
local/nvidia-dkms 440.31-3
local/nvidia-utils 440.31-1

your nvidia package versions dont match and are also outdated. i just installed the nvidia-dkms package to check

local/nvidia-dkms 440.36-1
local/nvidia-utils 440.36-1
 

run an update and get everything current.

Offline

#50 2019-11-24 19:14:38

loqs
Member
Registered: 2014-03-06
Posts: 17,420

Re: X fails to start 'no screens found'

dglt wrote:
kabads wrote:
local/nvidia-dkms 440.31-3
local/nvidia-utils 440.31-1

your nvidia package versions dont match and are also outdated.

The package versions do match but are outdated.  You can check the match against the ALA snapshot https://archive.archlinux.org/repos/201 … os/x86_64/
nvidia-dkms is a split package with nvidia and so its version is updated for every kernel update even though the dkms sources have not changes.
nvidia-utils does not require such a rebuild meaning any 440.31-* nvidia-dkms release matches nvidia-utils 440.31-1.

Offline

Board footer

Powered by FluxBB