Fix resolution of Sam, change new output mapping
This commit is contained in:
parent
a2655a2ef4
commit
be4b5bd30c
|
@ -50,10 +50,9 @@ my $active_outputs = "$ENV{'HOME'}/.config/active_outputs";
|
|||
my %outputs = (
|
||||
#'0x00000101' => 'Sam',
|
||||
'HTNCB00059' => 'Sam',
|
||||
#'3CQ3310Q1Q' => 'Sam',
|
||||
'3CQ4342S6W' => 'HP-1',
|
||||
'0x00000101' => 'HP-2',
|
||||
#'3CQ3310Q1Q' => 'HP-2',
|
||||
#'3CQ4342S6W' => 'HP-1',
|
||||
'0x00000101' => 'HP-1',
|
||||
'3CQ3310Q1Q' => 'HP-2',
|
||||
'0x00000000' => 'LVDS'
|
||||
);
|
||||
|
||||
|
@ -89,7 +88,7 @@ my %configs = (
|
|||
'Sam' => {
|
||||
'on' => 1,
|
||||
'width' => 1920,
|
||||
'height' => 1080,
|
||||
'height' => 1280,
|
||||
'x' => 960,
|
||||
'y' => 0,
|
||||
'rotate' => 0,
|
||||
|
|
Loading…
Reference in New Issue