Comment 1 for bug 116483

Revision history for this message
Jim Campbell (jwcampbell) wrote :

Hello,

This is a duplicate of this bug ( https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/114124 ), but you should be able to remedy the situation by logging in to an xterm session, and modifying your xorg.conf file to use 16-bit default graphics instead of 24-bit graphics.

please try the following:

As for X crashing when you open the terminal, I recommend the following:

To do this, you'll need to boot into an xterm session, so when the login
screen comes up, click on the Sessions icon, and select Terminal session or
something similar (I don't have a Xubuntu install with me at the moment).

* navigate to your /etc/X11 folder and make a backup copy of your xorg.conf
file. You can do this by entering:
cd /etc/X11
sudo cp xorg.conf xorg.conf_backup

* edit your xorg.conf file, changing the default depth from 24 to 16. You can
do this by entering:
sudo nano xorg.conf
. . . then scroll down to the Screen section, and find the DefaultDepth
option. Change that number to 16.

*press control-o (letter "O") to save the file, then press control-x to exit
the nano text editor.

Then exit from the xterm session, and it should bring you back to the login
window. Select an Xfce session from the session button, and proceed to login
as usual.

I hope this helps! Sorry it is kind of a non-pretty way to do things, but
it's hard to tell you to enter these changes into a regular terminal when the
regular terminal crashes your X session! I think that this should work,
though . . . It's a known issue on older machines, and I've helped 3 or 4
people to fix their systems using this approach.

Also, please reply back if this fix worked for you. Thanks!