You are not logged in.

#1 2018-12-02 09:02:51

brx8ax
Member
Registered: 2018-12-02
Posts: 1

Startx failing

New install on a hades canyon NUC8i7HNK. I've read over countless pages trying to figure this out. After breaking the system numerous times I am reaching out for help.

/var/log/Xorg.0.log

[  2664.282] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  2664.282]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[  2664.282] Build Operating System: Linux Arch Linux
[  2664.283] Current Operating System: Linux HADES 4.14.84-1-lts #1 SMP Tue Nov 27 19:29:28 CET 2018 x86_64
[  2664.283] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0 quiet
[  2664.283] Build Date: 25 October 2018  04:42:32PM
[  2664.283]
[  2664.283] Current version of pixman: 0.36.0
[  2664.283]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  2664.283] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2664.284] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec  2 08:43:28 2018
[  2664.284] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  2664.284] (==) No Layout section.  Using the first Screen section.
[  2664.284] (**) |-->Screen "Screen0" (0)
[  2664.284] (**) |   |-->Monitor "<default monitor>"
[  2664.284] (==) No device specified for screen "Screen0".
        Using the first device section listed.
[  2664.284] (**) |   |-->Device "AMD"
[  2664.284] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[  2664.284] (==) Automatically adding devices
[  2664.284] (==) Automatically enabling devices
[  2664.284] (==) Automatically adding GPU devices
[  2664.284] (==) Automatically binding GPU devices
[  2664.284] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2664.284] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  2664.284]    Entry deleted from font path.
[  2664.285] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  2664.285]    Entry deleted from font path.
[  2664.285] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  2664.285]    Entry deleted from font path.
[  2664.285] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  2664.285]    Entry deleted from font path.
[  2664.285] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  2664.285]    Entry deleted from font path.
[  2664.285] (==) FontPath set to:
        /usr/share/fonts/TTF
[  2664.285] (==) ModulePath set to "/usr/lib/xorg/modules"
[  2664.285] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2664.285] (II) Module ABI versions:
[  2664.285]    X.Org ANSI C Emulation: 0.4
[  2664.285]    X.Org Video Driver: 24.0
[  2664.285]    X.Org XInput driver : 24.1
[  2664.285]    X.Org Server Extension : 10.0
[  2664.285] (++) using VT number 2

[  2664.286] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[  2664.288] (--) PCI:*(1@0:0:0) 1002:694e:8086:2073 rev 192, Mem @ 0x90000000/268435456, 0xa0000000/2097152, 0xdb500000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[  2664.288] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  2664.288] (II) LoadModule: "glx"
[  2664.288] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2664.289] (II) Module glx: vendor="X.Org Foundation"
[  2664.289]    compiled for 1.20.3, module version = 1.0.0
[  2664.289]    ABI class: X.Org Server Extension, version 10.0
[  2664.289] (II) LoadModule: "amdgpu"
[  2664.289] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[  2664.289] (II) Module amdgpu: vendor="X.Org Foundation"
[  2664.289]    compiled for 1.20.1, module version = 18.1.0
[  2664.289]    Module class: X.Org Video Driver
[  2664.289]    ABI class: X.Org Video Driver, version 24.0
[  2664.289] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[  2664.289] (II) AMDGPU(0): [KMS] drm report modesetting isn't supported.
[  2664.289] (EE) Screen 0 deleted because of no matching config section.
[  2664.289] (II) UnloadModule: "amdgpu"
[  2664.289] (EE) Device(s) detected, but none match those in the config file.
[  2664.289] (EE)
Fatal server error:
[  2664.289] (EE) no screens found(EE)
[  2664.289] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[  2664.289] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2664.289] (EE)
[  2664.291] (EE) Server terminated with error (1). Closing log file.

10-screen.conf

Section "Screen"
        Identifier "Screen0"
        Device "Device0"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
        Depth 24
        EndSubsection
EndSection

20-amdgpu.conf

Section "Device"
        Identifier "AMD"
        Driver "amdgpu"
        Option "TearFree" "True"
        Option "DRI" "2"
EndSection

Last edited by brx8ax (2018-12-02 09:05:16)

Offline

#2 2018-12-02 09:20:33

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

Re: Startx failing

[  2664.289] (II) AMDGPU: Driver for AMD Radeon:
        All GPUs supported by the amdgpu kernel driver
[  2664.289] (II) AMDGPU(0): [KMS] drm report modesetting isn't supported.

dmesg ?

Also remove that 10-screen.conf, it's not the problem, but nonsense. I'd also suggest to remove 20-amdgpu.conf for the moment.

Offline

#3 2018-12-04 23:03:26

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: Startx failing

TL;DR : kernel to old

https://ark.intel.com/products/126141/I … -NUC8i7HNK
That's an intel processor with onboard RX Vega .

[  2664.283] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0 quiet

switch to the stock linux kernel, that videochip is way to new for the 4.14.x lts kernel .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

Board footer

Powered by FluxBB