Adjust default TV out paramaters
According to several users, a default brightness of 0 results in much better TV output. Improved control of these parameters will be provided by Randr1.3, which will standardize several output properties across various chips.
This commit is contained in:
parent
7552d80e36
commit
6eecef4fed
|
|
@ -1178,7 +1178,7 @@ i830_tv_mode_set(xf86OutputPtr output, DisplayModePtr mode,
|
|||
(i830_float_to_csc(color_conversion->bv) << 16) |
|
||||
(i830_float_to_luma(color_conversion->av)));
|
||||
|
||||
OUTREG(TV_CLR_KNOBS, 0x10606000);
|
||||
OUTREG(TV_CLR_KNOBS, 0x00606000);
|
||||
OUTREG(TV_CLR_LEVEL, ((video_levels->black << TV_BLACK_LEVEL_SHIFT) |
|
||||
(video_levels->blank << TV_BLANK_LEVEL_SHIFT)));
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue