You are not logged in.

#1 2018-11-06 23:14:05

n1l5
Member
Registered: 2015-12-31
Posts: 31

[SOLVED] Xorg initialization errors

Hello All,

I am having difficulties getting Xorg to initialize using either xinit or startx.
I first installed xorg, xinit, and awesome:

sudo pacman -S xorg
sudo pacman -S xorg-xinit
sudo pacman -S awesome

Following the ArchWiki Xorg webpage, I determined video card:
   

lspci | grep -e VGA -e 3D

00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller

I then searched for all video drivers locally:

pacman -Ss xf86-video

extra/xf86-video-amdgpu 18.1.0-1 (xorg-drivers)
    X.org amdgpu video driver
extra/xf86-video-ati 1:18.1.0-1 (xorg-drivers)
    X.org ati video driver
extra/xf86-video-dummy 0.3.8-3 (xorg-drivers)
    X.org dummy video driver
extra/xf86-video-fbdev 0.5.0-1 (xorg-drivers)
    X.org framebuffer video driver
extra/xf86-video-intel 1:2.99.917*853+g0932a6b3-1 (xorg-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video driver
extra/xf86-video-nouveau 1.0.15-3 (xorg-drivers)
    Open Source 2D acceleration driver for nVidia cards
extra/xf86-video-openchrome 0.6.0-3 (xorg-drivers)
    X.org Openchrome drivers
extra/xf86-video-sisusb 0.9.7-2 
    X.org SiS USB video driver
extra/xf86-video-vesa 2.4.0-2 (xorg-drivers xorg) [installed]
    X.org vesa video driver
extra/xf86-video-vmware 13.3.0-1 (xorg-drivers)
    X.org vmware video driver
extra/xf86-video-voodoo 1.2.5-10 (xorg-drivers)
    X.org 3dfx Voodoo1/Voodoo2 2D video driver
community/xf86-video-qx1 0.1.5-6 (xorg-drivers)
    Xorg X11 qx1 video driver

It would appear from the above output that only the vesa driver is installed. Below are errors listed in the log files after executing the given commands under the given users:

Standard user:

xinit

(EE) Failed to load module "intel" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE)
Fatal server error:
(EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
(EE) Server terminated with error (1). Closing log file.
startx

(EE) modeset(0): Failed to initialize glamor at ScreenInit() time
(EE) AddScreen/ScreenInit failed for driver 0
(EE) Server terminated with error (1). Closing log file.

Root user:

xinit

(EE) Failed to load module "intel" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) modeset(0): Failed to initialize glamor at ScreenInit() time
(EE) AddScreen/ScreenInit failed for driver 0
(EE) Server terminated with error (1). Closing log file.
startx

(EE) Failed to load module "intel" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) modeset(0): Failed to initialize glamor at ScreenInit() time
(EE) AddScreen/ScreenInit failed for driver 0
(EE) Server terminated with error (1). Closing log file.

I tried copying the .xinitrc configuration file to standard user home directory; this did not seem to help. Do I need to manually install the "intel" and "fbdev" video drivers ( they are listed in the pacman -Ss xf86-video output above, but do not have"[installed]" after the version number line, as the vesa driver does ), and is this installation done through pacman ( i.e. pacman -S mesa )?

Thank you for your time,

Nils

Last edited by n1l5 (2018-11-07 20:51:58)

Offline

#2 2018-11-06 23:21:12

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Xorg initialization errors

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Co … s_and_code


And then read the wiki page for your video card.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-11-06 23:21:37

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

Re: [SOLVED] Xorg initialization errors

Please post the Xorg.log for a run of startx as a normal user (see Xorg#General for possible locations)
Please use code tags for commands and their outputs.

Offline

#4 2018-11-06 23:39:09

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

Hello jasonwyran

By code tags, do you mean just prepending and appending the scripts/commands with "code" and "/code" in brackets? It was not entirely clear to me what is meant after reading the Code of conduct. The xf86-video-intel driver page is just a file description; do you mean the Intel Graphics Archwiki page ( this refers to the mesa package )?

Thank you

Last edited by n1l5 (2018-11-06 23:39:50)

Offline

#5 2018-11-06 23:44:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Xorg initialization errors

Yes, you can see all the BBCode tags by clicking on the link bottom left of every text box.

And, yes, the Intel wiki page.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2018-11-07 00:30:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,621
Website

Re: [SOLVED] Xorg initialization errors

The intel driver should not be needed (nor is vesa) intel cards are well supported by the modesetting driver provided by the kernel.  In most cases the intel driver does worse now.  But even in other cases, the modesetting driver would work.  Grepping the xorg logs for the EE lines is not helpful, those "errors" are perfectly normal.  We need to see the full log to see what the actual problem was.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2018-11-07 06:00:19

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

The full Xorg.0.log from the startx command under the regular user is given below.

[   666.375] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   666.376] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[   666.377] Build Operating System: Linux Arch Linux
[   666.377] Current Operating System: Linux outis 4.18.7-arch1-1-ARCH #1 SMP PREEMPT Sun Sep 9 11:27:58 UTC 2018 x86_64
[   666.378] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3ae574e0-e139-47c7-a1d0-64d8b53598ba rw quiet
[   666.379] Build Date: 09 August 2018  06:37:34PM
[   666.379]  
[   666.379] Current version of pixman: 0.34.0
[   666.380] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   666.380] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   666.384] (==) Log file: "/home/nemo/.local/share/xorg/Xorg.0.log", Time: Tue Nov  6 21:42:10 2018
[   666.457] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   666.472] (==) No Layout section.  Using the first Screen section.
[   666.472] (==) No screen section available. Using defaults.
[   666.472] (**) |-->Screen "Default Screen Section" (0)
[   666.472] (**) |   |-->Monitor "<default monitor>"
[   666.482] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   666.482] (==) Automatically adding devices
[   666.482] (==) Automatically enabling devices
[   666.482] (==) Automatically adding GPU devices
[   666.483] (==) Automatically binding GPU devices
[   666.483] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   666.503] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   666.503] 	Entry deleted from font path.
[   666.503] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   666.503] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   666.503] 	Entry deleted from font path.
[   666.503] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   666.503] 	Entry deleted from font path.
[   666.503] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   666.503] 	Entry deleted from font path.
[   666.519] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   666.519] (==) ModulePath set to "/usr/lib/xorg/modules"
[   666.519] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   666.519] (II) Module ABI versions:
[   666.519] 	X.Org ANSI C Emulation: 0.4
[   666.519] 	X.Org Video Driver: 24.0
[   666.519] 	X.Org XInput driver : 24.1
[   666.519] 	X.Org Server Extension : 10.0
[   666.522] (++) using VT number 1

