Bug 317867 - mirror mode after login, users dual monitor configuration is ignored
Summary: mirror mode after login, users dual monitor configuration is ignored
Status: RESOLVED WORKSFORME
Alias: None
Product: kde
Classification: I don't know
Component: dualhead (show other bugs)
Version: 4.10.2
Platform: Ubuntu Linux
: NOR major
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-05 09:31 UTC by rihokalbus
Modified: 2013-04-08 10:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rihokalbus 2013-04-05 09:31:15 UTC
kde desktop starts in mirror mode after login, expected was extended desktop.
system settings->monitor has only screensaver tab, size and dual monitor tabs are missing.

Expected behaviour of my desktop is restored, when I start xrandr from command line



Reproducible: Always

Steps to Reproduce:
1. Enter username and password on graphical login screen
2.
3.
Actual Results:  
1920x1080 desktop, mirrored on both screens

Expected Results:  
3840x1080 desktop

xrandr command line that fixed desktop:
xrandr --output HDMI1 --pos 0x0 --mode 1920x1080 --refresh 60\nxrandr --output HDMI3 --pos 1920x0 --mode 1920x1080 --refresh 60\nxrandr --output HDMI1 --primary

From OpenGL info:
Intel Xeon E3-1200 v2/3rd Gen Core processor graphics controller

my krandrrc:
[Display]
ApplyOnStartup=true
StartupCommands=xrandr --output HDMI1 --pos 0x0 --mode 1920x1080 --refresh 60\nxrandr --output HDMI3 --pos 1920x0 --mode 1920x1080 --refresh 60\nxrandr --output HDMI1 --primary

[Screen_0]
OutputsUnified=false
UnifiedRect=0,0,0,0
UnifiedRotation=1

[Screen_0_Output_HDMI1]
Active=true
Rect=0,0,1920,1080
RefreshRate=60
Rotation=1

[Screen_0_Output_HDMI3]
Active=true
Rect=1920,0,1920,1080
RefreshRate=60
Rotation=1
Comment 1 rihokalbus 2013-04-05 09:38:33 UTC
It begin after upgrade to 4.10.2
Comment 2 ruben.mueller 2013-04-05 16:01:06 UTC
Same here.
Already 6 posts at the kubuntu bug tracker since updates where distributed

krandrtray is missing?
Comment 3 ruben.mueller 2013-04-05 16:18:13 UTC
aRandR works fine.
Comment 4 ruben.mueller 2013-04-06 11:56:35 UTC
has been fixed in kubuntu with the newest updates

(at least for me)
Comment 5 rihokalbus 2013-04-08 09:36:59 UTC
Works also for me after newest update.