Unity not working in 14.04.01 LTS, blank desktop












4















I installed Ubuntu 14.04.01 LTS as a dual boot installation (the other OS is Win XP with SP 3), but when I log in there is nothing on the desktop, just the background.



My computer: Intel D865PERL, Pentium 4 CPU (3 Ghz), 3 Gb RAM, and NVIDIA Quadro FX 500/600 graphics card. I have a harddrive with two partitions: one for the XP and one for Ubuntu and it's partitions.



At first there was just black screen but I fixed that by installing the Nvidia driver (version 173.14.36) via tty.
To my disappointment that didn't help much, since now only the cursor and the background are visible after logging in. No launcher, no top menu bar, nothing. When I click the right mouse button I get the menu and I can create a new folder which is visible. I can access the tty by pressing Ctrl-Alt-F1



I have reinstalled Ubuntu once, but it didn't help. I have also updated it.



What shoud I do? Should I install an older version of Ubuntu?
I have no idea what is the cause of the problem. Since this doesn't seem to be a common problem could it be caused by my graphics card or by some other part of hardware?



This is my first time have been using Ubuntu or any linux OS.



I have been looking for help from different forums.
I tried this but it didn't help:



sudo apt-get update 
sudo apt-get install ubuntu-desktop
sudo apt-get install unity


And this:



sudo dpkg-reconfigure xserver-xorg
sudo service lightdm stop
sudo service lightdm start


And this:



sudo apt-get install compizconfig-settings-manager
export DISPLAY=:0
ccsm


After which I pressed Ctrl-Alt-F7 and enabled "Ubuntu Unity plugin" but it didn't help



And I have tried this:



sudo apt-get install –-reinstall ubuntu-desktop
sudo apt-get install unity


And this:



export DISPLAY=:0.0
sudo dconf reset -f /org/compiz/
setsid unity


After "setsid unity" there is flood of text mostly about compiz core loading and starting plugins. After loading and starting unirtyshell plugin the last lines are:



 WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot open shared object file: No such file or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


But sometimes I get these slightly different warnings/errors with the same commands as above:



(process:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43 [this was repeatyed 

WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot ope[part missing]ed object file: No such link or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


After that I tried this:



export DISPLAY=:0.0
unity --replace [or] unity --reset-icons


But I just get the same error/warning messages as with setsid unity



And this one:



unity --reset


I get ERROR: the reset option is now deprecated



And



rm -rf ~/.config/compiz-1/compizconfig/*


Does nothing



This is really annoying.



UPDATE 1:
I tried the suggestion of Andrea and added nomodeset parameter in command line in GRUB. (I followed the instructions given by fossfreedom here)



Unfortunatetly it didn't work, I get exactly the same view as earlier. But I realised that this means that the card and/or driver is not working. I also noticed the resolution of the folder I ccreated is quite low, so I guess this also means the graphics card somehow is not working. So I guess the problem is with the card and/or driver?



UPDATE 2:



I installed 12.04.05 version. Now I can see the top bar and launcher on the left side of the screen, but Unity is frozen. I installed nvidia 173 drivers, but it just got worse. More details here.










share|improve this question




















  • 2





    It seems you've already tried many good ideas. One last try: when you are at GRUB, edit the command line and add the nomodeset parameter. Then see if you can at least see something in low resolution.

    – Andrea Lazzarotto
    Aug 28 '14 at 18:46
















4















I installed Ubuntu 14.04.01 LTS as a dual boot installation (the other OS is Win XP with SP 3), but when I log in there is nothing on the desktop, just the background.



My computer: Intel D865PERL, Pentium 4 CPU (3 Ghz), 3 Gb RAM, and NVIDIA Quadro FX 500/600 graphics card. I have a harddrive with two partitions: one for the XP and one for Ubuntu and it's partitions.



At first there was just black screen but I fixed that by installing the Nvidia driver (version 173.14.36) via tty.
To my disappointment that didn't help much, since now only the cursor and the background are visible after logging in. No launcher, no top menu bar, nothing. When I click the right mouse button I get the menu and I can create a new folder which is visible. I can access the tty by pressing Ctrl-Alt-F1



I have reinstalled Ubuntu once, but it didn't help. I have also updated it.



What shoud I do? Should I install an older version of Ubuntu?
I have no idea what is the cause of the problem. Since this doesn't seem to be a common problem could it be caused by my graphics card or by some other part of hardware?



This is my first time have been using Ubuntu or any linux OS.



I have been looking for help from different forums.
I tried this but it didn't help:



sudo apt-get update 
sudo apt-get install ubuntu-desktop
sudo apt-get install unity


And this:



sudo dpkg-reconfigure xserver-xorg
sudo service lightdm stop
sudo service lightdm start


And this:



sudo apt-get install compizconfig-settings-manager
export DISPLAY=:0
ccsm


After which I pressed Ctrl-Alt-F7 and enabled "Ubuntu Unity plugin" but it didn't help



And I have tried this:



sudo apt-get install –-reinstall ubuntu-desktop
sudo apt-get install unity


And this:



export DISPLAY=:0.0
sudo dconf reset -f /org/compiz/
setsid unity


After "setsid unity" there is flood of text mostly about compiz core loading and starting plugins. After loading and starting unirtyshell plugin the last lines are:



 WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot open shared object file: No such file or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


But sometimes I get these slightly different warnings/errors with the same commands as above:



(process:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43 [this was repeatyed 

WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot ope[part missing]ed object file: No such link or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


After that I tried this:



export DISPLAY=:0.0
unity --replace [or] unity --reset-icons


But I just get the same error/warning messages as with setsid unity



And this one:



unity --reset


I get ERROR: the reset option is now deprecated



And



rm -rf ~/.config/compiz-1/compizconfig/*


Does nothing



This is really annoying.



UPDATE 1:
I tried the suggestion of Andrea and added nomodeset parameter in command line in GRUB. (I followed the instructions given by fossfreedom here)



Unfortunatetly it didn't work, I get exactly the same view as earlier. But I realised that this means that the card and/or driver is not working. I also noticed the resolution of the folder I ccreated is quite low, so I guess this also means the graphics card somehow is not working. So I guess the problem is with the card and/or driver?



UPDATE 2:



I installed 12.04.05 version. Now I can see the top bar and launcher on the left side of the screen, but Unity is frozen. I installed nvidia 173 drivers, but it just got worse. More details here.










share|improve this question




















  • 2





    It seems you've already tried many good ideas. One last try: when you are at GRUB, edit the command line and add the nomodeset parameter. Then see if you can at least see something in low resolution.

    – Andrea Lazzarotto
    Aug 28 '14 at 18:46














4












4








4








I installed Ubuntu 14.04.01 LTS as a dual boot installation (the other OS is Win XP with SP 3), but when I log in there is nothing on the desktop, just the background.



My computer: Intel D865PERL, Pentium 4 CPU (3 Ghz), 3 Gb RAM, and NVIDIA Quadro FX 500/600 graphics card. I have a harddrive with two partitions: one for the XP and one for Ubuntu and it's partitions.



At first there was just black screen but I fixed that by installing the Nvidia driver (version 173.14.36) via tty.
To my disappointment that didn't help much, since now only the cursor and the background are visible after logging in. No launcher, no top menu bar, nothing. When I click the right mouse button I get the menu and I can create a new folder which is visible. I can access the tty by pressing Ctrl-Alt-F1



I have reinstalled Ubuntu once, but it didn't help. I have also updated it.



What shoud I do? Should I install an older version of Ubuntu?
I have no idea what is the cause of the problem. Since this doesn't seem to be a common problem could it be caused by my graphics card or by some other part of hardware?



This is my first time have been using Ubuntu or any linux OS.



I have been looking for help from different forums.
I tried this but it didn't help:



sudo apt-get update 
sudo apt-get install ubuntu-desktop
sudo apt-get install unity


And this:



sudo dpkg-reconfigure xserver-xorg
sudo service lightdm stop
sudo service lightdm start


And this:



sudo apt-get install compizconfig-settings-manager
export DISPLAY=:0
ccsm


After which I pressed Ctrl-Alt-F7 and enabled "Ubuntu Unity plugin" but it didn't help



And I have tried this:



sudo apt-get install –-reinstall ubuntu-desktop
sudo apt-get install unity


And this:



export DISPLAY=:0.0
sudo dconf reset -f /org/compiz/
setsid unity


After "setsid unity" there is flood of text mostly about compiz core loading and starting plugins. After loading and starting unirtyshell plugin the last lines are:



 WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot open shared object file: No such file or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


But sometimes I get these slightly different warnings/errors with the same commands as above:



(process:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43 [this was repeatyed 

WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot ope[part missing]ed object file: No such link or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


After that I tried this:



export DISPLAY=:0.0
unity --replace [or] unity --reset-icons


But I just get the same error/warning messages as with setsid unity



And this one:



unity --reset


I get ERROR: the reset option is now deprecated



And



rm -rf ~/.config/compiz-1/compizconfig/*


Does nothing



This is really annoying.



UPDATE 1:
I tried the suggestion of Andrea and added nomodeset parameter in command line in GRUB. (I followed the instructions given by fossfreedom here)



Unfortunatetly it didn't work, I get exactly the same view as earlier. But I realised that this means that the card and/or driver is not working. I also noticed the resolution of the folder I ccreated is quite low, so I guess this also means the graphics card somehow is not working. So I guess the problem is with the card and/or driver?



UPDATE 2:



I installed 12.04.05 version. Now I can see the top bar and launcher on the left side of the screen, but Unity is frozen. I installed nvidia 173 drivers, but it just got worse. More details here.










share|improve this question
















I installed Ubuntu 14.04.01 LTS as a dual boot installation (the other OS is Win XP with SP 3), but when I log in there is nothing on the desktop, just the background.



My computer: Intel D865PERL, Pentium 4 CPU (3 Ghz), 3 Gb RAM, and NVIDIA Quadro FX 500/600 graphics card. I have a harddrive with two partitions: one for the XP and one for Ubuntu and it's partitions.



At first there was just black screen but I fixed that by installing the Nvidia driver (version 173.14.36) via tty.
To my disappointment that didn't help much, since now only the cursor and the background are visible after logging in. No launcher, no top menu bar, nothing. When I click the right mouse button I get the menu and I can create a new folder which is visible. I can access the tty by pressing Ctrl-Alt-F1



I have reinstalled Ubuntu once, but it didn't help. I have also updated it.



What shoud I do? Should I install an older version of Ubuntu?
I have no idea what is the cause of the problem. Since this doesn't seem to be a common problem could it be caused by my graphics card or by some other part of hardware?



This is my first time have been using Ubuntu or any linux OS.



I have been looking for help from different forums.
I tried this but it didn't help:



sudo apt-get update 
sudo apt-get install ubuntu-desktop
sudo apt-get install unity


And this:



sudo dpkg-reconfigure xserver-xorg
sudo service lightdm stop
sudo service lightdm start


And this:



sudo apt-get install compizconfig-settings-manager
export DISPLAY=:0
ccsm


After which I pressed Ctrl-Alt-F7 and enabled "Ubuntu Unity plugin" but it didn't help



And I have tried this:



sudo apt-get install –-reinstall ubuntu-desktop
sudo apt-get install unity


And this:



export DISPLAY=:0.0
sudo dconf reset -f /org/compiz/
setsid unity


After "setsid unity" there is flood of text mostly about compiz core loading and starting plugins. After loading and starting unirtyshell plugin the last lines are:



 WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot open shared object file: No such file or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


But sometimes I get these slightly different warnings/errors with the same commands as above:



(process:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43 [this was repeatyed 

WARN [date&time] unity.screen UScreen.cpp:114 UScreen::GetMonitorName: Failed to get monitor name for monitor0

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.Shell' yet as we don't have connection, waiting for it...

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43

(compiz:2259): dconf-WARNING **: failed to commit changes to dconf: Error spawning command line 'dbus launch --autolaunch=2c1ca3459751dc3dd92e131553fb7ce5[part missing]ary_syntax --close-stderr': Child process killed by signal 43
ERROR [date&time] unity.debug.interface DebugDBusInterface.cpp:216 Unable to loadf entry point in libxpathselect: libxpathselect.so.1.4: cannot ope[part missing]ed object file: No such link or directory
ERROR [date&time] unityo (appinfo2) <unknown>:0 g_file_monitor_set_rate_limit: assertion 'G_IS_FILE_MONITOR (monitor) ' failed
ERROR [date&time] unity.launcher.icon.trash TrashLauncherIcon.cpp:66 Could not create file monitor for trash uri: Operation not supported
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.can onical.Unity.Launcher' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Dash' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.SessionManager.EndSessionDialog' yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'com.canonical.Unity.Session yet as we don't have connection, waiting for it...
WARN [date&time] unity.glib.dbus.server GlibDBusServer.cpp:579 Can't register object 'org.gnome.ScreenSaver' yet as we don't have connection, waiting for it...
compiz (opengl) - error: FBO is incomplete: GL:FRAMEBUFFER UNSUPPORTED (0x8cdd)"
Segmentation fault (core dumped)


After that I tried this:



export DISPLAY=:0.0
unity --replace [or] unity --reset-icons


But I just get the same error/warning messages as with setsid unity



And this one:



unity --reset


I get ERROR: the reset option is now deprecated



And



rm -rf ~/.config/compiz-1/compizconfig/*


Does nothing



This is really annoying.



UPDATE 1:
I tried the suggestion of Andrea and added nomodeset parameter in command line in GRUB. (I followed the instructions given by fossfreedom here)



Unfortunatetly it didn't work, I get exactly the same view as earlier. But I realised that this means that the card and/or driver is not working. I also noticed the resolution of the folder I ccreated is quite low, so I guess this also means the graphics card somehow is not working. So I guess the problem is with the card and/or driver?



UPDATE 2:



I installed 12.04.05 version. Now I can see the top bar and launcher on the left side of the screen, but Unity is frozen. I installed nvidia 173 drivers, but it just got worse. More details here.







unity 14.04 nvidia compiz






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:24









Community

1




1










asked Aug 28 '14 at 18:43









Leo Van AerschotLeo Van Aerschot

2114




2114








  • 2





    It seems you've already tried many good ideas. One last try: when you are at GRUB, edit the command line and add the nomodeset parameter. Then see if you can at least see something in low resolution.

    – Andrea Lazzarotto
    Aug 28 '14 at 18:46














  • 2





    It seems you've already tried many good ideas. One last try: when you are at GRUB, edit the command line and add the nomodeset parameter. Then see if you can at least see something in low resolution.

    – Andrea Lazzarotto
    Aug 28 '14 at 18:46








2




2





It seems you've already tried many good ideas. One last try: when you are at GRUB, edit the command line and add the nomodeset parameter. Then see if you can at least see something in low resolution.

– Andrea Lazzarotto
Aug 28 '14 at 18:46





It seems you've already tried many good ideas. One last try: when you are at GRUB, edit the command line and add the nomodeset parameter. Then see if you can at least see something in low resolution.

– Andrea Lazzarotto
Aug 28 '14 at 18:46










1 Answer
1






active

oldest

votes


















0














Try another version of ubuntu, maybe 13 beacuse the version you are using needs 64 bit architecture and i don't think p4 is 64 bit. So try to install another version, it might help you.






share|improve this answer
























  • When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

    – Leo Van Aerschot
    Aug 31 '14 at 6:31











  • Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

    – Dhruv Narang
    Aug 31 '14 at 6:34











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f517262%2funity-not-working-in-14-04-01-lts-blank-desktop%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Try another version of ubuntu, maybe 13 beacuse the version you are using needs 64 bit architecture and i don't think p4 is 64 bit. So try to install another version, it might help you.






share|improve this answer
























  • When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

    – Leo Van Aerschot
    Aug 31 '14 at 6:31











  • Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

    – Dhruv Narang
    Aug 31 '14 at 6:34
















0














Try another version of ubuntu, maybe 13 beacuse the version you are using needs 64 bit architecture and i don't think p4 is 64 bit. So try to install another version, it might help you.






share|improve this answer
























  • When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

    – Leo Van Aerschot
    Aug 31 '14 at 6:31











  • Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

    – Dhruv Narang
    Aug 31 '14 at 6:34














0












0








0







Try another version of ubuntu, maybe 13 beacuse the version you are using needs 64 bit architecture and i don't think p4 is 64 bit. So try to install another version, it might help you.






share|improve this answer













Try another version of ubuntu, maybe 13 beacuse the version you are using needs 64 bit architecture and i don't think p4 is 64 bit. So try to install another version, it might help you.







share|improve this answer












share|improve this answer



share|improve this answer










answered Aug 31 '14 at 6:10









Dhruv NarangDhruv Narang

35726




35726













  • When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

    – Leo Van Aerschot
    Aug 31 '14 at 6:31











  • Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

    – Dhruv Narang
    Aug 31 '14 at 6:34



















  • When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

    – Leo Van Aerschot
    Aug 31 '14 at 6:31











  • Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

    – Dhruv Narang
    Aug 31 '14 at 6:34

















When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

– Leo Van Aerschot
Aug 31 '14 at 6:31





When downloading 14.04.01 it is possible to choose 32 or 64 bit version (I downloaded 32 bit version). So I think the 32/64 bit is not the issue here.

– Leo Van Aerschot
Aug 31 '14 at 6:31













Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

– Dhruv Narang
Aug 31 '14 at 6:34





Okay, that's a most recent update that they have provided 32 bit also, but still you try an older version, it will probably solve your problem.

– Dhruv Narang
Aug 31 '14 at 6:34


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f517262%2funity-not-working-in-14-04-01-lts-blank-desktop%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?