[Ubuntu 9.04] Xinerama probleem met 3 schermen

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • ygma!l
  • Registratie: December 2002
  • Laatst online: 05-08 15:50
Het gaat om een fresh-install van Ubuntu 9.04 (X64).

In het syteem zijn aanwezig:
-NVidia 6600GT
-NVidia 8500GT

Aan de 6600GT zitten 2 schermen met ieders een resolutie van 1280x1024. Aan de de 8500GT zit 1 scherm met een resolutie van 1680x1050. Dit laatste scherm is in het midden gepositioneerd (fysiek).

Ik maak gebruik van de 180.44 drivers van NVidia die ik door Ubuntu zelf heb laten installeren (uit de repository van Ubuntu). Hoewel ik de 173.xx versie van de driver ook al heb geprobeerd, mocht dit niet baten.

Wat is het probleem? Ik krijg het alleen maar voor elkaar om de 2 schermen aan de 6600GT te gebruiken met Xinerama. De reden voor Xinerama is dat ik graag vensters van het ene scherm naar het andere scherm wil kunnen slepen. Als ik het 3e scherm (die op de 8500GT zit) activeer, dan start mijn Ubuntu op, maar zonder X. De X server blijft crashen en ik krijg hier naar 6 crashes ook een melding van. Ik begrijp niet waarom ik mijn 3e scherm niet aan de praat krijg.

Dit is de xorg.conf die ik probeer te draaien, maar crasht:
code:
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
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@crested)  Sun Feb  1 20:25:37 UTC 2009

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen2"
    Screen      2  "Screen2" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
    # generated from default
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-0"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 77.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Iiyama PLE1700"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 77.0
EndSection

Section "Monitor"
    Identifier     "Monitor2"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    Option         "NoLogo" "True"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    Option         "NoLogo" "True"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    Option         "NoLogo" "True"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Device2"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8500 GT"
    BusID          "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT-0: 1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT-1: 1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "Device2"
    Monitor        "Monitor2"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1680x1050 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Dit is volgens mij de log file die gegeneerd wordt bij de crash:
code:
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
X.Org X Server 1.6.0
Release Date: 2009-2-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-15-server x86_64 Ubuntu
Current Operating System: Linux Turlock 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64
Build Date: 09 April 2009  02:11:54AM
xorg-server 2:1.6.0-0ubuntu14 (buildd@crested.buildd) 
    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: Sun May 17 19:16:29 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Screen "Screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Device1"
