unable to start anything X

Hello everyone,

I have a rather barebone setup with some jails running on a Lenovo M600 tiny that I recently hooked up to a HP L7010t, with hopes to run a kiosk mode browser on a touchscreen. There's nothing special about any of the hardware, though I had to search quite hard for a displayport + touchscreen combo that had power management, and is a decent display. Anyhow: I can't start X, no matter what I do.

After following the handbook on The X Window System, then the wiki on Graphics, I can't find anything that could possibly be wrong with the setup, yet I'm greeted with:

Code:
xauth:  file /home/cadeyrn/.serverauth.3143 does not exist


X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
Current Operating System: FreeBSD alia.local 14.1-RELEASE-p4 FreeBSD 14.1-RELEASE-p4 GENERIC amd64
 
Current version of pixman: 0.42.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 21 21:27:23 2024
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
scfb trace: probe start
scfb trace: probe done
WARNING: Kernel has no file descriptor comparison support: No such file or directory
(EE)
Fatal server error:
(EE) Caught signal 6 (Abort trap). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

after trying to run
startx
as a user.

I tried installing full desktop environments, window managers, login managers, etc, but I failed with all of them.

I attached all the debugging outputs I can think of, but I can only add 5, so here's rc.conf:

Code:
hostname="alia.local"
ifconfig_re0="inet 192.168.178.35 netmask 255.255.255.0"
defaultrouter="192.168.178.1"

clear_tmp_enable="YES"
sshd_enable="YES"
moused_enable="YES"

ntpd_enable="YES"
ntpd_flags="-g"

powerd_enable="YES"
powerd_flags="-a adaptive -b adaptive -n adaptive"
performance_cx_lowest="Cmax"
economy_cx_lowest="Cmax"

dumpdev="AUTO"
zfs_enable="YES"

sendmail_enable="NONE"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"

syslogd_flags="-c -ss"

firewall_enable="NO"
pf_enable="YES"
pf_rules="/usr/local/etc/pf.conf"
pflog_enable="YES"

dbus_enable="YES"

blanktime="300"
kld_list="i915kms"

Any insights or help would be much appreciated.
 

Attachments

WARNING: Kernel has no file descriptor comparison support: No such file or directory
Perhaps following thread is helpful:

 
Thank you for the pointers. Like in the other thread, the package pkg install xf86-video-intel was not installed. Even though this isn't listed in the documentation, is seems required to start X. It's good now.
 
Thank you for the pointers. Like in the other thread, the package pkg install xf86-video-intel was not installed. Even though this isn't listed in the documentation, is seems required to start X. It's good now.
Im running Xorg without xf86-video-intel - well thats what pkg info says.
 
Back
Top