[   666.531] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_39
[   666.534] (II) xfree86: Adding drm device (/dev/dri/card0)
[   666.536] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   666.549] (--) PCI:*(0@0:2:0) 8086:a011:1179:fdc0 rev 0, Mem @ 0xf0200000/524288, 0xd0000000/268435456, 0xf0000000/1048576, I/O @ 0x000018d0/8, BIOS @ 0x????????/131072
[   666.549] (--) PCI: (0@0:2:1) 8086:a012:1179:fdc0 rev 0, Mem @ 0xf0280000/524288
[   666.550] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   666.550] (II) LoadModule: "glx"
[   666.574] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   666.634] (II) Module glx: vendor="X.Org Foundation"
[   666.634] 	compiled for 1.20.1, module version = 1.0.0
[   666.634] 	ABI class: X.Org Server Extension, version 10.0
[   666.634] (==) Matched intel as autoconfigured driver 0
[   666.634] (==) Matched modesetting as autoconfigured driver 1
[   666.634] (==) Matched fbdev as autoconfigured driver 2
[   666.634] (==) Matched vesa as autoconfigured driver 3
[   666.634] (==) Assigned the driver to the xf86ConfigLayout
[   666.634] (II) LoadModule: "intel"
[   666.651] (WW) Warning, couldn't open module intel
[   666.651] (EE) Failed to load module "intel" (module does not exist, 0)
[   666.651] (II) LoadModule: "modesetting"
[   666.652] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   666.680] (II) Module modesetting: vendor="X.Org Foundation"
[   666.681] 	compiled for 1.20.1, module version = 1.20.1
[   666.681] 	Module class: X.Org Video Driver
[   666.681] 	ABI class: X.Org Video Driver, version 24.0
[   666.681] (II) LoadModule: "fbdev"
[   666.682] (WW) Warning, couldn't open module fbdev
[   666.682] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   666.682] (II) LoadModule: "vesa"
[   666.683] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   666.700] (II) Module vesa: vendor="X.Org Foundation"
[   666.700] 	compiled for 1.20.0, module version = 2.4.0
[   666.700] 	Module class: X.Org Video Driver
[   666.700] 	ABI class: X.Org Video Driver, version 24.0
[   666.700] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   666.700] (II) VESA: driver for VESA chipsets: vesa
[   666.701] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   666.701] (II) modeset(0): using drv /dev/dri/card0
[   666.701] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   666.701] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   666.701] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   666.701] (==) modeset(0): RGB weight 888
[   666.701] (==) modeset(0): Default visual is TrueColor
[   666.701] (II) Loading sub module "glamoregl"
[   666.701] (II) LoadModule: "glamoregl"
[   666.702] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   666.786] (II) Module glamoregl: vendor="X.Org Foundation"
[   666.786] 	compiled for 1.20.1, module version = 1.0.1
[   666.786] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   667.421] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Pineview M 
[   667.421] (II) modeset(0): glamor initialized
[   667.421] (II) modeset(0): Output LVDS-1 has no monitor section
[   667.437] (II) modeset(0): Output VGA-1 has no monitor section
[   667.437] (II) modeset(0): EDID for output LVDS-1
[   667.437] (II) modeset(0): Manufacturer: AUO  Model: 30d2  Serial#: 0
[   667.437] (II) modeset(0): Year: 2008  Week: 1
[   667.437] (II) modeset(0): EDID Version: 1.3
[   667.437] (II) modeset(0): Digital Display Input
[   667.438] (II) modeset(0): Max Image Size [cm]: horiz.: 22  vert.: 13
[   667.438] (II) modeset(0): Gamma: 2.20
[   667.438] (II) modeset(0): No DPMS capabilities specified
[   667.438] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[   667.438] (II) modeset(0): First detailed timing is preferred mode
[   667.438] (II) modeset(0): redX: 0.588 redY: 0.351   greenX: 0.342 greenY: 0.567
[   667.438] (II) modeset(0): blueX: 0.158 blueY: 0.123   whiteX: 0.313 whiteY: 0.329
[   667.438] (II) modeset(0): Manufacturer's mask: 0
[   667.438] (II) modeset(0): Supported detailed timing:
[   667.438] (II) modeset(0): clock: 50.4 MHz   Image Size:  223 x 125 mm
[   667.438] (II) modeset(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
[   667.438] (II) modeset(0): v_active: 600  v_sync: 603  v_sync_end 604 v_blanking: 625 v_border: 0
[   667.438] (II) modeset(0): Unknown vendor-specific block f
[   667.438] (II) modeset(0):  AUO
[   667.438] (II) modeset(0):  B101AW03 V0
[   667.439] (II) modeset(0): EDID (in hex):
[   667.439] (II) modeset(0): 	00ffffffffffff0006afd23000000000
[   667.439] (II) modeset(0): 	0112010380160d780ab9a59659579128
[   667.439] (II) modeset(0): 	1f505400000001010101010101010101
[   667.439] (II) modeset(0): 	010101010101b0130040415819201888
[   667.439] (II) modeset(0): 	3100df7d000000180000000f00000000
[   667.439] (II) modeset(0): 	00000000000000000020000000fe0041
[   667.439] (II) modeset(0): 	554f0a202020202020202020000000fe
[   667.439] (II) modeset(0): 	004231303141573033205630200a00f0
[   667.440] (II) modeset(0): Printing probed modes for output LVDS-1
[   667.440] (II) modeset(0): Modeline "1024x600"x60.0   50.40  1024 1048 1184 1344  600 603 604 625 -hsync -vsync (37.5 kHz eP)
[   667.440] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   667.440] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   667.440] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   667.441] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   667.441] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   667.441] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   667.441] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   667.441] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   667.441] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   667.441] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   667.441] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   667.441] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   667.441] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   667.441] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   667.441] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   667.441] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   667.441] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   667.441] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   667.442] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   667.442] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   667.442] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   667.442] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   667.442] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   667.442] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   667.442] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   667.442] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   667.442] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   667.442] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   667.442] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   667.442] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   667.442] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   667.442] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   667.443] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   667.443] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   667.443] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   667.443] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   667.443] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   667.443] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   667.443] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   667.443] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   667.443] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   667.443] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   667.443] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   667.443] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   667.443] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   667.444] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   667.444] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   667.444] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   667.444] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   667.459] (II) modeset(0): EDID for output VGA-1
[   667.459] (II) modeset(0): Output LVDS-1 connected
[   667.459] (II) modeset(0): Output VGA-1 disconnected
[   667.459] (II) modeset(0): Using exact sizes for initial modes
[   667.459] (II) modeset(0): Output LVDS-1 using initial mode 1024x600 +0+0
[   667.459] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   667.459] (==) modeset(0): DPI set to (96, 96)
[   667.460] (II) Loading sub module "fb"
[   667.460] (II) LoadModule: "fb"
[   667.460] (II) Loading /usr/lib/xorg/modules/libfb.so
[   667.471] (II) Module fb: vendor="X.Org Foundation"
[   667.471] 	compiled for 1.20.1, module version = 1.0.0
[   667.471] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   667.471] (II) UnloadModule: "vesa"
[   667.471] (II) Unloading vesa
[   667.491] Require OpenGL version 2.1 or later.
[   667.491] (EE) modeset(0): Failed to initialize glamor at ScreenInit() time.
[   667.491] (EE) 
Fatal server error:
[   667.491] (EE) AddScreen/ScreenInit failed for driver 0
[   667.491] (EE) 
[   667.491] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   667.492] (EE) Please also check the log file at "/home/nemo/.local/share/xorg/Xorg.0.log" for additional information.
[   667.492] (EE) 
[   667.504] (EE) Server terminated with error (1). Closing log file.

