Comment 5 for bug 651899

Revision history for this message
Jurel (cristobalatria) wrote : Re: Specifying refresh rate for monitor

HEY! It worked, but...
...my laptop's screen was the primary display when I exported configuration, and then when I imported it back, disper set my external monitor as the primary display.

For some reason, it was exported this way:

backend: nvidia
associated displays: CRT-0, DFP-0
metamode: CRT-0: 1440x900_75 @1440x900 +1366+0, DFP-0: 1366x768 @1366x768 +0+0
scaling: default, stretched

so tried changing the order manually on the .dat, in line 2, this way:

backend: nvidia
associated displays: DFP-0, CRT-0
metamode: CRT-0: 1440x900_75 @1440x900 +1366+0, DFP-0: 1366x768 @1366x768 +0+0
scaling: default, stretched

and it worked, now disper sets my laptop's screen as primary and external as secondary.
I just wanted to report that disper missed on determine wich one was the primary screen.

Thank you!