Screen resolution is a key parameter on which the comfort of working with a laptop depends. Incorrectly selected settings can lead to blurry images, too small or large text, and sometimes even problems with displaying the program interface. This topic is especially relevant for owners of high-resolution devices (4K, QHD), where standard settings often require adjustment.
In this article you will find step by step instructions for all popular operating systems: Windows 10/11, macOS And Linux (including distributions based on Ubuntu And Fedora). We will also look into typical mistakesproblems that arise when changing the resolution, and we will give recommendations on choosing the optimal parameters for various tasks - from office work to games and graphics processing.
Why is it important to set your screen resolution correctly?
Screen resolution determines the number of horizontal and vertical pixels your monitor displays. For example, 1920×1080 (Full HD) means 1920 pixels in width and 1080 in height. This parameter depends on:
- 🔍 Image clarity - if the resolution is low, the picture will be “soapy”, and if the resolution is too high (if the screen does not support it), the text will become unreadable.
- 📏 Interface scaling - in Windows And macOS at high resolution (
4K) scaling is automatically turned on so that icons and fonts do not appear microscopic. - 🎮 Gaming performance — the higher the resolution, the greater the load on the video card. For example, NVIDIA GTX 1650 may not be able to pull it off
3840×2160in modern games at high settings. - 🖥️ Compatible with external monitors — If you connect your laptop to a TV or projector, you may need to manually adjust the resolution.
A mistake many users make is choosing the maximum available resolution without taking into account the screen diagonal. For example, on 13-inch laptop 3840×2160 will be inconvenient to work with, since the interface elements will become too small, even with scaling. The best option for most tasks is native screen resolution, which is indicated in the device characteristics.
⚠️ Attention: If, after changing the resolution, the screen turns black or artifacts (strips, flickering) appear, wait 15 seconds - the system will automatically return to the previous settings. If this does not happen, use safe mode to reset settings.
How to find out the current and native screen resolution
Before changing settings, check current And recommended (native) resolution of your screen. This will help avoid mistakes when choosing a new value.
On Windows 10/11
Open Settings → System → Display. In the section "Scale and marking" you will see the current resolution, and in the drop-down list all available options. There will be a mark next to the native resolution "Recommended".
On macOS
Go to System Settings → Monitors. The current resolution and available options are displayed here. On MacBook with display Retina default is scaled resolution (e.g. 1440×900 with real 2560×1600).
On Linux (Ubuntu, Fedora, etc.)
Most distributions use a graphical shell GNOME or KDE. Open Settings → Screen. If this method doesn't work, use the terminal:
xrandr -q | grep "*"
This command will show the current resolution (marked with an asterisk) and all supported modes.
| Operating system | Path to settings | How to determine native resolution |
|---|---|---|
| Windows 10/11 | Settings → System → Display |
There is a note next to the recommended resolution |
| macOS | System Settings → Monitors |
On Retina-displays indicate scaled and actual resolution |
| Ubuntu (GNOME) | Settings → Screen |
Native resolution is usually first on the list |
| Linux (terminal) | xrandr -q |
Native ones are marked with an asterisk (*) and the letters “+” |
If your laptop is connected to an external monitor, the native resolution may be different for each screen. In this case, the settings are applied separately for the main and secondary displays.
- Windows 10/11
- macOS
- Linux (Ubuntu, Fedora, etc.)
- Another
How to change screen resolution in Windows 10 and 11
B Windows the procedure is the same for both versions of the OS, but with minor visual differences. Let's consider both options.
Method 1: Through System Settings (Recommended)
This is the simplest and safest method:
- Click
Win + Ito open Options. - Go to section
System → Screen. - In the block "Scale and marking" find the drop down list "Screen resolution".
- Select the desired value. The recommended resolution is marked "Recommended".
- Confirm changes by clicking "Save".
If the selected resolution is not supported, the system will prompt you to return to the previous one after 15 seconds.
Method 2: Via NVIDIA/AMD/Intel Control Panel
If you have a discrete video card (NVIDIA or AMD), you can use proprietary software for finer tuning:
- 🖥️ For NVIDIA: open NVIDIA Control Panel →
Display → Change resolution. Here you can select non-standard modes and adjust the refresh rate. - 🔴 For AMD Radeon: run AMD Software →
Display → Display settings. - 💻 For integrated graphics Intel: use Intel Graphics Control Panel →
Display → Basic settings.
⚠️ Attention: When using an external monitor via HDMI or DisplayPort the maximum resolution may be limited by the interface version. For example, HDMI 1.4 does not support4K@60Hz, only4K@30Hz.
Check native screen resolution
Close resource-intensive applications (games, video editor)
Connect the laptop to the network (in case of failure)
Save open documents-->
Setting resolution on macOS (MacBook, iMac)
Apple uses a scaling approach, so MacBook with Retina-display real resolution is often hidden behind “effective” values. For example, in real 2560×1600 the system can show 1280×800 with scaling 2x.
Step 1: Open your monitor settings
Go to System Settings → Monitors. If you have multiple displays, select the one you want to configure (primary or external).
Step 2: Select a display mode
Depending on model Mac you will see one of two options:
- 🔄 Scaled Resolution — allows you to choose from predefined options (for example, “More space” or “Larger text”). This is the most convenient mode for most users.
- 📏 Fixed resolution mode - available on some models by holding down the key
Option (⌥). Allows you to select the actual resolution (for example,1920×1080).
For MacBook Pro/Air with chips M1/M2 It is recommended to use scaled modes as they are optimized for Retina-displays and provide better clarity.
Step 3: Setting up an external monitor
If you connected MacBook to external screen via USB-C/Thunderboltyou may need:
- Make sure that the cable supports the required resolution (for example, for
4K@60Hzneeded Thunderbolt 3 or USB-C with DisplayPort 1.4). - In the monitor settings, select the mode "Extend desktop" or "Mirror".
- If necessary, calibrate colors to
System Preferences → Monitors → Color.
If after connecting an external monitor to MacBook The image is blurry, try manually setting the native screen resolution through the settings. Sometimes macOS automatically selects a non-optimal mode.
Changing resolution in Linux (Ubuntu, Fedora, Mint)
B Linux the process depends on the graphical shell used (GNOME, KDE Plasma, XFCE) and video card drivers. Let's look at the most common cases.
Method 1: Via GUI (GNOME/KDE)
Most distributions based on Ubuntu or Fedora with shell GNOME:
- Open
Settings → Screen. - In the section "Permission" select the desired value from the list.
- If the required permission is not available, click "Advanced settings" and check the available modes.
For KDE Plasma (used in Kubuntu):
- Go to
System Settings → Hardware → Screen and Monitor. - Select your monitor and change the resolution from the drop-down menu.
Method 2: Via terminal (xrandr)
If the GUI does not allow you to change the resolution, use the utility xrandr:
- Open a terminal (
Ctrl + Alt + T). - View the list of available permissions:
xrandr -q - Apply the desired resolution (for example,
1920x1080):xrandr --output HDMI-1 --mode 1920x1080Replace
HDMI-1to the name of your monitor (indicated in the outputxrandr -q).
If the required permission is not in the list, you can add it manually:
cvt 1920 1080 60xrandr --newmode "1920x1080_60.00" [параметры из вывода cvt]
xrandr --addmode HDMI-1 "1920x1080_60.00"
xrandr --output HDMI-1 --mode "1920x1080_60.00"
⚠️ Attention: On some distributions (for example, Arch Linux) may require manual configuration of the configuration file /etc/X11/xorg.conf. No experience with Linux It's better to use graphical tools.
How to add a custom resolution in Linux
If your monitor supports a resolution that is not listed xrandr, follow these steps:
1. Generate the permission model using cvt:
cvt 2560 1440 75
(where 2560x1440 is the desired resolution, 75 is the refresh rate in Hz).
2. Copy the line after Modeline and create a new permission:
xrandr --newmode "2560x1440_75.00" 241.50 2560 2760 3024 3488 1440 1443 1448 1493 -hsync +vsync
3.Add it to the monitor output:
xrandr --addmode HDMI-1 "2560x1440_75.00"
4. Apply:
xrandr --output HDMI-1 --mode "2560x1440_75.00"
These settings will be reset after a reboot. To make them permanent, add commands to startup or configuration file ~/.xprofile.
Typical problems and their solutions
Various crashes may occur when changing the resolution. Let's look at the most common ones and how to eliminate them.
Problem 1: Screen turned black after changing resolution
This occurs if the selected resolution is not supported by the monitor or video card. Solutions:
- ⏳ Wait 15-30 seconds - the system should automatically return the previous settings.
- 🔄 Restart your laptop in safe mode (for Windows: hold
Shiftwhen rebooting). - 🖥️ Connect an external monitor and return the settings through it.
- 💻 For Linux: switch to console (
Ctrl + Alt + F1), log in as your user and reset the settings:xrandr --output HDMI-1 --mode 1920x1080
Problem 2: Permission resets after reboot
This is a common problem in Linux and sometimes in Windows. Solutions:
- 🐧B Linux: add command
xrandrto startup (file~/.xprofileor~/.config/autostart/). - 🪟 B Windows: Update your video card driver via Device Manager or manufacturer's website (NVIDIA, AMD, Intel).
- 🔧 Check your BIOS/UEFI settings - sometimes the reset occurs due to a parameter "Reset Config Data" (turn it off).
Problem 3: Incorrect scaling in Windows
At high resolution (4K) text and icons may become too small. Correcting:
- Open
Settings → System → Display. - In the section "Scale and marking" select value 125%–200% (recommended 150% for
4K). - If scaling is confusing for individual programs, click "Additional scaling options" and disable the option "Allow Windows to fix blurriness...".
| Problem | Possible reason | Solution |
|---|---|---|
| Black screen after changing resolution | Unsupported mode | Wait 15 seconds or reset via safe mode |
| Permission resets after reboot | Outdated drivers or BIOS settings | Update drivers, check startup (Linux) |
| Blurry text in Windows at 4K | Incorrect scaling | Set zoom to 150–200% in screen settings |
| The required permission is not in the list (Linux) | Model missing in xrandr |
Add manually via cvt And xrandr --newmode |
| Artifacts (stripes, flickering) | Incompatible refresh rate | Select standard frequency (60 Hz) or update driver |
If you encounter problems after changing the resolution, the first thing to do is try returning to the default settings. In 90% of cases, this solves the problem without additional action.
Optimal settings for different tasks
The choice of resolution depends on screen diagonal, matrix type And tasksthat you perform on your laptop. Below are recommendations for specific scenarios.
For office work and web surfing
The priority is text clarity and eye comfort. Optimal settings:
- 📄 For 13–15 inch laptops:
1920×1080(Full HD) with scaling 100–125%. - 🖥️ For 17-inch or with permission
4K:2560×1440(QHD) with scaling 150%. - 🌙 Turn it on night mode (in Windows - "Night Light", in macOS — "Night Shift") to reduce eye strain.
For games and multimedia
Important here productivity And update rate:
- 🎮 For Full HD-games (
1920×1080): Select the maximum refresh rate (for example,144 Hz, if supported). - 🖥️ For 4K-games: reduce resolution to
2560×1440(QHD) to increase FPS. - 🎬 To watch videos: use your native screen resolution (for example,
3840×2160for 4K-content).
Advice for gamers: In the game settings, set the resolution to match the desktop resolution to avoid artifacts when switching between windows.
For graphic design and video processing
Designers and video editors need maximum color coverage And clarity:
- 🎨 Use native resolution screen (for example
3840×2160for 4K-monitors). - 🔍 Customize color profile in screen options (in Windows:
Settings → System → Display → Advanced display options → Adapter properties). - 🖥️ To work with Adobe Photoshop or Premiere Pro disable scaling in the program settings.
If you work with color correction, use an external monitor with a coating 99% sRGB or Adobe RGB. Built-in laptop screens often have a limited color gamut.
FAQ: Frequently asked questions about screen resolution
Is it possible to set the resolution higher than what the screen supports?
Technically, yes, but the image will be incorrect: either cropped or with artifacts. Modern operating systems block such settings, but in Linux through xrandr You can force an incompatible resolution. This may damage the monitor!
Why are resolutions available in games that are not in Windows settings?
Games often use their own rendering engines and may offer non-standard resolutions (e.g. 1600×900 or 1366×768). These modes are not displayed in system settings, as they are not “native” to the screen. Choose them only if you are sure of compatibility.
How to return to standard resolution if the screen goes black?
If the system does not return the settings automatically:
- For Windows: Reboot your laptop into safe mode (hold
Shifton reboot) and return the settings. - For macOS: Connect an external monitor and reset settings through it.
- For Linux: switch to console (
Ctrl + Alt + F1) and do:xrandr --output [имя_монитора] --mode [стандартное_разрешение]
Does resolution affect battery life?
Yes, but only slightly. Higher resolution (4K) increases the load on the video card, which can reduce battery life by 5–15%. However, the main influence is the screen brightness and running applications.
Can I use different resolutions on my laptop and external monitor?
Yes, this is standard practice. For example, on a laptop you can leave 1920×1080, and on the outside 4K-monitor— 3840×2160. B Windows And macOS settings are applied separately for each screen. B Linux use xrandr indicating a specific output (for example, HDMI-1 or eDP-1).