Last edited by n1l5 (2018-11-07 06:38:09)

Offline

#8 2018-11-07 08:10:35

seth
Member
Registered: 2012-09-03
Posts: 52,329

Re: [SOLVED] Xorg initialization errors

pacman -Qs libgl
ls /usr/lib/lib*GL*

Did you at some point install the nvidia driver in some way?

Offline

#9 2018-11-07 19:30:29

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

Hello Seth,

This is the output on my system for the two commands that you gave.

pacman -Qs libgl

local/libglvnd 1.1.0-1
    The GL Vendor-Neutral Dispatch library
local/mesa 18.2.0-1
    An open-source implementation of the OpenGL specification

ls /usr/lib/lib*GL*

/usr/lib/libEGL.so
/usr/lib/libEGL.so.1
/usr/lib/libEGL.so.1.1.0
/usr/lib/libEGL_mesa.so
/usr/lib/libEGL_mesa.so.0
/usr/lib/libEGL_mesa.so.0.0.0
/usr/lib/libGL.so
/usr/lib/libGL.so.1
/usr/lib/libGL.so.1.7.0
/usr/lib/libGLESv1_CM.so
/usr/lib/libGLESv1_CM.so.1
/usr/lib/libGLESv1_CM.so.1.2.0
/usr/lib/libGLESv2.so
/usr/lib/libGLESv2.so.2
/usr/lib/libGLESv2.so.2.1.0
/usr/lib/libGLX.so
/usr/lib/libGLX.so.0
/usr/lib/libGLX.so.0.0.0
/usr/lib/libGLX_indirect.so.0
/usr/lib/libGLX_mesa.so
/usr/lib/libGLX_mesa.so.0
/usr/lib/libGLX_mesa.so.0.0.0
/usr/lib/libGLdispatch.so
/usr/lib/libGLdispatch.so.0
/usr/lib/libGLdispatch.so.0.0.0
/usr/lib/libOpenGL.so
/usr/lib/libOpenGL.so.0
/usr/lib/libOpenGL.so.0.0.0

Offline

#10 2018-11-07 20:02:37

seth
Member
Registered: 2012-09-03
Posts: 52,329

Re: [SOLVED] Xorg initialization errors

Nope. Your chip should™ be a GMA 3150 and it should™ support OpenGL 2.1 (but not on eg. windows)
Since we do not live in shouldland, try installing xf86-video-intel, see whether you can start X11 and run glxinfo.

Offline

#11 2018-11-07 20:41:01

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

Installed xf86-video-intel. Ran startx; X11 terminates before I am able to run glxinfo.

[   350.804] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   350.809] 
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[   350.819] Build Operating System: Linux Arch Linux
[   350.823] Current Operating System: Linux outis 4.18.7-arch1-1-ARCH #1 SMP PREEMPT Sun Sep 9 11:27:58 UTC 2018 x86_64
[   350.823] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3ae574e0-e139-47c7-a1d0-64d8b53598ba rw quiet
[   350.829] Build Date: 09 August 2018  06:37:34PM
[   350.834]  
[   350.838] Current version of pixman: 0.34.0
[   350.846] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   350.847] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   350.862] (==) Log file: "/home/nemo/.local/share/xorg/Xorg.0.log", Time: Wed Nov  7 12:26:28 2018
[   350.866] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   350.866] (==) No Layout section.  Using the first Screen section.
[   350.866] (==) No screen section available. Using defaults.
[   350.867] (**) |-->Screen "Default Screen Section" (0)
[   350.867] (**) |   |-->Monitor "<default monitor>"
[   350.868] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   350.868] (==) Automatically adding devices
[   350.868] (==) Automatically enabling devices
[   350.868] (==) Automatically adding GPU devices
[   350.868] (==) Automatically binding GPU devices
[   350.868] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   350.868] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   350.868] 	Entry deleted from font path.
[   350.868] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   350.868] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   350.868] 	Entry deleted from font path.
[   350.868] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   350.868] 	Entry deleted from font path.
[   350.868] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   350.868] 	Entry deleted from font path.
[   350.869] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   350.869] (==) ModulePath set to "/usr/lib/xorg/modules"
[   350.869] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   350.869] (II) Module ABI versions:
[   350.869] 	X.Org ANSI C Emulation: 0.4
[   350.869] 	X.Org Video Driver: 24.0
[   350.869] 	X.Org XInput driver : 24.1
[   350.869] 	X.Org Server Extension : 10.0
[   350.871] (++) using VT number 1

