Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] xorg.conf tweaks for HTPC machine?
Date: Mon, 17 Dec 2012 16:24:37
Message-Id: 20121217162311.GA11172@waltdnes.org
1 I have an Intel i3 hooked up to the HDMI input of my 50-inch plasma
2 TV. The TV's native resolution is 1366x768. It was bought in the
3 summer of 2007. I have 2 problems I want to fix as far as displaying
4 stuff on it is concerned...
5
6 1) Despite the TV being native 1366x768, it defaults to 1280x720, which
7 is the first mode listed in the EDID. Fixed-pixel displays show best at
8 their native resolution So I ran "Xorg -configure" and created an
9 xorg.conf file, and forced 1366x768 resolution. And got no picture. I
10 tried X again at 128x720. Then I used xrandr to change to 1920x1080,
11 and it worked. Used xrandr to change to 1366x768, and it hung. From
12 Xorg.0.log ...
13
14 [ 2826.586] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
15 [ 2920.286] (EE)
16 [ 2920.286] (EE) Backtrace:
17 [ 2920.286] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x596016]
18 [ 2920.286] (EE) 1: /usr/bin/X (0x400000+0x199f49) [0x599f49]
19 [ 2920.286] (EE) 2: /lib64/libpthread.so.0 (0x7fb5eef2e000+0x10460) [0x7fb5eef3
20 e460]
21 [ 2920.286] (EE) 3: /lib64/libc.so.6 (__select+0x13) [0x7fb5edc760e3]
22 [ 2920.286] (EE) 4: /usr/bin/X (WaitForSomething+0x19f) [0x5937df]
23 [ 2920.286] (EE) 5: /usr/bin/X (0x400000+0x38872) [0x438872]
24 [ 2920.286] (EE) 6: /usr/bin/X (0x400000+0x27365) [0x427365]
25 [ 2920.286] (EE) 7: /lib64/libc.so.6 (__libc_start_main+0xfd) [0x7fb5edbb34bd]
26 [ 2920.287] (EE) 8: /usr/bin/X (0x400000+0x26ec9) [0x426ec9]
27 [ 2920.287] (EE)
28
29 Any ideas?
30
31 2) Overscan... bleagh. It's rather difficult to start Firefox when the
32 launch bar is off the bottom of the screen. It just barely pokes its
33 head above the bottom. There's a bunch of magic that xrandr can work on
34 VGA, but I'm using HDMI, so no go. And the TV does *NOT* have a VGA
35 input on the back, regardless of what the xrandr output says. I've read
36 about "xnest" and "xephyr" X "sub clients" that can use a smaller window
37 within the main window. There don't seem to be any ebuilds for them.
38 The one link I found for downloading the Xephyr source is a dead link.
39 Any ideas? BTW, where's output from "xrandr", for what it's worth...
40
41 Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 32767 x 32767
42 VGA1 disconnected (normal left inverted right x axis y axis)
43 HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 920mm x 518mm
44 1920x1080 60.0*+ 30.0
45 1280x720 60.0 +
46 1680x1050 59.9
47 1680x945 60.0
48 1400x1050 59.9
49 1600x900 60.0
50 1280x1024 60.0
51 1440x900 59.9
52 1280x960 60.0
53 1366x768 60.0
54 1360x768 60.0
55 1280x800 59.9
56 1280x768 60.0
57 1024x768 60.0
58 1440x480 30.0
59 1440x480i 30.0
60 1024x576 60.0
61 800x600 60.3
62 848x480 60.0
63 720x480 59.9
64 640x480 59.9 59.9
65 DP1 disconnected (normal left inverted right x axis y axis)
66 HDMI2 disconnected (normal left inverted right x axis y axis)
67 DP2 disconnected (normal left inverted right x axis y axis)
68
69 --
70 Walter Dnes <waltdnes@××××××××.org>
71 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] xorg.conf tweaks for HTPC machine? pk <peterk2@××××××××.se>