Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Arch Linux KDE not saving monitor settings [closed]

I am trying to get 2 monitors setup.

I have Radeon HD 4800, using the open-source driver. 64bit. When i change the monitor settings in KDE it changes, but when i reboot: the monitors is going back to duplicated (screen settings have not been saved).

This is the settings i want: enter image description here

How can i make the system automaticly use these settings at boot?

like image 792
medusa1414 Avatar asked Jan 16 '23 03:01

medusa1414


2 Answers

I solved it. Made a script 1920x2.sh in /etc/X11.

xrandr --output DVI-0 --auto --output DVI-1 --auto --right-of DVI-0

Added this script to Alt + F2: Autostart. Maybe not the best solution, but i works.

like image 155
medusa1414 Avatar answered Jan 28 '23 04:01

medusa1414


To try to troubleshoot this, launch KDE from the Linux console and check its error output. Also check the Xorg log (usually found on /var/log/xorg.0.log). You may need to generate a config file manually. You could also try running display settings as root.

like image 22
user902691 Avatar answered Jan 28 '23 04:01

user902691