You are not logged in.
Pages: 1
Every time I try to run startx as normal user I get this error:
xinit: giving-up
xinit: unable to connect to X server: Connection refused
xinit: server errorI've searched up everything on that topic, and the only solution I found out was downgrading kernel to 4.4.5-1, which didn't worked out in the end for OP. I'm also on Zen kernel, so I don't know to what version downgrade
Link: https://bbs.archlinux.org/viewtopic.php?id=211586
Are there any other ways or only downloading kernel is the only way?
Last edited by Qwart (2021-07-01 17:01:19)
Offline
Going by your other thread, you have run X as root and screwed up permissions in your /home.
If not, post your .xinitrc and a full Xorg.log.
Offline
Don't run it as root. Find all the files that root created throughout your home directory when you ran it as root and delete them. Don't run it as root ever again.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Going by your other thread, you have run X as root and screwed up permissions in your /home.
If not, post your .xinitrc and a full Xorg.log.
I remember trying to start startx without root at first and it didn't work. Everything in my home folder is owned by me, so dunno why that happen. There isn't a log for rootless one where it should be (/.local/share/xorg doesn't even exist), and reinstalling (after deleting everything in X11 folder) did nothing
#!/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
exec dbus-launch leftwm[ 4.539] (--) Log file renamed from "/var/log/Xorg.pid-661.log" to "/var/log/Xorg.0.log"
[ 4.543]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 4.543] Build Operating System: Linux Archlinux
[ 4.543] Current Operating System: Linux nodata 5.12.13-zen1-2-zen #1 ZEN SMP PREEMPT Fri, 25 Jun 2021 22:55:36 +0000 x86_64
[ 4.543] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=3941d8be-d29a-4020-b487-f4b18923f37c rw loglevel=3 quiet
[ 4.543] Build Date: 13 April 2021 03:12:10PM
[ 4.543]
[ 4.543] Current version of pixman: 0.40.0
[ 4.543] Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
[ 4.543] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4.543] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 1 10:52:27 2021
[ 4.546] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4.547] (==) No Layout section. Using the first Screen section.
[ 4.547] (==) No screen section available. Using defaults.
[ 4.547] (**) |-->Screen "Default Screen Section" (0)
[ 4.547] (**) | |-->Monitor "<default monitor>"
[ 4.547] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 4.547] (==) Automatically adding devices
[ 4.547] (==) Automatically enabling devices
[ 4.547] (==) Automatically adding GPU devices
[ 4.547] (==) Automatically binding GPU devices
[ 4.547] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 4.549] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 4.549] Entry deleted from font path.
[ 4.549] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 4.549] Entry deleted from font path.
[ 4.549] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 4.549] Entry deleted from font path.
[ 4.549] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 4.549] Entry deleted from font path.
[ 4.549] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 4.549] Entry deleted from font path.
[ 4.549] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 4.549] Entry deleted from font path.
[ 4.549] (==) FontPath set to:
[ 4.549] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 4.549] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 4.549] (II) Module ABI versions:
[ 4.549] X.Org ANSI C Emulation: 0.4
[ 4.549] X.Org Video Driver: 24.1
[ 4.549] X.Org XInput driver : 24.1
[ 4.549] X.Org Server Extension : 10.0
[ 4.549] (++) using VT number 1
[ 4.549] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 4.550] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 4.553] (--) PCI:*(0@0:2:0) 8086:0126:17aa:21d3 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 4.553] (--) PCI: (1@0:0:0) 10de:1056:17aa:21d3 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 4.553] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 4.553] (II) LoadModule: "glx"
[ 4.554] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4.567] (II) Module glx: vendor="X.Org Foundation"
[ 4.567] compiled for 1.20.11, module version = 1.0.0
[ 4.567] ABI class: X.Org Server Extension, version 10.0
[ 4.567] (==) Matched intel as autoconfigured driver 0
[ 4.567] (==) Matched modesetting as autoconfigured driver 1
[ 4.567] (==) Matched fbdev as autoconfigured driver 2
[ 4.567] (==) Matched vesa as autoconfigured driver 3
[ 4.567] (==) Assigned the driver to the xf86ConfigLayout
[ 4.567] (II) LoadModule: "intel"
[ 4.567] (WW) Warning, couldn't open module intel
[ 4.568] (EE) Failed to load module "intel" (module does not exist, 0)
[ 4.568] (II) LoadModule: "modesetting"
[ 4.568] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 4.571] (II) Module modesetting: vendor="X.Org Foundation"
[ 4.571] compiled for 1.20.11, module version = 1.20.11
[ 4.571] Module class: X.Org Video Driver
[ 4.571] ABI class: X.Org Video Driver, version 24.1
[ 4.571] (II) LoadModule: "fbdev"
[ 4.571] (WW) Warning, couldn't open module fbdev
[ 4.571] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 4.571] (II) LoadModule: "vesa"
[ 4.571] (WW) Warning, couldn't open module vesa
[ 4.571] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 4.571] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 4.584] (II) modeset(0): using drv /dev/dri/card0
[ 4.584] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 4.585] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 4.585] (==) modeset(0): RGB weight 888
[ 4.585] (==) modeset(0): Default visual is TrueColor
[ 4.585] (II) Loading sub module "glamoregl"
[ 4.585] (II) LoadModule: "glamoregl"
[ 4.585] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 4.594] (II) Module glamoregl: vendor="X.Org Foundation"
[ 4.594] compiled for 1.20.11, module version = 1.0.1
[ 4.594] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4.779] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)
[ 4.779] (II) modeset(0): glamor initialized
[ 4.779] (II) modeset(0): Output LVDS-1 has no monitor section
[ 4.780] (II) modeset(0): Output VGA-1 has no monitor section
[ 4.780] (II) modeset(0): EDID for output LVDS-1
[ 4.780] (II) modeset(0): Manufacturer: SEC Model: 324c Serial#: 0
[ 4.780] (II) modeset(0): Year: 2010 Week: 0
[ 4.780] (II) modeset(0): EDID Version: 1.3
[ 4.780] (II) modeset(0): Digital Display Input
[ 4.780] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 4.780] (II) modeset(0): Gamma: 2.20
[ 4.780] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[ 4.780] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 4.780] (II) modeset(0): First detailed timing is preferred mode
[ 4.781] (II) modeset(0): redX: 0.566 redY: 0.337 greenX: 0.351 greenY: 0.560
[ 4.781] (II) modeset(0): blueX: 0.150 blueY: 0.094 whiteX: 0.313 whiteY: 0.329
[ 4.781] (II) modeset(0): Manufacturer's mask: 0
[ 4.781] (II) modeset(0): Supported detailed timing:
[ 4.781] (II) modeset(0): clock: 98.2 MHz Image Size: 310 x 174 mm
[ 4.781] (II) modeset(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
[ 4.781] (II) modeset(0): v_active: 900 v_sync: 902 v_sync_end 907 v_blanking: 930 v_border: 0
[ 4.781] (II) modeset(0): Unknown vendor-specific block f
[ 4.781] (II) modeset(0): SAMSUNG
[ 4.781] (II) modeset(0): LTN140KT03401
[ 4.781] (II) modeset(0): EDID (in hex):
[ 4.781] (II) modeset(0): 00ffffffffffff004ca34c3200000000
[ 4.781] (II) modeset(0): 00140103801f1178ea1d859156598f26
[ 4.781] (II) modeset(0): 18505400000001010101010101010101
[ 4.781] (II) modeset(0): 0101010101015d2640a060841e303020
[ 4.781] (II) modeset(0): 250036ae100000190000000f00000000
[ 4.781] (II) modeset(0): 000000000032c8043200000000fe0053
[ 4.781] (II) modeset(0): 414d53554e470a204ca34b54000000fe
[ 4.781] (II) modeset(0): 004c544e3134304b54303334303100ca
[ 4.781] (II) modeset(0): Printing probed modes for output LVDS-1
[ 4.781] (II) modeset(0): Modeline "1600x900"x60.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 4.781] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 4.781] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 4.781] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 4.781] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 4.781] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 4.781] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 4.781] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 4.781] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 4.781] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 4.781] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 4.781] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 4.781] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 4.781] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 4.781] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 4.781] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 4.781] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 4.781] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 4.781] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 4.782] (II) modeset(0): EDID for output VGA-1
[ 4.782] (II) modeset(0): Output LVDS-1 connected
[ 4.782] (II) modeset(0): Output VGA-1 disconnected
[ 4.782] (II) modeset(0): Using exact sizes for initial modes
[ 4.782] (II) modeset(0): Output LVDS-1 using initial mode 1600x900 +0+0
[ 4.782] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4.782] (==) modeset(0): DPI set to (96, 96)
[ 4.782] (II) Loading sub module "fb"
[ 4.782] (II) LoadModule: "fb"
[ 4.782] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 4.784] (II) Module fb: vendor="X.Org Foundation"
[ 4.784] compiled for 1.20.11, module version = 1.0.0
[ 4.784] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4.808] (==) modeset(0): Backing store enabled
[ 4.808] (==) modeset(0): Silken mouse disabled
[ 4.835] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 4.835] (==) modeset(0): DPMS enabled
[ 4.835] (II) modeset(0): [DRI2] Setup complete
[ 4.835] (II) modeset(0): [DRI2] DRI driver: i965
[ 4.835] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 4.835] (II) Initializing extension Generic Event Extension
[ 4.835] (II) Initializing extension SHAPE
[ 4.835] (II) Initializing extension MIT-SHM
[ 4.835] (II) Initializing extension XInputExtension
[ 4.836] (II) Initializing extension XTEST
[ 4.836] (II) Initializing extension BIG-REQUESTS
[ 4.836] (II) Initializing extension SYNC
[ 4.836] (II) Initializing extension XKEYBOARD
[ 4.836] (II) Initializing extension XC-MISC
[ 4.836] (II) Initializing extension SECURITY
[ 4.836] (II) Initializing extension XFIXES
[ 4.836] (II) Initializing extension RENDER
[ 4.836] (II) Initializing extension RANDR
[ 4.836] (II) Initializing extension COMPOSITE
[ 4.837] (II) Initializing extension DAMAGE
[ 4.837] (II) Initializing extension MIT-SCREEN-SAVER
[ 4.837] (II) Initializing extension DOUBLE-BUFFER
[ 4.837] (II) Initializing extension RECORD
[ 4.837] (II) Initializing extension DPMS
[ 4.837] (II) Initializing extension Present
[ 4.837] (II) Initializing extension DRI3
[ 4.837] (II) Initializing extension X-Resource
[ 4.837] (II) Initializing extension XVideo
[ 4.837] (II) Initializing extension XVideo-MotionCompensation
[ 4.837] (II) Initializing extension GLX
[ 4.847] (II) AIGLX: Loaded and initialized i965
[ 4.847] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 4.847] (II) Initializing extension XFree86-VidModeExtension
[ 4.847] (II) Initializing extension XFree86-DGA
[ 4.847] (II) Initializing extension XFree86-DRI
[ 4.847] (II) Initializing extension DRI2
[ 4.850] (II) modeset(0): Damage tracking initialized
[ 4.850] (II) modeset(0): Setting screen physical size to 423 x 238
[ 4.906] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 4.906] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 4.906] (II) LoadModule: "libinput"
[ 4.906] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 4.911] (II) Module libinput: vendor="X.Org Foundation"
[ 4.911] compiled for 1.20.11, module version = 1.1.0
[ 4.911] Module class: X.Org XInput Driver
[ 4.911] ABI class: X.Org XInput driver, version 24.1
[ 4.911] (II) Using input driver 'libinput' for 'Power Button'
[ 4.911] (**) Power Button: always reports core events
[ 4.911] (**) Option "Device" "/dev/input/event2"
[ 4.912] (**) Option "_source" "server/udev"
[ 4.919] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 4.920] (II) event2 - Power Button: device is a keyboard
[ 4.920] (II) event2 - Power Button: device removed
[ 4.926] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 4.926] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 4.927] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 4.928] (II) event2 - Power Button: device is a keyboard
[ 4.929] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 4.929] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.929] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.929] (**) Video Bus: always reports core events
[ 4.929] (**) Option "Device" "/dev/input/event9"
[ 4.929] (**) Option "_source" "server/udev"
[ 4.930] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 4.930] (II) event9 - Video Bus: device is a keyboard
[ 4.931] (II) event9 - Video Bus: device removed
[ 4.956] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input19/event9"
[ 4.956] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 4.957] (II) event9 - Video Bus: is tagged by udev as: Keyboard
[ 4.957] (II) event9 - Video Bus: device is a keyboard
[ 4.957] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 4.957] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 4.957] (II) Using input driver 'libinput' for 'Video Bus'
[ 4.957] (**) Video Bus: always reports core events
[ 4.957] (**) Option "Device" "/dev/input/event10"
[ 4.957] (**) Option "_source" "server/udev"
[ 4.958] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 4.958] (II) event10 - Video Bus: device is a keyboard
[ 4.959] (II) event10 - Video Bus: device removed
[ 4.986] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input20/event10"
[ 4.986] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 4.989] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[ 4.989] (II) event10 - Video Bus: device is a keyboard
[ 4.990] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 4.991] (II) No input driver specified, ignoring this device.
[ 4.991] (II) This device may have been added with another device file.
[ 4.991] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 4.991] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 4.991] (II) Using input driver 'libinput' for 'Sleep Button'
[ 4.991] (**) Sleep Button: always reports core events
[ 4.991] (**) Option "Device" "/dev/input/event1"
[ 4.991] (**) Option "_source" "server/udev"
[ 4.993] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 4.993] (II) event1 - Sleep Button: device is a keyboard
[ 4.993] (II) event1 - Sleep Button: device removed
[ 5.002] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 5.002] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 5.002] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 5.002] (II) event1 - Sleep Button: device is a keyboard
[ 5.003] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[ 5.003] (II) No input driver specified, ignoring this device.
[ 5.003] (II) This device may have been added with another device file.
[ 5.003] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[ 5.003] (II) No input driver specified, ignoring this device.
[ 5.003] (II) This device may have been added with another device file.
[ 5.004] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[ 5.004] (II) No input driver specified, ignoring this device.
[ 5.004] (II) This device may have been added with another device file.
[ 5.004] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[ 5.004] (II) No input driver specified, ignoring this device.
[ 5.004] (II) This device may have been added with another device file.
[ 5.004] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[ 5.004] (II) No input driver specified, ignoring this device.
[ 5.004] (II) This device may have been added with another device file.
[ 5.005] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event13)
[ 5.005] (II) No input driver specified, ignoring this device.
[ 5.005] (II) This device may have been added with another device file.
[ 5.005] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 5.005] (II) No input driver specified, ignoring this device.
[ 5.005] (II) This device may have been added with another device file.
[ 5.006] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 5.006] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 5.006] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 5.006] (**) AT Translated Set 2 keyboard: always reports core events
[ 5.006] (**) Option "Device" "/dev/input/event3"
[ 5.006] (**) Option "_source" "server/udev"
[ 5.006] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 5.006] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 5.007] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 5.018] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 5.018] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 5.018] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 5.019] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 5.019] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event15)
[ 5.019] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 5.019] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 5.019] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 5.019] (**) Option "Device" "/dev/input/event15"
[ 5.019] (**) Option "_source" "server/udev"
[ 5.020] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 5.021] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 5.021] (II) event15 - SynPS/2 Synaptics TouchPad: device removed
[ 5.054] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event15"
[ 5.054] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 5.054] (**) Option "AccelerationScheme" "none"
[ 5.054] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 5.054] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 5.054] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 5.055] (II) event15 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[ 5.056] (II) event15 - SynPS/2 Synaptics TouchPad: device is a touchpad
[ 5.057] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 5.057] (II) No input driver specified, ignoring this device.
[ 5.057] (II) This device may have been added with another device file.
[ 5.057] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 5.057] (II) No input driver specified, ignoring this device.
[ 5.057] (II) This device may have been added with another device file.
[ 5.059] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[ 5.059] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 5.059] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 5.059] (**) ThinkPad Extra Buttons: always reports core events
[ 5.059] (**) Option "Device" "/dev/input/event5"
[ 5.059] (**) Option "_source" "server/udev"
[ 5.060] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 5.060] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 5.060] (II) event5 - ThinkPad Extra Buttons: device removed
[ 5.074] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input14/event5"
[ 5.074] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[ 5.075] (II) event5 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 5.075] (II) event5 - ThinkPad Extra Buttons: device is a keyboard
[ 5.274] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[ 5.274] (II) No input driver specified, ignoring this device.
[ 5.274] (II) This device may have been added with another device file.
[ 5.294] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event16)
[ 5.294] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 5.294] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 5.294] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 5.294] (**) Option "Device" "/dev/input/event16"
[ 5.294] (**) Option "_source" "server/udev"
[ 5.295] (II) event16 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 5.295] (II) event16 - TPPS/2 IBM TrackPoint: device is a pointer
[ 5.296] (II) event16 - TPPS/2 IBM TrackPoint: device removed
[ 5.321] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input25/event16"
[ 5.321] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[ 5.321] (**) Option "AccelerationScheme" "none"
[ 5.321] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 5.321] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 5.321] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 5.322] (II) event16 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 5.323] (II) event16 - TPPS/2 IBM TrackPoint: device is a pointer
[ 8.789] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 8.789] (II) modeset(0): Printing DDC gathered Modelines:
[ 8.789] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 8.820] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 8.820] (II) modeset(0): Printing DDC gathered Modelines:
[ 8.820] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 8.823] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 8.823] (II) modeset(0): Printing DDC gathered Modelines:
[ 8.823] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 8.830] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 8.830] (II) modeset(0): Printing DDC gathered Modelines:
[ 8.830] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 24.692] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 24.692] (II) modeset(0): Printing DDC gathered Modelines:
[ 24.692] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 24.708] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 24.708] (II) modeset(0): Printing DDC gathered Modelines:
[ 24.708] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 24.710] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 24.710] (II) modeset(0): Printing DDC gathered Modelines:
[ 24.710] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 24.713] (II) modeset(0): EDID vendor "SEC", prod id 12876
[ 24.713] (II) modeset(0): Printing DDC gathered Modelines:
[ 24.713] (II) modeset(0): Modeline "1600x900"x0.0 98.21 1600 1648 1680 1760 900 902 907 930 -hsync -vsync (55.8 kHz eP)
[ 95.277] (II) Axis 0x1 value 4828 is outside expected range [1253, 4652]
See [url]https://wayland.freedesktop.org/libinput/doc/1.18.0/absolute_coordinate_ranges.html[/url] for detailsLast edited by Qwart (2021-07-01 09:21:43)
Offline
Lose the "dbus-launch", where did you pick up this nonsense?
The Xorg log is from an active server, running as root.
Everything in my home folder is owned by me, so dunno why that happen.
Let's see…
find ~ ! -user qwart # assuming "qwart" is your username/.local/share/xorg doesn't even exist
No, it doesn't.
You're looking for $HOME/.local/share/xorg
Offline
Lose the "dbus-launch", where did you pick up this nonsense?
The Xorg log is from an active server, running as root.
It's on LeftWM github "make sure this is at the end of your .xinitrc file:"
find ~ ! -user qwart # assuming "qwart" is your usernameCommand doesn't give any output. I've checked things with thunar and everything has me in permission tab as owner
No, it doesn't.
You're looking for $HOME/.local/share/xorg
It doesn't exist, only logs from running as root are present
Last edited by Qwart (2021-07-01 15:17:05)
Offline
Remove the "dbus-launch", what output do you get when you only run "xinit" (not as root)?
Offline
Remove the "dbus-launch", what output do you get when you only run "xinit" (not as root)?
xinit: giving-up
xinit: unable to connect to X server: Connection refused
xinit: server errorStill no logs in xorg folder
Last edited by Qwart (2021-07-01 15:44:00)
Offline
That is all?
Xorg(Edit: run that command)
Last edited by seth (2021-07-01 15:45:39)
Offline
That is all?
Xorg(Edit: run that command)
-bash: xorg: command not foundOffline
Upcase "X"…
Offline
Upcase "X"…
X:
Log file: "/home/nodata/.local/share/xorg/Xorg.0.log", Time: Thu Jul 1
Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) Server terminated with error (1). Closing log file.cal/share/xorg/xorg.0.log" for additional informationLog:
[ 669.156] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 669.159]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 669.162] Build Operating System: Linux Archlinux
[ 669.163] Current Operating System: Linux nodata 5.12.14-zen1-1-zen #1 ZEN SMP PREEMPT Thu, 01 Jul 2021 03:35:38 +0000 x86_64
[ 669.163] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=3941d8be-d29a-4020-b487-f4b1asdfgr7c rw loglevel=3 quiet
[ 669.166] Build Date: 13 April 2021 03:12:10PM
[ 669.167]
[ 669.168] Current version of pixman: 0.40.0
[ 669.171] Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
[ 669.171] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 669.176] (==) Log file: "/home/nodata/.local/share/xorg/Xorg.0.log", Time: Thu Jul 1 18:16:16 2021
[ 669.183] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 669.184] (==) No Layout section. Using the first Screen section.
[ 669.184] (==) No screen section available. Using defaults.
[ 669.184] (**) |-->Screen "Default Screen Section" (0)
[ 669.184] (**) | |-->Monitor "<default monitor>"
[ 669.185] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 669.185] (==) Automatically adding devices
[ 669.185] (==) Automatically enabling devices
[ 669.185] (==) Automatically adding GPU devices
[ 669.185] (==) Automatically binding GPU devices
[ 669.186] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 669.186] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 669.186] Entry deleted from font path.
[ 669.186] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 669.186] Entry deleted from font path.
[ 669.186] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 669.186] Entry deleted from font path.
[ 669.186] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 669.186] Entry deleted from font path.
[ 669.186] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 669.186] Entry deleted from font path.
[ 669.186] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 669.186] Entry deleted from font path.
[ 669.186] (==) FontPath set to:
[ 669.186] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 669.186] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 669.186] (II) Module ABI versions:
[ 669.186] X.Org ANSI C Emulation: 0.4
[ 669.186] X.Org Video Driver: 24.1
[ 669.186] X.Org XInput driver : 24.1
[ 669.186] X.Org Server Extension : 10.0
[ 669.192] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 669.193] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 669.195] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 669.199] (--) PCI:*(0@0:2:0) 8086:0126:17aa:21d3 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 669.199] (--) PCI: (1@0:0:0) 10de:1056:17aa:21d3 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 669.199] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 669.199] (II) LoadModule: "glx"
[ 669.201] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 669.217] (II) Module glx: vendor="X.Org Foundation"
[ 669.217] compiled for 1.20.11, module version = 1.0.0
[ 669.217] ABI class: X.Org Server Extension, version 10.0
[ 669.217] (==) Matched intel as autoconfigured driver 0
[ 669.217] (==) Matched modesetting as autoconfigured driver 1
[ 669.217] (==) Matched fbdev as autoconfigured driver 2
[ 669.217] (==) Matched vesa as autoconfigured driver 3
[ 669.217] (==) Assigned the driver to the xf86ConfigLayout
[ 669.217] (II) LoadModule: "intel"
[ 669.218] (WW) Warning, couldn't open module intel
[ 669.218] (EE) Failed to load module "intel" (module does not exist, 0)
[ 669.219] (II) LoadModule: "modesetting"
[ 669.219] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 669.224] (II) Module modesetting: vendor="X.Org Foundation"
[ 669.224] compiled for 1.20.11, module version = 1.20.11
[ 669.224] Module class: X.Org Video Driver
[ 669.224] ABI class: X.Org Video Driver, version 24.1
[ 669.224] (II) LoadModule: "fbdev"
[ 669.224] (WW) Warning, couldn't open module fbdev
[ 669.224] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 669.224] (II) LoadModule: "vesa"
[ 669.224] (WW) Warning, couldn't open module vesa
[ 669.224] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 669.224] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 669.224] (EE)
Fatal server error:
[ 669.224] (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
[ 669.224] (EE)
[ 669.224] (EE)
Please consult the The X.Org Foundation support
at [url]http://wiki.x.org[/url]
for help.
[ 669.224] (EE) Please also check the log file at "/home/nodata/.local/share/xorg/Xorg.0.log" for additional information.
[ 669.224] (EE)
[ 669.224] (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
[ 669.224] (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[ 669.285] (EE) Server terminated with error (1). Closing log file.Last edited by Qwart (2021-07-01 16:28:02)
Offline
Offline
Forgot that I deleted it while reinstalling. Everything works, many thanks!
Offline
Pages: 1