Notebook

これは日々の作業を通して学んだことや毎日の生活で気づいたことをを記録しておく備忘録である。

HTML ファイル生成日時: 2025/07/30 08:17:51.269 (台灣標準時)

FreeBSD での X.org の設定の仕方

FreeBSD で X.org を使えるようにするためには、以下を読めばよいようでご ざる。

ところが、 FreeBSD Handbook の解説の通りにしても、以下のような問題が起 きたでござる。


[2249542.277] (WW) Falling back to old probe method for scfb
[2249542.277] scfb trace: probe start
[2249542.277] (II) scfb(1): using default device
[2249542.277] scfb trace: probe done
[2249542.277] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[2249542.277] (EE) Screen 0 deleted because of no matching config section.
[2249542.277] (II) UnloadModule: "modesetting"
[2249542.277] (EE) 
Fatal server error:
[2249542.277] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
[2249542.277] (EE) 
[2249542.277] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
[2249542.277] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[2249542.277] (EE) 
[2249542.277] (EE) Server terminated with error (1). Closing log file.

以下を見て対処すれば、 X.org が立ち上がるようになったでござる。

/usr/local/etc/X11/xorg.conf.d/driver-scfb.conf というファイルを作り、 以下の内容を書き込めばよいようでござる。


Section "Device"
    Identifier "Device0"
        Driver "scfb"
EndSection

/usr/local/etc/X11/xorg.conf.d/driver-scfb.conf を準備すれば、 startx で X window が立ち上がるようになったでござる。



Frequently accessed files

  1. Misc___Taiwan/20240819_00.html
  2. Misc___Taiwan/20240207_00.html
  3. Computer___Network/20230516_00.html
  4. Computer___TeX/20231107_00.html
  5. Computer___NetBSD/20230119_00.html
  6. Misc___Taiwan/20240903_01.html
  7. Computer___NetBSD/20250301_01.html
  8. Computer___Network/20230726_00.html
  9. Food___Taiwan/20230609_06.html
  10. Food___Taiwan/20230608_04.html
  11. Misc___Taiwan/20250728_01.html
  12. Computer___NetBSD/20240805_03.html
  13. Computer___NetBSD/20241102_00.html
  14. Computer___Network/20241214_00.html
  15. Computer___NetBSD/20250409_00.html
  16. Computer___TeX/20230726_01.html
  17. Computer___TeX/20240410_00.html
  18. Computer___NetBSD/20250728_00.html
  19. Misc___Japan/20240610_00.html
  20. Food___Taiwan/20230711_15.html
  21. Science___Math/20220420_0.html
  22. Computer___Python/20240101_00.html
  23. Misc___Taiwan/20220831_4.html
  24. Food___Taiwan/20220605_4.html
  25. Computer___Network/20240130_00.html
  26. Computer___TeX/20240411_00.html
  27. Computer___FreeBSD/20220621_0.html
  28. Computer___FreeBSD/20240123_00.html
  29. Computer___TeX/20240414_01.html
  30. Computer___Python/20220715_0.html


HTML file generated by Kinoshita Daisuke.