Sie sind nicht angemeldet.

1

25.11.2009, 16:04

2 Bildschirme in Desktop Settings (Laptop)

Wie hier zu sehen ist, existieren auf meinem Laptop unerklärlicherweise 2 Bildschirme in XFCE4.6. Das ganze ist für mich irgendwie nicht nachvollziehbar, zumal in meiner xorg.conf nur ein Monitor eingetragen ist mit entsprechend nativer Auflösung von 1366x768 (AU Optronics AUO205C), das ganze auch noch auf meinem Laptop (Acer1810T) - Serverflag AutoAddDevices ist auf "false" gesetzt. Der DVI2 "drängelt" sich nach jedem Start der grafischen Oberfläche in den Vordergrund, was natürlich nervig ist, da entweder das Panel verkleinert ist (rechts fehlen die restilichen 342px Breite) oder der Desktophintergrund von LVDS1 überlagert wird. Unter Settings --> Display ist nur ein Monitor sichtbar, welcher - wie der DVI2 in den Desktop-Settings- nur eine Auflösung von 1024x768 anbietet. Gibt's irgend eine Möglichkeit, den DVI2 irgendwie komplett zu deaktivieren? Ansonsten funktioniert eigentlich alles ganz nett, schön flink die xfce4 - Oberfläche! :)

Vielen Dank im Voraus :)

2

25.11.2009, 16:18

Anscheinend "denkt" Dein X-Server, dass am DVI2 ein Monitor hängt. AutoAddDevices hat meines Wissens nur auf Eingabegeräte eine Auswirkung.
Du kannst DVI2 wie folgt in Deiner xorg.conf deaktivieren:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Section "Device"
.....
	Driver      "xyz"
.....
# Anschlüsse den Monitor-Konfigurationen zuordnen (Siehe xrandr Ausgabe für vorhandene Anschlüsse)
	Option      "monitor-VGA1"  "VGA"
        Option      "monitor-LVDS1" "LVDS"
        Option      "monitor-DVI1"  "DVI1"
	Option      "monitor-DVI2"  "DVI2"
	Option      "monitor-TV1"   "TV"

EndSection

#Einzelne Monitor-Konfigurationen
Section "Monitor"
        Identifier "DVI2"
        Option    "Enable" "False"
EndSection

Section "Monitor"
        Identifier "LVDS"
        Option    "Enable" "True"
# Deine Monitor-Konfiguration für LVDS
...
EndSection
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

3

25.11.2009, 19:39

xrandr spuckt folgendes aus:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
   1366x768       60.0*+
   1024x768       85.0     75.0     70.1     60.0  
   832x624        74.6  
   800x600        85.1     72.2     75.0     60.3     56.2  
   640x480        85.0     72.8     75.0     59.9  
   720x400        85.0  
   640x400        85.1  
   640x350        85.1  
DVI1 disconnected (normal left inverted right x axis y axis)
DVI2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0* 
   800x600        60.3  
   640x480        59.9


Also hab ich folgendes in der xorg.conf hinzugefügt:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Section "Monitor"
	Identifier	"LVDS"
	VendorName	"AU Optronics"
	ModelName	"AUO205C"
	DisplaySize	256 144
	Option		"Enable"		"True"
EndSection

Section "Monitor"
	Identifier	"DVI2"
	Option		"Enable"		"False"
EndSection

Section	"Device"
	Identifier	"Card0"
	Driver		"intel"
	Option		"AccelMethod"		"UXA"
	Option		"DRI"			"True"
	VendorName	"Intel Corporation"
	BoardName	"X4500MHD"
	BusID		"PCI:0:2:0"
	VideoRam	258048
	Option		"monitor-LVDS1"		"LVDS"
	Option		"monitor-DVI2"		"DVI2
EndSection


Leider hat das ganze nicht den gewünschten Effekt gebracht...
Gibt es noch andere Lösungsansätze, den ominösen DVI2 zu deaktivieren? Ich find's sowieso mysteriös, dass DVI2 und LVDS1 sich anscheinend einen Monitor "teilen" sollen laut xfce4 und sich überlagern.

4

25.11.2009, 20:19

Eventuell lässt sich die Verbindung durch die Tastenkombination zum Umschalten zwischen den Bildschirmen lösen. (Fn+F7 oä.)

