| 引用: |
| New Features This release of the ATI Catalyst™ Linux driver introduces the following new features: * Support for Accelerated Indirect Rendering (AIGLX) * Support for X.org version 7.3 * Products older than Radeon™ HD 2x00 are now supported after being enabled only for testing in 8.41.7 * A new 3D user interface is now avaialble in the ATI Catalyst™ Control Center-Linux Edition. The new interface allows for the setting of Anti-Aliasing, Anisotropic Filtering, and VSync. Included on the new 3D interface are static preview images showing the visual effects of the different 3D settings Resolved Issues The following section provide a brief description of resolved issues with the latest version of the ATI Catalyst™ Linux software suite. These include: * Playing videos with TexturedVideo no longer results in stuttering being noticed * Corruption is no longer noticed when the Composite extension is enabled * Segmentation faults in OpenGL applications and the ATI Catalyst™ Control Center Linux Edition with Rialto-based AGP cards no longer occur * Various error messages no longer appear during RPM installation under SuSE 10.2. Further details can be found in topic number 737-29576 Known Issues The following section provides a brief description of known issues associated with the latest version of ATI Catalyst™ Linux software suite. These issues include: * There is no support for video playback on the second head in dual head mode. Further details can be found in topic number 737-26985 * Desktop corruption may be noticed when dragging the overlay/video when using dual-display mode. Further details can be found in topic number 737-29578 * A black screen may be observed on some hardware when switching to the console or leaving the X window system when a Vesa framebuffer console driver is used. Further details can be found in topic number 737-28558 * The display may go blank with clone/dual/horizontal mode configured or switching VT on systems containing an ATI Radeon 9800 XT product. Further details can be found in topic number 737-29574 * An error message appears during installation if dash is used as /bin/sh. A topic number is not available for this issue * Several distribution-specific packaging scripts are not up-to-date in this release. In particular packaging for 64-bit Ubuntu versions is known to be broken. A topic number is not available for this issue For further information and general help on driver or software installation, game issues, and more, visit the ATI FAQ website |
| 代码: |
| sudo apt-get update sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-$(uname -r) |
| 代码: |
| sh *.run --buildpkg Ubuntu/feisty |
| 代码: |
| sh *.run --buildpkg Ubuntu/gutsy |
| 代码: |
| sudo gedit /etc/default/linux-restricted-modules-common |
| 代码: |
| DISABLED_MODULES="" |
| 代码: |
| DISABLED_MODULES="fglrx" |
| 代码: |
| sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source*.deb fglrx-amdcccle*.deb |
| 代码: |
| sudo rm /usr/src/fglrx-kernel*.deb sudo apt-get -f install |
| 代码: |
| sudo module-assistant prepare sudo module-assistant update sudo module-assistant build fglrx cd /usr/src sudo dpkg -i fglrx-kernel-* sudo depmod -a |
| 代码: |
| sudo dpkg-reconfigure xserver-xorg |
| 代码: |
| sudo aticonfig --initial -f |
| 代码: |
| sudo aticonfig --ovt=Xv |
| 代码: |
| Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" |
| 代码: |
| sudo gedit /etc/X11/xorg.conf |
| 代码: |
| Section "Extensions" Option "Composite" "0" EndSection Section "ServerFlags" Option "AIGLX" "off" EndSection |
| 代码: |
| Section "Extensions" Option "Composite" "1" EndSection Section "ServerFlags" Option "AIGLX" "on" |
| 代码: |
| $ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI MOBILITY RADEON X600 SE OpenGL version string: 2.0.6849 Release |
| 代码: |
| $ glxinfo | grep render direct rendering: Yes #如果开启了xgl,那么这里一定是No,还有其他一些信息。 |
| 代码: |
| Option "XaaNoOffscreenPixmaps" |
| 代码: |
| sudo mkdir /lib/modules/$(uname -r)/volatile sudo ln -sf /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko |
| 代码: |
| gksu fireglcontrol |
| 代码: |
| gksu amdcccle |
| 代码: |
| sudo ln -s /usr/lib/ /usr/X11R6/lib/modules |