X in Intel N100 board is not working

I just got a new intel N100 board to install FreeBSD 14-Release and
want to set it for Desktop, after installed base system, I follow the
handbook Chapter5 to setting X for several times as regular USER and then
ROOT USER, but always got the same error when run startx.

Code:
[    62.386] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[    62.386] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    62.386] (II) Module ABI versions:
[    62.386]    X.Org ANSI C Emulation: 0.4
[    62.386]    X.Org Video Driver: 25.2
[    62.386]    X.Org XInput driver : 24.4
[    62.386]    X.Org Server Extension : 10.0
[    62.393] (--) PCI:*(0@0:2:0) 8086:46d1:8086:7270 rev 0, Mem @ 0x6000000000/16777216, 0x4000000000/268435456, I/O @ 0x0000\
3000/64, BIOS @ 0x????????/65536
[    62.393] (II) LoadModule: "glx"
[    62.393] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[    62.401] (II) Module glx: vendor="X.Org Foundation"
[    62.401]    compiled for 1.21.1.9, module version = 1.0.0
[    62.401]    ABI class: X.Org Server Extension, version 10.0
[    62.401] (==) Matched intel as autoconfigured driver 0
[    62.401] (==) Matched modesetting as autoconfigured driver 1
[    62.401] (==) Matched scfb as autoconfigured driver 2
[    62.401] (==) Matched vesa as autoconfigured driver 3
[    62.401] (==) Assigned the driver to the xf86ConfigLayout
[    62.401] (II) LoadModule: "intel"
[    62.401] (WW) Warning, couldn't open module intel
[    62.401] (EE) Failed to load module "intel" (module does not exist, 0)


Through the formus and follow https://forums.freebsd.org/threads/x11-on-13th-gen-fails-to-start.91109/ Perceval 's
instruction, a little forward has archived, but there is still error in find "Screen",

Code:
[  1737.930] (II) LoadModule: "glx"
[  1737.930] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  1737.931] (II) Module glx: vendor="X.Org Foundation"
[  1737.931]    compiled for 1.21.1.9, module version = 1.0.0
[  1737.931]    ABI class: X.Org Server Extension, version 10.0
[  1737.931] (II) LoadModule: "modesetting"
[  1737.931] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[  1737.931] (II) Module modesetting: vendor="X.Org Foundation"
[  1737.931]    compiled for 1.21.1.9, module version = 1.21.1
[  1737.931]    Module class: X.Org Video Driver
[  1737.931]    ABI class: X.Org Video Driver, version 25.2
[  1737.931] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1737.931] (--) Using syscons driver with X support (version 2.0)
[  1737.931] (--) using VT number 9

[  1737.931] (EE) open /dev/dri/card0: No such file or directory
[  1737.931] (WW) Falling back to old probe method for modesetting
[  1737.931] (EE) open /dev/dri/card0: No such file or directory
[  1737.931] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1737.931] (EE) Screen 0 deleted because of no matching config section.
[  1737.931] (II) UnloadModule: "modesetting"
[  1737.931] (EE) Device(s) detected, but none match those in the config file.
[  1737.931] (EE)
Fatal server error:
[  1737.931] (EE) no screens found(EE)
[  1737.931] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[  1737.932] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1737.932] (EE)
[  1737.932] (EE) Server terminated with error (1). Closing log file.

Where is my wrong in these steps? Does any others meet same error? Please help.
BTW, the be ensure the hardware, I've installed Debian, and be sure the X is working normally
in 2560X1440 mode within the same machine.

And there is my dmesg in attachment.
 

Attachments

  • dmesg.1205.txt
    10.1 KB · Views: 38
Back
Top