Home > CentOS, Linux > ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)

ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)

In a previous post about how to install Flash Media Server 2 on CentOS 4.4 I came across a problem that required the installation of the libstdc++ compatability package to get the server to run as it is designed for Red Hat Enterprise Linux 4.0

The same problem applies to the installation of the x86 linux driver package for ATI Radion 9600 series cards (at least).

Basically, download and install of the driver goes pretty smoothly but when xorg is configured to use it (in particular for TV output it seems) the driver fails and the xserver crashes - the reason for this is that it requires /usr/lib/libstdc++.so.5 and CentOS 5 provides version 6 of this library upwards.

So yet again we can solve this problem by running:

yum install compat-libstdc++-33-3.i386

To install the previous version of this library as part of the compatability package.

I wish software vendors would consider these upgrades to libraries when they release their programs - oh well, maybe one day.

Related posts on coderchris.com:

  1. Installing Flash Media Server 2 On Linux (CentOS 4.4)
    Recently I was asked by a client to look at purchasing and installing FMS2 on...
  2. Installing tor from source on CentOS 5
    As usal with CentOS I can up against a few  problems installing tor from source...
  3. Adding Additional Software Repositories To Yum
    I’ve added this (slightly edited) post here as I’ve found it useful in the past,...
  4. Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3
    Recently I wanted a new development box/streaming media server for use around the house and...
  5. PHP IMAP Error On CentOS Linux 4.2
    If you’re compiling php 5 on CentOS Linux with the IMAP functionality enabled you may get...

Categories: CentOS, Linux Tags:
  1. No comments yet.
  1. No trackbacks yet.