weiken 发表于 2006-8-4 13:56:02

安装ATI驱动出现的问题(进来看看,有配置表)

按照指示安装完后,运行aticonfig --initial,reboot系统,进入不了KDE,
看了一下xorg.conf,发现有多个重复的选项,大家帮我看看应该怎么改动才行。

# 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   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath   "/usr/share/fonts/"
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:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
        HorizSync    31.5 - 37.9
        VertRefresh50.0 - 70.0
        Option          "dpms"
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      "vesa"
        VendorName"Videocard vendor"
        BoardName   "ATI Technologies Inc RC410 "
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   24
                Modes    "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"
        EndSubSection
EndSection

Section "DRI"
        Group      0
        Mode         0666
EndSection
出现两个moniter,device,screen,这之间的关系是怎样的呢,我也做了一些修改能进入KDE,但是分辨路只有800,改不了1024,请大家帮忙研究一下。

lanzinc 发表于 2006-8-4 21:00:56

screen 调用 moniter 和 device

从xorg.conf看
我没发现有问题。

就是fglrx这个显卡驱动第一次见到 :oops:

KDE 发表于 2006-8-4 21:05:06

用这个文件覆盖它试试(请务必将实验结果贴出来):


# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
    Identifier   "Default Layout"
    Screen      0"Screen0" 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.
    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"
# 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:
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
#HorizSync 31.5 - 37.9
#VertRefresh 50.0 - 70.0
Option "DPMS" "true"
EndSection


Section "Device"
Identifier "Videocard0"
#Driver "vesa"
Driver "fglrx"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc RC410 "
EndSection


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


Section "DRI"
Group 0
Mode 0666
EndSection

weiken 发表于 2006-8-5 08:34:35

结果是一样的,出现黑屏,然后就停在那个阶段,查看了很多资料是fglrx这个驱动的问题,找了很多资料解决不了哦

weiken 发表于 2006-8-5 11:12:07

问题解决了,升级了KDE,然后再安装就ok了,但是用smart升级了kernel2。6。15。6后进入到GRACHIC模式时,在等如界面停住了,hoho,没反应了,有人发生过这样的情况吗?

sunch1 发表于 2006-8-5 21:14:18

狗屎ati   以后再也不买它的卡了!

jiangtao9999 发表于 2006-8-5 21:21:10

:roll:
ati 显卡很好用啊……………
我的 Gentoo + XGL 很爽的……………

WeiMingzhi 发表于 2006-8-5 21:34:30

guazi111 发表于 2006-8-6 13:14:46

:roll:
ati 显卡很好用啊……………
我的 Gentoo + XGL 很爽的……………

看视频屏幕暗…… :twisted::twisted::twisted:

jiangtao9999 发表于 2006-8-6 19:23:45

:roll:
页: [1]
查看完整版本: 安装ATI驱动出现的问题(进来看看,有配置表)