Search found 910 matches
- Mon Jul 06, 2020 3:15 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
Re: Support, Screen Tearing.
my OS was working fine ( no lagging, everything was smooth..), one day I was playing a game and my pc suddenly shuts down, and I couldn't boot anymore and that's where the problem started. From that point I could only boot with nomodeset Perhaps it is broken. How does it perform in the live ...
- Mon Jul 06, 2020 3:01 pm
- Forum: Installation
- Topic: uefi
- Replies: 6
- Views: 1690
Re: uefi
It is possible to enable UEFI support in a non-UEFI system if you would prefer not to reinstall, let us know if you need instructions.
- Mon Jul 06, 2020 2:55 pm
- Forum: Software / Configuration
- Topic: Installing TexLive in MXlinux 19
- Replies: 3
- Views: 1149
Re: Installing TexLive in MXlinux 19
the terminal command: perl install-tl -gui fails to start the gui version of the installer You need the graphical toolkit: sudo apt install tk But note that the repositories contain a (slightly older) full version of TexLive, which may be preferable. EDIT: I think MX should replace LibreOffice with ...
- Sun Jul 05, 2020 5:07 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
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?
- Sun Jul 05, 2020 4:56 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
Re: Support, Screen Tearing.
Okay, now reboot and select kernel 4.19 from the "Advanced Options" boot sub-menu.
- Sun Jul 05, 2020 4:40 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
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
- Sun Jul 05, 2020 4:10 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
Re: Support, Screen Tearing.
Please post actual text (using code tags ) rather than pictures of text. Kernel modesetting has been disabled but your card needs that. Run these commands: sudo rm {/usr,}/lib/modprobe.d/no-mode-set.conf sudo update-initramfs -u -k all Then reboot and check the 'lspci -k' output again, it should now ...
- Sun Jul 05, 2020 4:00 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
Re: Support, Screen Tearing.
Can we also see the output of
Code: Select all
lspci -k | grep -iA3 'vga'
grep -Ri 'radeon\|amdgpu' {/etc,{/usr,}/lib}/modprobe.d
- Sun Jul 05, 2020 3:51 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534
Re: Support, Screen Tearing.
Code: Select all
sudo rm /etc/X11/xorg.conf.d/10-tearfree.conf
- Sun Jul 05, 2020 3:44 pm
- Forum: Software / Configuration
- Topic: Support, Screen Tearing.
- Replies: 66
- Views: 4534