Answer the question
In order to leave comments, you need to log in
LMDE how to add new screen resolution and how to upload it?
Hello!
There is a need to add custom screen resolution for LMDE 3 Cinnamon.
I can add a new permission, but I can't add it to startup.
I created a sh script and threw it along the way
/home/user/.config/autostart/user.sh
#!/bin/bash
sudo xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 9$
sudo xrandr --addmode eDP-1 1600x900_60.00
sudo xrandr --output eDP-1 --mode 1600x900_60.00
/home/user/.config/autostart/user.sh
Answer the question
In order to leave comments, you need to log in
in my ~/.config/autostart folder,
in addition to the executable display.sh script that adds the required permission,
there is a button to launch this script display.sh.desktop
[Desktop Entry]
Type=Application
Exec=/home/svm/.config/autostart/display.sh
Hidden=false
X-MATE-Autostart-enabled=true
Name=display.sh
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question