How to add custom screen resolution permanently on endeavouros

Hi, I’m recently installed endeavouros xfce & I facing an critical issue!
I’m trying to changing my screen resolution using xrandr but when I shutdown->open my pc again it goes back to the previous state :sob:
before I was used ubuntu based distro, where I used these commands below to save screen configurations permanently…
:~$ xrandr
:~$ cvt 1280 1080
:~$ sudo xrandr --newmode “1280x1080_60.00” 115.00 1280 1368 1496 1712 1080 1083 1093 1120 -hsync +vsync
:~$ xrandr --addmode VGA-1 “1280x1080_60.00”
:~$ gedit ~/.profile

now how can I do this same thing on endeavouros? there is no .profile file & I’ve tested… it doesn’t work on arch based distro :sweat:

Personally, I would just use arandr to set the resolution, than save the result as monitor… should automatically apply it on startup (sttranger setups than that do on my systems!) That, of course, is IF the xfce resolution settings don’t work :grin:

2 Likes

can you please show me a step by step guide…

I’m not set up dor screenshots right now = but arandr is a GUI for xrandr, so it should be easy enough. As for the Settings apps for xfce, xfce has the docs with screenshots:
https://wiki.xfce.org/documentation

thank you bro… I just found this article… & my problem got fixed
link: https://wiki.archlinux.org/title/Xrandr#Permanently_adding_undetected_resolutions

3 Likes

Welcome to the forum @muhammadabir :partying_face::balloon::tada:

1 Like

Welcome to the forum! :enos_flag: :rocket:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.