Hello everybody !
I'm not entirely a noob to freebsd as It was my os of choice back when i managed a virtual private server.
Before i compiled dwm the x server was starting just fine... I tested moving the xterm for a bit then rebooted back to a tty to further configure dwm.
After finishing that up i created ~.xinitrc with just exec dwm and then i ran startx and this is what i got :
Errors loged in /var/log/Xorg.0.log
My graphic cards
Loaded modules
after figuring [ 5352.726] (EE) Failed to load module "intel" (module does not exist, 0) i installed the intel driver but that didn't fix the problem and honestly burnt out now.
I'm not entirely a noob to freebsd as It was my os of choice back when i managed a virtual private server.
Before i compiled dwm the x server was starting just fine... I tested moving the xterm for a bit then rebooted back to a tty to further configure dwm.
After finishing that up i created ~.xinitrc with just exec dwm and then i ran startx and this is what i got :
Code:
warren@:~/tmp % startx
xauth: file /home/warren/.serverauth.4836 does not exist
xauth: (stdin):1: bad display name ":0" in "add" command
xauth: (argv):1: bad display name ":0" in "list" command
xauth: (stdin):1: bad display name ":0" in "add" command
xauth: (argv):1: bad display name "/unix:0" in "list" command
xauth: (stdin):1: bad display name "/unix:0" in "add" command
/usr/local/libexec/Xorg.wrap: Only console users are allowed to run the X server
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
xauth: (argv):1: bad display name "/unix:0" in "remove" command
xauth: (argv):1: bad display name ":0" in "remove" command
warren@:~/tmp % exit
Code:
warren@:~/tmp % groups
operator video warren
i tried to add my account to console but it said console group does not exist so i'm confused not sure what is xorg rambling about
Code:
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5352.726] (EE) Failed to load module "intel" (module does not exist, 0)
[ 5352.775] (EE)
[ 5352.775] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
[ 5352.775] (EE)
[ 5352.775] (EE)
[ 5352.775] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 5352.775] (EE)
[ 5352.792] (EE) Server terminated with error (1). Closing log file.
Code:
vgapci1@pci0:0:2:0: class=0x030000 rev=0x01 hdr=0x00 vendor=0x8086 device=0x9a68 subvendor=0x1043 subdevice=0x13fc
vendor = 'Intel Corporation'
device = 'TigerLake-H GT1 [UHD Graphics]'
class = display
--
vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x25a2 subvendor=0x1043 subdevice=0x13fc
vendor = 'NVIDIA Corporation'
device = 'GA107M [GeForce RTX 3050 Mobile]'
class = display
#i chose to only the intel kernel module to avoid dealing with nvidia
Loaded modules
Code:
warren@:~/tmp %kldstat
Id Refs Address Size Name
1 103 0xffffffff80200000 1f4daa0 kernel
2 1 0xffffffff83200000 210318 i915kms.ko
3 2 0xffffffff83411000 8a190 drm.ko
4 1 0xffffffff831f9000 22b8 iic.ko
5 2 0xffffffff8349c000 4120 linuxkpi_video.ko
6 3 0xffffffff834a1000 7358 dmabuf.ko
7 3 0xffffffff831fc000 3378 lindebugfs.ko
8 1 0xffffffff834a9000 b480 ttm.ko
9 1 0xffffffff834b5000 3390 acpi_wmi.ko
10 1 0xffffffff834b9000 21e8 hcons.ko
11 3 0xffffffff834bc000 30a8 hidmap.ko
12 1 0xffffffff834c0000 21e8 hms.ko
13 1 0xffffffff834c3000 21e8 hsctrl.ko
14 1 0xffffffff834c6000 4250 ichsmb.ko
15 1 0xffffffff834cb000 2178 smbus.ko
16 1 0xffffffff834ce000 6210 ig4.ko
17 1 0xffffffff834d5000 14958 fusefs.ko
18 1 0xffffffff834ea000 4d84 geom_uzip.ko
19 1 0xffffffff834ef000 3218 iichid.ko
20 1 0xffffffff834f3000 3355 hmt.ko
21 1 0xffffffff834f7000 22cc hconf.ko
22 1 0xffffffff834fa000 2a80 mac_ntpd.ko
23 1 0xffffffff834fd000 33c0 if_urndis.ko
24 1 0xffffffff83501000 31d0 uether.ko
25 1 0xffffffff83505000 2140 msdosfs_iconv.ko
26 1 0xffffffff83508000 4810 libiconv.ko
after figuring [ 5352.726] (EE) Failed to load module "intel" (module does not exist, 0) i installed the intel driver but that didn't fix the problem and honestly burnt out now.