LinuxSir.cn,穿越时空的Linuxsir!

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

openSuSE10.3+ATI+AIGLX+Compiz-Fusion攻略

[复制链接]
发表于 2007-12-23 20:52:35 | 显示全部楼层 |阅读模式
最近看到很多人询问10.3开启3D桌面的问题,所以写下此文,希望对大家有些帮助。先说下我的系统情况,openSuSE10.3 kde x86_64,显卡是ATI mobility radeon x1300,显卡驱动版本是7.11(fglrx 8.43.3)。
      当然要开启3D桌面,首先要开启3D加速,也就是安装ATI的驱动。这里说一下大家没有必要去自己编译ATI的驱动(当然如果你想安装最新的7.12的话需要自己编译,ATI的源里面现在还更新到7.12),直接按照官方WIKI http://en.opensuse.org/Ati 里面的the Easy way安装就是了。用什么软件更新随便,我用的是Smart,你也可以用Yast,Zypper等等。先加入源"http://www2.ati.com/suse/10.3",然后安装这个源里面的"ati-fglrxG01-kmp-default"和"x11-video-fglrxG01"。之后"su" "sax2 -r",然后重启X(ctrl+alt+backspace),接下来运行"glxgears",你应该可以看到小齿轮在欢快的转动
      安装完驱动之后,接下来要修改xorg.conf以开启aiglx支持。确保你的xorg.conf里面有以下内容(以下只是每个条目下面的部分内容,不要直接copy,注意看你的xorg.conf,没有的话就添加,有的话如果值不一样的就修改,一样的话当然就不需要动了,还有xorg.conf里面的其他内容也不要动,只添加或修改下面的部分):
Section "Module"
    Load  "glx"
    Load  "dri"
EndSection

Section "ServerFlags"
        Option "AIGLX" "true"
EndSection

Section "Device"
    Driver "fglrx"
    Option "FSAAEnable" "off"
    Option "Capabilities" "0×00000000"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "FSAAScale" "0"
    Option "XAANoOffscreenPixmaps" "true"
EndSection

Section "Extensions"
    Option "DAMAGE" "true"
    Option "Composite" "true"
EndSection
修改之后重启X,恩,开启AIGLX至此完成。
      接下来就是安装Compiz-Fusion了,你可以用官方的一键安装:
kde:http://download.opensuse.org/rep ... mpiz-fusion-kde.ymp
gnome:http://download.opensuse.org/rep ... iz-fusion-gnome.ymp
当然最好还是安装上compiz-manager:http://download.opensuse.org/rep ... /compiz-manager.ymp
以上的软件包你自己安装也可以,先添加源“http://download.opensuse.org/repositories/X11:/XGL/openSUSE_10.3/”然后安装你需要的软件包就是了。
      为了让compiz正常的工作,我们需要设置compiz-manager:
kdesu kate /usr/bin/compiz-manager
      需要设置的主要是一下几项:
# For detecting what driver is in use, the + is for one or more /'s
XORG_DRIVER_PATH="/usr/$LIB/xorg/modules/drivers/+"
LD_LIBRARY_PATH=/usr/X11R6/lib  (如果你的OS是x86)
或者
LD_LIBRARY_PATH=/usr/X11R6/lib64  (如果你OS是x86_64)

# Driver whitelist
WHITELIST="fglrx nvidia intel ati radeon i810"

COMPIZ_OPTIONS="--no-libgl-fallback --ignore-desktop-hints --replace"
修改之后保存。
      恩,还剩下最后一步,这一步非常关键,很多人的compiz无法正常工作就是因为没有进行这最后一步。先用"su"切换的root用户下,然后
rm /usr/lib/libGL.so.1
cd /usr/lib
ln -s /usr/X11R6/lib/libGL.so.1.2 libGL.so.1(如果你的OS是x86)
或者
rm /usr/lib64/libGL.so.1
cd /usr/lib64
ln -s /usr/X11R6/lib64/libGL.so.1.2 libGL.so.1 (如果你的OS是x86_64)
      在依次完成以上所有步骤后,注销,重新登录,compiz-fusion应该已经正常工作了,尽情享受绚丽的3D桌面吧。如果有什么问题请跟帖说明。compiz-fusion的效果是什么样大家应该都清楚,就懒的贴图了。GOOD LUCK!
发表于 2007-12-23 21:21:57 | 显示全部楼层
我修改xorg.conf后无法进到桌面
回复 支持 反对

使用道具 举报

发表于 2007-12-23 21:22:08 | 显示全部楼层
滚动网页的时候感觉反应迟钝
就像windows没装显卡驱动的感觉(但无那么严重)
回复 支持 反对

使用道具 举报

发表于 2007-12-23 21:30:25 | 显示全部楼层
Post by 98118;1799095
滚动网页的时候感觉反应迟钝
就像windows没装显卡驱动的感觉(但无那么严重)


各位大侠,我这两天都疯了,请告诉我能成功的打开3D桌面的方法,我用的ati的1950pro,驱动是7.12,kernel更新过了,suse10.3的kde,compiz已经安装好了,不知道怎么做了,鼓捣了两天还是不能打开,求详解
回复 支持 反对

使用道具 举报

发表于 2007-12-23 22:03:18 | 显示全部楼层
卸载先前的按这个贴子的方法失败:

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/linux-ssr8:99
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.2.0
Release Date: Wed Oct 24 14:18:36 UTC 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux-ssr8 2.6.22.12-0.1-default #1 SMP 2007/11/06 23:05:18 UTC i686
Build Date: 24 October 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.99.log", Time: Sun Dec 23 22:00:19 2007
(++) Using config file: "/var/lib/sax/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/share/fonts/local" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/misc:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/Type1,
        /usr/share/fonts/URW,
        /usr/share/fonts/Speedo,
        /usr/share/fonts/cyrillic,
        /usr/share/fonts/truetype,
        /usr/share/fonts/uni:unscaled,
        /opt/kde3/share/fonts
(==) RgbPath set to "/usr/share/X11/rgb"
(**) Input device list set to "/dev/gpmdata,/dev/input/mice"
(==) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "on"
(**) Option "Xinerama" "off"
(**) Option "IgnoreABI" "on"
(**) Ignoring ABI Version
(**) Extension "DAMAGE" is disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81ea560
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(++) using VT number 8

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1043,0c11 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card f043,0c11 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 01:07:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 01:08:0: chip 125d,2838 card 125d,2838 rev 01 class 07,80,00 hdr 00
(II) PCI: 01:0a:0: chip 168c,0013 card 1186,3203 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 1002,4152 card 0001,0001 rev 00 class 03,00,00 hdr 80
(II) PCI: 02:00:1: chip 1002,4172 card 0001,0000 rev 00 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) Bus 0 non-prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) Bus 0 prefetchable memory range:
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1        0        0x0000c000 - 0x0000cfff (0x1000) IX
(II) Bus 1 non-prefetchable memory range:
        [0] -1        0        0xe6000000 - 0xe6ffffff (0x1000000) MX
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 2 I/O range:
        [0] -1        0        0x0000d000 - 0x0000dfff (0x1000) IX
(II) Bus 2 non-prefetchable memory range:
        [0] -1        0        0xe4000000 - 0xe5ffffff (0x2000000) MX
(II) Bus 2 prefetchable memory range:
        [0] -1        0        0xc0000000 - 0xdfffffff (0x20000000) MX
(--) PCI:*(2:0:0) ATI Technologies Inc RV350 AR [Radeon 9600] rev 0, Mem @ 0xc0000000/28, 0xe5000000/16, I/O @ 0xd000/8
(--) PCI: (2:0:1) ATI Technologies Inc RV350 AR [Radeon 9600] (Secondary) rev 0, Mem @ 0xd0000000/28, 0xe5010000/16
(II) Addressable bus resource ranges are
        [0] -1        0        0x00000000 - 0xffffffff (0x0) MX
        [1] -1        0        0x00000000 - 0x0000ffff (0x10000) IX
(II) OS-reported resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1        0        0xe6000000 - 0xe600ffff (0x10000) MX
        [1] -1        0        0xe7000000 - 0xe7000fff (0x1000) MX
        [2] -1        0        0xe7003000 - 0xe70030ff (0x100) MX
        [3] -1        0        0xe7002000 - 0xe7002fff (0x1000) MX
        [4] -1        0        0xe7001000 - 0xe7001fff (0x1000) MX
        [5] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [6] -1        0        0xe5000000 - 0xe500ffff (0x10000) MX(B)
        [7] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX(B)
        [8] -1        0        0x0000c800 - 0x0000c80f (0x10) IX
        [9] -1        0        0x0000c400 - 0x0000c407 (0x8) IX
        [10] -1        0        0x0000c000 - 0x0000c01f (0x20) IX
        [11] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [12] -1        0        0x0000e400 - 0x0000e407 (0x8) IX
        [13] -1        0        0x0000e000 - 0x0000e01f (0x20) IX
        [14] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX(B)
(II) Inactive PCI resource ranges:
        [0] -1        0        0xe5010000 - 0xe501ffff (0x10000) MX(B)
        [1] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX(B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1        0        0xe6000000 - 0xe600ffff (0x10000) MX
        [1] -1        0        0xe7000000 - 0xe7000fff (0x1000) MX
        [2] -1        0        0xe7003000 - 0xe70030ff (0x100) MX
        [3] -1        0        0xe7002000 - 0xe7002fff (0x1000) MX
        [4] -1        0        0xe7001000 - 0xe7001fff (0x1000) MX
        [5] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [6] -1        0        0xe5000000 - 0xe500ffff (0x10000) MX(B)
        [7] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX(B)
        [8] -1        0        0x0000c800 - 0x0000c80f (0x10) IX
        [9] -1        0        0x0000c400 - 0x0000c407 (0x8) IX
        [10] -1        0        0x0000c000 - 0x0000c01f (0x20) IX
        [11] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [12] -1        0        0x0000e400 - 0x0000e407 (0x8) IX
        [13] -1        0        0x0000e000 - 0x0000e01f (0x20) IX
        [14] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX(B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1        0        0xe5010000 - 0xe501ffff (0x10000) MX(B)
        [1] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [5] -1        0        0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe6000000 - 0xe600ffff (0x10000) MX
        [5] -1        0        0xe7000000 - 0xe7000fff (0x1000) MX
        [6] -1        0        0xe7003000 - 0xe70030ff (0x100) MX
        [7] -1        0        0xe7002000 - 0xe7002fff (0x1000) MX
        [8] -1        0        0xe7001000 - 0xe7001fff (0x1000) MX
        [9] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [10] -1        0        0xe5000000 - 0xe500ffff (0x10000) MX(B)
        [11] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX(B)
        [12] -1        0        0xe5010000 - 0xe501ffff (0x10000) MX(B)
        [13] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX(B)
        [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [15] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [16] -1        0        0x0000c800 - 0x0000c80f (0x10) IX
        [17] -1        0        0x0000c400 - 0x0000c407 (0x8) IX
        [18] -1        0        0x0000c000 - 0x0000c01f (0x20) IX
        [19] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [20] -1        0        0x0000e400 - 0x0000e407 (0x8) IX
        [21] -1        0        0x0000e000 - 0x0000e01f (0x20) IX
        [22] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX(B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules//extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules//extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules//extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules//drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.43.2
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules//input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules//input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) Primary Device is: PCI 02:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.43.2
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.433                    
(II) ATI Proprietary Linux Driver Build Date: Nov  9 2007 21:19:16
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x4152) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe6000000 - 0xe600ffff (0x10000) MX
        [5] -1        0        0xe7000000 - 0xe7000fff (0x1000) MX
        [6] -1        0        0xe7003000 - 0xe70030ff (0x100) MX
        [7] -1        0        0xe7002000 - 0xe7002fff (0x1000) MX
        [8] -1        0        0xe7001000 - 0xe7001fff (0x1000) MX
        [9] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [10] -1        0        0xe5000000 - 0xe500ffff (0x10000) MX(B)
        [11] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX(B)
        [12] -1        0        0xe5010000 - 0xe501ffff (0x10000) MX(B)
        [13] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX(B)
        [14] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [15] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [16] -1        0        0x0000c800 - 0x0000c80f (0x10) IX
        [17] -1        0        0x0000c400 - 0x0000c407 (0x8) IX
        [18] -1        0        0x0000c000 - 0x0000c01f (0x20) IX
        [19] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [20] -1        0        0x0000e400 - 0x0000e407 (0x8) IX
        [21] -1        0        0x0000e000 - 0x0000e01f (0x20) IX
        [22] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX(B)
(II) fglrx(0): pEnt->device->identifier=0x8206818
(II) resource ranges after probing:
        [0] -1        0        0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
        [1] -1        0        0x000f0000 - 0x000fffff (0x10000) MX
        [2] -1        0        0x000c0000 - 0x000effff (0x30000) MX
        [3] -1        0        0x00000000 - 0x0009ffff (0xa0000) MX
        [4] -1        0        0xe6000000 - 0xe600ffff (0x10000) MX
        [5] -1        0        0xe7000000 - 0xe7000fff (0x1000) MX
        [6] -1        0        0xe7003000 - 0xe70030ff (0x100) MX
        [7] -1        0        0xe7002000 - 0xe7002fff (0x1000) MX
        [8] -1        0        0xe7001000 - 0xe7001fff (0x1000) MX
        [9] -1        0        0xe0000000 - 0xdfffffff (0x0) MXO
        [10] -1        0        0xe5000000 - 0xe500ffff (0x10000) MX(B)
        [11] -1        0        0xc0000000 - 0xcfffffff (0x10000000) MX(B)
        [12] -1        0        0xe5010000 - 0xe501ffff (0x10000) MX(B)
        [13] -1        0        0xd0000000 - 0xdfffffff (0x10000000) MX(B)
        [14] 0        0        0x000a0000 - 0x000affff (0x10000) MS
        [15] 0        0        0x000b0000 - 0x000b7fff (0x8000) MS
        [16] 0        0        0x000b8000 - 0x000bffff (0x8000) MS
        [17] -1        0        0x0000ffff - 0x0000ffff (0x1) IX
        [18] -1        0        0x00000000 - 0x000000ff (0x100) IX
        [19] -1        0        0x0000c800 - 0x0000c80f (0x10) IX
        [20] -1        0        0x0000c400 - 0x0000c407 (0x8) IX
        [21] -1        0        0x0000c000 - 0x0000c01f (0x20) IX
        [22] -1        0        0x0000f000 - 0x0000f00f (0x10) IX
        [23] -1        0        0x0000e400 - 0x0000e407 (0x8) IX
        [24] -1        0        0x0000e000 - 0x0000e01f (0x20) IX
        [25] -1        0        0x0000d000 - 0x0000d0ff (0x100) IX(B)
        [26] 0        0        0x000003b0 - 0x000003bb (0xc) IS
        [27] 0        0        0x000003c0 - 0x000003df (0x20) IS
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): PCI bus 2 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "seudoColorVisuals" "off"
(**) fglrx(0): Option "DPMS"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI RADEON 9600 Series" (Chipset = 0x4152)
(--) fglrx(0): (PciSubVendor = 0x0001, PciSubDevice = 0x0001)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xe5000000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(**) fglrx(0): Option "mtrr" "off"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.2
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI RADEON 9600 PRO
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: V350
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.43.2
        ABI class: X.Org Server Extension, version 0.3
(--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): AGP card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module already built-in
(II) fglrx(0): Connected Display1: CRT on primary DAC [crt1]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: VSC  Model: b315  Serial#: 3687
(II) fglrx(0): Year: 2004  Week: 23
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) fglrx(0): Signal levels configurable
(II) fglrx(0): Sync:  Separate  CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 31  vert.: 23
(II) fglrx(0): Gamma: 2.83
(II) fglrx(0): DPMS capabilities: Off; RGB/color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.623 redY: 0.339   greenX: 0.290 greenY: 0.604
(II) fglrx(0): blueX: 0.150 blueY: 0.073   whiteX: 0.283 whiteY: 0.297
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) fglrx(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) fglrx(0): #2: hsize: 1280  vsize 960  refresh: 60  vid: 16513
(II) fglrx(0): #3: hsize: 1152  vsize 864  refresh: 75  vid: 20337
(II) fglrx(0): #4: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) fglrx(0): #5: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 94.5 MHz   Image Size:  310 x 232 mm
(II) fglrx(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) fglrx(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) fglrx(0): Serial No: 27D042303687
(II) fglrx(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 72 kHz, PixClock max 110 MHz
(II) fglrx(0): Monitor name: G72f+
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):         00ffffffffffff005a6315b3670e0000
(II) fglrx(0):         170e01031d1f17b72ab6b89f564a9a26
(II) fglrx(0):         12484cbfee00615981808140714f4559
(II) fglrx(0):         315901010101ea240060410028303060
(II) fglrx(0):         130036e81000001e000000ff00323744
(II) fglrx(0):         3034323330333638370a000000fd0032
(II) fglrx(0):         a01e480b000a202020202020000000fc
(II) fglrx(0):         00473732662b0a2020202020202000d9
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Only one display is connnected,so single mode is enabled
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000001
(II) fglrx(0): POWERplay version 3.  1 power state available:
(II) fglrx(0):   1. 405/196MHz @ 50Hz [enable load balancing]

Backtrace:
0: /usr/sbin/xw(xf86SigHandler+0x81) [0x80d5bb1]
1: [0xffffe420]
2: /usr/lib/xorg/modules//drivers/fglrx_drv.so [0xb79b87bb]
3: /usr/lib/xorg/modules//drivers/fglrx_drv.so(DALCWDDE+0x1a2) [0xb79b6f42]
4: /usr/lib/xorg/modules//drivers/fglrx_drv.so(swlDalHelperAddCustomizeMode+0x1a1) [0xb791ac61]
5: /usr/lib/xorg/modules//drivers/fglrx_drv.so(atiddxPreInit+0xb11) [0xb78f1b91]
6: /usr/sbin/xw(InitOutput+0x9e7) [0x80a91b7]
7: /usr/sbin/xw(main+0x28b) [0x8076f8b]
8: /lib/libc.so.6(__libc_start_main+0xe0) [0xb7cebfe0]
9: /usr/sbin/xw(FontFileCompleteXLFD+0x1e5) [0x8076501]

Fatal server error:
Caught signal 11.  Server aborting
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-23 22:12:45 | 显示全部楼层
Post by 98118;1799095
滚动网页的时候感觉反应迟钝
就像windows没装显卡驱动的感觉(但无那么严重)

恩,我也是这样,不知道是ati的驱动还是compiz的问题...
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-23 22:26:28 | 显示全部楼层
恩,各位在尝试此方法之前最好先清除以前的驱动,配置文件等等,而且现在只是在7.11驱动下成功,我现在还没有尝试7.12。还有就是给位如果需要重新安装驱动的话最好先把以前的xorg.conf备份后删除,使用最原始的xorg.conf文件。没人知道你以前是怎么安装驱动的,也没人知道你的xorg.conf里面都写入了什么内容。按照官方WIKI安装驱动之后会在原始xorg.conf文件的基础上进行修改。
回复 支持 反对

使用道具 举报

发表于 2007-12-23 23:19:58 | 显示全部楼层
怎么卸载之前安装的驱动了,以前我都是直接安装新的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-24 01:18:41 | 显示全部楼层
Post by yangjunfeng;1799137
怎么卸载之前安装的驱动了,以前我都是直接安装新的


...你怎么安装的,在反过来把它删掉就是了,我又不清楚你怎么安装的驱动...
回复 支持 反对

使用道具 举报

发表于 2007-12-24 01:23:13 | 显示全部楼层
Post by ashunter;1799165
...你怎么安装的,在反过来把它删掉就是了,我又不清楚你怎么安装的驱动...


我是生成rpm包之后直接用yast安装的
回复 支持 反对

使用道具 举报

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

本版积分规则

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