Solved Startx failed on FreeBSD 12.2-RELEASE.

After upgrading from 12.1 to 12.2, startx does not work.
How should I do ?
Could you tell me this solution?


Code:
% freebsd-version -ku
12.2-RELEASE
12.2-RELEASE

Code:
roo@FreeBSD:~ # portsnap fetch
Port tree is already up to date.
root@FreeBSD:~# portsnap update
Ports tree is already up to date.
root@FreeBSD:~ /usr/ports/x11/xorg# make install clean

Code:
% startx
xinit : server error

Sorry, I can not upload Xorg.0.log from my OpenBSD.
Here is my Xorg.0.log

Code:
[  2539.614]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[  2539.614] Build Operating System: FreeBSD 12.1-RELEASE-p10 amd64
[  2539.614] Current Operating System: FreeBSD FreeBSD 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64
[  2539.615] Build Date: 03 October 2020  12:55:27PM
[  2539.615]
[  2539.615] Current version of pixman: 0.40.0
[  2539.615]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  2539.615] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2539.616] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov  1 07:03:39 2020
[  2539.616] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[  2539.617] (==) No Layout section.  Using the first Screen section.
[  2539.617] (==) No screen section available. Using defaults.
[  2539.617] (**) |-->Screen "Default Screen Section" (0)
[  2539.617] (**) |   |-->Monitor "<default monitor>"
[  2539.618] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  2539.618] (==) Automatically adding devices
[  2539.618] (==) Automatically enabling devices
[  2539.618] (==) Not automatically adding GPU devices
[  2539.618] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2539.618] (==) 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
[  2539.618] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[  2539.618] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  2539.618] (II) Loader magic: 0x42e020
[  2539.618] (II) Module ABI versions:
[  2539.618]     X.Org ANSI C Emulation: 0.4
[  2539.618]     X.Org Video Driver: 24.1
[  2539.618]     X.Org XInput driver : 24.1
[  2539.618]     X.Org Server Extension : 10.0
[  2539.619] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64, BIOS @ 0x????????/65536
[  2539.619] (II) LoadModule: "glx"
[  2539.619] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  2539.623] (II) Module glx: vendor="X.Org Foundation"
[  2539.624]     compiled for 1.20.9, module version = 1.0.0
[  2539.624]     ABI class: X.Org Server Extension, version 10.0
[  2539.624] (==) Matched intel as autoconfigured driver 0
[  2539.624] (==) Matched modesetting as autoconfigured driver 1
[  2539.624] (==) Matched scfb as autoconfigured driver 2
[  2539.624] (==) Matched vesa as autoconfigured driver 3
[  2539.624] (==) Assigned the driver to the xf86ConfigLayout
[  2539.624] (II) LoadModule: "intel"
[  2539.625] (WW) Warning, couldn't open module intel
[  2539.625] (EE) Failed to load module "intel" (module does not exist, 0)
[  2539.625] (II) LoadModule: "modesetting"
[  2539.625] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[  2539.625] (II) Module modesetting: vendor="X.Org Foundation"
[  2539.626]     compiled for 1.20.9, module version = 1.20.9
[  2539.626]     Module class: X.Org Video Driver
[  2539.626]     ABI class: X.Org Video Driver, version 24.1
[  2539.626] (II) LoadModule: "scfb"
[  2539.626] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so
[  2539.626] (II) Module scfb: vendor="X.Org Foundation"
[  2539.626]     compiled for 1.20.8, module version = 0.0.5
[  2539.626]     ABI class: X.Org Video Driver, version 24.1
[  2539.626] (II) LoadModule: "vesa"
[  2539.627] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so
[  2539.627] (II) Module vesa: vendor="X.Org Foundation"
[  2539.627]     compiled for 1.20.9, module version = 2.5.0
[  2539.627]     Module class: X.Org Video Driver
[  2539.627]     ABI class: X.Org Video Driver, version 24.1
[  2539.627] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  2539.627] (II) scfb: driver for wsdisplay framebuffer: scfb
[  2539.627] (II) VESA: driver for VESA chipsets: vesa
[  2539.628] (--) Using syscons driver with X support (version 2.0)
[  2539.628] (--) using VT number 9

[  2539.629] (EE) open /dev/dri/card0: No such file or directory
[  2539.629] (WW) Falling back to old probe method for modesetting
[  2539.629] (EE) open /dev/dri/card0: No such file or directory
[  2539.629] (WW) Falling back to old probe method for scfb
[  2539.629] scfb trace: probe start
[  2539.629] (II) scfb(1): using default device
[  2539.629] scfb trace: probe done
[  2539.629] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  2539.629] (EE) Screen 0 deleted because of no matching config section.
[  2539.629] (II) UnloadModule: "modesetting"
[  2539.630] (EE)
Fatal server error:
[  2539.630] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
[  2539.630] (EE)
[  2539.630] (EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
for help.
[  2539.630] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2539.630] (EE)
[  2539.631] (EE) Server terminated with error (1). Closing log file.
 
I turned off my laptop.
I went to library to get some books.
I turned on it.
Startx works now.
Thank you.
 
Back
Top