The problem is that GNOME3 is not stable enough to be run on some machines/video cards with 3D (perhaps Nouveau driver unable to execute 100% of the required GNOME3 features?). Some people in the Internet said that by executing the following command it should fix the issue, but not in my case:
gsettings set org.gnome.desktop.session session-name gnome-fallback
After googling around, I found a good solution:
sudo rpm --nodeps -e gnome-shell
This has fixed my GNOME problem. I could now login to the fallback mode (GNOME2-like)
5 comments:
So your solution was to erase gnome 3 shell. That'll show 'em.
Just use compiz. It's my solution ;-)
Even Linus Torvald also hates this GNOME-3. He even switched to Xcfe desktop environment
I am a beginner in fedora. Just testing install fedora15 and it crash every time i login. It will ask me to log. I am thinking to try your solution
sudo rpm --nodeps -e gnome-shell
but how do I go to terminal if I can not login at all?
Go to console:
Ctrl - Alt - F1
Post a Comment