LinuxSir.cn,穿越时空的Linuxsir!

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

为什么无法启动3D加速,ATI镭9550.FC3?

[复制链接]
发表于 2005-5-1 14:11:03 | 显示全部楼层 |阅读模式
运行:glxinfo |less
出现:name of display: :0.0
display: :0  screen: 0


direct rendering: No





server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Mesa project: www.mesa3d.org


xorg.conf主要如下:
  Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

   Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "HD770II"
        DisplaySize  320        240
        HorizSync    30.0 - 73.0
        VertRefresh  50.0 - 130.0
        Option            "dpms"
EndSection
   
   Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 9600"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndS
各位大侠帮忙啊,多谢!
 楼主| 发表于 2005-5-1 15:58:58 | 显示全部楼层
我参照网上的一篇文章,到www.ati.com下载了最新的驱动,按--replacefiles --force来安装的,并且把xorg.conf重新配置了,结果启动的时候出现了configuring kernel parameters,老半天没有过去,我怒了,就到文本模式下,把原来的xorg.conf再拷回去了,可是现在也是还configuring kernel parameters,怎么办?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-1 17:12:48 | 显示全部楼层
我是按照这上面的方法安装的:http://www.linuxsir.cn/bbs/showthread.php?t=174304
现在就是到文本模式下也无法将xorg.conf改回原来的,说是readonly,该怎么样才能将文件改为可写的?
回复 支持 反对

使用道具 举报

发表于 2005-5-3 19:57:12 | 显示全部楼层
chmod 777 xorg.conf
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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