Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: 1366x768 HDTV
Date: Tue, 16 May 2006 03:24:51
Message-Id: loom.20060516T041813-171@post.gmane.org
In Reply to: Re: [gentoo-user] 1366x768 HDTV by "Friedrich Göpel"
1 Friedrich Göpel <shado23 <at> gmail.com> writes:
2
3
4 > > I'm trying to get the SVGA input on a HDTV to work with my gentoo system.
5 > > The monitor manual says it works with 1366x768. The video card in the
6 machine is:
7 >
8 > I have a similar setup, though my tv has a physical resolution of
9 > 1366x768 it only allows up to 1360x768 over the vga in and only tv norms
10 > over hdmi, you might need to check your manual to see what resolutions
11 > it will do.
12 > For the Modeline you should use gtf which comes with xorg like that:
13 > ie. gtf 1360 768 60
14 > That is the only modeline calculator that ever worked right for me.
15 > It might also be necessary to check for the polarity, which I needed to
16 > change in my modeline.
17
18 Here's what works with this Vizio 37" LCD HDTV/Monitor from Costco:
19
20 Section "Monitor"
21 Identifier "Monitor0"
22 VendorName "VIZIO"
23 ModelName "VIZIO L32"
24 HorizSync 31-70
25 VertRefresh 50-85
26 Mode "1366x768" # vfreq 59.815Hz, hfreq 47.553kHz
27 DotClock 85.500000
28 HTimings 1366 1494 1624 1798
29 VTimings 768 770 776 795
30 Flags "-HSync" "+VSync"
31 EndMode
32 EndSection
33
34
35 Section "Device"
36 Identifier "Card0"
37 Driver "nv"
38 VendorName "nVidia Corporation"
39 BoardName "NV11 [GeForce2 MX/MX 400]"
40 BusID "PCI:1:0:0"
41 EndSection
42
43 Section "Screen"
44 Identifier "Screen0"
45 Device "Card0"
46 Monitor "Monitor0"
47
48
49 Device "Card0"
50 Monitor "Monitor0"
51 DefaultDepth 24
52
53 SubSection "Display"
54 Viewport 0 0
55 Depth 24
56 Modes "1366x768"
57 EndSubSection
58 SubSection "Display"
59 Viewport 0 0
60 Depth 16
61 Modes "1366x768"
62 EndSubSection
63 SubSection "Display"
64 Viewport 0 0
65 Depth 15
66 Modes "1366x768"
67 EndSubSection
68
69 EndSection
70
71
72 Just in case somebody else want to make one of these breast work.
73
74 Using movie players, Kaffeine and VLC they work, but it seems like
75 every movie has to be adjusted to fully fit the 37" lcd screen. More
76 works is needed on that.
77
78 Now to get voice controls working, I'll never have to leave my chair again!
79
80 Thanks to all for suggestions.
81
82
83 James
84
85
86
87
88
89
90 --
91 gentoo-user@g.o mailing list