Bug 769028 - Saving display settings results in unusable desktop
Summary: Saving display settings results in unusable desktop
Keywords:
Status: CLOSED DUPLICATE of bug 766545
Alias: None
Product: Fedora
Classification: Fedora
Component: kdebase-workspace
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-19 17:22 UTC by Andreas Bierfert
Modified: 2012-07-27 10:32 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-27 10:32:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
monitor setup (91.49 KB, image/png)
2011-12-19 17:22 UTC, Andreas Bierfert
no flags Details
Output of xrandr of correctly setup screen. (843 bytes, text/plain)
2011-12-19 17:23 UTC, Andreas Bierfert
no flags Details

Description Andreas Bierfert 2011-12-19 17:22:56 UTC
Created attachment 548647 [details]
monitor setup

Description of problem:
Saving the display settings in 'System Settings''Display and Monitor''Size&Orientation' -> Save as Default results in unusable desktop after logout/login.



Version-Release number of selected component (if applicable):
kdebase-workspace-4.7.4-5.fc16.x86_64

How reproducible:
Always


Steps to Reproduce:
1. rm -fr ~/.kde
2. Login to kde
3. Setup displays according to their real setup (see attachment)
4. Save as Default
5. Logout
6. Login
  
Actual results:
DVI-I-2 shows the same content as a left square from DVI-I-1. No applications will start and no bottom-bar etc. is show.

Expected results:
Display setup like shown, set, used and saved. Working kde desktop.

Additional info:
kernel-3.1.5-6.fc16.x86_64
xorg-x11-drv-nouveau-0.0.16-27.20110720gitb806e3f.fc16.x86_64

Comment 1 Andreas Bierfert 2011-12-19 17:23:52 UTC
Created attachment 548648 [details]
Output of xrandr of correctly setup screen.

Comment 2 Rex Dieter 2011-12-19 17:33:27 UTC
Can you post the contents of your ~/.kde/share/config/krandrrc file ?

essentially, it will contain some xrandr calls that are *supposed* to configure things.

In particular, the StartupCommands key...

[Display]
ApplyOnStartup=true
StartupCommands=xrandr ...

Comment 3 Andreas Bierfert 2011-12-19 18:11:49 UTC
Here you go:

[Display]
ApplyOnStartup=true
StartupCommands=xrandr --output DVI-I-1 --pos 1280x0 --mode 1680x1050 --refresh 59.9543\nxrandr --output DVI-I-2 --pos 0x0 --mode 1024x1280 --rotate left --refresh 60.0197\nxrandr --output DVI-I-1 --primary

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

[Screen_0_Output_DVI-I-1]
Active=true
Rect=1280,0,1680,1050
RefreshRate=59.9542503356934
Rotation=1

[Screen_0_Output_DVI-I-2]
Active=true
Rect=0,0,1280,1024
RefreshRate=60.0197410583496
Rotation=2

Comment 4 Martin Bříza 2012-07-27 10:32:15 UTC

*** This bug has been marked as a duplicate of bug 766545 ***


Note You need to log in before you can comment on or make changes to this bug.