Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Tv out stopped working!
Date: Wed, 05 Apr 2006 19:18:30
Message-Id: 443416DE.7000201@googlemail.com
1 Hi,
2
3 i have configured tv-out some time ago. It worked fine, but now it
4 doesn't anymore.
5
6 Normally i activate tv-out by opening a new screen with
7
8 X -screen Screen1 :1 -ac & sleep 2; DISPLAY=:1 xterm
9
10 Now the tv gaves a short flicker and the picture which appears normally
11 on my tv shows up on my monitor.
12
13 The keys CTRL-ALT-F7 / F7 for switching between monitor and tv doesn't
14 work too
15
16 I have tested nvtv and it worked i got the picture on my tv, but i am
17 not satisfied with nvtv (seems to me that it doesn't work correct ->
18 only a part of the picture is displayed) so i want do do it the other way.
19
20 Has anybody out there some experience with tv-out?
21
22 Thank you for your help!
23
24 Daniel
25
26
27 Here are some informations about my system, if you need more information
28 i will post it.
29
30 My graphic-card is Nvidia Geforce Ti 200
31
32 The software i use is
33
34 media-video/nvidia-glx-1.0.8178-r1
35 media-video/nvidia-kernel-1.0.8178-r3
36 x11-base/xorg-x11-6.8.2-r6
37
38 Here is the output from the log file when i execute
39
40 X -screen Screen1 :1 -ac & sleep 2; DISPLAY=:1 xterm
41
42 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
43 _XSERVTransOpen: transport open failed for inet6/gentoo:1
44 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
45
46 X Window System Version 6.8.2
47 Release Date: 9 February 2005
48 X Protocol Version 11, Revision 0, Release 6.8.2
49 Build Operating System: Linux 2.6.15-gentoo-r4 i686 [ELF]
50 Current Operating System: Linux gentoo 2.6.15-gentoo-r4 #1 PREEMPT Sun
51 Feb 19 13:48:52 CET 2006 i686
52 Build Date: 17 February 2006
53 Before reporting problems, check http://wiki.X.Org
54 to make sure that you have the latest version.
55 Module Loader present
56 Markers: (--) probed, (**) from config file, (==) default setting,
57 (++) from command line, (!!) notice, (II) informational,
58 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
59 (==) Log file: "/var/log/Xorg.1.log", Time: Wed Apr 5 20:30:33 2006
60 (==) Using config file: "/etc/X11/xorg.conf"
61 Using vt 8
62
63 Here is my xorg.conf.
64
65 Section "Module"
66 Load "extmod"
67 Load "dbe"
68 Load "record"
69 Load "xtrap"
70 Load "glx"
71 Load "type1"
72 Load "freetype"
73 SubSection "extmod"
74 Option "omit xfree86-dga"
75 EndSubSection
76 EndSection
77
78 Section "InputDevice"
79 Identifier "Keyboard0"
80 Driver "kbd"
81 Option "XkbLayout" "de"
82 Option "XkbVariant" "nodeadkeys"
83 Option "AutoRepeat" "500 30"
84 Option "XkbRules" "xorg"
85 Option "XkbModel" "pc105"
86 EndSection
87
88 Section "InputDevice"
89 Identifier "Mouse0"
90 Driver "mouse"
91 Option "Protocol" "auto"
92 Option "Device" "/dev/input/mouse0"
93 Option "ZAxisMapping" "4 5"
94 EndSection
95
96 Section "Monitor"
97 Identifier "Monitor0"
98 VendorName "ACER"
99 ModelName "AL1914sm"
100 HorizSync 24-80
101 VertRefresh 49-75
102 Modeline "1280x1024" 135.00 1280 1368 1512 1732 1024 1025 1028 1070
103 EndSection
104
105 Section "Monitor"
106 Identifier "Monitor1"
107 VendorName "PAL-G"
108 ModelName "Magnum"
109 EndSection
110
111 Section "Device"
112 Identifier "Card0"
113 Driver "nvidia"
114 VendorName "nVidia Corporation"
115 BoardName "NV20 [GeForce3 Ti 200]"
116 BusID "PCI:1:0:0"
117 VideoRam 65536
118 Option "NoLogo" "true"
119 EndSection
120
121 Section "Device"
122 Identifier "Card1"
123 Driver "nvidia"
124 VendorName "nVidia Corporation"
125 BoardName "NV20 [GeForce3 Ti 200]"
126 BusID "PCI:1:0:0"
127 VideoRam 65536
128 Option "NoLogo" "true"
129 Option "ConnectedMonitor" "TV"
130 Option "TVOutFormat" "Compostite"
131 Option "TVStandard" "PAL-B"
132 Option "TVOverScan" "0.6"
133 Option "CursorShadow" "on"
134 Option "CursorShadowAlpha" "32"
135 Option "CursorShadowXOffset" "2"
136 Option "CursorShadowYOffset" "2"
137 EndSection
138
139 Section "Screen"
140 Identifier "Screen0"
141 Device "Card0"
142 Monitor "Monitor0"
143 DefaultDepth 24
144 Subsection "Display"
145 Depth 8
146 Modes "1280x1024" "1024x768" "800x600" "640x480"
147 ViewPort 0 0
148 EndSubsection
149 Subsection "Display"
150 Depth 16
151 Modes "1280x1024" "1024x768" "800x600" "640x480"
152 ViewPort 0 0
153 EndSubsection
154 Subsection "Display"
155 Depth 24
156 Modes "1280x1024" "1024x768" "800x600" "640x480"
157 ViewPort 0 0
158 EndSubsection
159 EndSection
160
161 Section "Screen"
162 Identifier "Screen1"
163 Device "Card1"
164 Monitor "Monitor1"
165 DefaultDepth 24
166 Subsection "Display"
167 Depth 8
168 Modes "1280x1024" "1024x768" "800x600" "640x480"
169 ViewPort 0 0
170 EndSubsection
171 Subsection "Display"
172 Depth 16
173 Modes "1280x1024" "1024x768" "800x600" "640x480"
174 ViewPort 0 0
175 EndSubsection
176 Subsection "Display"
177 Depth 24
178 Modes "1280x1024" "1024x768" "800x600" "640x480"
179 ViewPort 0 0
180 EndSubsection
181 EndSection
182
183 Section "ServerLayout"
184 Identifier "Gemeinsames Layout"
185 Screen 0 "Screen0"
186 Screen 1 "Screen1" RightOf "Screen0"
187 InputDevice "Mouse0" "CorePointer"
188 InputDevice "Keyboard0" "CoreKeyboard"
189 EndSection
190 --
191 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Tv out stopped working! Daniel Pielmeier <daniel.pielmeier@××××××××××.com>