Hi,
I am having some difficulties trying to setup and run X on my laptop. I've followed this guide from the forum to set it up, and viewed many different related threads, but still can't solve the issue.
I've pasted below the output log while trying to run startx, and also my config file. I've attached some more command outputs that might prove relevant.
Any advice is greatly appreciated.
Xorg.0.log
driver-amd.conf
I am having some difficulties trying to setup and run X on my laptop. I've followed this guide from the forum to set it up, and viewed many different related threads, but still can't solve the issue.
I've pasted below the output log while trying to run startx, and also my config file. I've attached some more command outputs that might prove relevant.
Any advice is greatly appreciated.
Xorg.0.log
Code:
[ 823.735]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 823.735] Build Operating System: FreeBSD 13.0-RELEASE amd64
[ 823.735] Current Operating System: FreeBSD bsd-laptop 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
[ 823.735] Build Date: 25 May 2021 06:49:01AM
[ 823.735]
[ 823.735] Current version of pixman: 0.40.0
[ 823.735] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 823.735] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 823.735] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 3 12:34:17 2021
[ 823.736] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[ 823.736] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 823.736] (==) No Layout section. Using the first Screen section.
[ 823.736] (==) No screen section available. Using defaults.
[ 823.736] (**) |-->Screen "Default Screen Section" (0)
[ 823.736] (**) | |-->Monitor "<default monitor>"
[ 823.736] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 823.736] (**) | |-->Device "Card0"
[ 823.736] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 823.736] (==) Automatically adding devices
[ 823.736] (==) Automatically enabling devices
[ 823.736] (==) Not automatically adding GPU devices
[ 823.736] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 823.737] (==) FontPath set to:
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
catalogue:/usr/local/etc/X11/fontpath.d
[ 823.737] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[ 823.737] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 823.737] (II) Loader magic: 0x4359f0
[ 823.737] (II) Module ABI versions:
[ 823.737] X.Org ANSI C Emulation: 0.4
[ 823.737] X.Org Video Driver: 24.1
[ 823.737] X.Org XInput driver : 24.1
[ 823.737] X.Org Server Extension : 10.0
[ 823.737] (--) PCI:*(4@0:0:0) 1002:1636:1e83:3e33 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd0300000/524288, I/O @ 0x00001000/256, BIOS @ 0x????????/65536
[ 823.737] (II) LoadModule: "glx"
[ 823.737] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 823.739] (II) Module glx: vendor="X.Org Foundation"
[ 823.739] compiled for 1.20.11, module version = 1.0.0
[ 823.739] ABI class: X.Org Server Extension, version 10.0
[ 823.739] (II) LoadModule: "amdgpu"
[ 823.739] (II) Loading /usr/local/lib/xorg/modules/drivers/amdgpu_drv.so
[ 823.739] (II) Module amdgpu: vendor="X.Org Foundation"
[ 823.739] compiled for 1.20.11, module version = 19.1.0
[ 823.739] Module class: X.Org Video Driver
[ 823.739] ABI class: X.Org Video Driver, version 24.1
[ 823.739] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 823.739] (--) Using syscons driver with X support (version 2.0)
[ 823.739] (--) using VT number 9
[ 823.741] (EE) No devices detected.
[ 823.741] (EE)
Fatal server error:
[ 823.741] (EE) no screens found(EE)
[ 823.741] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 823.741] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 823.741] (EE)
[ 823.743] (EE) Server terminated with error (1). Closing log file.
driver-amd.conf
Code:
Section "Device"
Identifier "Card0"
Driver "amdgpu"
BusID "PCI:0:4:0:0"
Option "TearFree" "On"
Option "DRI" "True"
Option "AccelMethod" "exa"
Option "MigrationHeuristic" "greedy"
EndSection