[   350.877] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   350.880] (II) xfree86: Adding drm device (/dev/dri/card0)
[   350.882] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   350.894] (--) PCI:*(0@0:2:0) 8086:a011:1179:fdc0 rev 0, Mem @ 0xf0200000/524288, 0xd0000000/268435456, 0xf0000000/1048576, I/O @ 0x000018d0/8, BIOS @ 0x????????/131072
[   350.894] (--) PCI: (0@0:2:1) 8086:a012:1179:fdc0 rev 0, Mem @ 0xf0280000/524288
[   350.894] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   350.894] (II) LoadModule: "glx"
[   350.895] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   350.905] (II) Module glx: vendor="X.Org Foundation"
[   350.905] 	compiled for 1.20.1, module version = 1.0.0
[   350.905] 	ABI class: X.Org Server Extension, version 10.0
[   350.905] (==) Matched intel as autoconfigured driver 0
[   350.905] (==) Matched modesetting as autoconfigured driver 1
[   350.905] (==) Matched fbdev as autoconfigured driver 2
[   350.905] (==) Matched vesa as autoconfigured driver 3
[   350.905] (==) Assigned the driver to the xf86ConfigLayout
[   350.905] (II) LoadModule: "intel"
[   350.906] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   350.907] (II) Module intel: vendor="X.Org Foundation"
[   350.907] 	compiled for 1.20.2, module version = 2.99.917
[   350.907] 	Module class: X.Org Video Driver
[   350.907] 	ABI class: X.Org Video Driver, version 24.0
[   350.907] (II) LoadModule: "modesetting"
[   350.908] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   350.910] (II) Module modesetting: vendor="X.Org Foundation"
[   350.911] 	compiled for 1.20.1, module version = 1.20.1
[   350.911] 	Module class: X.Org Video Driver
[   350.911] 	ABI class: X.Org Video Driver, version 24.0
[   350.911] (II) LoadModule: "fbdev"
[   350.911] (WW) Warning, couldn't open module fbdev
[   350.911] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   350.911] (II) LoadModule: "vesa"
[   350.912] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[   350.912] (II) Module vesa: vendor="X.Org Foundation"
[   350.912] 	compiled for 1.20.0, module version = 2.4.0
[   350.912] 	Module class: X.Org Video Driver
[   350.912] 	ABI class: X.Org Video Driver, version 24.0
[   350.912] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   350.914] (II) intel: Driver for Intel(R) HD Graphics
[   350.914] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   350.914] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   350.914] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   350.914] (II) VESA: driver for VESA chipsets: vesa
[   350.915] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   350.915] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180514
[   350.915] (II) intel(0): SNA compiled from 2.99.917-853-g0932a6b3
[   350.930] (WW) Falling back to old probe method for modesetting
[   350.930] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   350.931] (--) intel(0): Integrated Graphics Chipset: Intel(R) Pineview GM
[   350.931] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 1 threads
[   350.931] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   350.931] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   350.931] (==) intel(0): RGB weight 888
[   350.931] (==) intel(0): Default visual is TrueColor
[   350.933] (II) intel(0): Output LVDS1 has no monitor section
[   350.935] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[   350.935] (II) intel(0): Enabled output LVDS1
[   350.935] (II) intel(0): Output VGA1 has no monitor section
[   350.936] (II) intel(0): Enabled output VGA1
[   350.937] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   350.937] (II) intel(0): Output VIRTUAL1 has no monitor section
[   350.937] (II) intel(0): Enabled output VIRTUAL1
[   350.937] (--) intel(0): Output LVDS1 using initial mode 1024x600 on pipe 1
[   350.938] (==) intel(0): TearFree disabled
[   350.938] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   350.938] (==) intel(0): DPI set to (96, 96)
[   350.938] (II) Loading sub module "dri3"
[   350.938] (II) LoadModule: "dri3"
[   350.938] (II) Module "dri3" already built-in
[   350.938] (II) Loading sub module "dri2"
[   350.938] (II) LoadModule: "dri2"
[   350.938] (II) Module "dri2" already built-in
[   350.939] (II) Loading sub module "present"
[   350.939] (II) LoadModule: "present"
[   350.939] (II) Module "present" already built-in
[   350.939] (II) UnloadModule: "modesetting"
[   350.939] (II) Unloading modesetting
[   350.939] (II) UnloadModule: "vesa"
[   350.939] (II) Unloading vesa
[   350.940] (II) intel(0): SNA initialized with Alviso (gen3) backend
[   350.940] (==) intel(0): Backing store enabled
[   350.940] (==) intel(0): Silken mouse disabled
[   350.940] (II) intel(0): HW Cursor enabled
[   350.974] (==) intel(0): DPMS enabled
[   350.974] (==) intel(0): Display hotplug detection enabled
[   350.982] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[   350.982] (II) intel(0): [DRI2] Setup complete
[   350.982] (II) intel(0): [DRI2]   DRI driver: i915
[   350.982] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   350.982] (II) intel(0): direct rendering: DRI2 enabled
[   350.982] (II) intel(0): hardware support for Present enabled
[   350.982] (II) Initializing extension Generic Event Extension
[   350.982] (II) Initializing extension SHAPE
[   350.982] (II) Initializing extension MIT-SHM
[   350.982] (II) Initializing extension XInputExtension
[   350.983] (II) Initializing extension XTEST
[   350.983] (II) Initializing extension BIG-REQUESTS
[   350.983] (II) Initializing extension SYNC
[   350.983] (II) Initializing extension XKEYBOARD
[   350.983] (II) Initializing extension XC-MISC
[   350.983] (II) Initializing extension SECURITY
[   350.983] (II) Initializing extension XFIXES
[   350.984] (II) Initializing extension RENDER
[   350.984] (II) Initializing extension RANDR
[   350.984] (II) Initializing extension COMPOSITE
[   350.984] (II) Initializing extension DAMAGE
[   350.984] (II) Initializing extension MIT-SCREEN-SAVER
[   350.984] (II) Initializing extension DOUBLE-BUFFER
[   350.984] (II) Initializing extension RECORD
[   350.984] (II) Initializing extension DPMS
[   350.984] (II) Initializing extension Present
[   350.984] (II) Initializing extension DRI3
[   350.984] (II) Initializing extension X-Resource
[   350.984] (II) Initializing extension XVideo
[   350.984] (II) Initializing extension XVideo-MotionCompensation
[   350.984] (II) Initializing extension GLX
[   351.020] (II) AIGLX: Loaded and initialized i915
[   351.020] (II) GLX: Initialized DRI2 GL provider for screen 0
[   351.020] (II) Initializing extension XFree86-VidModeExtension
[   351.020] (II) Initializing extension XFree86-DGA
[   351.020] (II) Initializing extension XFree86-DRI
[   351.020] (II) Initializing extension DRI2
[   351.027] (II) intel(0): switch to mode 1024x600@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[   351.037] (II) intel(0): Setting screen physical size to 270 x 158
[   351.708] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   351.708] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   351.708] (II) LoadModule: "libinput"
[   351.708] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   351.766] (II) Module libinput: vendor="X.Org Foundation"
[   351.766] 	compiled for 1.20.0, module version = 0.28.0
[   351.767] 	Module class: X.Org XInput Driver
[   351.767] 	ABI class: X.Org XInput driver, version 24.1
[   351.767] (II) Using input driver 'libinput' for 'Power Button'
[   351.771] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[   351.772] (**) Power Button: always reports core events
[   351.772] (**) Option "Device" "/dev/input/event2"
[   351.772] (**) Option "_source" "server/udev"
[   351.802] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   351.802] (II) event2  - Power Button: device is a keyboard
[   351.802] (II) event2  - Power Button: device removed
[   351.802] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   351.803] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   351.806] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   351.806] (II) event2  - Power Button: device is a keyboard
[   351.808] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   351.808] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   351.808] (II) Using input driver 'libinput' for 'Video Bus'
[   351.812] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 18 paused 0
[   351.812] (**) Video Bus: always reports core events
[   351.812] (**) Option "Device" "/dev/input/event10"
[   351.812] (**) Option "_source" "server/udev"
[   351.815] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   351.815] (II) event10 - Video Bus: device is a keyboard
[   351.815] (II) event10 - Video Bus: device removed
[   351.816] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11/event10"
[   351.816] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   351.820] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   351.820] (II) event10 - Video Bus: device is a keyboard
[   351.822] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   351.822] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   351.822] (II) Using input driver 'libinput' for 'Power Button'
[   351.826] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[   351.826] (**) Power Button: always reports core events
[   351.826] (**) Option "Device" "/dev/input/event1"
[   351.826] (**) Option "_source" "server/udev"
[   351.829] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   351.830] (II) event1  - Power Button: device is a keyboard
[   351.830] (II) event1  - Power Button: device removed
[   351.830] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C0C:00/input/input1/event1"
[   351.830] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   351.834] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   351.834] (II) event1  - Power Button: device is a keyboard
[   351.837] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   351.837] (II) No input driver specified, ignoring this device.
[   351.837] (II) This device may have been added with another device file.
[   351.840] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event6)
[   351.840] (II) No input driver specified, ignoring this device.
[   351.840] (II) This device may have been added with another device file.
[   351.841] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event7)
[   351.842] (II) No input driver specified, ignoring this device.
[   351.842] (II) This device may have been added with another device file.
[   351.844] (II) config/udev: Adding input device CNF9055: Chicony USB 2.0 Camera (/dev/input/event8)
[   351.845] (**) CNF9055: Chicony USB 2.0 Camera: Applying InputClass "libinput keyboard catchall"
[   351.845] (II) Using input driver 'libinput' for 'CNF9055: Chicony USB 2.0 Camera'
[   351.848] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 20 paused 0
[   351.848] (**) CNF9055: Chicony USB 2.0 Camera: always reports core events
[   351.848] (**) Option "Device" "/dev/input/event8"
[   351.848] (**) Option "_source" "server/udev"
[   351.852] (II) event8  - CNF9055: Chicony USB 2.0 Camera: is tagged by udev as: Keyboard
[   351.853] (II) event8  - CNF9055: Chicony USB 2.0 Camera: device is a keyboard
[   351.853] (II) event8  - CNF9055: Chicony USB 2.0 Camera: device removed
[   351.853] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-8/1-8:1.0/input/input10/event8"
[   351.853] (II) XINPUT: Adding extended input device "CNF9055: Chicony USB 2.0 Camera" (type: KEYBOARD, id 9)
[   351.858] (II) event8  - CNF9055: Chicony USB 2.0 Camera: is tagged by udev as: Keyboard
[   351.858] (II) event8  - CNF9055: Chicony USB 2.0 Camera: device is a keyboard
[   351.860] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   351.860] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   351.860] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   351.864] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[   351.864] (**) AT Translated Set 2 keyboard: always reports core events
[   351.864] (**) Option "Device" "/dev/input/event3"
[   351.864] (**) Option "_source" "server/udev"
[   351.867] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   351.867] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   351.867] (II) event3  - AT Translated Set 2 keyboard: device removed
[   351.867] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   351.867] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[   351.871] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   351.871] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   351.874] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[   351.874] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   351.874] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   351.877] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 22 paused 0
[   351.877] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   351.877] (**) Option "Device" "/dev/input/event9"
[   351.877] (**) Option "_source" "server/udev"
[   351.880] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   351.881] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   351.881] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[   351.881] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event9"
[   351.881] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[   351.882] (**) Option "AccelerationScheme" "none"
[   351.882] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   351.882] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   351.882] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   351.885] (II) event9  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   351.886] (II) event9  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   351.888] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[   351.888] (II) No input driver specified, ignoring this device.
[   351.888] (II) This device may have been added with another device file.
[   351.890] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   351.890] (II) No input driver specified, ignoring this device.
[   351.890] (II) This device may have been added with another device file.
[   351.893] (II) config/udev: Adding input device Toshiba input device (/dev/input/event4)
[   351.893] (**) Toshiba input device: Applying InputClass "libinput keyboard catchall"
[   351.893] (II) Using input driver 'libinput' for 'Toshiba input device'
[   351.896] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 23 paused 0
[   351.896] (**) Toshiba input device: always reports core events
[   351.896] (**) Option "Device" "/dev/input/event4"
[   351.896] (**) Option "_source" "server/udev"
[   351.898] (II) event4  - Toshiba input device: is tagged by udev as: Keyboard
[   351.898] (II) event4  - Toshiba input device: device is a keyboard
[   351.898] (II) event4  - Toshiba input device: device removed
[   351.898] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event4"
[   351.898] (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD, id 12)
[   351.901] (II) event4  - Toshiba input device: is tagged by udev as: Keyboard
[   351.901] (II) event4  - Toshiba input device: device is a keyboard
[   352.189] (**) Option "fd" "15"
[   352.189] (II) event2  - Power Button: device removed
[   352.189] (**) Option "fd" "18"
[   352.190] (II) event10 - Video Bus: device removed
[   352.190] (**) Option "fd" "19"
[   352.190] (II) event1  - Power Button: device removed
[   352.190] (**) Option "fd" "20"
[   352.190] (II) event8  - CNF9055: Chicony USB 2.0 Camera: device removed
[   352.191] (**) Option "fd" "21"
[   352.191] (II) event3  - AT Translated Set 2 keyboard: device removed
[   352.191] (**) Option "fd" "22"
[   352.191] (II) event9  - SynPS/2 Synaptics TouchPad: device removed
[   352.191] (**) Option "fd" "23"
[   352.191] (II) event4  - Toshiba input device: device removed
[   352.193] (II) UnloadModule: "libinput"
[   352.193] (II) systemd-logind: releasing fd for 13:68
[   352.200] (II) UnloadModule: "libinput"
[   352.200] (II) systemd-logind: releasing fd for 13:73
[   352.236] (II) UnloadModule: "libinput"
[   352.237] (II) systemd-logind: releasing fd for 13:67
[   352.256] (II) UnloadModule: "libinput"
[   352.257] (II) systemd-logind: releasing fd for 13:72
[   352.290] (II) UnloadModule: "libinput"
[   352.290] (II) systemd-logind: releasing fd for 13:65
[   352.300] (II) UnloadModule: "libinput"
[   352.300] (II) systemd-logind: releasing fd for 13:74
[   352.330] (II) UnloadModule: "libinput"
[   352.331] (II) systemd-logind: releasing fd for 13:66
[   352.412] (II) Server terminated successfully (0). Closing log file.

