suncrow 发表于 2006-4-22 11:58:42

请教ATI X1300驱动安装

刚换了台新机子,ATI X1300的显卡,小弟按Kanker的指示更新了xorg后,安装了官方ATI最新的驱动,重启后发现还是原来的样子,修改xorg.conf文件,将原来的vesa改为ati后无法启动,另外刷新率也有问题,眼睛看得也很痛,请教兄弟们如何解决ATI X1300的驱动安装???谢谢

taizitju 发表于 2006-4-22 12:03:21

不要手动修改 xorg
用 aticonfig

suncrow 发表于 2006-4-22 12:16:47

楼上兄弟,能说得详细一些吗???

aticonfig 要加哪些参数的吗 ???

taizitju 发表于 2006-4-22 13:28:59

综合了一下其他牛人的发言
三步
第一步是为了打开3D
第二步为了正常播放视频
第三步为了让普通用户使用3D

aticonfig --initial --input=/etc/X11/xorg.conf
aticonfig --overlay-type=Xv
修改xorg.conf
/etc/X11/xorg.conf还要加:
Section "DRI"
Mode 0666
EndSection

suncrow 发表于 2006-4-24 23:55:35

按照兄弟�

sejishikong 发表于 2006-4-25 08:43:14

你的xorg.conf里用了vesa驱动?

suncrow 发表于 2006-4-25 09:37:41

是啊~~~~色兄,默认的驱动是vesa可以用,但刷新率和glxgears成绩都上不去,

安装好ati驱动后,将/etc/X11/xorg.conf里的 vesa 改成 fglrx 后无法启动了。

昨天晚上我把 xorg.conf 贴上去了,今天怎么没了,郁闷。

suncrow 发表于 2006-4-25 19:11:50

/etc/X11/xorg.conf


# Xorg configuration created by system-config-display

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

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath   "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath   "/usr/share/fonts/default/Type1"
        FontPath   "/usr/share/fonts/ttf/zh_CN"
EndSection

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

Section "InputDevice"
        Identifier"Keyboard0"
        Driver      "keyboard"
        Option          "XkbRules" "xfree86"
        Option          "XbkModel" "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" "no"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Samsung SyncMaster 753DF(X)/703DF(X)/783DF(X)/CD173A(T)"
        HorizSync    30.0 - 85.0
        VertRefresh50.0 - 160.0
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"

#        Driver      "vesa"
#        BoardName   "VESA driver (generic)"
#        VideoRam    65536
        Identifier"Videocard0"
        Driver      "fglrx"
        VendorName"Videocard vendor"
        BoardName   "ATI driver radeon X1300"
        VideoRam    262144
EndSection

Section "Device"
        Identifier"ATI Graphics Adapter 0"
        Driver      "fglrx"
#        Driver      "vesa"
        Option          "(null)"
        Option          "VideoOverlay" "on"
        Option          "OpenGLOverlay" "off"
        BusID       "PCI:5:0:0"
EndSection

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

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device   "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth   24
        SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

jiangtao9999 发表于 2006-4-25 20:18:46


BusID "PCI:5:0:0"

???是你填的么?
删了试试。

不要给 aticonfig 的配置自己创造性的添加别的参数。
贴出你的用 fglrx 时出错的 log ,而不是用 VESA 时可以进系统的 log

suncrow 发表于 2006-4-26 02:31:08

感谢涛哥和各位兄弟的帮助,驱动安装成功,欣喜ing~~~~~~~~~~~

$ glxgears
19304 frames in 5.0 seconds = 3860.717 FPS
16597 frames in 5.0 seconds = 3319.393 FPS
15011 frames in 5.0 seconds = 3001.496 FPS
15011 frames in 5.0 seconds = 3002.173 FPS
14969 frames in 5.0 seconds = 2988.178 FPS
16123 frames in 5.0 seconds = 3221.647 FPS
16264 frames in 5.0 seconds = 3251.063 FPS
17746 frames in 5.0 seconds = 3547.765 FPS
20263 frames in 5.0 seconds = 4049.194 FPS
20592 frames in 5.0 seconds = 4113.359 FPS
18521 frames in 5.0 seconds = 3695.440 FPS
18733 frames in 5.0 seconds = 3743.543 FPS
18004 frames in 5.0 seconds = 3594.755 FPS

heyuqi 发表于 2006-4-26 12:17:39

有什么经验吗?

有的话,希望能加入 WIKI   :mrgreen:

suncrow 发表于 2006-4-26 20:27:54

heyuqi,经验也就是各位老大们说的那样,我只是开始没注意:

#rpm -qa "xorg*"

要保证所有都是8mgc,然后安装就没问题了,另外 ATI 驱动好像有注销花屏的问题,

不知道怎么解决,各位知道吗????
页: [1]
查看完整版本: 请教ATI X1300驱动安装