Xorg -config configfile -retro
1.
https://www.freebsd.org/cgi/man.cgi?que ... th=X11R7.4
Xorg [:display] [option ...]
-config file
Read the server configuration from file. This option will work
for any file when the server is run as root (i.e, with real-uid
0), or for files relative to a directory in the config search
path for all other users.
1-1. 這裡在 -config 後面接的 file 應該是 Server configuration file 不是 "configfile" 英文單字 參見
https://www.freebsd.org/cgi/man.cgi?que ... th=X11R7.4
FILES
Server configuration file.
上面是預設檔案
Xorg -config configfile -retro
出现叉叉和灰色背景,说明安装配置是对的啊,
2.
https://www.freebsd.org/cgi/man.cgi?que ... th=X11R7.4
Ctrl+Alt+Backspace
Immediately kills the server -- no questions asked. This is
disabled by default. It can be enabled with the -
retro command
line flag or by setting the DontZap xorg.conf(5) file option to
a FALSE value.
2-1. 加 -
retro 是要啟用 Ctrl+Alt+Backspace
方便你 測試成功後 要能夠立刻按下 Ctrl+Alt+Backspace 或 同时按下 Ctrl+Alt+Fn 来切换到用于启动 X 的虚拟控制台 (F1 表示第一个虚拟控制台) 之后按 Ctrl+C。
据说现在的Xorg不用配置也可以直接startx,不过我还是生成了一个,内容如下
3.
https://www.freebsd.org/doc/zh_CN.UTF-8 ... onfig.html
如果一切准备妥当, 就可以把配置文件放到公共的目录中了。 您可以在 Xorg(1) 里面找到具体位置。 这个位置通常是 /etc/X11/xorg.conf 或 /usr/local/etc/X11/xorg.conf。
# cp xorg.conf.new
/etc/X11/xorg.conf
现在已经完成了 X11 的配置全过程。
Xorg 可以通过
startx(1) 工具来启动。 除此之外, X11 服务器也可以用 xdm(1) 来启动。
3-1. 不知道 你所產生的 配置
/etc/X11/xorg.conf 是不是 依照上面的程序 產生的 ?
英文里和中文中的确有所不同
4. 參閱
https://www.freebsd.org/doc/zh_CN.UTF-8 ... ation.html
進一步參閱
https://www.freebsd.org/doc/zh_CN.UTF-8 ... /l10n.html
4-1. 確認一下 你安裝的 FreeBSD 是使用什麼 語言编码
因為許多設定檔 特別是 登入跟掛載 指令 跟 語言编码 有關
自从Xorg7.3开始无配置文件即可startx,在archlinux中我也没找到Xorg.conf文件,为何FreeBSD却不行呢 真是奇怪
5.
https://www.freebsd.org/cgi/man.cgi?que ... th=X11R7.4
注意 這一篇是 X11R7.4 因為還沒有看到更新的
OPTIONS
Xorg supports
several mechanisms for supplying/obtaining configuration
and run-time parameters: command line options, environment variables,
the xorg.conf(5) configuration file, auto-detection, and fallback
defaults. When the same information is supplied in more than one way,
the highest precedence mechanism is used. The list of mechanisms is
ordered from highest precedence to lowest. Note that not all parame-
ters can be supplied via all methods. The available command line
options and environment variables (and some defaults) are described
here and in the Xserver(1) manual page. Most configuration file param-
eters, with their defaults, are described in the xorg.conf(5) manual
page. Driver and module specific configuration parameters are
described in the relevant driver or module manual page.
In addition to the normal server options described in the Xserver(1)
manual page, Xorg accepts the following command line switches:
vtXX XX specifies the Virtual Terminal device number which Xorg will
use. Without this option, Xorg will pick the first available
Virtual Terminal that it can locate. This option applies only
to platforms that have virtual terminal support, such as Linux,
BSD, SVR3, and SVR4.
... 以下省略
5-1. 顯然 在 FreeBSD 的 Xorg 也是支援多樣化的設定來源
5-1-1. 預裝 FreeBSD 以後 如果運作良好 不必先花時間去折騰 /etc/X11/xorg.conf 等等設定檔
意思是 新手 儘量依照 安裝導引說明方法安裝 不要吸收太多網路文章 而急著折騰
要參考網路文章 一定要注意 適用版本 不同版本 可能有一些差異
5-1-2. 通常只有 非預裝情況 才需去折騰 /etc/X11/xorg.conf
难道是freeBSD内核比较旧,不支持我的显卡?
6. 先參閱
6-1.
https://www.freebsd.org/doc/zh_CN.UTF-8 ... onfig.html
6.4.3. 高级配置主题
6.4.3.1. 配置 Intel i810 显示芯片组
6-2.
https://www.freebsd.org/doc/en/books/ha ... onfig.html
5.4.5. Video Cards
5.4.6. Monitors
6-3.
https://www.freebsd.org/doc/en/books/ha ... onfig.html
5.4.8. Manual Configuration
我用uname -a无法查取其内核版本,和linux有点不一样
7. 的確不同 不要用 Linux 的思維方式 來想 FreeBSD 把它當全新的系統
7-1.
https://zh.wikipedia.org/wiki/FreeBSD
FreeBSD被認為是自由作業系統中的不知名的巨人。它不是Unix,...
相較於另一知名的類Unix作業系統GNU/Linux,其核心Linux為一組開發人員開發設計,...
7-2.
https://forums.freebsd.org/threads/free ... ost-113398
FreeBSD does not have kernel version, It have OS version,