欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
FreeBSD on IBM X31
来自开放百科 - 灰狐
- FreeBSD on a Thinkpad X31 - http://www.cs.cmu.edu/~dpelleg/X31_freebsd.html
用刻录的光盘完成基本系统安装
重新启动系统
安装 X11
# pkg_add -r xorg or # pkg_add -r XFree86
配置 X11
# Xorg -configure or # XFree86 -configure # Xorg -config xorg.conf.new or # XFree86 -xf86config XF86Config.new
vi xorg.conf.new or XF86Config.new
Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30-107 VertRefresh 48-120 EndSection
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection # cp xorg.conf.new /etc/X11/xorg.conf or # cp XF86Config.new /etc/X11/XF86Config
分享您的观点