Very Slow Software Startup - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Very Slow Software Startup (/showthread.php?tid=934) |
Very Slow Software Startup - Duckeenie - 10-01-2014 First of all it only seems right that I begin by saying thanks for what appears to be a wonderful distro so far, please keep up the good work. I do however have the following problem that I hope somebody can help with: When I run "Install additional software" and "NTFS configuration tool" both take around 3-5 minutes before they are visible and ready to use, during the wait the system is also very unresponsive. All the other programs I've tried seem to work perfectly. Any ideas? Anything I can do to troubleshoot further? PS: I just noticed it exhibits the same behavior when login out, in fact it consistently takes 2:37 secs. Shutting down from the terminal works fine. [attachment deleted by admin, more than 25 days old] Re: Very Slow Software Startup - rokytnji - 10-01-2014 First thing that shoots out at me Code: 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XT [Radeon HD 7790/8770 / R9 260 OEM] Code: 302817 5 ttm,drm_kms_helper,radeon I am guessing you are using the open source radeon driver. To be sure. Code: lspci -nnk | grep -iA2 vga Mine as a example Code: ]$ lspci -nnk | grep -iA2 vga Code: top in terminal will also give you a idea of what is being resource hogs on your system. Re: Very Slow Software Startup - Duckeenie - 10-01-2014 Hello rokytnji, Thanks for you for your help. I think you're on the right track. I am using the open source driver for my video card. I ran top as you suggested and it seems that Xorg is using 100% CPU. Where do we go from here? Re: Very Slow Software Startup - Duckeenie - 10-01-2014 Taking cues from rokytnji I decided to just install the propritary driver and it solved my problem. Re: Very Slow Software Startup - rokytnji - 10-01-2014 Sorry, I had to step out for a bit. I run my own motorcycle shop. Glad you got it sorted. |