On 07/05/2007 10:04 PM, Innis Cunningham wrote:
> would just like to know how I fix it.

Basic idea:  The problem is in the fglrx_dri.so module
that is part of the X11 system.  (It is not part of
FlightGear.)  I don't know the details, but I get the
impression it makes wild memory references, so that
almost any symptom is possible.

Procedure:

## Find the thing:
    locate fglrx_dri.so

## Hope there is only one, or if multiple ones,
## hope they all symbolic_link to the same place.
##
## In any case, find out which one is being loaded
## by your X server.  Reading the X server logs
## should help.  I have no idea where the X server
## logs are on your system;  your man pages should
## say.


## Go to the appropriate directory
    cd $wherever

## Make an archival copy:
    cp fglrx_dri.so fglrx_dri.so.orig

## Make a patched version:
    sed s/_ZNSt6vectorIiSaIiEE7reserveE/_ZNSt6vectorIiSaIiEE7reserveX/ \
            fglrx_dri.so.orig > fglrx_dri.so

## Restart your X server.

## As the saying goes, it might not work right, but it
## ought to work different now.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to