FreeBSD on IBM X31

来自开放百科 - 灰狐
跳转到: 导航, 搜索

用刻录的光盘完成基本系统安装

重新启动系统

安装 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
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