ALL text/desktop corrupted - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: ALL text/desktop corrupted (/showthread.php?tid=1083) Pages:
1
2
|
ALL text/desktop corrupted - Monkeyman - 11-11-2014 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) Re: ALL text/desktop corrupted!!! - Valtam - 11-11-2014 Do you have any concerns over possibly faulty hardware? Are there any drivers to install via Menu, Settings, Install drivers? Re: ALL text/desktop corrupted - bitsnpcs - 11-11-2014 Hello, you can place a screenshot image on the forum by uploading it to an image host - Tinypic (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. Re: ALL text/desktop corrupted - rokytnji - 11-11-2014 Is this what you are seeing? http://i.imgur.com/rjJxd.jpg Are you running nvidia? Code: $ inxi -G will reveal all. Or a uploaded system report. Re: ALL text/desktop corrupted!!! - Monkeyman - 11-12-2014 (11-11-2014, 05:33 AM)Valtam link Wrote: 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. 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 Re: ALL text/desktop corrupted - Valtam - 11-12-2014 So nothing in Menu, Settings, Install drivers? Re: ALL text/desktop corrupted - Monkeyman - 11-12-2014 (11-12-2014, 09:37 AM)Valtam link Wrote: 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. Re: ALL text/desktop corrupted - rokytnji - 11-12-2014 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. Re: ALL text/desktop corrupted - N4RPS - 11-12-2014 Hello! (11-12-2014, 01:39 PM)rokytnji link Wrote: Wait from one of the Linux-Lite regular members to tell you how to install the proprietary nvidia driver A CLI-initiated fix beats none at all... 73 DE N4RPS Rob Re: ALL text/desktop corrupted - rokytnji - 11-12-2014 (11-12-2014, 01:44 PM)N4RPS link Wrote: Hello! A CLI-initiated fix beats none at all... 73 DE N4RPS Rob [/quote] Ok. I booted into init3 boot under advanced boot settings. Then Code: sudo apt-get update Let it finish then Code: sudo apt-get install nvidia-current Let it finish. Then Code: 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 I'd check your repos 1st monkeyman to make sure you don't already have edgers ppa already installed 1st with Code: inxi -r 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. |