Besteht das Problem bereits im Login-Manager oder kommt es erst, wenn die XFCE-Session gestartet wurde?
Der Anschluss ist durch die Einstellungen nur initial deaktiviert, lässt sich jedoch per xrandr oder entsprechenden GUI-Manager wieder aktivieren. XFCE hat wahrscheinlich in der Session gespeichert, dass zwei Monitore im Clone-Modus aktiv sind. Versuche den Monitor zusätzlich mit den XFCE-Mitteln zu deaktivieren und die Session zu speichern.

An sonsten, poste mal die Xorg.0.log
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

5

25.11.2009, 21:45

Letzteres (2 Monitore im Clone Modus) klingt für mich am logischsten, nur weiß ich nicht, wie ich den zweiten Monitor abschalten kann. Wie oben schon gesagt, ist in Settings > Display nur ein(!) Monitor gelistet ("Screen1"), welcher aufgrund der angebotenen Auflösungen (1024x768, ...) nicht der LVDS1 sein kann, da der mit nur der nativen Auflösung in der xorg.conf konfiguriert ist, daher nehme ich an, dass xfce4 bei der Installation bzw. beim erstmaligen Start diesen hinzugefügt hat (vlt. durch HAL?) und nun beide im Clone Modus auf meinem Laptop-Bildschirm laufen.

Wenn man xfce dazu bringen könnte, den und nur den Monitor aus der xorg.conf zu nutzen, wäre mein Problem vieleicht gelöst...

Hier die Xorg.0.log

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-gentoo-r5 x86_64 
Current Operating System: Linux Acer1810T 2.6.30-gentoo-r5 #1 PREEMPT Tue Nov 24 18:29:44 CET 2009 x86_64
Build Date: 24 November 2009  07:56:25PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 25 21:39:16 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "LVDS"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Synaptics Touchpad"
(**) |-->Input Device "Keyboard0"
(**) Option "AutoAddDevices" "false"
(**) Not automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/misc/").
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
	Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
(**) FontPath set to:
	/usr/share/fonts/corefonts,
	/usr/share/fonts/dejavu,
	/usr/share/fonts/freefonts,
	/usr/share/fonts/75dpi,
	/usr/share/fonts/75dpi/
