LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-18-2014, 04:52 AM   #1
teleguy
LQ Newbie
 
Registered: May 2014
Posts: 17

Rep: Reputation: Disabled
UI partially invisible


I recently upgraded from Lubuntu 13.10 to 14.04. Since then parts of the user interface either become invisible or barely visible when I move the mouse. I would post screenshots but none of the methods for taking screenshots in Linux I found on the web seem to work.

I also got a different problem with the trash not working that existed already before the upgrade. I started with this message when I tried to delete something:
Couldn't create folder some path\trash -no authorisation
or something similar.
But now I get a different message about trash not supporting certain underlying filesystems everytime I try to delete something.

Any ideas how I can fix that?
Attached Thumbnails
Click image for larger version

Name:	2014-06-18-120912_1024x768_scrot.png
Views:	23
Size:	178.2 KB
ID:	15741   Click image for larger version

Name:	2014-06-18-121908_1024x768_scrot.png
Views:	20
Size:	106.2 KB
ID:	15742  

Last edited by teleguy; 06-18-2014 at 05:25 AM.
 
Old 06-18-2014, 06:55 AM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
For the trash problem have you tried to remove the items in trash using the command line:
Code:
cd $HOME/.local/share/Trash/files
# And then any of:
rm -f *
rm -rf *
sudo rm -rf *
If it's not in the .local/share directory, then see if .Trash is just at your $HOME level, it should be at the .local/share level though for Ubuntu.
 
Old 06-23-2014, 05:59 AM   #3
teleguy
LQ Newbie
 
Registered: May 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
That folder doesn't exist.
 
Old 06-23-2014, 06:37 AM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Best I can recommend is to make sure you grab a copy of your data files and consider performing a full re-install. Or if you have space, try a clean install onto that extra space. Looks like the display manager and it's settings are all messed up.

There are some ways to try to reset unity though, maybe try that once. I'd browse the Ubuntu forums, my first guess is:
Code:
sudo dpkg-reconfigure compiz
But if you view questions on the topic you'll see a variety of fix suggestions like removing all the sub-directories related to gnome. This is why I recommend a clean install first.
 
Old 06-24-2014, 04:50 AM   #5
teleguy
LQ Newbie
 
Registered: May 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Ok, I did a clean reinstall. That fixed the problem with the trash folder. However the issue with the invisible icons and menu items is still there. This interface corruption was already present when I booted from the Lubuntu 14.04 CD. I tried
Code:
sudo dpkg-reconfigure compiz
but it says compiz is not installed.

Also a new problem has appeared. I can no longer get Google Chrome to work. This is the error message I'm getting:

[0624/113908:ERROR:nacl_helper_linux.cc(236)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly

Last edited by teleguy; 06-24-2014 at 04:55 AM.
 
Old 06-24-2014, 06:34 AM   #6
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
I don't know about that Chrome problem, and the display problem is bad enough. I'd try a different distribution via a live USB or CD/DVD and see if you can get a proper desktop, perhaps MINT Debian and note that regular MINT is Ubuntu based therefore if your system has problems with Ubuntu, just grabbing the default MINT may not be helpful. Not liking the fact that a default distribution has this level of problems, therefore I'm not really a proponent of fixing two or more major problems. One wonders how well it will stand the test of time on your system. None of these problems are small things: no ability to empty trash, display messed up, can't run a major browser; if a clean install didn't make it 99% better then I'd try out other distros and look for ones not similarly based with Ubuntu.

You might also want to post your system specs and if someone has experience with the particular system you're installing on, then they can chime in with some thoughts.
 
Old 06-24-2014, 11:31 AM   #7
teleguy
LQ Newbie
 
Registered: May 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
It's a P III/Celeron 1200 MHz with 1 GB Ram and a Geforce 4 mx. The display corruption seems to be a driver issue. I tried installing the proprietory Nvidia driver but the latest stable version doesn't support this gpu so it get's ignored. As far as I can tell the system doesn't load any videodriver at all now. Anyway this fixed the display problems and so far the only downside seems to be a more primitive bootscreen. Before that Lubuntu was using the nouveau driver which apparently caused issues.

I already had the same Chrome error with Lubuntu 13.10 but Chrome started working after I had upgraded to 14.04. Maybe something else is missing that Chrome requires to run?
 
Old 06-24-2014, 12:03 PM   #8
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
I would search for a distribution which has been found to work with your processor; and you may have to grab an older distribution.

Maybe this was your question from another forum, some suggestions Here.
 
Old 06-24-2014, 04:58 PM   #9
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
You should have a directory
Code:
$HOME/.local/share/
It will have a sub-directory called Trash or perhaps Trash-1000 or similar.
Delete the Trash (or similar) directory and all its contents.
It will be recreated next time you need to hold some Trash.

If you are doing this from a GUI you can just delete the Trash directory - you will be warned that the contents will be permanently lost.
Accept this.
 
Old 06-26-2014, 04:16 AM   #10
teleguy
LQ Newbie
 
Registered: May 2014
Posts: 17

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by rtmistler View Post
I would search for a distribution which has been found to work with your processor; and you may have to grab an older distribution.

Maybe this was your question from another forum, some suggestions Here.
Thing is before I installed Lubuntu I did a web search for Pentium III + Linux and I found a lot of forum posts from people either recommending Lubuntu or saying they're using it with a P III cpu and it's working fine.

@JeremyBoden
Thanks for the reply but the trash problem was already fixed by reinstalling Lubuntu.



Does anyone know how to install the Nvidia 96.xx legacy drivers?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Regarding partially encrypted connections hydraMax Linux - Security 5 11-26-2011 07:57 PM
Keyboard 'partially' freezes cygpen Linux - Newbie 9 09-08-2011 10:44 AM
Beryl Partially Working cdm710 Linux - Software 3 03-15-2007 03:39 PM
Sound available only partially for some users SadPenguin Linux - Software 2 03-23-2005 06:15 PM
Getting linux on a partially crippled pc... itor66 Linux - Newbie 8 06-19-2003 11:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration