I need some help with xorg-server 1.20
I just tried to upgrade to xorg-server to 1.20 but it does not work when I use the startx command.
Strangely, there are no other reports of this problem in recent years. Maybe it works when used with a graphical login.
I think that the relevant error is this:
Code: Select all
parse_vt_settings: Cannot open /dev/tty0 (Permission denied)Here is the entire log:
Code: Select all
[ 1007.957]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[ 1007.957] Build Operating System: Linux 4.14.78-gentoo x86_64 Gentoo
[ 1007.957] Current Operating System: Linux B360M-A 4.14.78-gentoo #1 SMP Sat Nov 3 14:14:36 +07 2018 x86_64
[ 1007.957] Kernel command line: root=/dev/sda2 BOOT_IMAGE=/kernel-4.15.18-gentoo root=/dev/sda4 ro
[ 1007.957] Build Date: 03 November 2018 03:46:18PM
[ 1007.957]
[ 1007.957] Current version of pixman: 0.34.0
[ 1007.957] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1007.957] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1007.957] (==) Log file: "/home/sean/.local/share/xorg/Xorg.0.log", Time: Sat Nov 3 16:22:21 2018
[ 1007.957] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1007.957] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1007.957] (==) No Layout section. Using the first Screen section.
[ 1007.957] (==) No screen section available. Using defaults.
[ 1007.957] (**) |-->Screen "Default Screen Section" (0)
[ 1007.957] (**) | |-->Monitor "<default monitor>"
[ 1007.957] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1007.957] (==) Automatically adding devices
[ 1007.957] (==) Automatically enabling devices
[ 1007.957] (==) Automatically adding GPU devices
[ 1007.957] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1007.957] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 1007.957] Entry deleted from font path.
[ 1007.957] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 1007.957] Entry deleted from font path.
[ 1007.957] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1007.957] Entry deleted from font path.
[ 1007.957] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 1007.957] Entry deleted from font path.
[ 1007.957] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 1007.957] Entry deleted from font path.
[ 1007.957] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 1007.957] Entry deleted from font path.
[ 1007.957] (==) FontPath set to:
[ 1007.957] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 1007.957] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1007.957] (II) Loader magic: 0x55b62d2c8c40
[ 1007.957] (II) Module ABI versions:
[ 1007.957] X.Org ANSI C Emulation: 0.4
[ 1007.957] X.Org Video Driver: 24.0
[ 1007.957] X.Org XInput driver : 24.1
[ 1007.957] X.Org Server Extension : 10.0
[ 1007.958] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1007.975] (--) PCI:*(0@0:2:0) 8086:3e92:1043:8694 rev 0, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 1007.975] (II) LoadModule: "glx"
[ 1007.975] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 1007.976] (II) Module glx: vendor="X.Org Foundation"
[ 1007.976] compiled for 1.20.3, module version = 1.0.0
[ 1007.976] ABI class: X.Org Server Extension, version 10.0
[ 1007.976] (==) Matched intel as autoconfigured driver 0
[ 1007.976] (==) Matched modesetting as autoconfigured driver 1
[ 1007.976] (==) Matched fbdev as autoconfigured driver 2
[ 1007.976] (==) Matched vesa as autoconfigured driver 3
[ 1007.976] (==) Assigned the driver to the xf86ConfigLayout
[ 1007.976] (II) LoadModule: "intel"
[ 1007.976] (WW) Warning, couldn't open module intel
[ 1007.976] (EE) Failed to load module "intel" (module does not exist, 0)
[ 1007.976] (II) LoadModule: "modesetting"
[ 1007.976] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 1007.976] (II) Module modesetting: vendor="X.Org Foundation"
[ 1007.976] compiled for 1.20.3, module version = 1.20.3
[ 1007.976] Module class: X.Org Video Driver
[ 1007.976] ABI class: X.Org Video Driver, version 24.0
[ 1007.976] (II) LoadModule: "fbdev"
[ 1007.976] (WW) Warning, couldn't open module fbdev
[ 1007.976] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 1007.976] (II) LoadModule: "vesa"
[ 1007.976] (WW) Warning, couldn't open module vesa
[ 1007.976] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 1007.976] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1007.976] (EE)
Fatal server error:
[ 1007.976] (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
[ 1007.976] (EE)
[ 1007.976] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1007.977] (EE) Please also check the log file at "/home/sean/.local/share/xorg/Xorg.0.log" for additional information.
[ 1007.977] (EE)
[ 1007.977] (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
[ 1007.977] (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[ 1007.977] (EE) Server terminated with error (1). Closing log file.






