LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1468|回复: 4

请问freebsd下面如何配置ATI显卡啊?

[复制链接]
发表于 2004-10-30 15:10:46 | 显示全部楼层 |阅读模式
我安装的是Freebsd.4.9 我的显卡是Ati R9200se 我在xf86cfg该如何配置显卡啊,现在startx进不去哦   谢谢
发表于 2004-11-1 00:36:23 | 显示全部楼层
仔细着着 里面有  ATI的驱动
 楼主| 发表于 2004-11-1 10:21:58 | 显示全部楼层
呵呵 已经搞定~
发表于 2004-11-2 10:37:31 | 显示全部楼层
能不能教教我如何做呀,
自己成功后能不能与大家共享一下。。
 楼主| 发表于 2004-11-2 12:11:34 | 显示全部楼层
  这样配置的  root 进入/etc/X11/  修改XF86Config  改网卡的选项
如果你使用的是R9200se 你可以这样更改
Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "ATI Radeon"
        ChipID      0x514D
        BusID       "CI:1:0:0"
EndSection
:p
当然 如果你使用其他的ATI显卡 可以使用通用的驱动 如下
Section "Device"
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "ATI Technologies Inc"
        BusID       "CI:1:0:0"
EndSection
呵呵 这样就没有问题拉  :p :p  你试试
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表