Xrandr saving configuration

I apologize if this is in the wrong forum or has been done to death. Okay I am new to linux and chose open suse for my foray into linux, i am am running a dual monitor setup and as everyone knows once you log out or reboot you lose your configuration. I have searched every possible known venue to find out how i save my xrandr configuration which all the tutorials i could find really were not meant for beginners so I was wondering maybe you guys/gals could help me out and tell me exactly what I need to do, I am currently using 12.3 with KDE4 I have attached my xrandr CLI display and it would be really helpful if I could instructions on exactly what to do as I am totally clueless right. Any help would be appreciated.

DVI-I-1 connected 1680x1050+1440+0 (normal left inverted right x axis y axis) 474mm x 296mm
1680x1050 59.9*+
1680x945 60.0
1400x1050 59.9
1600x900 60.0
1280x1024 75.0 60.0
1440x900 75.0 59.9
1280x960 60.0
1366x768 60.0
1360x768 60.0
1280x800 74.9 59.9
1152x864 75.0
1280x768 74.9 60.0
1024x768 75.1 70.1 60.0
1024x576 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 66.7 60.0
720x400 70.1
DVI-I-2 connected 1440x900+0+0 (normal left inverted right x axis y axis) 410mm x 257mm
1400x1050 59.9
1280x1024 75.0 60.0
1440x900 75.0* 60.1
1280x960 60.0
1152x921 76.0
1366x768 60.0
1360x768 60.0
1280x800 74.9 59.9
1152x864 75.0
1280x768 74.9 60.0
1024x768 75.1 70.1 60.0
1024x576 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 66.7 60.0
720x400 70.1
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

That is my current configuration that I wish to save and use every time I boot up, but I have no idea what to or where to put the configurations so they will be used every time.

Turn off auto-login
Create new user/add user to video group and try this :-

open your file

/home/<newprofileName>/.profile

and paste at the end


xrandr --output "DVI-I-2" --pos 0x0 --mode 1440x900 --refresh 75.0

xrandr --output "DVI-I-1" --pos 1440x0 --mode 1680x1050 --refresh 59.9

xrandr --noprimary

login into that profile and check

source:- https://forums.opensuse.org/english/get-technical-help-here/hardware/486698-dual-monitor-setup-config.html#post2554817
DivByZero.com: HOWTO: Make KDE remember dual-monitor randr settings

Finally! Man many thx finally it does what it is supposed to do lol, many thx for the help!

you are welcome :wink:
one of the mods and myself gave you the same instruction in the previous thread. (https://forums.opensuse.org/english/get-technical-help-here/hardware/486698-dual-monitor-setup-config.html#post2554817) . You preferred to be spoon fed :slight_smile: