Answer the question
In order to leave comments, you need to log in
Can't change screen resolution on Ubuntu 20.04. How to solve the problem?
I can't change the screen resolution in the settings and through the terminal using xrandr. What should I do? Processor: intel core i5, nvidia 1050ti graphics card.
Answer the question
In order to leave comments, you need to log in
Technical details are needed to solve this problem:
1. The type of driver installed.
2. Desktop shell.
The driver nouveau
that comes with Ubuntu and Debian allows you to make only minimal settings. You may not have it installed at all, just like the proprietary one.
If you are using Nvidia's proprietary driver, make sure the driver nouveau
is blacklisted as well. For this:
/etc/modprobe.d/
nvidia-blacklists-nouveau.conf
, nvidia-kernel-common.conf
try reinstalling the proprietary driver.sudo apt-get purge nvidia-driver --yes && \
sudo update-initramfs -u
sudo apt-get install nvidia-driver nvidia-xconfig --yes && \
sudo update-initramfs -u
nouveau
, and the proprietary driver is installed, create the file blacklist.conf
or add a line to it if it already exists:blacklist nouveau
sudo update-initramfs -u
/etc/X11/xorg.conf
and create a new one using the utility nvidia-xconfig
: sudo nvidia-xconfig
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question