blob: cdc416fb2cb5617d10fa28cb8c4106d399f30390 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
profile laptop {
output eDP-1 enable
}
profile single {
output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 0,0 enable
output eDP-1 disable
}
profile multi {
output "Dell Inc. DELL U2518D 3C4YP87AAK3L" position 0,-600 transform 90 enable
output "Dell Inc. DELL U2518D 3C4YP9B9636L" position 1440,0 enable
output eDP-1 disable
}
#output eDP-1 position 4000,0 scale 2 enable
profile tv {
output HDMI-A-1 position 2560,0 enable
output eDP-1 scale 1 position 0,0 enable
}
|