Support, Screen Tearing.
Re: Support, Screen Tearing.
In fact, there seems to be no typo in the commands to delete, but can you have a look there with the file manager for such files?
And do you still have the default kernel 4.19 ? Or have you tried any other kernels?
Maybe installing another kernel from MX Package Installer (Popular Apps tab) .. say 5.4 .. or 5.2 .. 5.1 and booting with that helps ...
And do you still have the default kernel 4.19 ? Or have you tried any other kernels?
Maybe installing another kernel from MX Package Installer (Popular Apps tab) .. say 5.4 .. or 5.2 .. 5.1 and booting with that helps ...
Re: Support, Screen Tearing.
I've tried 5.6 kernel. There is no "no-mode-set.conf
Re: Support, Screen Tearing.
Yes, 5.6 is the current one.. Can you install and boot with 5.4 ?
(After installation it will be in sub-menu on Grub .. "advanced boot options")
(After installation it will be in sub-menu on Grub .. "advanced boot options")
- Head_on_a_Stick
- Posts: 919
- Joined: Sun Mar 17, 2019 3:37 pm
Re: Support, Screen Tearing.
If the no-mode-set.conf files are gone then try rebuilding the initramfs:
Code: Select all
sudo update-initramfs -u -k all
mod note: Signature removed, please read the forum rules
Re: Support, Screen Tearing.
Kernel 5.4 boots to black screen.
Re: Support, Screen Tearing.
Code: Select all
$ sudo update-initramfs -u -k all
[sudo] password for dadacs:
update-initramfs: Generating /boot/initrd.img-5.6.0-2-amd64
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168fp-3.fw for module r8169
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
I: The initramfs will attempt to resume from /dev/sdc3
I: (UUID=f1cc6165-2eb4-4075-b7b5-e02ed33e495e)
I: Set the RESUME variable to override this.
update-initramfs: Generating /boot/initrd.img-5.4.0-4-amd64
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8125a-3.fw for module r8169
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
I: The initramfs will attempt to resume from /dev/sdc3
I: (UUID=f1cc6165-2eb4-4075-b7b5-e02ed33e495e)
I: Set the RESUME variable to override this.
update-initramfs: Generating /boot/initrd.img-4.19.0-9-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
I: The initramfs will attempt to resume from /dev/sdc3
I: (UUID=f1cc6165-2eb4-4075-b7b5-e02ed33e495e)
I: Set the RESUME variable to override this.
- Head_on_a_Stick
- Posts: 919
- Joined: Sun Mar 17, 2019 3:37 pm
Re: Support, Screen Tearing.
Okay, now reboot and select kernel 4.19 from the "Advanced Options" boot sub-menu.
mod note: Signature removed, please read the forum rules
Re: Support, Screen Tearing.
It boots to black screen.
- Head_on_a_Stick
- Posts: 919
- Joined: Sun Mar 17, 2019 3:37 pm
Re: Support, Screen Tearing.
Can you switch to a console screen with <ctrl>+<alt>+F3? Does applying radeon.modeset=0 as a kernel parameter get you to the desktop again?
mod note: Signature removed, please read the forum rules
Re: Support, Screen Tearing.
Maybe the file causes that if it's existing, without deleting :
Reboot to 4.19 then 5.4 then 5.6
Code: Select all
sudo mv /etc/X11/xorg.conf.d/10-tearfree.conf /etc/X11/xorg.conf.d/10-tearfree.conf.old
Last edited by Huckleberry Finn on Sun Jul 05, 2020 5:10 pm, edited 1 time in total.