Screen resolution is a key parameter that affects image clarity, usability, and even laptop performance. The wrong settings can lead to blurry text, distorted proportions, or even headaches from working long hours. But how do you find the optimal resolution among the dozens of available options? And why sometimes the system does not offer the necessary parameters at all?

In this article we will look at all ways to change screen resolution - from standard Windows settings to hidden commands for Linux. You will learn how bypass driver restrictions, restore original settings after a failure, and even configure non-standard resolutions for older monitors. And also why 1366x768 resolution on a Full HD screen may be more harmful than it seems.

1. Standard method: Windows 10 and 11 settings

On most laptops with Windows You can change the resolution in a few clicks. This method works on 90% of devices, but has limitations - the system shows only those resolutions that are supported by the current video adapter drivers.

To open the settings menu:

  • 🖥️ Right click on empty space on desktop and select Screen Options (Windows 11) or Display options (Windows 10).
  • 🔍 In the section Scale and layout find the drop down list Screen resolution.
  • ⚙️ Select the desired value from the list. The recommended resolution is usually marked with the word (recommended).

If the permission you need is not listed, this could mean:

  • 🚫 The video card driver is outdated or damaged.
  • 🔌 The laptop is connected to an external monitor with different characteristics.
  • 🖥️ You have hybrid graphics (for example, Intel + NVIDIA), and the system is using the wrong adapter.
⚠️ Attention: If after changing the resolution the screen turns black or artifacts appear, wait 15 seconds - the system will automatically return to the previous settings. If this does not happen, click Win + Ctrl + Shift + B to restart the graphics driver.
📊 What OS do you use on your laptop?
  • Windows 10
  • Windows 11
  • macOS
  • Linux
  • Other

2. Advanced settings via NVIDIA/AMD/Intel Control Panel

Standard Windows tools often don't show all available resolutions. If you have a discrete video card (NVIDIA GeForce, AMD Radeon) or integrated graphics Intel HD/UHD, use proprietary utilities for fine tuning.

For NVIDIA:

  1. Right click on the desktop → NVIDIA Control Panel.
  2. Go to Display → Change resolution.
  3. In the section PC select the desired resolution and refresh rate.
  4. Click Apply and confirm the changes.

For AMD Radeon:

  • Open AMD Software via the tray icon.
  • Go to the tab Display.
  • In the section Display Properties select Custom Resolution.
Manufacturer Max. supported resolution Features
NVIDIA (GTX/RTX series) 7680×4320 (8K) G-Sync support, ability to create custom permissions
AMD (RX 5000/6000 series) 7680×4320 (8K) FreeSync, advanced color settings
Intel (UHD Graphics) 4096×2304 (4K) Limitations on older chipsets (up to 8th generation)
⚠️ Attention: On laptops with hybrid graphics (NVIDIA Optimus) some resolutions may not be available when running on an integrated video card. To unlock them, force switch to discrete graphics in Control Panel.

☑️ Preparing to change resolution

Done: 0 / 4

3. Change resolution on macOS (MacBook Air/Pro)

On laptops Apple The logic for working with permissions is different. The system automatically selects the optimal settings, but sometimes manual adjustments are required - for example, for connected external displays or after updating macOS.

To change the resolution:

  1. Open System Settings → Monitors.
  2. While holding Option (⌥), click on the button Scale - this will open hidden permissions.
  3. Select Additionally to adjust the refresh rate (on supported models).

On MacBooks with displays Retina special modes available:

  • 🔍 Default — native resolution (for example, 2560x1600 on a 13-inch MacBook Pro).
  • 🖥️ More space — increased work space due to scale reduction.
  • 📱 Like on iPhone — emulation of mobile device resolution (useful for testing adaptive sites).

If after changing the resolution the text becomes too small, adjust the scale in the same menu. Starting from macOS VenturaApple has added support for dynamic scaling for external displays.

What to do if your MacBook doesn't have the required resolution?

If the connected monitor does not display the native resolution, try:

1. Update macOS to the latest version.

2. Use an adapter that supports DisplayPort 1.4 (for example, for 5K monitors).

3. Reset NVRAM (turn off your Mac, then hold Command+Option+P+R while turning it on for 20 seconds).

4. Linux: change resolution via terminal and GUI

On distributions Linux (Ubuntu, Fedora, Mint) changing resolution may require console work, especially if proprietary drivers are used NVIDIA or AMD. Let's consider both options - graphical and through commands.

Method 1: Through system settings (GUI)

  • 🖥️ Open Settings → Devices → Displays (GNOME/KDE).
  • 🔍 Select a monitor and click on Resolution.
  • ⚙️ If the option you need is not available, install the package arandr for advanced settings:
sudo apt install arandr  # Для Debian/Ubuntu

sudo dnf install arandr # Для Fedora

Method 2: Via terminal (xrandr)

Utility xrandr allows you to manage permissions without a GUI. First check the available modes:

xrandr -q

Then apply the desired resolution (eg 1920x1080 on output eDP-1):

xrandr --output eDP-1 --mode 1920x1080 --rate 60

If the required permission is not in the list, you can add it manually:

cvt 1920 1080 60  # Генерирует Modeline

xrandr --newmode "1920x1080_60.00" [параметры из cvt]

xrandr --addmode eDP-1 "1920x1080_60.00"

xrandr --output eDP-1 --mode "1920x1080_60.00"

⚠️ Attention: On some distributions (for example, Arch Linux) after updating the kernel or configuration drivers xrandr may be reset. To avoid this, add the command to startup via ~/.xprofile.
💡

If after changing the resolution in Linux there is no sound via HDMI, restart the PulseAudio service with the command pulseaudio -k.

5. How to return the original resolution after a failure

The situation when, after experimenting with settings, the screen turns black or displays artifacts is familiar to many. Here's how to get it back up and running without reinstalling the system.

Windows:

  • 🔄 Click Win + Ctrl + Shift + B - this will reload the graphics driver.
  • 🖥️ If the screen is not restored, reboot the laptop into Safe Mode (hold Shift on reboot) and roll back the driver via Device Manager.
  • 📥 As a last resort, use DDU (Display Driver Uninstaller) to completely remove drivers.

macOS:

  • 🔌 Turn off all external displays.
  • 🔄 Reboot your Mac into Safe Mode (hold Shift when turned on).
  • 🖥️ Reset PRAM/NVRAM (combination Command+Option+P+R when loading).

Linux:

  • 🐧 Switch to console (Ctrl + Alt + F1) and delete the configuration files:
rm ~/.config/monitors.xml  # Для GNOME

sudo rm /etc/X11/xorg.conf # Если используется

Then reboot the graphics server:

sudo systemctl restart gdm
OS Reset combination Additional actions
Windows Win + Ctrl + Shift + B Rolling back the driver through Device Manager
macOS Command+Option+P+R Reset PRAM, check DisplayPort cables
Linux (GNOME) Ctrl + Alt + F1 Removal monitors.xml, reboot gdm
💡

If after resetting the settings the resolution is still incorrect, the problem may be in the physical connection of the display (for example, the matrix cable on the laptop is damaged).

6. Non-standard resolutions and custom settings

Sometimes you need to set a resolution that is not in the standard list - for example, for old games, specific applications or non-standard monitors. Let's look at how to do this on different platforms.

Windows: Custom Resolution Utility (CRU)

Utility CRU allows you to add arbitrary permissions to the system registry:

  1. Download CRU and run CRU.exe.
  2. In the section Detailed resolutions click Add.
  3. Specify the width, height, and refresh rate (for example, 1280×960@75Hz).
  4. Save changes and reboot.

macOS: SwitchResX

The utility is suitable for Mac SwitchResX (paid, but with a trial period):

  • 🖥️ Install the program and open it.
  • 🔍 Select your display from the list.
  • ⚙️ In the section Custom Resolutions add new permission.
  • 📥 Apply the settings and confirm the changes.

Linux: Creating Modeline manually

If xrandr does not offer the required resolution, it can be generated via cvt and add to the configuration:

cvt 1600 900 60

# Скопируйте строку после "Modeline"

xrandr --newmode "1600x900_60.00" [параметры]

xrandr --addmode eDP-1 "1600x900_60.00"

For permanent use, add the command to startup or create a file /etc/X11/xorg.conf.d/10-monitor.conf:

Section "Monitor"

Identifier "eDP-1"

Modeline "1600x900_60.00" [параметры]

Option "PreferredMode" "1600x900_60.00"

EndSection

⚠️ Attention: Some non-standard resolutions may result in matrix damage laptop if they exceed the physical capabilities of the display. For example, trying to set 4K on a screen with a maximum resolution of 1920x1080 may cause the controller to overheat.
How to check maximum screen resolution?

On most laptops, the maximum resolution is indicated on a sticker on the back or in the documentation. You can also find it through:

1. dxdiag in Windows (section "Display").

2. About This Mac → Displays on macOS.

3. Team xrandr --prop | grep -i "max" in Linux.

7. Optimal resolution: how to choose?

The highest resolution is not always the best. Here are the selection criteria:

Factors to consider:

  • 👁️ Pixel Density (PPI): Optimal 90–120 PPI for work, 200+ PPI for graphics.
  • 🖥️ Screen size:
    • 13–14" - 1920×1080 or 2560×1440;
    • 15–17" - 1920×1080 or 3840×2160 (4K);
    • 11–12" - 1366x768 (but 1920x1080 is better for clarity).
  • 🎮 Gaming and Productivity: 4K requires a powerful graphics card, otherwise FPS will drop.
  • 🔋 Autonomy: High resolution increases GPU load and reduces battery life.

When not You should choose the maximum resolution:

  • 🖥️On laptops with a matrix TN (cheap models) - colors are distorted at high PPI.
  • 👓 If you have vision problems, small text can cause fatigue.
  • 🎮 For older games (pre-2010) that do not support scaling.

To check the current PPI, use the formula:

PPI = √(ширина² + высота²) / диагональ в дюймах

# Пример для 1920×1080 на 15.6":

PPI = √(1920² + 1080²) / 15.6 ≈ 141

FAQ: Frequently asked questions

🔍 Why did my monitor disappear after updating Windows?

This is a common problem when drivers fail. Try:

  1. Disconnect the external monitor and restart the laptop.
  2. Click Win + P and select Computer screen only.
  3. Update the driver via Device Manager (delete the current one and click Update configuration).

If that doesn't help, use DDU to completely reinstall drivers.

⚡ Is it possible to burn a laptop matrix with the wrong resolution?

Theoretically, yes, but in practice, modern displays are protected. There is a risk in the following cases:

  • Resolution and Refresh Rate Settings above 144 Hz on a matrix that only supports 60 Hz.
  • Uses uncertified cables (for example, cheap HDMI 1.4 for 4K@120Hz).
  • Experiments with overclocking monitor (increasing the frequency above the factory one).

In other cases, the maximum that awaits you is artifacts or a black screen until you reboot.

🎮 How to make the game work in non-native resolution?

Many games (especially older ones) do not support modern resolutions. Solutions:

  • 🖥️ Use Borderless Windowed mode (for example, through Windowed Borderless Gaming).
  • 📝 Edit the game configuration files (look for lines with Width, Height, Fullscreen).
  • 🎛️ For NVIDIA: add custom resolution via NVIDIA Control Panel → Display → Resolution Settings and apply it to the game.

For Linux the utility will help winex11.drv (for games under Wine):

wine explorer /desktop=Game,1280x720 game.exe
🔄 How to return to standard resolution if the screen becomes blurry?

Blur is often caused by improper scaling. Check:

  1. On Windows: Options → System → Scale — set to 100%.
  2. On macOS: in System settings → Monitors disable the option Scale.
  3. On Linux: Check your HiDPI settings in Desktop Options (GNOME/KDE).

If the blur remains, try disable font smoothing (ClearType on Windows) or set the native screen resolution.

🖥️ Why doesn’t the laptop see the external monitor?

The problem may be:

  • 🔌 Cable/adapter: HDMI 1.4 does not support 4K@60Hz, please use DisplayPort.
  • 🖥️ Operating mode: press Win + P and select Expand or Duplicate.
  • 🔄 Drivers: Update your video card and chipset driver.
  • NutritionNote: Some USB-C monitors require connection to a wall outlet.

For diagnostics in Windows, click Win + Ctrl + Shift + B - this will restart the graphics stack.