Code:
Section "Device"
Identifier "Configured Video Device"
Option "FBTexPercent" "80" # add this line as shown here
EndSection
Restart the X-server, as described in my previous post, for
the changes to take effect. To check if the changes are applied,
look into the /var/log/Xorg.0.log for "FBTexPercent" value "80".
Don't forget to post the terminal output and
e-mail me the Xorg.0.log following a crash.
EDIT 06/12/2010 13:36
Please, also post the result of the following command:
Code: Select all
$ ls -l /usr/lib/Oolite/oolite-deps/lib/
Code: Select all
$ ls -l ~/.local/lib/Oolite/oolite-deps/lib/
a. In case you have "Compiz" installed, please, deactivate it and check if that eliminates the crashes.

b. If /etc/X11/xorg.conf has the following line:
Code: Select all
Section "ServerLayout"
...
Option "AIGLX" "true"
...
EndSection
Code: Select all
Section "ServerLayout"
...
Option "AIGLX" "false"
...
EndSection
To check if the AIGLX changes are in effect, check the /var/log/Xorg.0.log file.
There shouldn't be any line like "(==) AIGLX enabled".
In any case, please:
1. keep any OXP's inactive for the moment (rename AddOns folder to AddOns_)
2. post the contents of the Oolite/oolite-deps/lib/ folder, as described in my first "Edit"
3. post the Latest.log file and
4. e-mail me the latest /var/log/Xorg.0.log file and the /etc/X11/xorg.conf file, following a crash.