(**) |-->Screen "Screen2" (2)
(**) |   |-->Monitor "Monitor2"
(**) |   |-->Device "Device2"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) Option "Xinerama" "1"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    Entry deleted from font path.
(==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(II) Loader magic: 0xb40
(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@1:0:0) nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @ 0xd0000000/67108864, 0xb0000000/268435456, 0xd4000000/16777216, BIOS @ 0x????????/131072
(--) PCI: (0@2:0:0) nVidia Corporation GeForce 8500 GT rev 161, Mem @ 0xda000000/16777216, 0xc0000000/268435456, 0xd8000000/33554432, I/O @ 0x00009000/128, BIOS @ 0x????????/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(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   0xffffffff - 0xffffffff (0x1) MX[B]
    [5] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [6] -1  0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [7] -1  0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [8] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [9] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [10] -1 0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [11] -1 0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [12] -1 0   0xffffffff - 0xffffffff (0x1) MX[B]
    [13] -1 0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [14] -1 0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [15] -1 0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [16] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [18] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [19] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [20] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [22] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
(II) NVIDIA GLX Module  180.44  Tue Mar 24 06:11:47 PST 2009
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.0, 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/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  180.44  Tue Mar 24 05:51:43 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(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] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [5] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [6] -1  0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [7] -1  0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [8] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [9] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [10] -1 0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [11] -1 0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [12] -1 0   0xffffffff - 0xffffffff (0x1) MX[B]
    [13] -1 0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [14] -1 0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [15] -1 0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [16] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [18] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [19] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [20] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [22] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "True"
(**) NVIDIA(0): Option "TwinView" "0"
(**) NVIDIA(0): Option "MetaModes" "CRT-0: 1280x1024 +0+0"
(**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT (NV43) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.61.02
(II) NVIDIA(0): Detected PCI Express Link width: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
(--) NVIDIA(0):     CRT-0
(--) NVIDIA(0):     Iiyama PLE1700 (CRT-1)
(--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
(--) NVIDIA(0): Iiyama PLE1700 (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Display Device found referenced in MetaMode: CRT-0
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "CRT-0:1280x1024+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):     from CRT-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(1): RGB weight 888
(==) NVIDIA(1): Default visual is TrueColor
(==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(1): Option "NoLogo" "True"
(**) NVIDIA(1): Option "TwinView" "0"
(**) NVIDIA(1): Option "MetaModes" "CRT-1: 1280x1024 +0+0"
(**) NVIDIA(1): Enabling RENDER acceleration
(II) NVIDIA(1): NVIDIA GPU GeForce 6600 GT (NV43) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(1): Memory: 262144 kBytes
(--) NVIDIA(1): VideoBIOS: 05.43.02.61.02
(II) NVIDIA(1): Detected PCI Express Link width: 8X
(--) NVIDIA(1): Interlaced video modes are supported on this GPU
(--) NVIDIA(1): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
(--) NVIDIA(1):     CRT-0
(--) NVIDIA(1):     Iiyama PLE1700 (CRT-1)
(--) NVIDIA(1): CRT-0: 400.0 MHz maximum pixel clock
(--) NVIDIA(1): Iiyama PLE1700 (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(1): Display Device found referenced in MetaMode: CRT-1
(II) NVIDIA(1): Assigned Display Device: CRT-1
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "CRT-1:1280x1024+0+0"
(II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(1): DPI set to (95, 96); computed from "UseEdidDpi" X config
(--) NVIDIA(1):     option
(==) NVIDIA(1): Enabling 32-bit ARGB GLX visuals.
(**) NVIDIA(2): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(2): RGB weight 888
(==) NVIDIA(2): Default visual is TrueColor
(==) NVIDIA(2): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(2): Option "TwinView" "0"
(**) NVIDIA(2): Option "MetaModes" "1680x1050 +0+0"
(**) NVIDIA(2): Enabling RENDER acceleration
(II) NVIDIA(2): NVIDIA GPU GeForce 8500 GT (G86) at PCI:2:0:0 (GPU-1)
(--) NVIDIA(2): Memory: 524288 kBytes
(--) NVIDIA(2): VideoBIOS: 60.86.41.00.00
(II) NVIDIA(2): Detected PCI Express Link width: 8X
(--) NVIDIA(2): Interlaced video modes are supported on this GPU
(--) NVIDIA(2): Connected display device(s) on GeForce 8500 GT at PCI:2:0:0:
(--) NVIDIA(2):     Samsung SyncMaster (CRT-1)
(--) NVIDIA(2): Samsung SyncMaster (CRT-1): 400.0 MHz maximum pixel clock
(II) NVIDIA(2): Assigned Display Device: CRT-1
(II) NVIDIA(2): Validated modes:
(II) NVIDIA(2):     "1680x1050+0+0"
(II) NVIDIA(2): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(2): DPI set to (99, 98); computed from "UseEdidDpi" X config
(--) NVIDIA(2):     option
(==) NVIDIA(2): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  Yes, I do.
(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] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [5] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [6] -1  0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [7] -1  0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [8] -1  0   0xffffffff - 0xffffffff (0x1) MX[B]
    [9] -1  0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [10] -1 0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [11] -1 0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [12] -1 0   0xffffffff - 0xffffffff (0x1) MX[B]
    [13] -1 0   0x000f0000 - 0x000fffff (0x10000) MX[B]
    [14] -1 0   0x000c0000 - 0x000effff (0x30000) MX[B]
    [15] -1 0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [16] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [18] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [19] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [20] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
    [22] -1 0   0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1 0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "CRT-0:1280x1024+0+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) NVIDIA(1): Initialized GPU GART.
(II) NVIDIA(1): Setting mode "CRT-1:1280x1024+0+0"
(II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(1): Disabling shared memory pixmaps
(II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(1): Backing store disabled
(==) NVIDIA(1): Silken mouse enabled
(II) NVIDIA(1): DPMS enabled
(==) RandR enabled
(II) NVIDIA(2): Initialized GPU GART.
(II) NVIDIA(2): Setting mode "1680x1050+0+0"
(II) NVIDIA(2): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(2): Disabling shared memory pixmaps
(II) NVIDIA(2): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(2): Backing store disabled
(==) NVIDIA(2): Silken mouse enabled
(II) NVIDIA(2): DPMS enabled
(==) RandR enabled
(II) Entity 0 shares no resources
(II) Entity 1 shares no resources
(II) Entity 2 shares no resources
(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 SECURITY
(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) Initializing extension GLX
(WW) NVIDIA(2): The GPU driving screen 2 is incompatible with the rest of the
(WW) NVIDIA(2):     GPUs composing the desktop.  OpenGL rendering will be
(WW) NVIDIA(2):     disabled on screen 2.
(II) config/hal: Adding input device Logitech USB Multimedia Keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
(**) Logitech USB Multimedia Keyboard: always reports core events
(**) Logitech USB Multimedia Keyboard: Device: "/dev/input/event4"
(II) Logitech USB Multimedia Keyboard: Found 17 mouse buttons
(II) Logitech USB Multimedia Keyboard: Found keys
(II) Logitech USB Multimedia Keyboard: Configuring as keyboard
(**) Logitech USB Multimedia Keyboard: YAxisMapping: buttons 4 and 5
(**) Logitech USB Multimedia Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Multimedia Keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Logitech USB Multimedia Keyboard: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) Logitech USB Multimedia Keyboard: xkb_layout: "us"
(II) config/hal: Adding input device Logitech USB Multimedia Keyboard
(**) Logitech USB Multimedia Keyboard: always reports core events
(**) Logitech USB Multimedia Keyboard: Device: "/dev/input/event3"
(II) Logitech USB Multimedia Keyboard: Found keys
(II) Logitech USB Multimedia Keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Multimedia Keyboard: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Logitech USB Multimedia Keyboard: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) Logitech USB Multimedia Keyboard: xkb_layout: "us"
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event6"
(II) Logitech USB Receiver: Found 1 mouse buttons
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Logitech USB Receiver: xkb_rules: "evdev"
(**) Option "xkb_model" "pc105"
(**) Logitech USB Receiver: xkb_model: "pc105"
(**) Option "xkb_layout" "us"
(**) Logitech USB Receiver: xkb_layout: "us"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event2"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event5"
(II) Logitech USB Receiver: Found 16 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Configuring as mouse
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) Logitech USB Multimedia Keyboard: Close
(II) UnloadModule: "evdev"
(II) Logitech USB Multimedia Keyboard: Close
(II) UnloadModule: "evdev"
(II) Logitech USB Receiver: Close
(II) UnloadModule: "evdev"
(II) Macintosh mouse button emulation: Close
(II) UnloadModule: "evdev"
(II) Logitech USB Receiver: Close
(II) UnloadModule: "evdev"
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 2 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 2 shares mem & io resources
(II) Screen 0 shares mem & io resources
(II) Screen 1 shares mem & io resources
(II) Screen 2 shares mem & io resources
 ddxSigGiveUp: Closing log

Acties:
  • 0 Henk 'm!

  • laurencevde
  • Registratie: November 2001
  • Laatst online: 29-09-2024
Lijkt er meer op dat de X-server netjes afsluit omdat er niks meer op draait...

geeft de kernel-log/dmesg nog wat interessants? Wat staat er in gdm's log?

Start X eens vanaf een commandline op, bijv. mbv "xinit xterm". Dan krijg je X's output te zien, en als dat wel werkt, ligt het aan gdm...

Have a taste of freedom. It is sometimes a bitter pill. To me though, this is the sweetness of the GPL


Acties:
  • 0 Henk 'm!

Verwijderd

code:
1
2
3
(WW) NVIDIA(2): The GPU driving screen 2 is incompatible with the rest of the
(WW) NVIDIA(2):     GPUs composing the desktop.  OpenGL rendering will be
(WW) NVIDIA(2):     disabled on screen 2.

Zou dat er mee te maken hebben?

Acties:
  • 0 Henk 'm!

  • jelly
  • Registratie: Mei 2006
  • Laatst online: 09-09 14:43

jelly

Arch Linux

is het ook niet zo dat je geen compositing kan gebruiken met xinerama / meerdere schermen ?

Keep it simple stupid


Acties:
  • 0 Henk 'm!

  • Drgn
  • Registratie: Februari 2004
  • Niet online
Volgens mij heeft Jelly gelijk. linkje. In de compiz-fusion en ubuntu forums vind je vergelijkbare threads.

Leave the gun, get the canoli


Acties:
  • 0 Henk 'm!

Verwijderd

Je kunt inderdaad composite maar op 1 scherm draaien. Op een tweede is volgens mij evt met wat hacks nog wel ergens te realiseren. Waarom wil je perse Xinerama? Twinview werkt een stuk beter en daarmee kun je ook gewoon schermen slepen over verschillende vensters. Daarnaast maakt twinview 1 groot virtueel scherm waarin hij de daadwerkelijke schermen positioneert. Hiermee kun je dus wel composite draaien op meerdere schermen tegelijk.

In hoeverre twinview werkt met 3 monitoren op 2 kaarten weet ik niet (heb zelf 2 schermen op 1 kaart). Maar ik verwacht dat dit geen probleem is.

Verder heb je dan je xorg.conf ook niet meer nodig. Je kunt hem nu gewoon verwijderen, X opstarten en dan nvidia-settings een nieuwe voor je laten genereren met drie schermen en twinview.

Edit:
Volgens mij wordt Xinerama ook niet meer verder ontwikkeld, in het voordeel van xrandr. Misschien kun je hier iets mee. Eerder stelde ik hier altijd dual screen mee in.

[ Voor 10% gewijzigd door Verwijderd op 20-05-2009 13:29 ]


Acties:
  • 0 Henk 'm!

  • laurencevde
  • Registratie: November 2001
  • Laatst online: 29-09-2024
GDM (inlogscherm) wilt nog niet eens starten. Daarin wordt geen compositing gebruikt, dus dat is nog niet eens aan de orde.
Zijn middelste scherm heeft nu geen 3d nee, maar dat hoort er niet voor te zorgen dat X helemaal niet start. Beetje lullig maar geen ramp. Als hij wel 3d op z'n 8500 wilt (en dan niet op de 6600) moet hij (verwacht ik) de 8500 als eerste laten initialiseren (dat screen0 maken...)
Als hij perse 3d over alle monitoren wilt zou hij nog een 8x00-kaart (of nieuwer )moeten kopen. Voor die paar tientjes...

Twinview gaat niet werken. TwinView maakt van 2 monitoren aan 1 kaart 1 "virtueel" scherm(met 1 framebuffer), en geeft Xinerama-info door om te zorgen dat apps toch weten dat het 2 schermen zijn. Om de 2e kaart ook te kunnen gebruiken moet je echter de ook "echte" Xinerama gebruiken(nee, twinview kan niet over 2 kaarten werken), en dan kan de nvidia-driver de xinerama-info van twinview niet meer doorgeven. Dan werken de 2 monitoren dus volledig als 1 scherm...
Ten 2e heeft hij een monitor van een andere kaart ertussenin staan...

Have a taste of freedom. It is sometimes a bitter pill. To me though, this is the sweetness of the GPL


Acties:
  • 0 Henk 'm!

  • ygma!l
  • Registratie: December 2002
  • Laatst online: 05-08 15:50
Bedankt voor jullie reacties.

Het lijkt er op dat wat ik wil momenteel standaar niet mogelijk is met Jaunty. Dit heeft iets met maken met de X server die gebruikt wordt. Er is echter iemand die een oplossing heeft gevonden en een tool gaat releasen om eenvoudig dit te kunnen realiseren. Hier ben ik gisteren naar veel zoeken op internet achter gekomen.

Zie voor meer info: http://ubuntuforums.org/showthread.php?t=884161
Pagina: 1