<?xml version="1.0"?><!-- generator="b2evolution/0.9.0.12" -->
<rss version="0.92">
  <channel>
		<title>Linux Tips and Tricks</title>
    <link>http://tongsondub.com/b2log/index.php/linux</link>
    <description>A few things i learned in working with linux</description>
    <language>en-EU</language>
    <docs>http://backend.userland.com/rss092</docs>
        <item>
      <title>getting My ATI Radeon Video Card to work in Fedora 5</title>
      <description>	&lt;p&gt;&lt;em&gt;I am not responsible for anything that results from using an information posted on this site. Do everything at your own risk.&lt;/em&gt;&lt;/p&gt;
	&lt;p&gt;The PC used for the install is an old 500mhz, 8gig, ~200mb ram system built back in 1998. I just happened to to have a Radeon 128 Rage Pro card laying around so i decided to use it.&lt;/p&gt;
	&lt;p&gt;I also was doing an upgrade from Fedora 1 to Fedora 5 but that ended up being a disaster so i had to do a clean install. Anyway, after the install, the system starts up fine but X Server would not start. Ther error message was that &lt;/p&gt;
	&lt;p&gt;&lt;em&gt;X Server failed to Start. Device was not found&lt;/em&gt;&lt;/p&gt;
	&lt;p&gt;As suggested by a few people, i updated my kernel but this did nothing. i thought about using the ATI driver but with all the bad things i kept reading about it, i decided against it. &lt;/p&gt;
	&lt;p&gt;Anyway, first check the config file for X.&lt;/p&gt;
	&lt;p&gt;The config file is at /etc/X11/xorg.conf&lt;/p&gt;
	&lt;p&gt;the default setup was&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;Section &quot;Device&quot;&lt;br /&gt;
	Identifier  &quot;Videocard0&quot;&lt;br /&gt;
	Driver      &quot;sis&quot;&lt;br /&gt;
	VendorName  &quot;Videocard vendor&quot;&lt;br /&gt;
	BoardName   &quot;SIS ........&quot;&lt;br /&gt;
EndSection&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;For some reason, Fedora could not configure the ATI driver and kept using the &quot;sis&quot; driver.&lt;/p&gt;
	&lt;p&gt;All it takes is opening up that file and changing the &quot;sis&quot; to &quot;ati&quot;. Other options for ATI drivers are &quot;r128&quot;, for Rage and &quot;radeon&quot; for Radeon drivers. &quot;radeon&quot; worked for me but i had better results with &quot;ati&quot;.&lt;/p&gt;
	&lt;p&gt;type&lt;br /&gt;
&lt;code&gt;Startx&lt;/code&gt; &lt;/p&gt;
	&lt;p&gt;to start the X server&lt;/p&gt;
	&lt;p&gt;Now, if you happen to be having the same problem but have a different video card;&lt;/p&gt;
	&lt;p&gt;to figure out what video card you have. type the following at a command prompt&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;/sbin/lspci | grep -i vga&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;it should print out something like:&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;VGA compatible controller: ATI Technologies Inc Radeon R100 QD [Radeon 7200]&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;That will give you the name of the driver you have. Go to &lt;a href=&quot;http://wiki.x.org/wiki/VideoDrivers&quot;&gt;http://wiki.x.org/wiki/VideoDrivers&lt;/a&gt;&lt;br /&gt;
and find your video card in that list. The name of the driver should be the linked text, eg, for the ATI drivers, its not &quot;ATI&quot; but one of the sub-items(ati,atimisc,r128,radeon). open up the /etc/X11/xorg.conf file and edit it.&lt;/p&gt;
	&lt;p&gt;&lt;code&gt;vi /etc/X11/xorg.conf&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;mouse down to &lt;/p&gt;
	&lt;p&gt;&lt;code&gt;Section &quot;Device&quot;&lt;br /&gt;
	Identifier  &quot;Videocard0&quot;&lt;br /&gt;
	Driver      &quot;sis&quot;&lt;br /&gt;
	VendorName  &quot;Videocard vendor&quot;&lt;br /&gt;
	BoardName   &quot;SIS ........&quot;&lt;br /&gt;
EndSection&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt; then edit the Driver line (press &quot;i&quot; to edit and when done press &quot;esc&quot; then type &quot;:wq&quot;, with no quotes then press enter.)&lt;/p&gt;
	&lt;p&gt;Start X and hopefully it should work. &lt;/p&gt;
	&lt;p&gt;&lt;code&gt;Startx&lt;/code&gt;&lt;/p&gt;
	&lt;p&gt;If not you have a different problem to deal with.
&lt;/p&gt;
</description>
      <link>http://tongsondub.com/b2log/index.php/linux/2006/05/11/getting_my_ati_radeon_video_card_to_work_5</link>
    </item>
      </channel>
</rss>
