I installed F13 on my Thinkpad T410, and just upgraded to F14.
My desktop is KDE and I login from kdm.
I attach my TV via an HDMI cable (virtually a DP to HDMI cable).
In F13, kdm displays on internal monitor, and KDE desktop on TV after login.
In F14, both kdm and desktop display on TV.
I need the internal monitor to be the primary one, that is both kdm and desktop
display on the internal monitor. I have to run xrandr each time I login:
Code:
xrandr --output LVDS1 --primary
I add the following file to /etc/X11/xorg.conf.d
Code:
Section "Monitor"
Identifier "Laptop LVDS Internal Display"
Option "Position" "0 0"
Option "Primary" "on"
EndSection
Section "Monitor"
Identifier "Toshiba TV"
Option "RightOf" "Laptop LVDS Internal Display"
Option "Primary" "off"
EndSection
Section "Device"
Identifier "Intel Arrandale"
Driver "intel"
Option "monitor-LVDS1" "Laptop LVDS Internal Display"
Option "monitor-HDMI1" "Toshiba TV"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Arrandale"
Monitor "Laptop LVDS Internal Display"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
but it has no effect, Xorg.0.log says
Code:
(WW) intel(0): Option "Primary" is not used