SUSE/openSUSE: Difference between revisions

From cchtml.com
Line 1: Line 1:
== Installation ==
== Installation ==
Method 1
* Install kernel-source and C++ compiler and tools selection in yast.
* Install kernel-source and C++ compiler and tools selection in yast.
* Get the rpm that matches the SuSE X server on your system (XFree86 4.3 or X.Org 6.8) instead of the ATI driver installer from [http://www.ati.com]
* Get the rpm that matches the SuSE X server on your system (XFree86 4.3 or X.Org 6.8) instead of the ATI driver installer from [http://www.ati.com]
Line 7: Line 8:


note: this is not the way described in the READMEs, but it's the way that worked best for me and others. Especially if sax and/or your X server crash when using the ATI driver installer's package (due to missing symbols in fglrx_drv.o)
note: this is not the way described in the READMEs, but it's the way that worked best for me and others. Especially if sax and/or your X server crash when using the ATI driver installer's package (due to missing symbols in fglrx_drv.o)
Method 2
* Follow the instructions here: [http://www.opensuse.org/ATI_Driver_HOWTO OpenSuSE ATI Driver HOWTO]

Revision as of 18:06, 6 November 2005

Installation

Method 1

  • Install kernel-source and C++ compiler and tools selection in yast.
  • Get the rpm that matches the SuSE X server on your system (XFree86 4.3 or X.Org 6.8) instead of the ATI driver installer from [1]
  • init 3
  • install the driver package (e.g. rpm -Uvh fglrx_6_8_0-8.18.8-1.i386.rpm)
  • configure your X server using fglrxconfig

note: this is not the way described in the READMEs, but it's the way that worked best for me and others. Especially if sax and/or your X server crash when using the ATI driver installer's package (due to missing symbols in fglrx_drv.o)

Method 2