Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Question about new USE flags for xf86-video-intel
Date: Sun, 16 Dec 2012 08:32:16
Message-Id: 20121216083011.GA8257@waltdnes.org
In Reply to: Re: [gentoo-user] Question about new USE flags for xf86-video-intel by Mark Knecht
1 On Fri, Dec 14, 2012 at 09:56:45AM -0800, Mark Knecht wrote
2 > On Fri, Dec 14, 2012 at 9:44 AM, Walter Dnes <waltdnes@××××××××.org> wrote:
3 >
4 > > I'll probably be going with SNA. Does anybody else have any experience
5 > > and/or opinions?
6 >
7 > I have no idea about performance but I've got udev and sna enabled
8 > at this time.
9 >
10 > gandalf ~ # emerge -pv xf86-video-intel
11 >
12 > These are the packages that would be merged, in order:
13 >
14 > Calculating dependencies... done!
15 > [ebuild R ] x11-drivers/xf86-video-intel-2.20.13 USE="dri sna
16 > udev -glamor -uxa -xvmc" 0 kB
17 >
18 > Total: 1 package (1 reinstall), Size of downloads: 0 kB
19 > gandalf ~ #
20 >
21 > Be forewarned, or please report back if you can, but in my case on the
22 > two Intel machines I have (one local, one my 84 year old dad uses) X11
23 > stopped displaying anything after this update. As a quick fix I
24 > removed the xorg.conf file completely to get a desktop back. This was
25 > a couple of weeks ago. Removing xorg.conf worked on both machines and
26 > I haven't gone back to figure out what happened and how to best
27 > address it.
28
29 I was running without an xorg.conf. This is my HTPC machine, hooked
30 up to a 50" Panasonic Plasma TV. It's native 1366x768, but it kept on
31 coming up 1280x720. I needed an xorg.conf "Modes" line to bring up
32 1920x1080 or 1366x768. As root, I ran "Xorg -configure" and copied
33 xorg.conf.new to /etc/X11/xorg.conf. X works now, if I do not specify
34 the resolution. It also works with resolution 1920x1080, as well as the
35 original 1280x720.
36
37 SubSection "Display"
38 Viewport 0 0
39 Depth 24
40 Modes "1920x1080"
41 EndSubSection
42
43 However, X hangs at various other resolutions, notwithstanding that
44 they're listed in both the TV's EDID and in the xrandr output. Plus I
45 have other issues so I'll be starting a separate thread.
46
47 --
48 Walter Dnes <waltdnes@××××××××.org>
49 I don't run "desktop environments"; I run useful applications