Error when starting the X server

I am having an error when starting (startx) the X system. The windows start but the appearance is a bit strange.
Upon exit grom the X Win I can see the error -mentioned previously.

Error message below and in attachment

Code:
The XKEYBOARD keymap cimpiler (xkbcomp) reports:
Internal error: Could not resolve keysym XF86FullScreen
Errors from xkbcomp are not fatal to the X server
xinit: connection to X server lost

the output of pciconf -lv | grep -B3 display is also in attachment
card type: AMD Mullins Radeon R3

There are also 2 RADEON errors from the Xorg.0.log - image also attached
Code:
eglGetDisplay() failed
glamor detected failed to initialize EGL.

X Windows appearance is also in the image attached
Radeon-errors.jpg
Win-exit-error.jpg
Xwin.jpg
error-type-card.jpg
 
The entry
Code:
kld_list="/boot/modules/radeonkms.ko"
was from previously there in /etc/rc.conf but I have added also the
Code:
kld_list="/boot/modules/amdgpu.ko"
and I cannot get a working monitor.
How to recover from this situation? I mean to change it back.
 
Boot to single user mode to fix it. Or use another system and ssh(1) into the machine when it's booted to change it.
 
also the following error messages 2 times found via dmesg:
Code:
MOD_LOAD (vesa, 0xfffffff8112e050, 0) error 19
 
also the following error messages 2 times found via dmesg:
You can ignore that one. It's a module to enable VESA modes on the old sc(4) console. Modern FreeBSD versions however switched to vt(4) by default. But the sc(4) and VESA options are still included in the kernel.

here is the pastebin I guess there is not an available driver.
That log doesn't show any issues. According to that everything seems to be in order.
 
Looking at picture # 3 you have a working X window system (the Xorg.0.log also confirms it).

The windows start but the appearance is a bit strange.
What you see is the x11-wm/twm window manager

(dependencie of x11/xorg-apps, dependencie of x11/xorg). When you run startx(1), the system wide xinit(1) configuration file /usr/local/etc/X11/xinit/xinitrc, in absence of a user ~/.xinitrc, is read. That file is configured to start the twm window manager after a X window start.

Have you installed another window manager or a desktop environment? If you haven’t, choose and install one.
 
Looking at picture # 3 you have a working X window system (the Xorg.0.log also confirms it).
Yes that's correct. I installed the icewm and looks fine. I wanted gnome but got an error when starting the hald service I think.
 
Back
Top