Results 1 to 2 of 2
Hey all.
I was recently watching an avi file, when suddenly, my tower (the computer) got really, really noisy. That's pretty normal when I'm on my Windows side, but very ...
- 10-29-2010 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 14
Xorg.conf broken?
Hey all.
I was recently watching an avi file, when suddenly, my tower (the computer) got really, really noisy. That's pretty normal when I'm on my Windows side, but very unusual for Ubuntu Linux. I knew something was in the wind then and there.
So I exit my Dragon Player to discover that ! gasp ! KDE is down, replaced with the default wallpaper for GNOME, and no bars anywhere. I reset the system only to find that it refuses to boot into either KDE or GNOME. Having been in something similar to this situation before, I decide that Xorg.conf must be broken somehow. In an effort to get to the GUI where I can safely edit it, I try reinstalling KDE and GNOME, which both failed.
So I try installing xdm...which results in only being able to access the login screen for XFCE. Whenever I try to log in using the correct credentials, it simply refreshes the log-in screen.
So my questions are as follows...
1. Is this, indeed, the sign of a broken Xorg.conf, or a broken Xserver in general? Or is there something larger that was changed?
2. How do I fix this? (I've already tried using Ubuntu 10.10 64 in rescue mode, but I can't seem to change anything in the system itself.)
3. Is this possibly a result of upgrading straight from 10.04? Is it possible that having both KDE and GNOME contributed to this?
(This was on Ubuntu 10.10. This is a copy of a post I made on the Ubuntu Forums.)
Thank you very much for your time.
- 10-29-2010 #2
By default Ubuntu doesn't use an xorg.conf - xorg now auto-detects. It will however use one if it finds it.
When you boot, you get a log in screen so when there press ctrl + alt + f1 to drop to a terminal.
Log in as yourself and then run the following commands
cd /etc/X11/ (thats a capital X and two ones)
ls
If there is an xorg.conf file there, rename it
sudo mv xorg.conf xorg.saved
and then reboot
sudo shutdown -r now
this will reset everything in X to the defaultsIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote