blob: d0fbf1334c5a241562381f7bf9991eb678abcbac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
profile laptop {
output eDP-1 enable
}
profile desk_single {
#output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 enable
output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 0,0 enable
output eDP-1 position 2560,0 enable
}
profile desk_dual {
output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 transform 270 enable
output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 1440,0 enable
output eDP-1 disable
}
profile desk_dual_wide {
output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,0 enable
output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 2560,0 enable
output eDP-1 disable
}
profile tv {
output HDMI-A-1 position 2560,0 enable
output eDP-1 scale 1 position 0,0 enable
}
|