fanxiaofeng 发表于 2006-10-21 20:36:24

安装ATI驱动后无法进入X?

我刚刚从硬盘装好magic linux 2.0,可以进入X,按照wiki上的方法安装ATI驱动之后进不了X了,在命令行输入startx后,出来一大堆error,应该是xorg有问题,可是我看了一下xorg.conf,看不太懂,找不出有什么问题,这是我的xorg.conf:

# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
        Identifier   "Default Layout"
        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"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Philips 107S(17inch/CM1300)"
        HorizSync    30.0 - 69.0
        VertRefresh50.0 - 120.0
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"
        Identifier"Videocard0"
        Driver      "radeon"
        VendorName"Videocard vendor"
        BoardName   "ATI Radeon 9600"
        VideoRam    262144
EndSection

Section "Device"
        Identifier"ATI Graphics Adapter 0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device   "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth   24
        SubSection "Display"
                Depth   24
                Modes    "1024x768"
        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
        EndSubSection
EndSection

希望高手帮一下我

tanhitzq 发表于 2006-10-21 20:44:26

删除下面这两个段
再试试

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9600"
VideoRam 262144
EndSection

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

fanxiaofeng 发表于 2006-10-21 22:21:09

不行阿,还是进不去

fanxiaofeng 发表于 2006-10-21 23:00:47

我把 Driver "fglrx" 中fglrx改成ati,可以进入X了,在K菜单里也有ATI control了,但是在终端了里输入fglrxinfo,还是显示还是
isplay: :0.0screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
ATI驱动到底有没有装上去?

tanhitzq 发表于 2006-10-22 09:28:21

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=169126


在 ML2.0 中 ATI 显卡 X550 安装失败了好几次,主要是在按http://www.magiclinux.org/drupal/?q=node/864
的升级 Xorg 的方法,没有将 Xorg 完全升级。采用另一种升级方法升级成功并将 ATI 显卡驱动安装成功了:

1、修改 /etc/apt/sources.list.d/magic.list 文件为如下内容:
代码:
# Name: aptrpms
# URL: http://apt.magiclinux.org/
# URL: http://auvtech.com/~xinzhen/downloads/apt/


### MagicLinux
rpm http://apt.magiclinux.org/ magiclinux os updates
rpm http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 os updates
rpm-src http://apt.magiclinux.org/ magiclinux os updates
rpm-src http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 updates

### Gnome2.12 for MagicLinux
rpm http://apt.magiclinux.org/ magiclinux gnome extras
rpm http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 gnome extras
rpm-src http://apt.magiclinux.org/ magiclinux gnome extras
rpm-src http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0-g12 gnome extras

### Gnome2.10 for MagicLinux
# rpm http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0 gnome extras
# rpm-src http://auvtech.com/~xinzhen/downloads/apt/ magic-2-0 gnome extras


2、用 KPackage 的 APT:Debian -> “更新”。等待更新完成后,选“新建”,从中找到 “xorg-x11” 选中,并点击“安装”来更新安装 xorg。

3、从 ATI 的网站上
https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176
,下载驱动 ATI Driver Installer。下在完成后,将驱动文件加上可执行权限,在终端程序 Konsole 中执行它,按提示一步步安装完成后。再输入下面命令初始化:
aticonfig --initial

4、重新启动。

----------------------以下 KDE 编辑------------------------
不错,说明作者善于搜索学习社区现有知识,希望这样的帖子多一些。不过为了顺利使用 ATI 显卡,还需要两步:

向 /etc/X11/xorg.conf 文件后方添加一段:
Section "DRI"
Mode 0666
EndSection
以便普通用户也可以使用硬件加速。

执行:
aticonfig --overlay-type=Xv
用来解决播放电影没有图像的问题;

此外,还可以到这里直接下载所有最新 xorg 软件包:
http://www.magiclinux.org/people/kanker/xorg/6.9.0/rpms/
然后升级安装,执行:
rpm -Uvh --force *.rpm
页: [1]
查看完整版本: 安装ATI驱动后无法进入X?