(**) ModulePath set to "/usr/lib64/xorg/modules"
(==) |-->Input Device "<default pointer>"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
(II) Loader magic: 0xde0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2a42:1025:029b Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x000030d0/8
(--) PCI: (0:0:2:1) 8086:2a43:1025:029b Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0x92400000/1048576
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.1.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "intel"
(II) Loading /usr/lib64/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 2.8.1
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "synaptics"
(II) Reloading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.4.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
	965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D,
	IGDNG_M
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "DRI" "True"
(II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel® GM45 Express Chipset
(--) intel(0): Chipset: "Mobile Intel® GM45 Express Chipset"
(II) intel(0): Output VGA1 using monitor section LVDS
(**) intel(0): Option "Enable" "True"
(II) intel(0): Output LVDS1 using monitor section LVDS
(II) intel(0): Output DVI1 has no monitor section
(II) intel(0): Output DVI2 using monitor section DVI2
(**) intel(0): Option "Enable" "False"
(II) intel(0): Output VGA1 enabled by config file
(II) intel(0): Output LVDS1 enabled by config file
(II) intel(0): Output DVI1 disconnected
(II) intel(0): Output DVI2 connected
(II) intel(0): Using user preference for initial modes
(EE) intel(0): Output VGA1 enabled but has no modes
(II) intel(0): Output LVDS1 using initial mode 1366x768
(II) intel(0): Output DVI2 using initial mode 1024x768
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (256, 144) mm
(**) intel(0): DPI set to (135, 135)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.3.901, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "dri2"
(II) LoadModule: "dri2"
(II) Reloading /usr/lib64/xorg/modules/extensions//libdri2.so
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(WW) intel(0): VideoRam configuration found, which is no longer recommended.
(II) intel(0): Continuing with default 0kB VideoRam instead of 258048 kB.
(II) intel(0): [DRI2] Setup complete
(**) intel(0): Kernel mode setting active, disabling FBC.
(**) intel(0): Framebuffer compression disabled
(**) intel(0): Tiling enabled
(**) intel(0): SwapBuffers wait enabled
(**) intel(0): VideoRam: 262144 KB
(II) intel(0): Attempting memory allocation with tiled buffers.
(II) intel(0): Tiled allocation successful.
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): No memory allocations
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(II) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: DRI2 Enabled
(WW) intel(0): Option "AccelMethod" is not used
(WW) intel(0): Option "Enable" is not used
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 361 x 203
(II) Synaptics touchpad driver version 1.1.3
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(II) Synaptics Touchpad: x-axis range 1472 - 5472
(II) Synaptics Touchpad: y-axis range 1408 - 4448
(II) Synaptics Touchpad: pressure range 0 - 255
(II) Synaptics Touchpad: finger width range 0 - 0
(II) Synaptics Touchpad: buttons: left right middle
(**) Option "LeftEdge" "1100"
(**) Option "RightEdge" "5600"
(**) Option "TopEdge" "1100"
(**) Option "BottomEdge" "5000"
(**) Option "FingerLow" "21"
(**) Option "FingerHigh" "35"
(**) Option "MaxTapTime" "210"
(**) Option "MaxTapMove" "250"
(**) Option "VertScrollDelta" "80"
(**) Option "VertEdgeScroll" "true"
(**) Option "EdgeMotionMinSpeed" "200"
(**) Option "EdgeMotionMaxSpeed" "200"
(**) Option "UpDownScrolling" "1"
(**) Option "TapButton1" "1"
(**) Option "MinSpeed" "0.60"
(**) Option "MaxSpeed" "1.10"
(**) Option "AccelFactor" "0.030"
(--) Synaptics Touchpad: touchpad found
(**) Option "AlwaysCore"
(**) Option "SendCoreEvents" "true"
(**) Synaptics Touchpad: always reports core events
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: TOUCHPAD)
(**) Synaptics Touchpad: (accel) keeping acceleration scheme 1
(**) Synaptics Touchpad: (accel) filter chain progression: 2.00
(**) Synaptics Touchpad: (accel) filter stage 0: 20.00 ms
(**) Synaptics Touchpad: (accel) set acceleration profile 0
(--) Synaptics Touchpad: touchpad found
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "Standard"
(**) Keyboard0: Protocol: Standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Keyboard0: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) <default pointer>: Sensitivity: 1
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(**) <default pointer>: (accel) keeping acceleration scheme 1
(**) <default pointer>: (accel) filter chain progression: 2.00
(**) <default pointer>: (accel) filter stage 0: 20.00 ms
(**) <default pointer>: (accel) set acceleration profile 0
(II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Video Bus
(EE) config/hal: NewInputDeviceRequest failed (8)

6

25.11.2009, 22:20

Apropos Screen, wie sieht die Screen Section in Deiner xorg.conf aus? Dort sollte nur der Monitor "LVDS" auftauchen. Hänge mal am besten die xorg.conf Datei komplett als Anhangs an.

An sonsten, definiere mal auch die anderen nicht verwendeten Anschlüsse (VGA/DVI1) in der xorg.conf.

Um zu prüfen, ob es an Xorg oder Xfce liegt, starte mal eine twm-Session oder ähnliches. Besteht das Problem dort auch?

Hast Du schon diese Tastenkombination zum Umschalten der Bildschirme versucht? Sowas hat doch jeder Laptop. Einen ähnlichen Effekt hatte ich mal bei meinem alten Laptop. Nur da war es der VGA-Anschluss, der LVDS+VGA irgendwie mischte.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

7

25.11.2009, 23:40

Unter twm hab ich eigentlich nur 3 terminals gesehen, ich hatte den nur zum testen der xorg.conf benutzt, bevor xfce4 überhaupt installiert war. Aufgefallen ist mir da eigentlich nichts, ich wüsste auch nicht, was ;) . Ich habe nun auch mal die anderen Ausgänge (VGA, DVI1) in der xorg.conf eingetragen, wie vorgeschlagen - Problem besteht weiterhin. Gibt's denn kein config-file für die von xfce verwendeten Monitore? Die Tastenkombination zum Umschalten der Monitore, bei mir [Fn] + [F5], funktioniert nicht bei mir, ich wüsste auch nicht, wie ich die aktivieren könnte (bin eben Neuling...) . xorg.conf gibt's als *.txt im Anhang.
»free(x)« hat folgende Datei angehängt:
  • xorg.conf.txt (2,56 kB - 4 mal heruntergeladen - zuletzt: 20.03.2014, 18:43)

