mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 13:48:03 +02:00
quirk: add quirk for ACR 640x350 default mode is wrong
RH #440186
(cherry picked from commit b19027fbae)
This commit is contained in:
parent
0327322708
commit
566037a914
1 changed files with 6 additions and 0 deletions
|
|
@ -93,6 +93,12 @@ static Bool quirk_prefer_large_60 (int scrnIndex, xf86MonPtr DDC)
|
|||
DDC->vendor.prod_id == 638)
|
||||
return TRUE;
|
||||
|
||||
/* Acer F51 */
|
||||
if (memcmp (DDC->vendor.name, "API", 4) == 0 &&
|
||||
DDC->vendor.prod_id == 0x7602)
|
||||
return TRUE;
|
||||
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue