[eOS] GUI start niet altijd bij boot

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Ik heb vd week de overgestapt van Debian naar Elementary OS gemaakt. Was zeer tevreden over Debian, maar toch wou ik eens wat anders uitproberen. En ik moet zeggen dat voor mijn gevoel eOS iets vlotter draait dan Debian Xfce. Maar nu valt het me op dat soms eOS niet goed opstart.

eOS start dan om onverklaarbare reden op in CLI, i.p.v. Het doorstarten naar DE. als ik bij CLI inlog en een reboot doe, start hij wel gewoon weer door naar de DE. Komt iemand dit bekend voor? Dit is mij nu in 7 dagen tijd, 3x gebeurt.

Het is geen ramp en wil er ook niet teveel aandacht aan geven, maar misschien is dit vrij gemakkelijk te verhelpen. Zo niet, dan kijk ik het even aan en als het me niet bevalt switch ik weer naar Debian ;)

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Check je runlevel eens en check ook de logs (wat staat er bijvoorbeeld in /var/log/Xorg.0.log?) of er iets wordt gemeld hierover. Er moet een verklaring wezen waarom dit gebeurt.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
/var/log/Xorg.0.log
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
[    15.780] 
X.Org X Server 1.11.3
Release Date: 2011-12-16
[    15.780] X Protocol Version 11, Revision 0
[    15.780] Build Operating System: Linux 2.6.42-37-generic i686 Ubuntu
[    15.780] Current Operating System: Linux ElementaryOS 3.2.0-65-generic-pae #98-Ubuntu SMP Wed Jun 11 20:48:58 UTC 2014 i686
[    15.780] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-65-generic-pae root=UUID=e40a94ca-da5d-4491-9fa5-5f93c70c194a ro quiet splash
[    15.780] Build Date: 11 April 2013  01:04:30PM
[    15.780] xorg-server 2:1.11.4-0ubuntu10.13 (For technical support please see http://www.ubuntu.com/support) 
[    15.780] Current version of pixman: 0.24.4
[    15.780]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    15.780] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.780] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul  2 19:10:36 2014
[    15.796] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.796] (==) No Layout section.  Using the first Screen section.
[    15.796] (==) No screen section available. Using defaults.
[    15.796] (**) |-->Screen "Default Screen Section" (0)
[    15.796] (**) |   |-->Monitor "<default monitor>"
[    15.796] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    15.796] (==) Automatically adding devices
[    15.796] (==) Automatically enabling devices
[    15.797] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    15.797]    Entry deleted from font path.
[    15.797] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    15.797]    Entry deleted from font path.
[    15.797] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    15.797]    Entry deleted from font path.
[    15.797] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    15.797]    Entry deleted from font path.
[    15.797] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    15.797]    Entry deleted from font path.
[    15.836] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[    15.836]    Entry deleted from font path.
[    15.836]    (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[    15.836] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[    15.836] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    15.836] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.836] (II) Loader magic: 0xb776e5a0
[    15.836] (II) Module ABI versions:
[    15.836]    X.Org ANSI C Emulation: 0.4
[    15.836]    X.Org Video Driver: 11.0
[    15.836]    X.Org XInput driver : 16.0
[    15.836]    X.Org Server Extension : 6.0
[    15.837] (--) PCI:*(0:1:0:0) 10de:0ca3:1682:3001 rev 162, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288
[    15.837] (II) Open ACPI successful (/var/run/acpid.socket)
[    15.837] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    15.837] (II) "extmod" will be loaded by default.
[    15.837] (II) "dbe" will be loaded by default.
[    15.837] (II) "glx" will be loaded by default.
[    15.837] (II) "record" will be loaded by default.
[    15.837] (II) "dri" will be loaded by default.
[    15.837] (II) "dri2" will be loaded by default.
[    15.837] (II) LoadModule: "extmod"
[    15.837] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    15.837] (II) Module extmod: vendor="X.Org Foundation"
[    15.837]    compiled for 1.11.3, module version = 1.0.0
[    15.837]    Module class: X.Org Server Extension
[    15.837]    ABI class: X.Org Server Extension, version 6.0
[    15.837] (II) Loading extension MIT-SCREEN-SAVER
[    15.837] (II) Loading extension XFree86-VidModeExtension
[    15.837] (II) Loading extension XFree86-DGA
[    15.837] (II) Loading extension DPMS
[    15.837] (II) Loading extension XVideo
[    15.837] (II) Loading extension XVideo-MotionCompensation
[    15.837] (II) Loading extension X-Resource
[    15.837] (II) LoadModule: "dbe"
[    15.837] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    15.838] (II) Module dbe: vendor="X.Org Foundation"
[    15.838]    compiled for 1.11.3, module version = 1.0.0
[    15.838]    Module class: X.Org Server Extension
[    15.838]    ABI class: X.Org Server Extension, version 6.0
[    15.838] (II) Loading extension DOUBLE-BUFFER
[    15.838] (II) LoadModule: "glx"
[    15.838] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so
[    15.869] (II) Module glx: vendor="NVIDIA Corporation"
[    15.869]    compiled for 4.0.2, module version = 1.0.0
[    15.869]    Module class: X.Org Server Extension
[    15.869] (II) NVIDIA GLX Module  331.79  Sun May 18 02:24:23 PDT 2014
[    15.869] (II) Loading extension GLX
[    15.869] (II) LoadModule: "record"
[    15.869] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    15.869] (II) Module record: vendor="X.Org Foundation"
[    15.869]    compiled for 1.11.3, module version = 1.13.0
[    15.869]    Module class: X.Org Server Extension
[    15.869]    ABI class: X.Org Server Extension, version 6.0
[    15.869] (II) Loading extension RECORD
[    15.869] (II) LoadModule: "dri"
[    15.869] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    15.869] (II) Module dri: vendor="X.Org Foundation"
[    15.869]    compiled for 1.11.3, module version = 1.0.0
[    15.869]    ABI class: X.Org Server Extension, version 6.0
[    15.869] (II) Loading extension XFree86-DRI
[    15.869] (II) LoadModule: "dri2"
[    15.870] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    15.870] (II) Module dri2: vendor="X.Org Foundation"
[    15.870]    compiled for 1.11.3, module version = 1.2.0
[    15.870]    ABI class: X.Org Server Extension, version 6.0
[    15.870] (II) Loading extension DRI2
[    15.870] (==) Matched nvidia as autoconfigured driver 0
[    15.870] (==) Matched nouveau as autoconfigured driver 1
[    15.870] (==) Matched nv as autoconfigured driver 2
[    15.870] (==) Matched vesa as autoconfigured driver 3
[    15.870] (==) Matched fbdev as autoconfigured driver 4
[    15.870] (==) Assigned the driver to the xf86ConfigLayout
[    15.870] (II) LoadModule: "nvidia"
[    15.870] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    15.870] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.870]    compiled for 4.0.2, module version = 1.0.0
[    15.870]    Module class: X.Org Video Driver
[    15.870] (II) LoadModule: "nouveau"
[    15.871] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    15.871] (II) Module nouveau: vendor="X.Org Foundation"
[    15.871]    compiled for 1.11.3, module version = 0.0.16
[    15.871]    Module class: X.Org Video Driver
[    15.871]    ABI class: X.Org Video Driver, version 11.0
[    15.871] (II) LoadModule: "nv"
[    15.895] (WW) Warning, couldn't open module nv
[    15.895] (II) UnloadModule: "nv"
[    15.895] (II) Unloading nv
[    15.896] (EE) Failed to load module "nv" (module does not exist, 0)
[    15.896] (II) LoadModule: "vesa"
[    15.896] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    15.896] (II) Module vesa: vendor="X.Org Foundation"
[    15.896]    compiled for 1.11.3, module version = 2.3.0
[    15.896]    Module class: X.Org Video Driver
[    15.896]    ABI class: X.Org Video Driver, version 11.0
[    15.896] (II) LoadModule: "fbdev"
[    15.896] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    15.896] (II) Module fbdev: vendor="X.Org Foundation"
[    15.896]    compiled for 1.11.3, module version = 0.4.2
[    15.896]    ABI class: X.Org Video Driver, version 11.0
[    15.896] (==) Matched nvidia as autoconfigured driver 0
[    15.896] (==) Matched nouveau as autoconfigured driver 1
[    15.896] (==) Matched nv as autoconfigured driver 2
[    15.896] (==) Matched vesa as autoconfigured driver 3
[    15.896] (==) Matched fbdev as autoconfigured driver 4
[    15.896] (==) Assigned the driver to the xf86ConfigLayout
[    15.896] (II) LoadModule: "nvidia"
[    15.896] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    15.896] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.896]    compiled for 4.0.2, module version = 1.0.0
[    15.896]    Module class: X.Org Video Driver
[    15.896] (II) UnloadModule: "nvidia"
[    15.896] (II) Unloading nvidia
[    15.896] (II) Failed to load module "nvidia" (already loaded, -1217180805)
[    15.896] (II) LoadModule: "nouveau"
[    15.897] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    15.897] (II) Module nouveau: vendor="X.Org Foundation"
[    15.897]    compiled for 1.11.3, module version = 0.0.16
[    15.897]    Module class: X.Org Video Driver
[    15.897]    ABI class: X.Org Video Driver, version 11.0
[    15.897] (II) UnloadModule: "nouveau"
[    15.897] (II) Unloading nouveau
[    15.897] (II) Failed to load module "nouveau" (already loaded, -1217180805)
[    15.897] (II) LoadModule: "nv"
[    15.897] (WW) Warning, couldn't open module nv
[    15.897] (II) UnloadModule: "nv"
[    15.897] (II) Unloading nv
[    15.897] (EE) Failed to load module "nv" (module does not exist, 0)
[    15.897] (II) LoadModule: "vesa"
[    15.897] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    15.897] (II) Module vesa: vendor="X.Org Foundation"
[    15.897]    compiled for 1.11.3, module version = 2.3.0
[    15.897]    Module class: X.Org Video Driver
[    15.897]    ABI class: X.Org Video Driver, version 11.0
[    15.897] (II) UnloadModule: "vesa"
[    15.897] (II) Unloading vesa
[    15.897] (II) Failed to load module "vesa" (already loaded, 0)
[    15.897] (II) LoadModule: "fbdev"
[    15.898] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    15.898] (II) Module fbdev: vendor="X.Org Foundation"
[    15.898]    compiled for 1.11.3, module version = 0.4.2
[    15.898]    ABI class: X.Org Video Driver, version 11.0
[    15.898] (II) UnloadModule: "fbdev"
[    15.898] (II) Unloading fbdev
[    15.898] (II) Failed to load module "fbdev" (already loaded, 0)
[    15.898] (II) NVIDIA dlloader X Driver  331.79  Sun May 18 02:03:33 PDT 2014
[    15.898] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    15.898] (II) NOUVEAU driver Date:   Wed Nov 30 18:56:54 2011 +0100
[    15.898] (II) NOUVEAU driver for NVIDIA chipset families :
[    15.898]    RIVA TNT        (NV04)
[    15.898]    RIVA TNT2       (NV05)
[    15.898]    GeForce 256     (NV10)
[    15.898]    GeForce 2       (NV11, NV15)
[    15.898]    GeForce 4MX     (NV17, NV18)
[    15.898]    GeForce 3       (NV20)
[    15.898]    GeForce 4Ti     (NV25, NV28)
[    15.898]    GeForce FX      (NV3x)
[    15.898]    GeForce 6       (NV4x)
[    15.898]    GeForce 7       (G7x)
[    15.898]    GeForce 8       (G8x)
[    15.898]    GeForce GTX 200 (NVA0)
[    15.898]    GeForce GTX 400 (NVC0)
[    15.898] (II) VESA: driver for VESA chipsets: vesa
[    15.898] (II) FBDEV: driver for framebuffer: fbdev
[    15.898] (++) using VT number 7

[    15.900] (II) Loading sub module "fb"
[    15.900] (II) LoadModule: "fb"
[    15.900] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.900] (II) Module fb: vendor="X.Org Foundation"
[    15.900]    compiled for 1.11.3, module version = 1.0.0
[    15.900]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.901] (II) Loading sub module "wfb"
[    15.901] (II) LoadModule: "wfb"
[    15.901] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.901] (II) Module wfb: vendor="X.Org Foundation"
[    15.901]    compiled for 1.11.3, module version = 1.0.0
[    15.901]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.901] (II) Loading sub module "ramdac"
[    15.901] (II) LoadModule: "ramdac"
[    15.901] (II) Module "ramdac" already built-in
[    15.901] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    15.901] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.901] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.901] (WW) Falling back to old probe method for vesa
[    15.901] (WW) Falling back to old probe method for fbdev
[    15.901] (II) Loading sub module "fbdevhw"
[    15.901] (II) LoadModule: "fbdevhw"
[    15.901] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    15.901] (II) Module fbdevhw: vendor="X.Org Foundation"
[    15.901]    compiled for 1.11.3, module version = 0.0.2
[    15.901]    ABI class: X.Org Video Driver, version 11.0
[    15.901] (EE) open /dev/fb0: No such file or directory
[    15.902] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    15.902] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    15.902] (==) NVIDIA(0): RGB weight 888
[    15.902] (==) NVIDIA(0): Default visual is TrueColor
[    15.902] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.902] (**) NVIDIA(0): Enabling 2D acceleration
[    16.646] (II) NVIDIA(0): Display (Ancor Communications Inc VW225 (CRT-0)) does not
[    16.646] (II) NVIDIA(0):     support NVIDIA 3D Vision stereo.
[    16.646] drmOpenDevice: node name is /dev/dri/card0
[    16.650] drmOpenByBusid: Searching for BusID PCI:1:0:0
[    16.650] drmOpenDevice: node name is /dev/dri/card0
[    16.653] drmOpenByBusid: drmOpenMinor returns -1
[    16.653] drmOpenDevice: node name is /dev/dri/card1
[    16.657] drmOpenByBusid: drmOpenMinor returns -1
[    16.657] drmOpenDevice: node name is /dev/dri/card2
[    16.661] drmOpenByBusid: drmOpenMinor returns -1
[    16.661] drmOpenDevice: node name is /dev/dri/card3
[    16.665] drmOpenByBusid: drmOpenMinor returns -1
[    16.665] drmOpenDevice: node name is /dev/dri/card4
[    16.668] drmOpenByBusid: drmOpenMinor returns -1
[    16.668] drmOpenDevice: node name is /dev/dri/card5
[    16.672] drmOpenByBusid: drmOpenMinor returns -1
[    16.672] drmOpenDevice: node name is /dev/dri/card6
[    16.676] drmOpenByBusid: drmOpenMinor returns -1
[    16.676] drmOpenDevice: node name is /dev/dri/card7
[    16.680] drmOpenByBusid: drmOpenMinor returns -1
[    16.680] drmOpenDevice: node name is /dev/dri/card8
[    16.683] drmOpenByBusid: drmOpenMinor returns -1
[    16.683] drmOpenDevice: node name is /dev/dri/card9
[    16.687] drmOpenByBusid: drmOpenMinor returns -1
[    16.687] drmOpenDevice: node name is /dev/dri/card10
[    16.691] drmOpenByBusid: drmOpenMinor returns -1
[    16.691] drmOpenDevice: node name is /dev/dri/card11
[    16.695] drmOpenByBusid: drmOpenMinor returns -1
[    16.695] drmOpenDevice: node name is /dev/dri/card12
[    16.698] drmOpenByBusid: drmOpenMinor returns -1
[    16.698] drmOpenDevice: node name is /dev/dri/card13
[    16.702] drmOpenByBusid: drmOpenMinor returns -1
[    16.702] drmOpenDevice: node name is /dev/dri/card14
[    16.706] drmOpenByBusid: drmOpenMinor returns -1
[    16.706] drmOpenDevice: node name is /dev/dri/card15
[    16.710] drmOpenByBusid: drmOpenMinor returns -1
[    16.710] (II) NVIDIA(0): NVIDIA GPU GeForce GT 240 (GT215) at PCI:1:0:0 (GPU-0)
[    16.710] (--) NVIDIA(0): Memory: 524288 kBytes
[    16.710] (--) NVIDIA(0): VideoBIOS: 70.15.27.00.50
[    16.710] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    16.712] (--) NVIDIA(0): Valid display device(s) on GeForce GT 240 at PCI:1:0:0
[    16.712] (--) NVIDIA(0):     Ancor Communications Inc VW225 (CRT-0) (boot, connected)
[    16.712] (--) NVIDIA(0):     CRT-1
[    16.712] (--) NVIDIA(0):     DFP-0
[    16.712] (--) NVIDIA(0):     DFP-1
[    16.712] (--) NVIDIA(0): Ancor Communications Inc VW225 (CRT-0): 480.0 MHz maximum pixel clock
[    16.712] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
[    16.712] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    16.712] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    16.712] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    16.712] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    16.712] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    16.712] (**) NVIDIA(0):     device Ancor Communications Inc VW225 (CRT-0) (Using EDID
[    16.712] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[    16.715] (==) NVIDIA(0): 
[    16.715] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    16.715] (==) NVIDIA(0):     will be used as the requested mode.
[    16.715] (==) NVIDIA(0): 
[    16.715] (II) NVIDIA(0): Validated MetaModes:
[    16.715] (II) NVIDIA(0):     "CRT-0:nvidia-auto-select"
[    16.715] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[    16.752] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[    16.752] (--) NVIDIA(0):     option
[    16.752] (II) UnloadModule: "nouveau"
[    16.752] (II) Unloading nouveau
[    16.752] (II) UnloadModule: "vesa"
[    16.752] (II) Unloading vesa
[    16.752] (II) UnloadModule: "fbdev"
[    16.752] (II) Unloading fbdev
[    16.752] (II) UnloadModule: "fbdevhw"
[    16.752] (II) Unloading fbdevhw
[    16.752] (--) Depth 24 pixmap format is 32 bpp
[    16.753] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    16.757] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[    16.803] (II) Loading extension NV-GLX
[    16.814] (==) NVIDIA(0): Disabling shared memory pixmaps
[    16.814] (==) NVIDIA(0): Backing store disabled
[    16.814] (==) NVIDIA(0): Silken mouse enabled
[    16.815] (==) NVIDIA(0): DPMS enabled
[    16.815] (II) Loading extension NV-CONTROL
[    16.815] (II) Loading extension XINERAMA
[    16.815] (II) Loading sub module "dri2"
[    16.815] (II) LoadModule: "dri2"
[    16.815] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    16.815] (II) Module dri2: vendor="X.Org Foundation"
[    16.815]    compiled for 1.11.3, module version = 1.2.0
[    16.815]    ABI class: X.Org Server Extension, version 6.0
[    16.815] (II) NVIDIA(0): [DRI2] Setup complete
[    16.815] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    16.815] (--) RandR disabled
[    16.815] (II) Initializing built-in extension Generic Event Extension
[    16.815] (II) Initializing built-in extension SHAPE
[    16.815] (II) Initializing built-in extension MIT-SHM
[    16.815] (II) Initializing built-in extension XInputExtension
[    16.815] (II) Initializing built-in extension XTEST
[    16.815] (II) Initializing built-in extension BIG-REQUESTS
[    16.815] (II) Initializing built-in extension SYNC
[    16.815] (II) Initializing built-in extension XKEYBOARD
[    16.815] (II) Initializing built-in extension XC-MISC
[    16.815] (II) Initializing built-in extension SECURITY
[    16.815] (II) Initializing built-in extension XINERAMA
[    16.815] (II) Initializing built-in extension XFIXES
[    16.815] (II) Initializing built-in extension RENDER
[    16.815] (II) Initializing built-in extension RANDR
[    16.816] (II) Initializing built-in extension COMPOSITE
[    16.816] (II) Initializing built-in extension DAMAGE
[    16.818] (II) Initializing extension GLX
[    16.836] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    16.839] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.839] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.839] (II) LoadModule: "evdev"
[    16.839] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.839] (II) Module evdev: vendor="X.Org Foundation"
[    16.839]    compiled for 1.11.3, module version = 2.7.0
[    16.839]    Module class: X.Org XInput Driver
[    16.839]    ABI class: X.Org XInput driver, version 16.0
[    16.839] (II) Using input driver 'evdev' for 'Power Button'
[    16.839] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.839] (**) Power Button: always reports core events
[    16.839] (**) evdev: Power Button: Device: "/dev/input/event1"
[    16.839] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.839] (--) evdev: Power Button: Found keys
[    16.839] (II) evdev: Power Button: Configuring as keyboard
[    16.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    16.839] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.839] (**) Option "xkb_rules" "evdev"
[    16.839] (**) Option "xkb_model" "pc105"
[    16.839] (**) Option "xkb_layout" "us"
[    16.839] (**) Option "xkb_variant" "intl"
[    16.841] (II) XKB: reuse xkmfile /var/lib/xkb/server-A5431D4A34463C892C9E905E2E421B30A3CC30DD.xkm
[    16.842] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    16.842] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    16.842] (II) Using input driver 'evdev' for 'Power Button'
[    16.842] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.842] (**) Power Button: always reports core events
[    16.842] (**) evdev: Power Button: Device: "/dev/input/event0"
[    16.842] (--) evdev: Power Button: Vendor 0 Product 0x1
[    16.842] (--) evdev: Power Button: Found keys
[    16.842] (II) evdev: Power Button: Configuring as keyboard
[    16.842] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    16.842] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    16.842] (**) Option "xkb_rules" "evdev"
[    16.842] (**) Option "xkb_model" "pc105"
[    16.842] (**) Option "xkb_layout" "us"
[    16.842] (**) Option "xkb_variant" "intl"
[    16.843] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    16.843] (II) No input driver specified, ignoring this device.
[    16.843] (II) This device may have been added with another device file.
[    16.843] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[    16.843] (II) No input driver specified, ignoring this device.
[    16.843] (II) This device may have been added with another device file.
[    16.843] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    16.843] (II) No input driver specified, ignoring this device.
[    16.843] (II) This device may have been added with another device file.
[    16.844] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    16.844] (II) No input driver specified, ignoring this device.
[    16.844] (II) This device may have been added with another device file.
[    16.844] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
[    16.844] (II) No input driver specified, ignoring this device.
[    16.844] (II) This device may have been added with another device file.
[    16.844] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[    16.844] (II) No input driver specified, ignoring this device.
[    16.844] (II) This device may have been added with another device file.
[    16.844] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    16.844] (II) No input driver specified, ignoring this device.
[    16.844] (II) This device may have been added with another device file.
[    16.845] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event8)
[    16.845] (II) No input driver specified, ignoring this device.
[    16.845] (II) This device may have been added with another device file.
[    16.845] (II) config/udev: Adding input device HDA Intel Line-Out (/dev/input/event9)
[    16.845] (II) No input driver specified, ignoring this device.
[    16.845] (II) This device may have been added with another device file.
[    16.845] (II) config/udev: Adding input device ROCCAT ROCCAT Lua (/dev/input/event2)
[    16.845] (**) ROCCAT ROCCAT Lua: Applying InputClass "evdev pointer catchall"
[    16.845] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Lua'
[    16.845] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.845] (**) ROCCAT ROCCAT Lua: always reports core events
[    16.845] (**) evdev: ROCCAT ROCCAT Lua: Device: "/dev/input/event2"
[    16.845] (--) evdev: ROCCAT ROCCAT Lua: Vendor 0x1e7d Product 0x2c2e
[    16.845] (--) evdev: ROCCAT ROCCAT Lua: Found 9 mouse buttons
[    16.845] (--) evdev: ROCCAT ROCCAT Lua: Found scroll wheel(s)
[    16.845] (--) evdev: ROCCAT ROCCAT Lua: Found relative axes
[    16.845] (--) evdev: ROCCAT ROCCAT Lua: Found x and y relative axes
[    16.845] (II) evdev: ROCCAT ROCCAT Lua: Configuring as mouse
[    16.845] (II) evdev: ROCCAT ROCCAT Lua: Adding scrollwheel support
[    16.845] (**) evdev: ROCCAT ROCCAT Lua: YAxisMapping: buttons 4 and 5
[    16.845] (**) evdev: ROCCAT ROCCAT Lua: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.2/1-2.2:1.0/input/input2/event2"
[    16.845] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Lua" (type: MOUSE, id 8)
[    16.845] (II) evdev: ROCCAT ROCCAT Lua: initialized for relative axes.
[    16.846] (**) ROCCAT ROCCAT Lua: (accel) keeping acceleration scheme 1
[    16.846] (**) ROCCAT ROCCAT Lua: (accel) acceleration profile 0
[    16.846] (**) ROCCAT ROCCAT Lua: (accel) acceleration factor: 2.000
[    16.846] (**) ROCCAT ROCCAT Lua: (accel) acceleration threshold: 4
[    16.846] (II) config/udev: Adding input device ROCCAT ROCCAT Lua (/dev/input/mouse0)
[    16.846] (II) No input driver specified, ignoring this device.
[    16.846] (II) This device may have been added with another device file.
[    16.846] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event3)
[    16.846] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    16.846] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    16.846] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.846] (**) Microsoft Wired Keyboard 600: always reports core events
[    16.846] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event3"
[    16.846] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    16.846] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    16.846] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    16.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.3/1-2.3:1.0/input/input3/event3"
[    16.846] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 9)
[    16.846] (**) Option "xkb_rules" "evdev"
[    16.846] (**) Option "xkb_model" "pc105"
[    16.846] (**) Option "xkb_layout" "us"
[    16.846] (**) Option "xkb_variant" "intl"
[    16.847] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event4)
[    16.847] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    16.847] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    16.847] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    16.847] (**) Microsoft Wired Keyboard 600: always reports core events
[    16.847] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event4"
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
[    16.847] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    16.847] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
[    16.847] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    16.847] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
[    16.847] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[    16.847] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    16.847] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2.3/1-2.3:1.1/input/input4/event4"
[    16.847] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 10)
[    16.847] (**) Option "xkb_rules" "evdev"
[    16.847] (**) Option "xkb_model" "pc105"
[    16.847] (**) Option "xkb_layout" "us"
[    16.847] (**) Option "xkb_variant" "intl"
[    16.848] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
[    16.848] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
[    16.848] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[    16.848] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[    16.848] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[    16.848] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[    16.848] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
[    16.848] (II) No input driver specified, ignoring this device.
[    16.848] (II) This device may have been added with another device file.
[    17.623] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VW225 (CRT-0)) does not
[    17.623] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[    20.511] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VW225 (CRT-0)) does not
[    20.511] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[    23.947] (II) XKB: reuse xkmfile /var/lib/xkb/server-03AF3717FF3AB439A4BAABA686CCB40771CDF520.xkm
[    24.602] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VW225 (CRT-0)) does not
[    24.602] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[    25.095] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VW225 (CRT-0)) does not
[    25.095] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.
[    25.519] (II) XKB: reuse xkmfile /var/lib/xkb/server-61F290132B57421418761D84C5875FAD2AA7E21D.xkm
[    25.798] (II) XKB: reuse xkmfile /var/lib/xkb/server-61F290132B57421418761D84C5875FAD2AA7E21D.xkm
[    25.806] (II) XKB: reuse xkmfile /var/lib/xkb/server-61F290132B57421418761D84C5875FAD2AA7E21D.xkm
[    25.810] (II) XKB: reuse xkmfile /var/lib/xkb/server-61F290132B57421418761D84C5875FAD2AA7E21D.xkm
[    25.819] (II) XKB: reuse xkmfile /var/lib/xkb/server-61F290132B57421418761D84C5875FAD2AA7E21D.xkm
[    46.171] (II) NVIDIA(GPU-0): Display (Ancor Communications Inc VW225 (CRT-0)) does not
[    46.171] (II) NVIDIA(GPU-0):     support NVIDIA 3D Vision stereo.


Ik wist niet precies wat je bedoelde met runlevel. Heb dus maar DuckDuckGo misbruikt en kwam een aantal topics tegen waar problemen werden aangegeven met Nvidia drivers. Dus ik vermoed dat dit eenzelfde geval is. Alleen is het wel raar dat een reboot er voor zorgt dat de DE wel netjes wordt gestart.
Had vanavond weer hetzelfde probleem... Als de DE eenmaal is gestart lijkt er niks aan de hand te zijn. Het draait voor mijn gevoel goed...

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Dus bovenstaande Xorg.0.log is van wanneer je GEEN grafische interface krijgt bij boot? Want er staat helemaal niets in dat kan verklaren dat je geen GUI krijgt. Wat ik wel zie is dat je NIET de gesloten nvidia driver gebruikt, maar gewoon de open source kernel driver nouveau. Eventuele problemen die je ziet omtrent de gesloten driver kan je dus negeren, die gebruik je niet.

Runlevel is overigens ook gewoon een commando die je kan uitvoeren. Ik krijg "N 5" als antwoord. Oftewel, runlevel 5, wat gelijk staat aan GUI/X.

Heb dit probleem maar even afgesplitst van het eOS topic, zodat het geen 'meld je probleem hier'-topic wordt. Het is bedoelt om daar over eOS te discussiëren ;)

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
nee, dan is dit het log bestand van de laatste boot waarbij wel het starten naar DE goed ging. Had verwacht dat het een doorlopende log zou zijn. Kon al geen timestamp vinden...

Oke, dus daar hoeft ik het probleem dus niet te zoeken. Ik zal zodra het weer gebeurt het log bestand ff copieeren en hier posten. Vanmorgen ging het namelijk probleemloos.

mijn runlevel is N 2.

Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
resultaat van het log bestand wanneer het booten naar DE fout gaat...

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
[    15.640] 
X.Org X Server 1.11.3
Release Date: 2011-12-16
[    15.640] X Protocol Version 11, Revision 0
[    15.640] Build Operating System: Linux 2.6.42-37-generic i686 Ubuntu
[    15.640] Current Operating System: Linux ElementaryOS 3.2.0-65-generic-pae #98-Ubuntu SMP Wed Jun 11 20:48:58 UTC 2014 i686
[    15.640] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-65-generic-pae root=UUID=e40a94ca-da5d-4491-9fa5-5f93c70c194a ro quiet splash
[    15.640] Build Date: 11 April 2013  01:04:30PM
[    15.640] xorg-server 2:1.11.4-0ubuntu10.13 (For technical support please see http://www.ubuntu.com/support) 
[    15.640] Current version of pixman: 0.24.4
[    15.640]    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[    15.640] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.640] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul  3 07:34:01 2014
[    15.663] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.664] (==) No Layout section.  Using the first Screen section.
[    15.664] (==) No screen section available. Using defaults.
[    15.664] (**) |-->Screen "Default Screen Section" (0)
[    15.664] (**) |   |-->Monitor "<default monitor>"
[    15.664] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[    15.664] (==) Automatically adding devices
[    15.664] (==) Automatically enabling devices
[    15.666] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    15.666]    Entry deleted from font path.
[    15.666] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    15.666]    Entry deleted from font path.
[    15.666] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    15.666]    Entry deleted from font path.
[    15.666] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    15.666]    Entry deleted from font path.
[    15.666] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    15.666]    Entry deleted from font path.
[    15.669] (WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
[    15.669]    Entry deleted from font path.
[    15.669]    (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
[    15.669] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/Type1,
    built-ins
[    15.669] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    15.669] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.669] (II) Loader magic: 0xb78035a0
[    15.669] (II) Module ABI versions:
[    15.669]    X.Org ANSI C Emulation: 0.4
[    15.669]    X.Org Video Driver: 11.0
[    15.669]    X.Org XInput driver : 16.0
[    15.669]    X.Org Server Extension : 6.0
[    15.670] (--) PCI:*(0:1:0:0) 10de:0ca3:1682:3001 rev 162, Mem @ 0xfd000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288
[    15.670] (II) Open ACPI successful (/var/run/acpid.socket)
[    15.670] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    15.670] (II) "extmod" will be loaded by default.
[    15.670] (II) "dbe" will be loaded by default.
[    15.670] (II) "glx" will be loaded by default.
[    15.670] (II) "record" will be loaded by default.
[    15.670] (II) "dri" will be loaded by default.
[    15.670] (II) "dri2" will be loaded by default.
[    15.670] (II) LoadModule: "extmod"
[    15.670] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    15.670] (II) Module extmod: vendor="X.Org Foundation"
[    15.670]    compiled for 1.11.3, module version = 1.0.0
[    15.670]    Module class: X.Org Server Extension
[    15.670]    ABI class: X.Org Server Extension, version 6.0
[    15.670] (II) Loading extension MIT-SCREEN-SAVER
[    15.670] (II) Loading extension XFree86-VidModeExtension
[    15.670] (II) Loading extension XFree86-DGA
[    15.670] (II) Loading extension DPMS
[    15.670] (II) Loading extension XVideo
[    15.670] (II) Loading extension XVideo-MotionCompensation
[    15.670] (II) Loading extension X-Resource
[    15.670] (II) LoadModule: "dbe"
[    15.671] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    15.671] (II) Module dbe: vendor="X.Org Foundation"
[    15.671]    compiled for 1.11.3, module version = 1.0.0
[    15.671]    Module class: X.Org Server Extension
[    15.671]    ABI class: X.Org Server Extension, version 6.0
[    15.671] (II) Loading extension DOUBLE-BUFFER
[    15.671] (II) LoadModule: "glx"
[    15.671] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/libglx.so
[    15.699] (II) Module glx: vendor="NVIDIA Corporation"
[    15.700]    compiled for 4.0.2, module version = 1.0.0
[    15.700]    Module class: X.Org Server Extension
[    15.700] (II) NVIDIA GLX Module  331.79  Sun May 18 02:24:23 PDT 2014
[    15.700] (II) Loading extension GLX
[    15.700] (II) LoadModule: "record"
[    15.700] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    15.700] (II) Module record: vendor="X.Org Foundation"
[    15.700]    compiled for 1.11.3, module version = 1.13.0
[    15.700]    Module class: X.Org Server Extension
[    15.700]    ABI class: X.Org Server Extension, version 6.0
[    15.700] (II) Loading extension RECORD
[    15.700] (II) LoadModule: "dri"
[    15.700] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    15.700] (II) Module dri: vendor="X.Org Foundation"
[    15.700]    compiled for 1.11.3, module version = 1.0.0
[    15.700]    ABI class: X.Org Server Extension, version 6.0
[    15.700] (II) Loading extension XFree86-DRI
[    15.700] (II) LoadModule: "dri2"
[    15.700] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    15.700] (II) Module dri2: vendor="X.Org Foundation"
[    15.700]    compiled for 1.11.3, module version = 1.2.0
[    15.700]    ABI class: X.Org Server Extension, version 6.0
[    15.700] (II) Loading extension DRI2
[    15.700] (==) Matched nvidia as autoconfigured driver 0
[    15.700] (==) Matched nouveau as autoconfigured driver 1
[    15.700] (==) Matched nv as autoconfigured driver 2
[    15.700] (==) Matched vesa as autoconfigured driver 3
[    15.700] (==) Matched fbdev as autoconfigured driver 4
[    15.701] (==) Assigned the driver to the xf86ConfigLayout
[    15.701] (II) LoadModule: "nvidia"
[    15.701] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    15.701] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.701]    compiled for 4.0.2, module version = 1.0.0
[    15.701]    Module class: X.Org Video Driver
[    15.701] (II) LoadModule: "nouveau"
[    15.701] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    15.701] (II) Module nouveau: vendor="X.Org Foundation"
[    15.701]    compiled for 1.11.3, module version = 0.0.16
[    15.701]    Module class: X.Org Video Driver
[    15.701]    ABI class: X.Org Video Driver, version 11.0
[    15.701] (II) LoadModule: "nv"
[    15.737] (WW) Warning, couldn't open module nv
[    15.737] (II) UnloadModule: "nv"
[    15.737] (II) Unloading nv
[    15.737] (EE) Failed to load module "nv" (module does not exist, 0)
[    15.737] (II) LoadModule: "vesa"
[    15.737] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    15.737] (II) Module vesa: vendor="X.Org Foundation"
[    15.737]    compiled for 1.11.3, module version = 2.3.0
[    15.737]    Module class: X.Org Video Driver
[    15.737]    ABI class: X.Org Video Driver, version 11.0
[    15.737] (II) LoadModule: "fbdev"
[    15.737] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    15.737] (II) Module fbdev: vendor="X.Org Foundation"
[    15.737]    compiled for 1.11.3, module version = 0.4.2
[    15.737]    ABI class: X.Org Video Driver, version 11.0
[    15.737] (==) Matched nvidia as autoconfigured driver 0
[    15.737] (==) Matched nouveau as autoconfigured driver 1
[    15.737] (==) Matched nv as autoconfigured driver 2
[    15.737] (==) Matched vesa as autoconfigured driver 3
[    15.737] (==) Matched fbdev as autoconfigured driver 4
[    15.737] (==) Assigned the driver to the xf86ConfigLayout
[    15.737] (II) LoadModule: "nvidia"
[    15.737] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    15.737] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.737]    compiled for 4.0.2, module version = 1.0.0
[    15.737]    Module class: X.Org Video Driver
[    15.737] (II) UnloadModule: "nvidia"
[    15.737] (II) Unloading nvidia
[    15.737] (II) Failed to load module "nvidia" (already loaded, -1216570501)
[    15.737] (II) LoadModule: "nouveau"
[    15.738] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    15.738] (II) Module nouveau: vendor="X.Org Foundation"
[    15.738]    compiled for 1.11.3, module version = 0.0.16
[    15.738]    Module class: X.Org Video Driver
[    15.738]    ABI class: X.Org Video Driver, version 11.0
[    15.738] (II) UnloadModule: "nouveau"
[    15.738] (II) Unloading nouveau
[    15.738] (II) Failed to load module "nouveau" (already loaded, -1216570501)
[    15.738] (II) LoadModule: "nv"
[    15.738] (WW) Warning, couldn't open module nv
[    15.738] (II) UnloadModule: "nv"
[    15.738] (II) Unloading nv
[    15.738] (EE) Failed to load module "nv" (module does not exist, 0)
[    15.738] (II) LoadModule: "vesa"
[    15.738] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    15.738] (II) Module vesa: vendor="X.Org Foundation"
[    15.738]    compiled for 1.11.3, module version = 2.3.0
[    15.738]    Module class: X.Org Video Driver
[    15.738]    ABI class: X.Org Video Driver, version 11.0
[    15.738] (II) UnloadModule: "vesa"
[    15.738] (II) Unloading vesa
[    15.738] (II) Failed to load module "vesa" (already loaded, 0)
[    15.738] (II) LoadModule: "fbdev"
[    15.739] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    15.739] (II) Module fbdev: vendor="X.Org Foundation"
[    15.739]    compiled for 1.11.3, module version = 0.4.2
[    15.739]    ABI class: X.Org Video Driver, version 11.0
[    15.739] (II) UnloadModule: "fbdev"
[    15.739] (II) Unloading fbdev
[    15.739] (II) Failed to load module "fbdev" (already loaded, 0)
[    15.739] (II) NVIDIA dlloader X Driver  331.79  Sun May 18 02:03:33 PDT 2014
[    15.739] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    15.739] (II) NOUVEAU driver Date:   Wed Nov 30 18:56:54 2011 +0100
[    15.739] (II) NOUVEAU driver for NVIDIA chipset families :
[    15.739]    RIVA TNT        (NV04)
[    15.739]    RIVA TNT2       (NV05)
[    15.739]    GeForce 256     (NV10)
[    15.739]    GeForce 2       (NV11, NV15)
[    15.739]    GeForce 4MX     (NV17, NV18)
[    15.739]    GeForce 3       (NV20)
[    15.739]    GeForce 4Ti     (NV25, NV28)
[    15.739]    GeForce FX      (NV3x)
[    15.739]    GeForce 6       (NV4x)
[    15.739]    GeForce 7       (G7x)
[    15.739]    GeForce 8       (G8x)
[    15.739]    GeForce GTX 200 (NVA0)
[    15.739]    GeForce GTX 400 (NVC0)
[    15.739] (II) VESA: driver for VESA chipsets: vesa
[    15.739] (II) FBDEV: driver for framebuffer: fbdev
[    15.739] (++) using VT number 7

[    15.741] (II) Loading sub module "fb"
[    15.741] (II) LoadModule: "fb"
[    15.741] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.741] (II) Module fb: vendor="X.Org Foundation"
[    15.741]    compiled for 1.11.3, module version = 1.0.0
[    15.741]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.741] (II) Loading sub module "wfb"
[    15.741] (II) LoadModule: "wfb"
[    15.741] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.741] (II) Module wfb: vendor="X.Org Foundation"
[    15.741]    compiled for 1.11.3, module version = 1.0.0
[    15.741]    ABI class: X.Org ANSI C Emulation, version 0.4
[    15.742] (II) Loading sub module "ramdac"
[    15.742] (II) LoadModule: "ramdac"
[    15.742] (II) Module "ramdac" already built-in
[    15.742] (II) Loading /usr/lib/i386-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    15.742] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.742] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.742] (WW) Falling back to old probe method for vesa
[    15.742] (WW) Falling back to old probe method for fbdev
[    15.742] (II) Loading sub module "fbdevhw"
[    15.742] (II) LoadModule: "fbdevhw"
[    15.742] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    15.742] (II) Module fbdevhw: vendor="X.Org Foundation"
[    15.742]    compiled for 1.11.3, module version = 0.0.2
[    15.742]    ABI class: X.Org Video Driver, version 11.0
[    15.742] (EE) open /dev/fb0: No such file or directory
[    15.742] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[    15.742] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    15.742] (==) NVIDIA(0): RGB weight 888
[    15.742] (==) NVIDIA(0): Default visual is TrueColor
[    15.742] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.742] (**) NVIDIA(0): Enabling 2D acceleration
[    15.743] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[    15.743] (EE) NVIDIA(0):     system's kernel log for additional error messages and
[    15.743] (EE) NVIDIA(0):     consult the NVIDIA README for details.
[    15.743] (EE) NVIDIA(0):  *** Aborting ***
[    15.743] (EE) NVIDIA(0): Failing initialization of X screen 0
[    15.743] (II) UnloadModule: "nvidia"
[    15.743] (II) Unloading nvidia
[    15.743] (II) UnloadModule: "wfb"
[    15.743] (II) Unloading wfb
[    15.743] (II) UnloadModule: "fb"
[    15.743] (II) Unloading fb
[    15.743] (EE) Screen(s) found, but none have a usable configuration.
[    15.743] 
Fatal server error:
[    15.743] no screens found
[    15.743] 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[    15.743] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    15.743] 
[    15.743]  ddxSigGiveUp: Closing log
[    15.743] Server terminated with error (1). Closing log file.

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Elk bestand heeft een timestamp, die zie je met je file manager en via 'ls -l'. Je behoud maar 2 Xorg logs, de huidige en de vorige run.

Zoals je kan zien vanaf regel 246, kan het systeem de kernel module niet laden. Waarom is onduidelijk, dat staat misschien in /var/log/messages, syslog of met dmesg te achterhalen. Als je verder terug leest, zie je op regel 88/89 en 120/121 dat het de gesloten driver aan het laden is, versie 331.79. Heb je de gesloten driver geïnstalleerd, en zoja, waarom? Bij een niet-werkende run wordt de gesloten driver gebruikt, terwijl als 't wel werkt, de open source module gepakt wordt. Je kan maar een van de twee gebruiken. Wil je de gesloten driver gebruiken, dan moet de nouveau geblacklist worden.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Oke. Zal vanavond eens de andere logbestanden doorlezen en kijken wat ik kan doen aan het probleem met de drivers.

Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Ik heb gisteravond nog de overige log bestanden doorgelezen maar werd daar niet veel wijzer van. Ik zag via instellingen/hardware-drivers wel dat er 4 verschilende drivers geinstalleerd waren. 2x vrij, 2x non-vrije drivers. Heb vervolgens een poging gedaan om een paar drivers te verwijderen en daarna de PC te rebooten zonder videokaart en te kijken of er nog problemen waren. Dit zag er allemaal goed uit.

Daarna maar besloten om via ap-get dist-upgrade het hele systeem te voorzien van de laatste upgrades. En toen ging het fout. eOS werd zeer onstabiel en het starten van een willekeurige programma zorgde er al voor dat ik werd terug gegooid naar het inlogscherm.

Heb dan helaas te weinig kennis van Linux om dit weer te fixen. En aangezien eOS nog op mijn USBstick stond, een schone install gedaan. Dit keer zonder de videokaart zodat eventuele problemen met drivers niet weer zou gebeuren.

Ga nu de aankomende 2 weken maar eens kijken hoe eOS zich blijft gedragen. Als dit stabiel blijft en ik vind het toch nodig om de oude videokaart te gebruiken, dan waag ik nog wel een poging. Voor nu laat ik het ff zo ;)

Acties:
  • 0 Henk 'm!

  • Heli0s
  • Registratie: April 2002
  • Laatst online: 06-04 15:07

Heli0s

Liberate tuteme ex inferis

housekamp schreef op vrijdag 04 juli 2014 @ 06:49:
Heb dan helaas te weinig kennis van Linux om dit weer te fixen. En aangezien eOS nog op mijn USBstick stond, een schone install gedaan. Dit keer zonder de videokaart zodat eventuele problemen met drivers niet weer zou gebeuren.
Ik begrijp dat als het je hoofd / werk pc is ja daar geen tijd voor hebt, maar een probleem als dit oplossen is de manier om te leren hoe Linux in elkaar zit.

Ik heb vroeger mijn machine wel 100x naar de maan geholpen met mijn gekloot, maar ik heb er ook een hele hoop van geleerd.

The fear that keeps me going and going and going. Is the same fear that brings me to my knees


Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Je hebt een systeem 100x moeten slopen voordat je wist dat je dat niet meer moet doen? Langzame leerling ben je dan, ik heb 't denk 1 of 2x gesloopt. :P

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Heli0s
  • Registratie: April 2002
  • Laatst online: 06-04 15:07

Heli0s

Liberate tuteme ex inferis

Hero of Time schreef op vrijdag 04 juli 2014 @ 13:10:
Je hebt een systeem 100x moeten slopen voordat je wist dat je dat niet meer moet doen? Langzame leerling ben je dan, ik heb 't denk 1 of 2x gesloopt. :P
Touché :+

Ik bedoel meer, op verschillende manieren, met verschillende os'en :)

The fear that keeps me going and going and going. Is the same fear that brings me to my knees


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Heli0s schreef op vrijdag 04 juli 2014 @ 10:44:
[...]


Ik begrijp dat als het je hoofd / werk pc is ja daar geen tijd voor hebt, maar een probleem als dit oplossen is de manier om te leren hoe Linux in elkaar zit.

Ik heb vroeger mijn machine wel 100x naar de maan geholpen met mijn gekloot, maar ik heb er ook een hele hoop van geleerd.
Haha, true. Normaal probeer ik ook altijd wel iets te fixen en daar wat van te leren. Maar hier zag ik geen eer meer te behalen. En los daarvan had ik geen zin om uren te klooien om het systeem weer een beetje draaiende te hebben zonder vast lopers, en vervolgens te moeten 'werken' met een systeem die bij elkaar hangt door gepruts van een noob. Kan mij niet voorstellen dat dit ten goede komt van de prestaties van eOS ;)

Dan kies ik liever voor de snelste weg, een schone install, en vanuit daar weer opnieuw beginnen. De tijd die ik daarmee win stop ik dan wel in het leren van het oplossen van toekomstige problemen die wel de moeite waard zijn.

Acties:
  • 0 Henk 'm!

  • CAPSLOCK2000
  • Registratie: Februari 2003
  • Laatst online: 01-10 12:22

CAPSLOCK2000

zie teletekst pagina 888

Niks mis met schone installs, als mens kun je niet alles tegelijk leren. Een nieuwe install kan helpen om je probleem in overzichtelijke blokjes op te delen zonder dat je jezelf in de war brengt met de resten van eerdere, mislukte, pogingen. Ik heb een vriend die ooit op 1 dag 30 keer Ubuntu heeft geherinstalleerd. Hij klikt er op de automatische piloot door heen. Installeer -> probeer iets -> herinstalleer. En hij heeft z'n probleem nog opgelost gekregen ook. Misschien niet de snelste manier, maar het is een manier.

This post is warranted for the full amount you paid me for it.


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Zo doe ik dat dus ook. Probeer beetje bij beetje mijn kennis te vergroten. En ben nu ook maar begonnen met notities bij te houden in Evernote van de dingen die je niet al te vaak doet. Bijvoorbeeld het automatisch laten mounten van mappen op mijn NAS naar de mappen Documenten/Afbeeldingen/Muziek op mijn PC.

Dat stel je een keertje in en vervolgens vergeet je hoe dit is gefixt.

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Daarvoor hoef je maar 1 ding te onthouden: fstab, File System TABle. Er zijn zoveel dingen waar ik aantekeningen voor zou moeten maken, maar of telkens weer naar Google grijp, even snel de man-page lees of 't ondertussen wel uit m'n hoofd ken :P.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Het is een beetje offtopic gaan, maar in mijn eigen draadje moet dat best kunnen... :p

heb wat problemen met het verkrijgen van rechten na het mounten van een map op mijn NAS.
Als eerste heb ik een credentials file aangemaakt met hierin mijn gegevens. Ik heb zowel de inlog gegevens van de admin-account als mijn eigen account geprobeerd (beide account van de NAS).

~/.smbcredentials
username=username
password=password

Daarna het credentials file beveiligd met;
chmod 600 ~/.smbcredentials

vervolgens in /etc/fstab de regel toegevoegd voor het mounten.
code:
1
//192.168.1.105/Multimedia/Pictures /home/housekamp/Afbeeldingen        cifs    uid=admin,gid=administ,credentials=/home//housekamp/.smbcredentials,iocharset=utf8,sec=ntlm              0       0

Als ik nu kijk naar de map zie ik netjes dat mijn NAS gekoppeld is. Kan ook de bestanden lezen maar niet schrijven. Als ik via 'ls -l' kijk zie ik de rechten staan op 751. Ik heb nog geprobeerd om via 'chmod' dit aan te passen maar dat lukt dus niet.

Nog gekeken of er iets verkeerd staat ingesteld qua rechten op de NAS, maar dat staat allemaal goed voor zover ik kan zien. Dus verwacht dat daar het probleem niet zit. Helemaal omdat ik wel via 'sudo touch' een test bestandje kan schrijven op de NAS.

Ik heb ook nog gekeken of het nog wat uitmaakt of ik de 'uid' en 'gid' in de regel voor het mounten (/etc/fstab) verander naar 'root' of 'housekamp', maar dat heeft ook geen effect.

Heeft iemand een idee waar ik het nu moet zoeken?
Ik zie iets over het hoofd... het heeft eerder gewerkt onder Debian, maar nu lukt het ff niet meer onder ElementaryOS.

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Voor cifs mounts is het altijd "uid=[numeriek ID gebruiker],gid=[numeriek ID groep]" opgeven voor de rechten op die betreffende mount. Dat is hoe ik 't altijd heb gedaan en eigenlijk nog nooit verkeerd heb zien gaan.

Het gebruik van chown of chmod heeft geen zin, dat werkt alleen bij *NIX compatible file systems en cifs is dat niet. Dat kan je wel doen met ext, xfs, btrfs, zfs, etc, maar ook met NFS doen. Als je een filemask wil meegeven, dan doe je dat via fmask, dmask of umask. Lees de manpage van mount voor de betekenis hiervan.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Thanx. Ga ik daar morgen mee aan de slag. Die numerieke ID kan je zeker bekijken met ls -n ?

Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Opgelost!
fout bleek idd te zitten bij uid en gid. Beide aangepast naar 1000 en nu heb ik weer rechten om te schrijven.
:)

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Wil je 't UID en GID van een gebruiker hebben, dan zoek je dat op met 'id' of 'id [gebruikersnaam]'.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
...ik krijg het maar niet voor elkaar...
Ik kan bestanden aanmaken op de mount-folder op mijn NAS. Heb daar gewoon de rechten voor. Alleen blijf ik problemen houden met Aftershot Pro. Volgens Aftershot Pro zou ik niet de juiste rechten hebben en sluit het programma zonder pardon af.

ik krijg de melding "AfterShot heeft een fout aangetroffen bij het schrijven naar schijf en zal worden gesloten".

Dit kan niet aan de rechten liggen. Dat werkt gewoon. Kan namelijk ook gewoon een foto met Aftershot Pro openen en wegschrijven op mijn NAS (mounted folder). Alleen zodra ik begin met het aanpassen van een foto krijg ik bovenstaande melding en sluit Aftershot Pro.

Open ik een foto die op de PC zelf staat en probeer ik dit te bewerken, geeft Aftershot geen problemen...

Zou het kunnen dat Aftershot Pro problemen geeft met ElementaryOS? Op Debian draaide het perfect.

maak gebruik van Aftershot Pro 1.2.0.7

[ Voor 6% gewijzigd door Campo di Casa op 15-07-2014 19:49 ]


Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:30

Hero of Time

Moderator LNX

There is only one Legend

Geen idee, maar klinkt meer als iets voor een apart topic. Is beter in geval iemand anders tegen 'tzelfde aanloopt.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • Campo di Casa
  • Registratie: Januari 2010
  • Laatst online: 18:48
Denk dat het opgelost is. Hoop het iig. Heb net Linux Mint Debian Edition opgestart vanaf een USBstick. Dezelfde mount instellingen gedaan als bij ElementaryOS en nu geeft Aftershot Pro geen problemen :)

Waarschijnlijk ligt het dus aan ElementaryOS.
Pagina: 1