hmh02 发表于 2006-5-29 17:30:46

[求助]FC5下如何开启ATI的3D加速??

用aticonfig --initial --input=/etc/X11/xorg.conf,有如下提示:
Found fglrx primary device section
Nothing to do, terminating.
      3D功能打不开,在XORG中把DEVICE改为FGLRX也没用,请教前辈如何配置

WeiMingzhi 发表于 2006-5-29 18:57:58

hmh02 发表于 2006-5-29 19:40:22

有这一行的,以下是全文:

   
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier   "single head configuration"
        Screen      0"aticonfig-Screen" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath   "unix/:7100"
EndSection

Section "Module"
        Load"dbe"
        Load"extmod"
        Load"fbdevhw"
        Load"glx"
        Load"record"
        Load"freetype"
        Load"type1"
        Load"dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier"Keyboard0"
        Driver      "kbd"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "IMPS/2"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "PHILIPS 107F"
        DisplaySize310        230
        HorizSync    30.0 - 71.0
        VertRefresh50.0 - 160.0
        Option          "dpms"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option          "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option          "DPMS" "true"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "fglrx"
        VendorName"Videocard vendor"
        BoardName   "ATI Technologies Inc RV350 AS "
EndSection

Section "Device"
        Identifier"aticonfig-Device"
        Driver      "fglrx"
        Option          "VideoOverlay" "on"
        Option          "OpenGLOverlay" "on"
        Option          "DesktopSetup" "horizontal"
        Option          "OverlayOnCRTC2" "0"
EndSection

Section "Device"
        Identifier"aticonfig-Device"
        Driver      "fglrx"
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 "Screen"
        Identifier "aticonfig-Screen"
        Device   "aticonfig-Device"
        Monitor    "aticonfig-Monitor"
        DefaultDepth   24
        SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen"
        Device   "aticonfig-Device"
        Monitor    "aticonfig-Monitor"
        DefaultDepth   24
        SubSection "Display"
                Viewport   0 0
                Depth   24
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection


在安装日志中有这几句:
       Kernel Module : Trying to install a precompiled kernel module.
Kernel Module : Precompiled kernel module version mismatched.
Kernel Module : No kernel module build environment - please consult readme.

         我的内核是2.6.16-1.2122_FC5

WeiMingzhi 发表于 2006-5-30 19:34:04

hmh02 发表于 2006-5-30 22:30:00

这样不行,改了以后,ATI控制台打不开了

我爱DDR 发表于 2006-5-31 11:18:58

最新版的程序吗?

WeiMingzhi 发表于 2006-5-31 15:10:28

hmh02 发表于 2006-6-1 11:08:18

用GLXINFO显示加速功能未打开,真伤神,还是N卡好啊
页: [1]
查看完整版本: [求助]FC5下如何开启ATI的3D加速??