Offline

#12 2018-11-07 20:43:06

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Xorg initialization errors

Please paste your .xinitrc


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#13 2018-11-07 20:43:33

seth
Member
Registered: 2012-09-03
Posts: 52,329

Re: [SOLVED] Xorg initialization errors

Yeah, but it works. The problem is now your xinitrc.

Offline

#14 2018-11-07 20:51:36

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

Installed xterm, and I can now start an X11 session through startx. I am assuming the issues were:

1.) I did not have the correct driver installed ( xf86-video-intel ).
2.) I did not have xterm installed.

I believe that the issue in the OP has been solved. Thank you all for your help.

Nils

Offline

#15 2018-11-07 20:59:48

seth
Member
Registered: 2012-09-03
Posts: 52,329

Re: [SOLVED] Xorg initialization errors

Please ensure to read https://wiki.archlinux.org/index.php/Xinit#xinitrc (assuming you intend to continue to use startx) and out of curiosity please post the output of glxinfo (for the actual GPU and capabilities) and since that's probably the cause: see https://wiki.archlinux.org/index.php/In … 915_driver

Offline

#16 2018-11-07 22:31:19

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

The contents of .xinitrc file in my home directory are below:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

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

twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x50+494+51 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x66+0+0 -name login

As for the glxinfo command, I don't have this installed, and it does not seem to be available via pacman. I will need to figure out how to download this from the AUR.

Last edited by n1l5 (2018-11-07 22:39:21)

Offline

#17 2018-11-07 22:38:26

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,621
Website

Re: [SOLVED] Xorg initialization errors

$ pacman -Fs glxinfo
extra/mesa-demos 8.4.0-1
    usr/bin/glxinfo

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#18 2018-11-07 22:53:53

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

Hello Trillby,

I ran the command that you posted. I am not sure if this is supposed to install the glxinfo command, but I am still unable to run the glxinfo command. Do I need to build glxinfo from the AUR? What would be the fastest way to do this, if I currently do not have access to the AUR?

Offline

#19 2018-11-08 00:27:17

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

Re: [SOLVED] Xorg initialization errors

Offline

#20 2018-11-08 01:01:48

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,621
Website

Re: [SOLVED] Xorg initialization errors

*headdesk*

RTFM.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#21 2018-11-08 08:13:22

seth
Member
Registered: 2012-09-03
Posts: 52,329

Re: [SOLVED] Xorg initialization errors

Also please, again, if you indend to use startx, read the link about xinitrc, understand it, understand your present xinitrc and make the proper adjustments.

Offline

#22 2018-11-08 20:32:49

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

So

pacman -Fs glxinfo

searches for the glxinfo file among the installed packages, and returns the filepath if found. Running this returns the output that you have in your post, so I do have this file. Do I need to make it executable ( I cannot run it, even as root )? I will read the link about xinitrc, understand it, understand my present xinitrc and make the proper adjustments.

Last edited by n1l5 (2018-11-08 20:34:00)

Offline

#23 2018-11-08 20:40:11

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

Re: [SOLVED] Xorg initialization errors

n1l5 wrote:

So

pacman -Fs glxinfo

searches for the glxinfo file among the installed packages, and returns the filepath if found.

No it searches the files database for a match.  Finding a match has no relation to that file being present on your system or the package being installed on your system.
It simply supplies a list of packages that according to the file database contain that file.

Offline

#24 2018-11-08 23:59:16

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

Output of glxinfo:

name of display: :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_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_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_profile, 
    GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, 
    GLX_ARB_get_proc_address, 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_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) Pineview M  (0xa011)
    Version: 18.2.4
    Accelerated: yes
    Video memory: 384MB
    Unified memory: yes
    Preferred profile: compat (0x2)
    Max core profile version: 0.0
    Max compat profile version: 1.4
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Pineview M 
OpenGL version string: 1.4 Mesa 18.2.4
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_shader_trinary_minmax, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, 
    GL_ARB_ES2_compatibility, GL_ARB_clear_buffer_object, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_copy_buffer, 
    GL_ARB_debug_output, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_explicit_attrib_location, 
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_program, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, 
    GL_ARB_half_float_pixel, GL_ARB_internalformat_query, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample, 
    GL_ARB_multitexture, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, 
    GL_ARB_point_sprite, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_objects, 
    GL_ARB_shading_language_100, GL_ARB_shadow, GL_ARB_sync, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, 
    GL_ARB_texture_storage, GL_ARB_transpose_matrix, 
    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_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, 
    GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, 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_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_object, GL_EXT_gpu_program_parameters, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, 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_compression_dxt1, 
    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_lod_bias, 
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_vertex_array, 
    GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_MESA_pack_invert, GL_MESA_window_pos, GL_MESA_ycbcr_texture, 
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_texgen_reflection, 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 2.0 Mesa 18.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_texture_max_level, GL_EXT_blend_minmax, 
    GL_EXT_discard_framebuffer, GL_EXT_draw_buffers, 
    GL_EXT_draw_elements_base_vertex, GL_EXT_frag_depth, 
    GL_EXT_map_buffer_range, GL_EXT_multi_draw_arrays, 
    GL_EXT_read_format_bgra, GL_EXT_separate_shader_objects, 
    GL_EXT_texture_border_clamp, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888, 
    GL_EXT_unpack_subimage, GL_KHR_context_flush_control, GL_KHR_debug, 
    GL_KHR_no_error, GL_NV_draw_buffers, GL_NV_fbo_color_attachments, 
    GL_NV_read_buffer, GL_NV_read_depth, GL_NV_read_depth_stencil, 
    GL_NV_read_stencil, GL_OES_EGL_image, GL_OES_EGL_sync, GL_OES_depth24, 
    GL_OES_depth_texture, GL_OES_draw_elements_base_vertex, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil, 
    GL_OES_required_internalformat, GL_OES_rgb8_rgba8, GL_OES_stencil8, 
    GL_OES_surfaceless_context, GL_OES_texture_3D, 
    GL_OES_texture_border_clamp, GL_OES_texture_npot, 
    GL_OES_vertex_array_object

29 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
----------------------------------------------------------------------------
0x020 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x021 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x085 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x086 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x087 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x088 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x089 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x08a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08b 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x08d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x08e 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x08f 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x090 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x091 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x092 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x093 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x094 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x095 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x096 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x097 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x098 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x099 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x09a 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x05b 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09b 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09c 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09d 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09e 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

41 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
----------------------------------------------------------------------------
0x05c  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x05d  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x05e  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x05f  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x060 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x061 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x062 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x063 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x064 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x065 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x066 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x067 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x068  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x069  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x06a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x06b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x06c 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x06d 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x06e  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x06f  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 None
0x070  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x071  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x072 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x073 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x074 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x075 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x076 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x077 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 None
0x078 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x079 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07a  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0  0  0  0  0  0 0 None
0x07b  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0 16  0 16 16 16  0  0 0 Slow
0x07c 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x07d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 Slow
0x07e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 None
0x07f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8 16 16 16  0  0 0 Slow
0x080 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x081 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x082 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x083 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x084 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

Offline

#25 2018-11-09 00:23:25

n1l5
Member
Registered: 2015-12-31
Posts: 31

Re: [SOLVED] Xorg initialization errors

As an aside, what is the difference between the sync database and the files database? I had to run

pacman -Fy

before running

pacman -Fs

What does it mean to "synchonize the file database"? The pacman webpage says to not blindly synchonize and update databases, but I don't know what synchronize means in this context.

Last edited by n1l5 (2018-11-09 00:24:21)

Offline

Board footer

Powered by FluxBB