~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel:2.5

Last commit made on 2008-11-13
Get this branch:
git clone -b 2.5 https://git.launchpad.net/~joe-yasi/xserver-xorg-video-intel/+git/xf86-video-intel

Branch merges

Branch information

Recent commits

0d2bf27... by Jesse Barnes

Make sure DRM library paths are included

We need @DRM_LIBS@ in order to find drm_intel if installed in a
non-standard path.

76e71dd... by Jesse Barnes

Update version to 2.5.1 in preparation for release

a580641... by Zhenyu Wang <email address hidden>

quirk LVDS on Asus Eee box

Reported by Yang Sheng <email address hidden>

98c9a08... by Keith Packard

Use long crt hotplug activation time on GM45.

The GM45 b-spec requires the use of the longer hotplug activation period,
but does not require looping twice over the detection logic. With this
patch, CRT detection appears solid on my GM45.

Signed-off-by: Keith Packard <email address hidden>

d8e5984... by Zhenyu Wang <email address hidden>

TV: fix timing parameters for PAL, 480p, 1080i

5a42dd3... by Zhenyu Wang <email address hidden>

TV: save serveral TV_CTL register fields in mode set

Driver should keep those fields according with spec.

558eaa4... by Zhenyu Wang <email address hidden>

TV: fix default contrast and saturation modifier

Color knobs was set with higher modifier which caused strong color
on TV screen. Setting fixed point modifier to default 1.0 makes picture
on TV look nicer.

feeef62... by Zhenyu Wang <email address hidden>

TV: white space cleanup

d24fcca... by Zhenyu Wang <email address hidden>

SDVO: fix more command definition errors

7938adc... by Zhenyu Wang <email address hidden>

SDVO: add command for set monitor power state

SDVO encoder power state must be higher than monitor's state.
This only adds command and doesn't enable monitor power state
setting yet.