This is my first time using FreeBSD and I am trying to install Xorg. I've been following the tutorial from the docs and also
View: https://youtu.be/59w2UMZistg?si=WCDGfRFgBSOoZSd4
this tutorial on youtube. I'm running Freebsd through a QEMU virtual machine. However, every time I type
So far I have tried
- running Xorg as root and as user
- downloading xf86-intel-video
- updating packages
- restarting system
I still don't know what the issue is No matter how I've fiddled with it, 'Severauth:2xxx' has a different error number each time, but the logs don't change. Any help or points in the right direction would be appreciated, thank you.
this tutorial on youtube. I'm running Freebsd through a QEMU virtual machine. However, every time I type
startx
I get xauth: file /root/.serverauth.2194 does not exist
. The logs below are from /var/log/Xorg.0.log
Code:
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
693.523] Current Operating System: FreeBSD daemonik 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2 n-269506-c8918d6c7412 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: Sun Jan 19 08:20:43 2025 (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
Parse error on line 2 of section Device in file /usr/local/etc/X11/xorg.conf.d/20-intel.conf "Indentifier" is not a valid keyword in this section.
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
for help.
at http://wiki.x.org
(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
root@freebsd:~# cd /root/
root@freebsd:~# Xorg -configure
X.Org X Server 1.21.1.14
X Protocol Version 11, Revision 0
Current Operating System: FreeBSD freebsd 14.2-RELEASE FreeBSD 14.2-RELEASE releng/14.2-n269506-c8918d6c7412 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: Sun Jan 19 08:21:27 2025 List of video drivers:
scfb
modesetting
vesa
scfb trace: probe start
(++) Using config file: "/root/xorg.conf.new"
(==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
Parse error on line 2 of section Device in file /usr/local/etc/X11/xorg.conf.d/20-intel.conf "Indentifier" is not a valid keyword in this section.
(EE) Server terminated with error (2). Closing log file.
xinit giving up
xinit unable to connect to X server: connection refused
xinit server error
- running Xorg as root and as user
- downloading xf86-intel-video
- updating packages
- restarting system
I still don't know what the issue is No matter how I've fiddled with it, 'Severauth:2xxx' has a different error number each time, but the logs don't change. Any help or points in the right direction would be appreciated, thank you.