Linux Lite Forums

Software - Support => Installing Linux Lite => Topic started by: Monkeyman on November 10, 2014, 10:49:48 PM

Title: ALL text/desktop corrupted
Post by: Monkeyman on November 10, 2014, 10:49:48 PM
After a while powered up (anywhere from a few hours to a few days), things start to get corrupted.  First (usually), it's random text.  Soon, it's ALL text (in and out of a browser) and finally, it's EVERYTHING including the desktop (it will show corrupted images of "stuff", usually from my last browser session.  This time, everything was jacked up except the toolbar.  A quick reboot and everything is fine again.....until next time.  The last time I played around with Linux (Ubuntu, I think), the same thing happened (on my SSD....I'm using a HDD this time) and I reinstalled Windows as nobody could figure it out.  It's not allowed to attach a screenshot but I have one if someone can figure out how to get it.  If this keeps up, I'll go back to Windows again.  (2 different HDDs (1HDD, 1SSD), same computer, different distros)
Title: Re: ALL text/desktop corrupted!!!
Post by: Jerry on November 11, 2014, 12:33:22 AM
Do you have any concerns over possibly faulty hardware? Are there any drivers to install via Menu, Settings, Install drivers?
Title: Re: ALL text/desktop corrupted
Post by: bitsnpcs on November 11, 2014, 12:52:01 PM
Hello,
you can place a screenshot image on the forum by uploading it to an image host  -
Tinypic (http://tinypic.com/) (or similar website), upload your image and copy/paste the resulting 'IMG' tagged link into your post.
If the site you use does not add the IMG tags you can either type these yourself.
or
Click the 'insert image' icon , which is located above the editing window, to the left.
Title: Re: ALL text/desktop corrupted
Post by: rokytnji on November 11, 2014, 01:03:20 PM
Is this what you are seeing?

http://i.imgur.com/rjJxd.jpg

Are you running nvidia?

Code: [Select]
$ inxi -G
Graphics:  Card: Intel Mobile 4 Series Integrated Graphics Controller
           Display Server: X.Org 1.15.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: [email protected]
           GLX Renderer: Mesa DRI Mobile Intel GM45 Express x86/MMX/SSE2
           GLX Version: 2.1 Mesa 10.1.3

will reveal all.  Or a uploaded system report.
Title: Re: ALL text/desktop corrupted!!!
Post by: Monkeyman on November 12, 2014, 01:40:25 AM
Do you have any concerns over possibly faulty hardware? Are there any drivers to install via Menu, Settings, Install drivers?

Other than a possibly worn out PSU (which I'm beginning to doubt), not really although anything's possible.  I think everything's updated.  This just started recently, never happened with Windows but did happen with my last Linux distro.  If it's a hardware issue, I'd like some suggestions.

Here's the pic.  Thanks, bitsnpcs for reminding me how to post a pic.  Stupid me.

(http://i59.tinypic.com/xeh3wx.png)

rokytnji --- Looks nothing like that.  Yes, on nvidia.  Here's what I got (had to install inxi...no idea what it is but I trust you):

Graphics:  Card: NVIDIA GF116 [GeForce GTS 450 Rev. 2]
           X.Org: 1.15.1 drivers: nouveau (unloaded: fbdev,vesa) Resolution: [email protected], [email protected]
           GLX Renderer: Gallium 0.4 on NVCF GLX Version: 3.0 Mesa 10.1.3
Title: Re: ALL text/desktop corrupted
Post by: Jerry on November 12, 2014, 04:37:50 AM
 So nothing in Menu, Settings, Install drivers?
Title: Re: ALL text/desktop corrupted
Post by: Monkeyman on November 12, 2014, 05:49:19 AM
So nothing in Menu, Settings, Install drivers?

I haven't installed any new drivers lately, if that's your question.  It shows I'm using X.Org X server instead of the Nvidia drivers, if that makes a difference.
Title: Re: ALL text/desktop corrupted
Post by: rokytnji on November 12, 2014, 08:39:27 AM
Yeah, you are probably suffering suffering from the nouveau bug with certain nvidia video chips.

I have had it happen to me also on certain desktop computers with nvidia and nouveau.

Wait from one of the Linux-Lite regular members to tell you how to install the proprietary nvidia driver
the Linux Lite way. I fixed mine via command line outside of X which is kind of frowned upon here
in this forum. My linux lite gear runs intel video so I never ran into this issue.






Title: Re: ALL text/desktop corrupted
Post by: N4RPS on November 12, 2014, 08:44:52 AM
Hello!

Wait from one of the Linux-Lite regular members to tell you how to install the proprietary nvidia driver
the Linux Lite way. I fixed mine via command line outside of X which is kind of frowned upon here
in this forum.

A CLI-initiated fix beats none at all...

73 DE N4RPS
Rob
Title: Re: ALL text/desktop corrupted
Post by: rokytnji on November 12, 2014, 11:35:11 AM
Hello!

Wait from one of the Linux-Lite regular members to tell you how to install the proprietary nvidia driver
the Linux Lite way. I fixed mine via command line outside of X which is kind of frowned upon here
in this forum.

A CLI-initiated fix beats none at all...

73 DE N4RPS
Rob

Ok. I booted into init3 boot under advanced boot settings. Then

Code: [Select]
sudo apt-get update
Let it finish

then

Code: [Select]
sudo apt-get install nvidia-current
Let it finish.

Then

Code: [Select]
sudo shutdown -r now
to reboot. Problem solved for me.

Edit; more info here because I added the edgers repo to my Ubuntu 14.04LTS minimal iso install repositories.

http://www.binarytides.com/install-nvidia-drivers-ubuntu-14-04/

Quote
3. Setup the xorg-edgers ppa

The xorg-edgers ppa provides the very latest nvidia drivers. Run the following commands to set it up.

$ sudo add-apt-repository ppa:xorg-edgers/ppa -y
$ sudo apt-get update

Now the ppa is setup and the package information is also updated.

I'd check your repos 1st monkeyman to make sure you don't already have edgers ppa already installed 1st with

Code: [Select]
inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
           deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
           deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
           deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
           deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
           deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
           deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
           deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
           deb http://security.ubuntu.com/ubuntu trusty-security main restricted
           deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
           deb http://security.ubuntu.com/ubuntu trusty-security universe
           deb-src http://security.ubuntu.com/ubuntu trusty-security universe
           deb http://security.ubuntu.com/ubuntu trusty-security multiverse
           deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
           deb http://archive.canonical.com/ trusty partner
           deb http://repo.linuxliteos.com/linuxlite/ beryl main
           Active apt sources in file: /etc/apt/sources.list.d/dropbox.list
           deb http://linux.dropbox.com/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/ehoover-compholio-trusty.list
           deb http://ppa.launchpad.net/ehoover/compholio/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/google-chrome-beta.list
           deb http://dl.google.com/linux/chrome/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/google-talkplugin.list
           deb http://dl.google.com/linux/talkplugin/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/libreoffice-ppa-trusty.list
           deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/mumble-release-trusty.list
           deb http://ppa.launchpad.net/mumble/release/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/noobslab-icons-trusty.list
           deb http://ppa.launchpad.net/noobslab/icons/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/otto-kesselgulasch-gimp-trusty.list
           deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/steam.list
           deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
           deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
           Active apt sources in file: /etc/apt/sources.list.d/team-xbmc-ppa-trusty.list
           deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu trusty main
           Active apt sources in file: /etc/apt/sources.list.d/ubuntu-wine-ppa-trusty.list
           deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main


Other members feel free to reply as mine was done on a Minimal Ubuntu 14.04LTS "Icewm" Desktop computer and
my way may not apply to how Linux-Lite Handles a Nouveua and Nvidia xorg glitch.
Title: Re: ALL text/desktop corrupted!!!
Post by: gold_finger on November 12, 2014, 07:59:26 PM
Graphics:  Card: NVIDIA GF116 [GeForce GTS 450 Rev. 2]
           X.Org: 1.15.1 drivers: nouveau (unloaded: fbdev,vesa) Resolution: [email protected], [email protected]
           GLX Renderer: Gallium 0.4 on NVCF GLX Version: 3.0 Mesa 10.1.3

From the output, your Nvidia card is using generic nouveau driver.  Once you install proprietary Nvidia driver the problem should be solved.  Do that by following either terminal method suggested by rokytnji, or just go to Menu -> Settings -> Install Drivers as Valtam said.  If presented with more than one choice for driver, pick one using best judgement, or post a screenshot of window if you want second opinion.  (See here (https://www.linuxliteos.com/forums/index.php?topic=487.msg2469#msg2469) for instructions to post screenshot.)
Title: Re: ALL text/desktop corrupted
Post by: Monkeyman on November 13, 2014, 07:02:11 AM
Here are my options.  Which one should I choose?

(http://i59.tinypic.com/69qq6f.png)
Title: Re: ALL text/desktop corrupted
Post by: gold_finger on November 13, 2014, 05:00:14 PM
I'd go with first option -- version 331.38.  Says "(proprietary, tested)" indicating that it has been "tested" and found to work well, so that's probably best one.  If no good for some reason, run driver search again and pick the second one.

Let us know if that fixes problem.
Title: Re: ALL text/desktop corrupted
Post by: Monkeyman on November 14, 2014, 08:33:19 AM
That would have been my guess but I didn't want to jump the gun.  Thanks.  I'll see if that makes a difference.