![]() |
Defrag - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26) +--- Thread: Defrag (/showthread.php?tid=3286) |
Re: Defrag - firenice03 - 09-08-2016 To me... That sounds more related to the graphics driver... Shadowed/delayed/ghosted images, more so as if the the video is refreshing slower.. If you wanted to update the video driver, I would make a systemback backup as the first thing.. If the updated driver doesn't work you can easily revert back. Give the manual a read https://www.linuxliteos.com/manual/hardware.html#graphics Then you could check in the Install Drivers (type from menu) to see if any better drivers are available.. (listed in the manual) As well as searching the forums for ATI or AMD or Radeon for hits.. Re: Defrag - then00b - 09-09-2016 (09-08-2016, 07:30 PM)firenice03 link Wrote: To me... That sounds more related to the graphics driver... Shadowed/delayed/ghosted images, more so as if the the video is refreshing slower.. This is what I got on additional drivers: ![]() sudo lshw -C display result: Code: *-display Re: Defrag - firenice03 - 09-09-2016 An additional thought... Have you configured/added any additional graphical themes/functionality - Compiz etc..?? - If so, perhaps setting back to a LL default config to confirm if issue persists.. Here are a couple threads regarding AMD and LL that may enlighten.. https://www.linuxliteos.com/forums/start-up-and-shutdown/shutdown-problems-andor-sluggish-system-w-amd-graphics/msg20292/#msg20292 https://www.linuxliteos.com/forums/video-cards/amd-drivers-which-to-use/msg24811/#msg24811 Re: Defrag - then00b - 09-10-2016 (09-09-2016, 01:32 PM)firenice03 link Wrote: An additional thought... I need help! Please! I've tried this: http://ajreissig.com/eliminate-screen-tearing-amd-graphics/ I did it accordingly. But, after the last part. I reboot it and it supposed to boot normally but now its all black screen. Please help! Re: Defrag - firenice03 - 09-10-2016 Try after it has boots to the blank screen... Press CTRL + ALT + F1 You should come up to a tty1 screen prompting for login... Do so.. You will be at a command prompt... From there try the commands suggested to revert: After reboot, you will find screen tearing has been eliminate. If you wish to revert the changes, open the terminal and add the following: Code: sudo rm /etc/X11/xorg.conf.d/20-amd.conf Code: sudo reboot Re: Defrag - gold_finger - 09-10-2016 ********************************************************************************************************************************* EDIT: firenice03 responded before I finished and posted this. Try that solution first -- it's easier than my instructions below, but is doing exactly the same thing. ********************************************************************************************************************************* I don't know a lot about fixing graphic card issues, (so can't be much help with that), but I can help you reverse what you did according to that link. Hopefully you still have the live install dvd/usb that you used to install LL. If not, make another. Boot computer with your live dvd/usb. Open a terminal and enter this command to list the partitions on your hard drive. Code: sudo parted -l Find your LL root partition and make note of which partition it is (eg. /dev/sda1, /dev/sda5, etc.). Assuming you did a standard installation that results in one root partition and one swap partition, just look for the partition that shows "ext4" under the "File system" column of the output. If you have a root/home/swap setup, you'll see two with "ext4". The smaller of the two partitions will be the root partition in that case (unless you have a very strange setup). Substitute your correct partition in place of my example of /dev/sdXY in the command below. (X is the drive letter -- eg. a,b,c -- Y is the partition number -- 1,2,3. Command will mount the root partition to the live environment so you can get to the file you made from that tutorial. Code: sudo mount /dev/sdXY /mnt Now we'll just delete the file you made in tutorial so it doesn't get used on further boots. Enter this command to do that. Code: sudo rm /mnt/etc/X11/xorg.conf.d/20-amd.conf Now unmount the partition with this command. Code: sudo umount /mnt Shutdown, remove live dvd/usb, boot back up and should be back to way it was before that change. Re: Defrag - then00b - 09-10-2016 (09-10-2016, 01:19 PM)firenice03 link Wrote: Try after it has boots to the blank screen... I put my username and password correctly but it still incorrect. What to do? Re: Defrag - firenice03 - 09-10-2016 Quote:I put my username and password correctly but it still incorrect. What to do? Incorrect password? Type password into login, confirm correct - - perhaps a numlock issue ****************************** A second thought I had... And not to step on gold_fingers fingers lol... If you can get to the tty and you did make a systemback backup.. The following command will initiate the systemback command line interface... Code: sudo systemback-cli Choose the restore point and follow prompts... Re: Defrag - then00b - 09-10-2016 It didn't work, still incorrect. No command prompt as well. I didn't back it up, ![]() Re: Defrag - firenice03 - 09-10-2016 If can't access the tty - try gold_fingers suggestion ... |