8

25.11.2009, 23:47

Du kannst bei twm in einem der Terminals "xrandr" eingeben, um zu sehen, ob 2x Monitore erkannt werden. Das selbe gilt auch für das Testen von Fn+F5 (Am besten auch noch unter twm). Einmal drücken und mit xrandr überprüfen, das ganze 3x.
Auch wenn Open-Source kostenlos ist, ist sie nicht umsonst. Dein Preis ist Dein Engagement und Mitarbeit an OS-Projekten.
Wenn Du keinen Preis bezahlen willst, bist Du die Ware. Und das ist nicht Open Source, geschweigedenn frei.

9

26.11.2009, 00:55

Ich hab ehrlich gesagt keine Ahnung, wie ich wieder eine twm Session zustande bringen kann. slim listet beim auswählen der Session twm nicht auf. Entferne ich "exec startxfce4" aus ~/.xinitrc und nehme xdm aus dem default-runlevel raus, dann hängt sich der Klappkasten nach startx auf.

Davon mal abgesehen habe ich in der Xorg.0.log folgendes gefunden:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(**) intel(0): Option "DRI" "True"
(II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile Intel® GM45 Express Chipset
(--) intel(0): Chipset: "Mobile Intel® GM45 Express Chipset"
(II) intel(0): Output VGA1 using monitor section VGA
(**) intel(0): Option "Enable" "False"
(II) intel(0): Output LVDS1 using monitor section LVDS
(**) intel(0): Option "Enable" "True"
(II) intel(0): Output DVI1 using monitor section DVI1
(**) intel(0): Option "Enable" "False"
(II) intel(0): Output DVI2 using monitor section DVI2
(**) intel(0): Option "Enable" "False"
(II) intel(0): Output VGA1 disconnected
(II) intel(0): Output LVDS1 enabled by config file
(II) intel(0): Output DVI1 disconnected
(II) intel(0): Output DVI2 connected
(II) intel(0): Using user preference for initial modes
(II) intel(0): Output LVDS1 using initial mode 1366x768
(II) intel(0): Output DVI2 using initial mode 1024x768
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (256, 144) mm
(**) intel(0): DPI set to (135, 135)


Scheint so, als ob Option "Enable" "False" für den DVI2 nicht funktioniert.

10

26.11.2009, 01:13

Vorläufig gelöst!

Uff! Ich denke, ich hab's geschafft. Geholfen hat mir dann viaarena.com/forums, da steht im vorletzten Post einiges, was mir geholfen hat:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...

Section "Monitor"
	Identifier	"LVDS"
	VendorName	"AU Optronics"
	ModelName	"AUO205C"
	DisplaySize	256 144
	Option		"Enable"		"True"
	Option		"Ignore"		"False"
	Option		"PreferredMode"		"1366x768"
	Option		"Type"			"Internal"
	Option		"PanelSize"		"1366x768"
EndSection

...

Section "Monitor"
	Identifier	"DVI2"
	Option		"Disable"		"True"
	Option		"Ignore"		"True"
EndSection

...


Ausgabe von xrandr bestätigte mir auch gerade, dass nur noch ein Monitor (LVDS1) aktiv ist. Außerdem taucht ausgerechnet dieser nun auch in Settings -> Display auf 8|, manchmal is komisch. Ich hab gerade auch noch Gentoo neu gestartet, um auf Nummer sicher zu gehen, aber es scheint zu funktionieren. Denke mal, dass

Quellcode

1
2
Option "Disable" "True"
Option "Ignore" "True"

dafür sorgen, dass der entsprechende Anschluss nicht verwendet wird. Ob es mit "Enable" "False" + "Ignore" "True" klappt, hab ich nicht ausprobiert. Vielen Dank jedenfalls für deine Hilfe :) , hat mir sehr geholfen, dem Problem auf die Spur zu kommen. Und nu: pennen! Uni schreit schon wieder... :sleeping: