When i play with randr everything is working fine. But i wanted to make my config permanent and keep it in xorg.conf.
I have:
Code: Select all
Section "Monitor"
Identifier "eDP1"
#VendorName "Unknown"
#ModelName "Unknown"
#HorizSync 28.0 - 33.0
#VertRefresh 43.0 - 72.0
Option "DPMS"
Modeline "1600x1200_59.90" 160.69 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
Modeline "1600x900_59.90" 118.80 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
Modeline "2880x1620_59.90" 396.75 2880 3096 3416 3952 1620 1621 1624 1676 -HSync +Vsync
Modeline "1920x1080_59.90" 172.51 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
Option "PreferredMode" "1600x900_59.90"
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "eDP1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x900_59.90"
EndSubSection
EndSection
Code: Select all
[ 1345.219] (II) intel(0): Output eDP1 using monitor section eDP1
[ 1345.219] (**) intel(0): Option "PreferredMode" "1600x900_59.90"
[ 1345.219] (--) intel(0): found backlight control interface intel_backlight (type 'raw')
[ 1345.219] (II) intel(0): Output VGA1 has no monitor section
[ 1345.219] (II) intel(0): Output DP1 has no monitor section
[ 1345.219] (II) intel(0): Output HDMI1 has no monitor section
[ 1345.219] (II) intel(0): Output DP2 has no monitor section
[ 1345.219] (II) intel(0): Output HDMI2 has no monitor section
[ 1345.219] (--) intel(0): Output eDP1 using initial mode 2880x1620 on pipe 0
After having xorg with 2880x1620 i can switch manually to 1600x900 without any problem (using "xrandr --output eDP1 --mode 1600x900_59.90")
Thanks,


