2024-02-28 18:56:09.0 2024-02-29 00:39:33.0テーマ:その他
I installed xorg in FreeBSD, but X Window doesn't start!
In Previous journal, I Haruko described the titled incident,
but didn't touch on the detail.
It would be useful to report details, I think,
so I will do it.
Suddenly, beginning in English, maybe you are very surprised.
This report is written with the FreeBSD computer, and jserver doesn't start
in it. So I can't describe in Japanese.
Don't worry! Japanese version is coming soon!
(とつぜんのEnglishでおどろいたかと。
jserver(かなへんかん)がまだつかえないのでEnglishでかくことにしました。
にほんごでもすぐにかきますのでごあんしんください)
I installed xorg, this way.
# pkg install xorg
System messaged that xorg is installed, so I tried to start X Window System.
# startx
But, X Window doesn't start.
I looked it up on the internet, and I checked log to find out error.
I found such as a following error massage.
(ee) screen 0 deleted because of no matching config section
I looked this error massage up on the internet, and found a solution
to this problem.
It is to create a /usr/local/etc/X11/xorg.conf.d/driver-scfb.conf
and to scribe the following code.
Code:
Section "Device"
Identifier "Device0"
Driver "scfb"
EndSection
So, I can start X Window now!
I hope this will help. Thank you!
Reference sites
https://s3b.astro.ncu.edu.tw/~daisuke/notebook/Computer___FreeBSD/20220621_0.html
https://forums.freebsd.org/threads/cannot-run-in-framebuffer-mode-please-specify-busids.74546/