I installed compiz, and then after I restarted X, it booted into safemode. Now I cant get out of it, everytime I shutdown and reboot, it only boots in safemode. Anyway out of this?
-
wearetheborg Notebook Virtuoso
I dont think its booting into "safe mode". What is probably happening is that X was crashing, and hence now system is not starting it now. Otherwise, you have the full functionality.
You can verify X is crashing by logging in text mode, and executing
Code:startx
Code:# The default runlevel is defined here id:5:initdefault: # First script to be executed, if not booting in emergency (-b) mode si::bootwait:/etc/init.d/boot # /etc/init.d/rc takes care of runlevel handling # # runlevel 0 is System halt (Do not use this for initdefault!) # runlevel 1 is Single user mode # runlevel 2 is Local multiuser without remote network (e.g. NFS) # runlevel 3 is Full multiuser with network # runlevel 4 is Not used # runlevel 5 is Full multiuser with network and xdm # runlevel 6 is System reboot (Do not use this for initdefault!) #
-
When I execute startx, it just comes up with an error and then gives up.
And when I ran the second part, my code output for the second line is similar to yours, it says "id:5:initdefault:"
What do I type to uninstall compiz and xgl? Im running the KDE environment if that makes any difference. Thanks for your help -
Compiz backs up your xorg file.
Type this in terminal as root
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.compizbad
Hit enter then type this
cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
(press tab once or twice after typing "/etc/X11/" to get a list of all the xorg files, if there is one called xorg.compiz.bak use that instead.
Hit enter and reboot, then you can uninstall compiz from the package manager. -
wearetheborg Notebook Virtuoso
Blackbird, does compiz modify the xorg.conf file ?
And even if he rolls back xorg.conf, wont compiz start up when he logs in ? Messing up X again ? -
But yea the best way would be to remove compiz via command line and start x, if problem persists then use the backup xorg file.
I have no idea how to remove via yum -
wearetheborg Notebook Virtuoso
login in text mode, become root, then run
Code:yast
Go to search there and search for compiz, and uninstall it.
More:
http://www.novell.com/documentation/suse91/suselinux-adminguide/html/ch03.html
You can go to the software module, and when you get compiz, you can mark it for deletion by entering the minus key
After you delete compiz etc, you may still need to roll back the xorg file as blackbird indicated -
Code:cat /var/log/Xorg.0.log |grep EE
Good Luck.. -
do you happen to have installed the nvidia proprietary driver too when installing compiz?
-
Thanks for all the help guys, I havent been able to follow up on this yet as I have finals this week. Ill definitely try your suggestions by this weekend and report back with any results.
Ayle, I did install the nvidia driver. I also installed right afterwards. I believe I just followed the guide on install compiz on Opensuses website.
Opensuse boots in safemode only
Discussion in 'Linux Compatibility and Software' started by wankel, May 6, 2008.