Fix resolution of Sam, change new output mapping

This commit is contained in:
John Mertz 2021-07-27 01:22:03 -04:00
parent a2655a2ef4
commit be4b5bd30c
1 changed files with 4 additions and 5 deletions

View File

@ -50,10 +50,9 @@ my $active_outputs = "$ENV{'HOME'}/.config/active_outputs";
my %outputs = ( my %outputs = (
#'0x00000101' => 'Sam', #'0x00000101' => 'Sam',
'HTNCB00059' => 'Sam', 'HTNCB00059' => 'Sam',
#'3CQ3310Q1Q' => 'Sam', #'3CQ4342S6W' => 'HP-1',
'3CQ4342S6W' => 'HP-1', '0x00000101' => 'HP-1',
'0x00000101' => 'HP-2', '3CQ3310Q1Q' => 'HP-2',
#'3CQ3310Q1Q' => 'HP-2',
'0x00000000' => 'LVDS' '0x00000000' => 'LVDS'
); );
@ -89,7 +88,7 @@ my %configs = (
'Sam' => { 'Sam' => {
'on' => 1, 'on' => 1,
'width' => 1920, 'width' => 1920,
'height' => 1080, 'height' => 1280,
'x' => 960, 'x' => 960,
'y' => 0, 'y' => 0,
'rotate' => 0, 'rotate' => 0,