I wanted to learn more about the Xorg system, so I wanted to start a "pure" Xorg server. However, when I ran "Xorg" from the command line, the screen was blank (completely black, the screen is lit up, but there was no mouse pointer, nothing at all). I checked the log in /var/log/Xorg.0.log. At the end of the log there were a few lines saying:
Could anyone tell me what I should do to start a "pure" Xorg? I am using FreeBSD release 10.3 on an ASUS F553M laptop.
Code:
(WW) config/devd: devd socket is lost
(EE) config/devd: fail to connect to devd
(II) config/devd: terminating backend...
(II) UnloadModule: "mouse"
(II) UnloadModule: "mouse"
(II) UnloadModule: "dbd"
(II) Server terminated successfully (0). Closing log file.
startx
and xinit
works fine.