Gentoo Archives: gentoo-user-de

From: Christoph Maria Dahlen <christoph@××××××.org>
To: Gentoo Mailingliste <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] Dringend: TwinView nicht im Griff
Date: Mon, 26 Jul 2004 09:58:33
Message-Id: 1090835910.20862.5.camel@DLD8-FBLK31J
1 Hi,
2
3 ich hätte da ein dringendes Problem, als daß ich gleich einen Beamer an
4 meinen Laptop anschliessen und dort eine Präsentation vorbringen soll.
5 Leider bekomme ich TwinView nicht richtig in den Griff.
6
7 Problem: Zwar kann ich beide Schirme ansprechen (int. Display 1680x1050
8 und ext. Display 1024x768), aber nur als gemeinsamen, dann 2704x1050
9 Pixel grossen Desktop.
10
11 Das bedeutet, auf dem ext. Display ist nicht alles zu sehen (da
12 1050x768) und eine Vollbild-Präsentation mit OpenOffice ist auch nicht
13 möglich, da sie auf beiden Bildschirmen stattfindet.
14
15 Beides nicht in meinem Sinne, hat jemand einen Ratschlag, wie das zu
16 bewerkstelligen ist?
17
18 Gentoo Linux, Kernel 2.6.7, nvidia Treiber. XF86Config ist:
19
20
21 # **********************************************************************
22 # Module section -- this section is used to specify
23 # which dynamically loadable modules to load.
24 # **********************************************************************
25 #
26 Section "Module"
27
28 Load "dbe" # Double buffer extension
29 SubSection "extmod"
30 Option "omit xfree86-dga" # don't initialise the DGA
31 extension
32 EndSubSection
33 Load "type1"
34 Load "speedo"
35 Load "freetype"
36 Load "glx"
37 Load "dpms"
38
39 EndSection
40
41 # **********************************************************************
42 # Files section. This allows default font and rgb paths to be set
43 # **********************************************************************
44
45 Section "Files"
46 RgbPath "/usr/X11R6/lib/X11/rgb"
47 FontPath "unix/:-1"
48 # FontPath "/usr/X11R6/lib/X11/fonts/local/"
49 # FontPath "/usr/X11R6/lib/X11/fonts/misc/"
50 # FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
51 # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
52 # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
53 # FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
54 # FontPath "/usr/share/fonts/corefonts"
55 # FontPath "/usr/share/fonts/freefont"
56 # FontPath "/usr/share/fonts/sharefont"
57 # FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
58 # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
59 EndSection
60
61 # **********************************************************************
62 # Server flags section.
63 # **********************************************************************
64
65 Section "ServerFlags"
66 Option "Dont Zoom"
67 EndSection
68
69 # **********************************************************************
70 # Input devices
71 # **********************************************************************
72
73 # **********************************************************************
74 # Core keyboard's InputDevice section
75 # **********************************************************************
76
77 Section "InputDevice"
78 Identifier "Keyboard"
79 Driver "Keyboard"
80 Option "AutoRepeat" "500 30"
81 Option "XkbRules" "xfree86"
82 Option "XkbModel" "pc105"
83 Option "XkbLayout" "de"
84 EndSection
85
86
87 # **********************************************************************
88 # Core Pointer's InputDevice section
89 # **********************************************************************
90
91 Section "InputDevice"
92 Identifier "Mouse"
93 Driver "mouse"
94 Option "Protocol" "ImPS/2"
95 Option "Device" "/dev/gpmdata"
96 Option "ZAxisMapping" "4 5"
97 Option "Emulate3Buttons"
98 Option "Emulate3Timeout" "50"
99 EndSection
100
101 # **********************************************************************
102 # Monitor section
103 # **********************************************************************
104
105 Section "Monitor"
106 Identifier "LCD"
107 ModelName "Dell LCD"
108 VendorName "Dell"
109 HorizSync 31.5-100.0
110 VertRefresh 30.0-90.0
111 Option "DPMS" "true"
112 Option "HWCursor" "true"
113 Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
114 EndSection
115
116 Section "Monitor"
117 Identifier "VGA"
118 ModelName "SVGA Beamer"
119 VendorName "Unknown"
120 HorizSync 31.5-100.0
121 VertRefresh 60.0-70.0
122 Option "DPMS" "true"
123 Option "HWCursor" "true"
124 EndSection
125
126 # **********************************************************************
127 # Graphics device section
128 # **********************************************************************
129
130 Section "Device"
131 Identifier "VGACard"
132 VendorName "nvidia"
133 Screen 0
134 Driver "nvidia"
135 Option "CursorShadow" "true"
136 Option "ConnectedMonitor" "DFP"
137 Option "FlatPanelProperties" "Scaling=centered"
138 Option "UseEdidFreqs" "true"
139 EndSection
140
141 Section "Device"
142 Identifier "VGACard TwinView"
143 VendorName "nvidia"
144 Screen 0
145 Driver "nvidia"
146 Option "TwinView" "1"
147 Option "SecondMonitorHorizSync" "31-82"
148 Option "SecondMonitorVertRefresh" "55-120"
149 Option "TwinViewOrientation" "LeftOf"
150 # Option "MetaModes" "1680x1050, 800x600; 1680x1050,
151 1024x768"
152 Option "MetaModes" "1024x768, 1680x1050"
153 Option "MetaModes" "1680x1050, 1024x768"
154 Option "ConnectedMonitor" "DFP,CRT"
155 EndSection
156
157 # **********************************************************************
158 # Screen sections
159 # **********************************************************************
160
161 Section "Screen"
162 Identifier "DFP Screen"
163 Device "VGACard"
164 Monitor "LCD"
165 DefaultDepth 24
166
167 Subsection "Display"
168 Depth 8
169 Modes "1680x1050"
170 ViewPort 0 0
171 EndSubsection
172 Subsection "Display"
173 Depth 16
174 Modes "1680x1050"
175 ViewPort 0 0
176 EndSubsection
177 Subsection "Display"
178 Depth 24
179 Modes "1680x1050"
180 ViewPort 0 0
181 EndSubsection
182 EndSection
183
184 Section "Screen"
185 Identifier "TwinView Screen"
186 Device "VGACard TwinView"
187 Monitor "LCD"
188 DefaultDepth 16
189
190 Subsection "Display"
191 Depth 8
192 Modes "1680x1050"
193 EndSubsection
194 Subsection "Display"
195 Depth 16
196 Modes "1680x1050"
197 EndSubsection
198 Subsection "Display"
199 Depth 24
200 Modes "1680x1050"
201 EndSubsection
202 EndSection
203
204 # **********************************************************************
205 # ServerLayout sections.
206 # **********************************************************************
207
208 Section "ServerLayout"
209 Identifier "Singlehead"
210 Screen "DFP Screen"
211 InputDevice "Mouse" "CorePointer"
212 InputDevice "Keyboard" "CoreKeyboard"
213 Option "BlankTime" "5"
214 Option "StandbyTime" "10"
215 Option "SuspendTime" "20"
216 Option "OffTime" "30"
217 EndSection
218
219 Section "ServerLayout"
220 Identifier "Multihead"
221 Screen "TwinView Screen"
222 InputDevice "Mouse" "CorePointer"
223 InputDevice "Keyboard" "CoreKeyboard"
224 Option "BlankTime" "5"
225 Option "StandbyTime" "10"
226 Option "SuspendTime" "20"
227 Option "OffTime" "30"
228 EndSection
229
230
231 --
232
233 Christoph Dahlen
234 http://www.dahlen.org/
235
236
237
238
239 --
240 gentoo-user-de@g.o mailing list

Replies

Subject Author
[gentoo-user-de] Re: Dringend: TwinView nicht im Griff "Robert Steinhäußer" <robert@×××××××××××××.com>