```bash
xrandr
```
```
...
DP-4 connected (normal left inverted right x axis y axis)
640x480 59.94 +
1024x768 60.00
800x600 60.32 56.25
848x480 60.00
```

How to select *1024x768* on Linux Mint 22.3 Cinnamon?
May 27, 10:16pm

To set the resolution of DP-4 to 1024x768 on Linux Mint 22.3 Cinnamon, use the following xrandr command:

bash
xrandr --output DP-4 --mode 1024x768

Steps:

  1. Open a terminal.
  2. Run the command above.
  3. If the change is not applied, ensure the mode is supported by your display (as shown in your xrandr output, it is).

Optional:

  • To make the change persistent, add the command to your startup applications or configuration files (e.g., ~/.xprofile or ~/.xinitrc).
May 27, 10:16pm

This is a shared conversation and may include unverified content that doesn't reflect Mistral AI's views. Login to resume chatting.

Vibe can make mistakes. Check answers. Learn more