免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2546 | 回复: 2
打印 上一主题 下一主题

[FreeBSD] 用vga可以启动X,但是其它驱动不行... [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-07-16 00:12 |只看该作者 |倒序浏览
FreeBSD 6.2 /i386

硬件配置(Samsung R20):
Intel Core2 T5500
1G Ram (128M shared)
ATI Radeon Xpress 1250

Device里用vga可以启动X,但是分辨率很低,然后如果用其他的Driver,就出错(都是(EE) No devices detected.)

难不成是硬件问题?谁能帮帮忙

我已经把
device drm
device radeondrm
编译进内核了

xorg.conf

Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "type1"
        Load "freetype"
        #Load "xtt"
        Load  "extmod"
        #Load  "glx"
        Load  "dri"
        Load  "dbe"
        #Load  "record"
        #Load  "xtrap"
        #Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Emulate3Buttons"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 57.0
        VertRefresh  50.0 - 70.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "ati"
        #Driver      "radeon"
        #Driver      "vga"
        #Driver      "vesa"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        #DefaultDepth 24
        DefaultDepth 8
        
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1280x800"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800"
        EndSubSection
EndSection



Xorg.0.log
(II) Primary Device is: PCI 01:05:0
(II) ATI:  Candidate "Device" section "Card0".
(WW) ATI:  PCI Mach64 in slot 1:5:0 could not be detected!
(EE) No devices detected.

Fatal server error:
no screens found


[ 本帖最后由 asnama 于 2007-7-16 08:50 编辑 ]

论坛徽章:
54
2017金鸡报晓
日期:2017-02-08 10:39:42操作系统版块每日发帖之星
日期:2016-03-08 06:20:00操作系统版块每日发帖之星
日期:2016-03-07 06:20:00操作系统版块每日发帖之星
日期:2016-02-22 06:20:00操作系统版块每日发帖之星
日期:2016-01-29 06:20:00操作系统版块每日发帖之星
日期:2016-01-27 06:20:00操作系统版块每日发帖之星
日期:2016-01-20 06:20:00操作系统版块每日发帖之星
日期:2016-01-06 06:20:0015-16赛季CBA联赛之江苏
日期:2015-12-21 20:00:24操作系统版块每日发帖之星
日期:2015-12-21 06:20:00IT运维版块每日发帖之星
日期:2015-11-17 06:20:002015亚冠之广州恒大
日期:2015-11-12 10:58:02
2 [报告]
发表于 2007-07-16 18:42 |只看该作者
你的显卡太好了,把它认成PCI Mach64(很古老的显卡)了。
ati的显卡,9550以上的,基本上现在不用想。
ati说要公开驱动代码,不知道实现了没有。

论坛徽章:
0
3 [报告]
发表于 2007-07-16 22:46 |只看该作者
看来暂时只能用VM了...
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP