[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#391675: xserver-xorg-video-i810: Unable to display 1080i video again due to xv limit set to 1080 and 1088



Package: xserver-xorg-video-i810
Version: 2:1.6.5-3
Severity: important


This bug has been fixed in the Xorg tree. 
Someone keeps setting this to 1080 not 1088. This limit must be a factor of 16
 for mpeg2 decode to work.
--- src/i830_video.c
+++ src/i830_video.c
@@ -130,9 +130,9 @@ static Atom xvBrightness, xvContrast, xv
 static Atom xvGamma0, xvGamma1, xvGamma2, xvGamma3, xvGamma4, xvGamma5;

 #define IMAGE_MAX_WIDTH         1920
-#define IMAGE_MAX_HEIGHT        1080
+#define IMAGE_MAX_HEIGHT        1088
 #define IMAGE_MAX_WIDTH_LEGACY  1024
-#define IMAGE_MAX_HEIGHT_LEGACY 1080
+#define IMAGE_MAX_HEIGHT_LEGACY 1088



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc6                        2.3.6.ds1-5 GNU C Library: Shared libraries
ii  xserver-xorg-core            2:1.1.1-9   X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information



Reply to: