centering fix: _this_ time it actually works...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0f6e132ba8
commit
4a5e90dce1
@ -119,8 +119,8 @@ status_t nm_crtc_set_timing(display_mode target, bool crt_only)
|
||||
}
|
||||
|
||||
/* modify sync polarities (needed to maintain correct panel centering):
|
||||
* both polarities must be same (confirmed NM2160) */
|
||||
target.timing.flags |= (B_POSITIVE_HSYNC | B_POSITIVE_VSYNC);
|
||||
* both polarities must be negative (confirmed NM2160) */
|
||||
target.timing.flags &= ~(B_POSITIVE_HSYNC | B_POSITIVE_VSYNC);
|
||||
}
|
||||
|
||||
/* Modify parameters as required by standard VGA */
|
||||
|
Loading…
Reference in New Issue
Block a user