From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A86251381F3 for ; Sat, 1 Dec 2012 19:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68B7721C083; Sat, 1 Dec 2012 19:05:57 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49CA021C070 for ; Sat, 1 Dec 2012 19:04:47 +0000 (UTC) Received: from ajglap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id qB1J4jRv026321 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 1 Dec 2012 14:04:46 -0500 (EST) Received: by ajglap.localdomain (Postfix, from userid 1502) id 7D74C70276; Sat, 1 Dec 2012 14:02:28 -0500 (EST) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] intel HD graphics 4000 and viewing DVDs References: <5012FC72.8070200@binarywings.net> <5013A13F.2000103@binarywings.net> <50BA1707.3080908@binarywings.net> Date: Sat, 01 Dec 2012 14:02:28 -0500 In-Reply-To: <50BA1707.3080908@binarywings.net> (Florian Philipp's message of "Sat, 01 Dec 2012 15:41:11 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: c1031986-240e-4b2a-a97c-fbb951e351a1 X-Archives-Hash: 4783f0dd7a8c89392ceba702decbef9b On Sat, Dec 01 2012, Florian Philipp wrote: > Am 28.07.2012 10:22, schrieb Florian Philipp: >> Am 27.07.2012 22:57, schrieb Michael Mol: >>> On Fri, Jul 27, 2012 at 4:39 PM, Florian Philipp >>> wrote: >>>> Am 27.07.2012 22:22, schrieb Michael Mol: >>>>> On Fri, Jul 27, 2012 at 4:10 PM, Allan Gottlieb wrote: >>>>>> I am getting a new laptop. (likely dell 6430). >>>>>> The two graphics options are intel HD 4000 and nvidia NVS 5200M. >>>>>> Dell is as expected suggesting the 5200M. >>>>>> >>>>>> I do not need 3D or fast response. Dell hinted that DVDs might not play >>>>>> with the intel HD 4000. This seems weird to me as the 4000 is supposed >>>>>> to be a big improvement over the 3000 and I can't believe dell or others >>>>>> would have sold laptops that can't play dvds >>>>>> >>>>>> Any comments or experiences? >>>>> >>>>> My Duron 750MHz was able to decode DVDs in realtime. After that, all >>>>> you're doing is blitting (or using xv) the frames to the screen. I >>>>> would be absolutely shocked if the Intel HD 4000 GPU couldn't handle >>>>> that basic of a 2D acceleration function. >>>>> >>>>> Now, DVDs use MPEG2. Blu-Ray uses h.264, which is a much harder beast >>>>> to decode in realtime. It's possible the HD 4000 GPU can't handle >>>>> hardware decode of h.264, but I don't know. I've never looked into it. >>>>> (Software decode of 1080p h.264 on my Phenom 9650 worked somewhat, but >>>>> highly active scenes would cause frame drops.) >>>>> >>>> >>>> I've experienced issues playing DVDs on fullscreen with the OSS radeon >>>> driver. Therefore I'm cautious of assumptions that something works >>>> simply because the input is easy to decode. Upscaling to large displays >>>> with high resolutions can be an issue. >>>> >>>> I'm not saying the Intel driver cannot handle it. I'm just saying you >>>> should try it or look for reports. >>> >>> How high is 'high' resolution? I was upscaling to 1600x1200 using an a >>> Radeon 9600; that card would now be almost ten years old. A bit later, >>> I did the same on a 2.4GHz Pentium 4 using an i845-based Intel >>> graphics card. Here's the line from lspci, as run in May of 2007: >>> >>> 00:02.0 VGA compatible controller: Intel Corporation >>> 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01) >>> >>> Hardware scaling a 2D image is one of the most trivial >>> hardware-accelerated options GPUs perform. If someone had difficulties >>> upscaling a 480p (roughly what DVDs are) to 1080p at 24 or 33fps, I >>> would be very highly suspicious of a software misconfiguration. That >>> kind of scaling should even be comfortably doable in software on any >>> modern x86-derived processor. (With the plausible exclusion of the >>> Atom CPU) >>> >> >> 1920x1080, on-board Radeon HD 4250. I haven't diagnosed it further >> (except of playing around with mplayer2 options) as it was easier to use >> the closed source driver. >> >> Regards, >> Florian Philipp > > > I realize this thread is pretty stale but since I talked bullshit and > just now realized it, I want to correct myself: > > Since updating the kernel to 3.5 forced me to update the X server beyond > 1.11 which in turn forced me to update ati-drivers to a version that no > longer supported my Radeon HD 4250, I had to look into my issues with > the open source driver. > > It turns out, my problems had two reasons: > - I didn't enable KMS and DRM for radeon in the kernel > - I didn't have x11-drivers/radeon-ucode installed > > Both resulted in a fully functioning X server that > - could run glxgears just fine > - could (with some tuning) render videos in DVD quality with opengl output > - was too slow for videos in any higher resolution > > Regards, > Florian Philipp Thanks for the response. I should say that I have indeed purchased the laptop with intel graphics and it works fine with DVDs. allan