LinuxSir.cn,穿越时空的Linuxsir!

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

FreeBSD可以支持ATI Radeon 9200么?

[复制链接]
发表于 2004-6-7 23:22:44 | 显示全部楼层 |阅读模式
俺很采,哪位高人能给个教程
发表于 2004-6-8 19:41:22 | 显示全部楼层
要靠 xfree86 支持, freebsd5.2.1是 xfree86 4.3.x, 好象不支持
不行就下个最新的 xfree86
发表于 2004-6-9 07:26:13 | 显示全部楼层
我的是9800se,低分辨率下闪烁大,我改成1024*768,眼睛都受不了
发表于 2004-6-9 16:06:42 | 显示全部楼层
选择vesa的驱动,我的9200se可以上到1280X1024,24位真彩。
发表于 2004-7-1 15:29:42 | 显示全部楼层
最初由 well 发表
要靠 xfree86 支持, freebsd5.2.1是 xfree86 4.3.x, 好象不支持
不行就下个最新的 xfree86

到哪下载,下载后呢?
最初由 philipsea 发表
我的是9800se,低分辨率下闪烁大,我改成1024*768,眼睛都受不了

最初由 jianbo 发表
选择vesa的驱动,我的9200se可以上到1280X1024,24位真彩。

麻烦两位兄弟把你们的XF86Config文件贴出来,多谢:help
发表于 2004-7-1 15:46:29 | 显示全部楼层
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5 - 79.0
        VertRefresh  50.0 - 90.0
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "DefaultRefresh"             # [<bool>]
        Identifier  "Card0"
        Driver      "vesa"
        VendorName  "ATI Technologies Inc"
        BoardName   "Unknown Board"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection
发表于 2004-7-1 20:57:14 | 显示全部楼层
方案1:
[PHP]
Section "Device"
  Identifier "Card0"
  Driver     "vesa"
  VendorName "ATI Technologies Inc"
EndSection
[/PHP]
方案2:
[PHP]
Section "Device"
  Identifier "Card0"
  Driver     "radeon"
  VendorName "ATI Technologies Inc"
  BoardName  "ATI Radeon"
  ChipID     0x514D
  BusID      "CI:1:0:0"
EndSection
[/PHP]
两种的方案的Screen那一节都相同!
[PHP]
Section "Screen"
  Identifier "Screen0"
  Device     "Card0"
  Monitor    "Monitor0"
  DefaultDepth 24

  SubSection "Display"
    Depth  24
    Modes "1024x768" "800x600"
  EndSubSection
EndSection
[/PHP]

startx都不约而同的出现这个画面:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2004-7-1 21:44:17 | 显示全部楼层
这个是TWM,你可以换别的啊。
换成Gnome
echo "exec gnome-session">~/.xinitrc
换成Fvwm
echo "exec fvwm">~/.xinitrc
换成别的也是一样的。
很简单。。
发表于 2004-7-1 21:53:10 | 显示全部楼层

多谢指教

最初由 YGC 发表
这个是TWM,你可以换别的啊。
换成Gnome
echo "exec gnome-session">~/.xinitrc
换成Fvwm
echo "exec fvwm">~/.xinitrc
换成别的也是一样的。
很简单。。


可是对初学者能详细点吗?
echo "exec gnome-session">~/.xinitrc
echo "exec fvwm">~/.xinitrc
这两句都是root在根目录下执行的吗?
TWM是啥意思?
发表于 2004-7-1 22:11:19 | 显示全部楼层

回复: 多谢指教

最初由 L_galaxy 发表
可是对初学者能详细点吗?
echo "exec gnome-session">~/.xinitrc
echo "exec fvwm">~/.xinitrc
这两句都是root在根目录下执行的吗?
TWM是啥意思?


TWM 是一个非常简单的窗口管理器.

如果想运行 gnome 的话.
在你的用户目录下编辑 .xinitrc 加入

/usr/X11R6/bin/gnome-session

即可.

同理, 如果加入

/usr/X11R6/bin/fvwm

就是运行 fvwm.

加入 /usr/X11R6/bin/kde-start

就是运行 kde... 以此类推.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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