Gentoo Archives: gentoo-user-de

From: Thomas Bruns <newsgroup@××××××××.de>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] LCD Fernseher
Date: Wed, 20 Jun 2007 10:54:19
Message-Id: 200706201251.34772.newsgroup@donbruno.de
1 Hallo
2
3 ich habe die Diskussion von TV-Out etwas mitverfolgt und habe mir überlegt
4 meinen LCD-Fernseher an den Rechner anzuschliessen.
5
6 Ich habe ihn angeshclossen an den VGA-AUsgang der Grafigkarte (ist ne NVIDIA
7 6600 ) an dem DVI hängt mein FlatMonitor.
8
9 Ich möchte auf dem DVI z.B. mein KDE und auf dem VGA nen Film schauen.
10
11 wie muss ich da die xorg.conf editieren damit sowas klappt.
12
13 ich hab schon ein bild von der console auf dem Fernseher, bekomme aber keins
14 vom kde :-(
15
16 Kann jemand helfen.
17
18 hier meine xorg.conf
19
20 Section "ServerLayout"
21 Identifier "XFree86 Configured"
22 Screen 0 "Screen0" 0 0
23 InputDevice "Mouse0" "CorePointer"
24 InputDevice "Keyboard0" "CoreKeyboard"
25 EndSection
26
27 Section "Files"
28 FontPath "/usr/share/fonts/misc"
29 FontPath "/usr/share/fonts/Speedo"
30 FontPath "/usr/share/fonts/Type1"
31 FontPath "/usr/share/fonts/CID"
32 FontPath "/usr/share/fonts/75dpi"
33 FontPath "/usr/share/fonts/100dpi"
34 FontPath "/usr/local/share/fonts"
35 FontPath "/usr/share/fonts"
36 FontPath "/usr/share/fonts"
37 FontPath "/usr/share/fonts/ttf-bitstream-vera"
38 FontPath "/usr/share/fonts/cyrillic"
39 FontPath "/usr/share/fonts/local"
40 FontPath "/usr/share/fonts/truetype"
41 FontPath "/usr/share/fonts/TTF"
42 FontPath "/usr/share/fonts/ukr"
43 FontPath "/usr/share/fonts/TTF"
44 EndSection
45
46 Section "Module"
47 Load "glx"
48 Load "record"
49 Load "extmod"
50 Load "dbe"
51 Load "dri"
52 Load "xtrap"
53 Load "type1"
54 Load "speedo"
55 Load "freetype"
56 EndSection
57
58 Section "InputDevice"
59 Identifier "Keyboard0"
60 Driver "kbd"
61 EndSection
62
63 Section "InputDevice"
64 Identifier "Mouse0"
65 Driver "mouse"
66 Option "Protocol" "ImPS/2"
67 # Option "Device" "/dev/mouse"
68 Option "Device" "/dev/psaux"
69 Option "Emulate3Buttons"
70 Option "ZAxisMapping" "4 5"
71
72 EndSection
73
74 Section "Monitor"
75 Identifier "Monitor0"
76 VendorName "Monitor Vendor"
77 ModelName "Monitor Model"
78 HorizSync 30.0 - 81.0
79 VertRefresh 56.0 - 75.0
80 EndSection
81
82 Section "Monitor"
83 Identifier "Monitor1"
84 VendorName "LG"
85 ModelName "Monitor Model"
86 HorizSync 50.0
87 VertRefresh 60.0
88 EndSection
89
90 Section "Device"
91
92 ### Available Driver options are:-
93 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
94 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
95 ### [arg]: arg optional
96 #Option "DigitalVibrance" # <i>
97 #Option "PageFlip" # [<bool>]
98 #Option "Dac8Bit" # [<bool>]
99 #Option "NoLogo" # [<bool>]
100 Option "Overlay""true" # [<bool>]
101 #Option "UBB" # [<bool>]
102 #Option "Stereo" # <i>
103 #Option "WindowFlip" # [<bool>]
104 #Option "SWcursor" # [<bool>]
105 #Option "HWcursor" # [<bool>]
106 #Option "VideoKey" # <i>
107 #Option "NvAGP""4" # <i>
108 #Option "IgnoreEDID" # [<bool>]
109 #Option "NoDDC" # [<bool>]
110 Option "ConnectedMonitor""DFP" # <str>
111 #Option "ConnectedMonitors" # <str>
112 #Option "TVStandard" # <str>
113 #Option "TVOutFormat" # <str>
114 Option "RenderAccel""true" # [<bool>]
115 Option "CursorShadow""true" # [<bool>]
116 #Option "CursorShadowAlpha" # <i>
117 #Option "CursorShadowXOffset" # <i>
118 #Option "CursorShadowYOffset" # <i>
119 #Option "UseEdidFreqs" # [<bool>]
120 #Option "FlatPanelProperties" # <str>
121 #Option "TwinView" # [<bool>]
122 #Option "TwinViewOrientation" # <str>
123 #Option "SecondMonitorHorizSync" # <str>
124 #Option "SecondMonitorVertRefresh" # <str>
125 #Option "MetaModes" # <str>
126 #Option "UseInt10Module" # [<bool>]
127 #Option "SwapReady" # [<bool>]
128 #Option "NoTwinViewXineramaInfo" # [<bool>]
129 #Option "NoRenderExtension" # [<bool>]
130 #Option "UseClipIDs" # [<bool>]
131 Option "CIOverlay""true" # [<bool>]
132 #Option "TransparentIndex" # <i>
133 #Option "OverlayDefaultVisual" # [<bool>]
134 #Option "NvEmulate" # <i>
135 #Option "NoBandWidthTest" # [<bool>]
136 #Option "CustomEDID-CRT-0" # <str>
137 #Option "CustomEDID-CRT-1" # <str>
138 #Option "CustomEDID-DFP-0" # <str>
139 #Option "CustomEDID-DFP-1" # <str>
140 #Option "CustomEDID-TV-0" # <str>
141 #Option "CustomEDID-TV-1" # <str>
142 #Option "TVOverScan" # <f>
143 #Option "IgnoreDisplayDevices" # <str>
144 #Option "MultisampleCompatibility" # [<bool>]
145 Option "AddARGBGLXVisuals" "True"
146 Option "UseEvents" "false"
147 Identifier "Card0"
148 Driver "nvidia"
149 VendorName "nVidia Corporation"
150 BoardName "NV25 [GeForce4 Ti 4200]"
151 BusID "PCI:1:0:0"
152 Screen 0
153 EndSection
154
155 Section "Device"
156
157 ### Available Driver options are:-
158 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
159 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
160 ### [arg]: arg optional
161 #Option "DigitalVibrance" # <i>
162 #Option "PageFlip" # [<bool>]
163 #Option "Dac8Bit" # [<bool>]
164 #Option "NoLogo" # [<bool>]
165 Option "Overlay""true" # [<bool>]
166 #Option "UBB" # [<bool>]
167 #Option "Stereo" # <i>
168 #Option "WindowFlip" # [<bool>]
169 #Option "SWcursor" # [<bool>]
170 #Option "HWcursor" # [<bool>]
171 #Option "VideoKey" # <i>
172 #Option "NvAGP""4" # <i>
173 #Option "IgnoreEDID" # [<bool>]
174 #Option "NoDDC" # [<bool>]
175 Option "ConnectedMonitor""CRT" # <str>
176 #Option "ConnectedMonitors" # <str>
177 #Option "TVStandard" # <str>
178 #Option "TVOutFormat" # <str>
179 Option "RenderAccel""true" # [<bool>]
180 Option "CursorShadow""true" # [<bool>]
181 #Option "CursorShadowAlpha" # <i>
182 #Option "CursorShadowXOffset" # <i>
183 #Option "CursorShadowYOffset" # <i>
184 #Option "UseEdidFreqs" # [<bool>]
185 #Option "FlatPanelProperties" # <str>
186 Option "TwinView""true" # [<bool>]
187 #Option "TwinViewOrientation" # <str>
188 #Option "SecondMonitorHorizSync" # <str>
189 #Option "SecondMonitorVertRefresh" # <str>
190 #Option "MetaModes" # <str>
191 #Option "UseInt10Module" # [<bool>]
192 #Option "SwapReady" # [<bool>]
193 #Option "NoTwinViewXineramaInfo" # [<bool>]
194 #Option "NoRenderExtension" # [<bool>]
195 #Option "UseClipIDs" # [<bool>]
196 Option "CIOverlay""true" # [<bool>]
197 #Option "TransparentIndex" # <i>
198 #Option "OverlayDefaultVisual" # [<bool>]
199 #Option "NvEmulate" # <i>
200 #Option "NoBandWidthTest" # [<bool>]
201 #Option "CustomEDID-CRT-0" # <str>
202 #Option "CustomEDID-CRT-1" # <str>
203 #Option "CustomEDID-DFP-0" # <str>
204 #Option "CustomEDID-DFP-1" # <str>
205 #Option "CustomEDID-TV-0" # <str>
206 #Option "CustomEDID-TV-1" # <str>
207 #Option "TVOverScan" # <f>
208 #Option "IgnoreDisplayDevices" # <str>
209 #Option "MultisampleCompatibility" # [<bool>]
210 Option "AddARGBGLXVisuals" "True"
211 Option "UseEvents" "false"
212 Identifier "Card1"
213 Driver "nvidia"
214 VendorName "nVidia Corporation"
215 BoardName "NV25 [GeForce4 Ti 4200]"
216 BusID "PCI:1:0:0"
217 Screen 1
218 EndSection
219
220
221 Section "Screen"
222 Identifier "Screen0"
223 Device "Card0"
224 Monitor "Monitor0"
225 DefaultDepth 24
226 SubSection "Display"
227 Depth 1
228 EndSubSection
229 SubSection "Display"
230 Depth 4
231 EndSubSection
232 SubSection "Display"
233 Depth 8
234 EndSubSection
235 SubSection "Display"
236 Depth 15
237 EndSubSection
238 SubSection "Display"
239 Depth 16
240 EndSubSection
241 SubSection "Display"
242 Depth 24
243 Modes "1280x1024"
244 EndSubSection
245 EndSection
246
247 Section "Screen"
248 Identifier "Screen1"
249 Device "Card1"
250 Monitor "Monitor1"
251 # DefaultDepth 24
252 # SubSection "Display"
253 # Depth 1
254 # EndSubSection
255 # SubSection "Display"
256 # Depth 4
257 # EndSubSection
258 # SubSection "Display"
259 # Depth 8
260 # EndSubSection
261 # SubSection "Display"
262 # Depth 15
263 # EndSubSection
264 # SubSection "Display"
265 # Depth 16
266 # EndSubSection
267 SubSection "Display"
268 Depth 24
269 Modes "1280x1024"
270 EndSubSection
271 EndSection
272
273 ###################### Layout ###############################
274 Section "ServerLayout"
275 Identifier "Default Layout"
276 Screen 0 "screen0"
277 Screen 1 "screen1" LeftOf "screen0"
278 InputDevice "Keyboard0"
279 InputDevice "Mouse0"
280 EndSection
281
282 Section "ServerLayout"
283 Identifier "Single"
284 Screen "screen0"
285 InputDevice "Keyboard0"
286 InputDevice "Mouse0"
287 EndSection
288
289 Section "Extensions"
290 Option "Composite" "Enable"
291 EndSection
292 --
293 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] LCD Fernseher Daniel Pielmeier <daniel.pielmeier@××××××××××.com>