When you boot from a lifeCD open up a terminal. Note! You do not want to change /etc/X11/xorg.conf. Because that one is the xorg.conf on the lifeCD. You want the file from your HD, so you have to mount your HD. Try to do something like this: Code: Su
Password:
mkdir /mnt/HD
mount /dev/hda1 /mnt/HD
cp /mnt/HD/etc/X11/xorg.conf /mnt/HD/etc/X11/xorg.conf.backup (<= a life saver)
Or, I dunno, use sudo instead of su. That you have to preceed all above commands with sudo.
Start your favorite editor and open /mnt/HD/etc/X11/xorg.conf (as root)
Try to find out where the problem is. Commend out the guilty party (by adding # to the front of the line), make sure you commend on the changes you make, so you can easily find and undo your changes.
I always type either:
# user added <nr of lines>
# user enabled <nr of lines>
# user disabled <nr of lines>
This makes it really easy to grep a file for home brew changes.
Oh, and if you can find /mnt/HD/etc/inittab, you may want to change the default runlevel to 3. This saves you the constant rebooting. You can change it back once you've got it working again. (This is very optional however, just something I prefer myself)
If you're in doubt, you can post the contents of /mnt/HD/etc/X11/xorg.conf here, and let's have a looksy.
Once you're done with the xorg.conf reboot without the lifeCD.
__________________
Can't tell an OS by it's GUI
|