Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] intel HD graphics 4000 and viewing DVDs
Date: Mon, 03 Dec 2012 00:39:11
Message-Id: 20121203003708.GB8895@waltdnes.org
In Reply to: [gentoo-user] intel HD graphics 4000 and viewing DVDs by Allan Gottlieb
1 On Fri, Jul 27, 2012 at 04:10:30PM -0400, Allan Gottlieb wrote
2 > I am getting a new laptop. (likely dell 6430).
3 > The two graphics options are intel HD 4000 and nvidia NVS 5200M.
4 > Dell is as expected suggesting the 5200M.
5 >
6 > I do not need 3D or fast response. Dell hinted that DVDs might not play
7 > with the intel HD 4000. This seems weird to me as the 4000 is supposed
8 > to be a big improvement over the 3000 and I can't believe dell or others
9 > would have sold laptops that can't play dvds
10 >
11 > Any comments or experiences?
12
13 2 personal experiences...
14
15 1) I have a Dell D530, over 4 years old, that could not keep up with the
16 slowest feed of hockey games on NHLGameCenterLive. The feed runs via
17 Flash. This was just after I had done a fresh install, and most of the
18 system was lowest-common-denominator i686 code from the i686 install CD.
19 After I ran "emerge system" and "emerge world", optimised with CFLAGS...
20
21 CFLAGS="-O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe"
22
23 ...the machine was able to keep up stutter-free on the low-speed feed.
24 BTW, my current CFLAGS are...
25
26 CFLAGS="-O2 -march=native -mfpmath=sse -fomit-frame-pointer -pipe -fno-unwind-tables -fno-asynchronous-unwind-tables"
27
28 2) I have an early ASUS Atom netbook, 2 gigs ram, with a Poulsbo GMA500.
29 With the in-kernel GMA500 driver, it plays 720p HD from Youtube no
30 problem. By setting "mem=1920mb" in the boot parameters, I now have it
31 playing 1080p just fine even in Youtube's "large player", but not in
32 fullscreen mode. If this old POS can play 1080p Youtube clips, a newer
33 machine should easily be able to handle it.
34
35 Additional comments...
36
37 1) Dell is probably thinking Windows built with lowest-common-denominator
38 i686 code, running with full visual eye-candy. Yes, that would slow it
39 down to a crawl.
40
41 2) Gentoo optimised to your machine has a huge advantage over any binary
42 distro, be it Windows or linux.
43
44 3) I run ICEWM, a lightweight but powerful WM with minimal eye-candy.
45 This allows the CPU and GPU to devote their power to doing stuff you
46 really want/need. See my sig.
47
48 4) Use mplayer to play DVDs. It is much lighter than other popular
49 linux players, and it can be optimised to your machine. My setup...
50
51 [ebuild R ] media-video/mplayer-1.1-r1 USE="X a52 alsa dga encode
52 gif iconv jpeg mmx mng mp3 opengl png quicktime rtmp sse sse2 ssse3
53 theora truetype vdpau vorbis win32codecs x264 xv xvid -3dnow -3dnowext
54 -aalib (-altivec) (-aqua) -bidi -bindist -bl -bluray -bs2b -cddb -cdio
55 -cdparanoia -cpudetection -debug -directfb -doc -dts -dv -dvb -dvd
56 -dvdnav -dxr3 -enca -faac -faad -fbcon -ftp -ggi -gsm -ipv6 -jack
57 -joystick -jpeg2k -ladspa -libass -libcaca -libmpeg2 -lirc -live -lzo
58 -mad -md5sum -mmxext -nas -network -nut -openal -osdmenu -oss -pnm
59 -pulseaudio -pvr -radio -rar -real -rtc -samba -sdl -shm -speex -tga
60 -toolame -tremor -twolame -unicode -v4l -vidix -xanim -xinerama
61 -xscreensaver -xvmc -zoran" VIDEO_CARDS="-mga -s3virge -tdfx"
62
63 Note... do *NOT* blindly copy my flags. Select the ones appropriate to
64 your CPU and GPU and playback/recording needs.
65
66 --
67 Walter Dnes <waltdnes@××××××××.org>
68 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] intel HD graphics 4000 and viewing DVDs Allan Gottlieb <gottlieb@×××.edu>