mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 23:39:26 +00:00
xfree86: Fix the 1792x1344-75 EST III mode
The correct refresh rate for this mode is 75, not 85. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
committed by
Adam Jackson
parent
91c7acfc34
commit
98e170971c
@@ -713,7 +713,7 @@ static const struct {
|
||||
{1600, 1200, 75, 0},
|
||||
{1600, 1200, 85, 0},
|
||||
{1792, 1344, 60, 0},
|
||||
{1792, 1344, 85, 0},
|
||||
{1792, 1344, 75, 0},
|
||||
{1856, 1392, 60, 0},
|
||||
{1856, 1392, 75, 0},
|
||||
{1920, 1200, 60, 1},
|
||||
|
||||
Reference in New Issue
Block a user