On Mon, Jan 23, 2012 at 03:47:10PM -0700, mik...@softhome.net wrote: > Given that several Linux distros identify (on boot) my display brand > and type, get the size only slightly wrong, but default to a > resolution that isn't native and doesn't work correctly, how do I > identify just what package, module, or kernel part this "bug" hides > in? > I'm using a Sharp 32" LCD tv via hdmi cable, and it's identified as a 37". > That's not as important as the default resolution, which comes up as > 1280x720, but should be 1360x768 (or 1024x768 if wxga isn't doable).
There is a functionality called "EDID" (Extended Display Identification Data) which most display devices implement. Basically, one can ask the display for what capabilities it has and then set the display to the most suitable values. To see what your display reports, try installing the "read-edid" package, then run $ $RUNASROOT get-edid | parse-edid | $PAGER (where $RUNASROOT is whatever command you prefer to run 'get-edid' as root. 'sudo', 'fakeroot', 'su -c' etc) You should get a page of information telling you the manufacturer, model etc of the display plus a list of modes it claims to support. It MAY BE that native is not in that list (unlikely, but it has happened), in which case you'll need to tell X to ignore it's autodetected resolution and give it a modeline, just like in the old days :) > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a > subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.org > Archive: http://lists.debian.org/courier.4f1de36e.00001...@softhome.net > -- Darac Marjal -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120124131620.ga24...@darac.org.uk