<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.cchtml.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=146.50.228.21</id>
	<title>cchtml.com - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cchtml.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=146.50.228.21"/>
	<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Special:Contributions/146.50.228.21"/>
	<updated>2026-04-29T18:43:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=SUSE/openSUSE&amp;diff=530</id>
		<title>SUSE/openSUSE</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=SUSE/openSUSE&amp;diff=530"/>
		<updated>2007-02-05T03:14:02Z</updated>

		<summary type="html">&lt;p&gt;146.50.228.21: rvv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Status ==&lt;br /&gt;
* Native Installer Support contributed by Stefan Dirsch&lt;br /&gt;
* Repackaged by [http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html Flavio Stanchina]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Method 1&lt;br /&gt;
* Install &#039;kernel-source&#039; and C++ compiler (&#039;gcc&#039;) and tools selection in yast.&lt;br /&gt;
* 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]&lt;br /&gt;
* init 3&lt;br /&gt;
* install the driver package (e.g. rpm -Uvh fglrx64_6_8_0-8.24.8-1.x86_64.rpm)&lt;br /&gt;
* configure your X server using fglrxconfig&lt;br /&gt;
&lt;br /&gt;
note: this is not the way described in the READMEs, but it&#039;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&#039;s package (due to missing symbols in fglrx_drv.o)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ANOTHER Installation Guide: &lt;br /&gt;
&lt;br /&gt;
&amp;quot;3D Acceleration for ATI cards (works for SuSE, Mandriva and Debian)&amp;quot; at&lt;br /&gt;
&lt;br /&gt;
http://linux.coconia.net/general/ati.htm&amp;lt;br&amp;gt;&lt;br /&gt;
http://m.domaindlx.com/LinuxHelp/ati/ati.htm (mirror)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
YET ANOTHER Installation Guide:&lt;br /&gt;
&lt;br /&gt;
Generally following this guide should help most of you:&lt;br /&gt;
http://linux.wordpress.com/2006/05/12/suse-101-ati-drivers-installation/&lt;br /&gt;
&lt;br /&gt;
What follows is a slightly simplified version that I&#039;ve used numerous times without fail.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. BACKUP your current /etx/X11/xorg.conf file, preferably to your home directory. Now change to a command shell by hitting Ctrl-Alt-F1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Remove any previous versions of the ATI driver by either&lt;br /&gt;
&lt;br /&gt;
If you have installed a previous ATI driver version without using RPM packages (or if you don&#039;t know if you have or not), type the following:&lt;br /&gt;
&lt;br /&gt;
 cd /usr/share/ati &lt;br /&gt;
 sh ./fglrx-uninstall.sh&lt;br /&gt;
&lt;br /&gt;
Otherwise, and even if you&#039;ve done the above type the following,&lt;br /&gt;
&lt;br /&gt;
 rpm -e $(rpm -qa | grep fglrx)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Change the the directory containing the downloaded ati-driver...run file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Change the permissions of the driver file to executable by typing the following:&lt;br /&gt;
&lt;br /&gt;
 chmod +x ./ati-driver...&lt;br /&gt;
&lt;br /&gt;
Use the tab button to complete the rest of the ati-driver... file name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Create a SuSE RPM (info is for 32 bit version) from the file by typing&lt;br /&gt;
&lt;br /&gt;
 ./ati-driver.(fillintheblanks).run --buildpkg SuSE/SUSE101-IA32&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Install the created fglrx... file by typing&lt;br /&gt;
&lt;br /&gt;
 rpm -ivh fglrx_...(hit tab again to get full name)...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7. I&#039;ve no idea what the following does, but you&#039;re recommended to run it:&lt;br /&gt;
&lt;br /&gt;
 ldconfig&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Now run the ati config commands:&lt;br /&gt;
&lt;br /&gt;
 aticonfig --initial --input=etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9. Now run the Sax2 setup.&lt;br /&gt;
&lt;br /&gt;
 sax2 -r -m 0=fglrx&lt;br /&gt;
&lt;br /&gt;
You may wish to alter the refresh rates and DPI info with this, otherwise just hit save. DO NOT hit the test button, it regually crashes my machine when i do...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
10. Reboot you machine. Do not use the reboot command, again this messes my machine up on the next boot for whatever reason... try&lt;br /&gt;
&lt;br /&gt;
 shutdown -h now&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
11. Boot up again, and check the new /etc/X11/xorg.conf file, compare it to your old one, and make any changes if you know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [http://www.suse.de/~sndirsch/ati-installer-HOWTO.html Novell HOWTO]&lt;br /&gt;
* [http://www.opensuse.org/ATI_Driver_HOWTO OpenSuSE ATI Driver HOWTO]&lt;br /&gt;
&lt;br /&gt;
{{VCT}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>146.50.228.21</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Debian&amp;diff=570</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Debian&amp;diff=570"/>
		<updated>2007-02-05T03:13:56Z</updated>

		<summary type="html">&lt;p&gt;146.50.228.21: rvv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== General Status ==&lt;br /&gt;
* Included with Distribution&lt;br /&gt;
* Native Installer Support contributed by Aric Cyr&lt;br /&gt;
* Repackaged by [http://www.stanchina.net/~flavio/debian-official/fglrx-driver.html Flavio Stanchina]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Debian_Installation_Guide|Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
ANOTHER Installation Guide:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;quot;3D Acceleration for ATI cards (works for SuSE, Mandriva and Debian)&amp;quot;&amp;lt;/b&amp;gt; at&lt;br /&gt;
&lt;br /&gt;
http://linux.coconia.net/general/ati.htm&amp;lt;br&amp;gt;&lt;br /&gt;
http://m.domaindlx.com/LinuxHelp/ati/ati.htm (mirror)&lt;br /&gt;
&lt;br /&gt;
== Tips and Tricks ==&lt;br /&gt;
* To build your own .deb packages you will need to install at least the following packages from the apt repositories:&lt;br /&gt;
** fakeroot&lt;br /&gt;
** debhelper&lt;br /&gt;
** build-essential&lt;br /&gt;
** make&lt;br /&gt;
** module-assistant&lt;br /&gt;
* [http://debianhelp.co.uk Debian Help]&lt;br /&gt;
* [http://forums.debian.net Debian Forums]&lt;br /&gt;
&lt;br /&gt;
== Related Resources ==&lt;br /&gt;
* [http://www.stanchina.net/~flavio/debian-official/fglrx-driver.html Flavio Stanchina&#039;s ATI Linux driver packages for Debian]&lt;br /&gt;
&lt;br /&gt;
* Debian [http://wiki.debian.org/AtiHowTo wiki] page refering ATI.&lt;br /&gt;
{{VCT}}&lt;br /&gt;
[[Category:Distributions]]&lt;/div&gt;</summary>
		<author><name>146.50.228.21</name></author>
	</entry>
	<entry>
		<id>http://wiki.cchtml.com/index.php?title=Installation&amp;diff=2007</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="http://wiki.cchtml.com/index.php?title=Installation&amp;diff=2007"/>
		<updated>2007-02-05T03:13:16Z</updated>

		<summary type="html">&lt;p&gt;146.50.228.21: rvv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This covers the distribution agnostic way of installing the driver with the Installer.  Ideally you should install using the [[:Category:Distributions|distribution specific]] process for a painless experience.&lt;br /&gt;
&lt;br /&gt;
[[Category:NeedsUpdating]]&lt;br /&gt;
&lt;br /&gt;
See the article: &amp;lt;b&amp;gt;&amp;quot;3D Acceleration for ATI cards (works for SuSE, Mandriva and Debian)&amp;quot;&amp;lt;/b&amp;gt; at&lt;br /&gt;
&lt;br /&gt;
http://linux.coconia.net/general/ati.htm&amp;lt;br&amp;gt;&lt;br /&gt;
http://m.domaindlx.com/LinuxHelp/ati/ati.htm (mirror)&lt;/div&gt;</summary>
		<author><name>146.50.228.21</name></author>
	</entry>
</feed>