[Risolto] configurazione opencl e darktable

Installazione, configurazione e uso di programmi e strumenti.
Avatar utente
6mrk9
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 528
Iscrizione: domenica 17 giugno 2007, 17:01
Desktop: Gnome
Distribuzione: Ubuntu
Sesso: Maschile
Contatti:

[Risolto] configurazione opencl e darktable

Messaggio da 6mrk9 »

Sto provando ad utilizzare l opzione opencl su darktable per sgravare il pc da troppo stress e caricare la scheda video.

Attivo su dartable opencl ma il pc al momento di elaborare l immagine si inceppa, rallenta per poi ritornare fluido come prima

come faccio per capire se è tutto a posto o se devo modificare qualcosa?

PS: se non attivo opencl va liscio come l olio.
Grazie
Ultima modifica di trekfan1 il lunedì 13 agosto 2018, 11:53, modificato 2 volte in totale.
Motivazione: Non serve il tutto maiuscolo per il [Risolto], grazie
www.500px.com/mirkodespattaro
                                                       www.facebook.com/des.mirko
Avatar utente
crx
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1341
Iscrizione: martedì 2 settembre 2008, 18:31
Desktop: Cinnamon
Distribuzione: ArchLinux 64bit
Località: Piombino

Re: configurazione opencl e darktable

Messaggio da crx »

È un problema noto, molto spesso dovuto alla scheda grafica: darktable, per funzionare con opecl, necessita di schede molto veloci. La stessa cosa succede anche a me (GT710, processore I7-3770K e 16GB di RAM: darktable avvia, prova ad utilizzare la GPU, le da un po' di carico di lavoro e il resto lo fa fare alla CPU. Risultato finale: molto più lento).
Per avere informazioni in più avvia darktable da terminale con

Codice: Seleziona tutto

darktable -d opencl -d perf
Nel mio caso, ad esempio, anche se la scheda ha 1GB di memoria, avviando in quel modo si vede

Codice: Seleziona tutto

0.092726 [opencl_init] device 0 `GeForce GT 710' allows GPU memory allocations of up to 244MB
Vedi anche qui o qui. Oppure qui per avere qualche informazione in più.
S = k ln W
Il mio nome è Bond. Valence Bond. - Se non fai parte della soluzione, fai parte del precipitato.
Non c'è peggior sordo di chi non sente.
Avatar utente
6mrk9
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 528
Iscrizione: domenica 17 giugno 2007, 17:01
Desktop: Gnome
Distribuzione: Ubuntu
Sesso: Maschile
Contatti:

Re: configurazione opencl e darktable

Messaggio da 6mrk9 »

GRazie per la risposta!
dev eserci qualcosa che non va quindi, di ce che manca qualcosa!

Codice: Seleziona tutto

ubuntu@ubuntu:~$ darktable -d opencl -d perf
[opencl_init] opencl related configuration options:
[opencl_init] 
[opencl_init] opencl: 0
[opencl_init] opencl_library: ''
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init] 
[opencl_init] could not find opencl runtime library 'libOpenCL'
[opencl_init] could not find opencl runtime library 'libOpenCL.so'
[opencl_init] found opencl runtime library 'libOpenCL.so.1'
[opencl_init] opencl library 'libOpenCL.so.1' found on your system and loaded
[opencl_init] found 1 platform
[opencl_init] found 1 device
[opencl_init] device 0 `GeForce GT 545' has sm_20 support.
[opencl_init] device 0 `GeForce GT 545' supports image sizes of 16384 x 16384
[opencl_init] device 0 `GeForce GT 545' allows GPU memory allocations of up to 751MB
[opencl_init] device 0: GeForce GT 545 
     GLOBAL_MEM_SIZE:          3004MB
     MAX_WORK_GROUP_SIZE:      1024
     MAX_WORK_ITEM_DIMENSIONS: 3
     MAX_WORK_ITEM_SIZES:      [ 1024 1024 64 ]
     DRIVER_VERSION:           384.130
     DEVICE_VERSION:           OpenCL 1.1 CUDA
[opencl_init] compiling program `demosaic_ppg.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/demosaic_ppg.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/demosaic_ppg.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `atrous.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/atrous.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/atrous.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `basic.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/basic.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/basic.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `blendop.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/blendop.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/blendop.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `highpass.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/highpass.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/highpass.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `nlmeans.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/nlmeans.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/nlmeans.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `gaussian.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/gaussian.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/gaussian.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `sharpen.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/sharpen.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/sharpen.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `extended.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/extended.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/extended.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `soften.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/soften.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/soften.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `bilateral.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/bilateral.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/bilateral.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `denoiseprofile.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/denoiseprofile.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/denoiseprofile.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `bloom.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/bloom.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/bloom.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `colorreconstruction.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/colorreconstruction.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/colorreconstruction.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `demosaic_other.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/demosaic_other.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/demosaic_other.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] kernel loading time: 0.0519 
[opencl_init] OpenCL successfully initialized.
[opencl_init] here are the internal numbers and names of OpenCL devices available to darktable:
[opencl_init]		0	'GeForce GT 545'
[opencl_init] these are your device priorities:
[opencl_init] 		image	preview	export	thumbnail
[opencl_init]		0	-1	0	0
[opencl_init] FINALLY: opencl is AVAILABLE on this system.
[opencl_init] initial status of opencl enabled flag is OFF.
[opencl_create_kernel] successfully loaded kernel `zero' (0) for device 0
[opencl_create_kernel] successfully loaded kernel `splat' (1) for device 0
[opencl_create_kernel] successfully loaded kernel `blur_line' (2) for device 0
[opencl_create_kernel] successfully loaded kernel `blur_line_z' (3) for device 0
[opencl_create_kernel] successfully loaded kernel `slice' (4) for device 0
[opencl_create_kernel] successfully loaded kernel `slice_to_output' (5) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_column_1c' (6) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_transpose_1c' (7) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_column_4c' (8) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_transpose_4c' (9) for device 0
[opencl_create_kernel] successfully loaded kernel `interpolation_resample' (10) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_mask_Lab' (11) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_mask_RAW' (12) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_mask_rgb' (13) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_Lab' (14) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_RAW' (15) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_rgb' (16) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_copy_alpha' (17) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_set_mask' (18) for device 0
[opencl_create_kernel] successfully loaded kernel `shadows_highlights_mix' (19) for device 0
[opencl_create_kernel] successfully loaded kernel `colorbalance' (20) for device 0
[opencl_create_kernel] successfully loaded kernel `colorout' (21) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_overexposed' (22) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_hblur' (23) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_vblur' (24) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_mix' (25) for device 0
[opencl_create_kernel] successfully loaded kernel `profilegamma' (26) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_zero' (27) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_splat' (28) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_blur_line' (29) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_slice' (30) for device 0
[opencl_create_kernel] successfully loaded kernel `whitebalance_4f' (31) for device 0
[opencl_create_kernel] successfully loaded kernel `whitebalance_1f' (32) for device 0
[opencl_create_kernel] successfully loaded kernel `highlights_1f' (33) for device 0
[opencl_create_kernel] successfully loaded kernel `highlights_4f' (34) for device 0
[opencl_create_kernel] successfully loaded kernel `borders_fill' (35) for device 0
[opencl_create_kernel] successfully loaded kernel `splittoning' (36) for device 0
[opencl_create_kernel] successfully loaded kernel `overexposed' (37) for device 0
[opencl_create_kernel] successfully loaded kernel `lowpass_mix' (38) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_half_size' (39) for device 0
[opencl_create_kernel] successfully loaded kernel `ppg_demosaic_green' (40) for device 0
[opencl_create_kernel] successfully loaded kernel `green_equilibration' (41) for device 0
[opencl_create_kernel] successfully loaded kernel `pre_median' (42) for device 0
[opencl_create_kernel] successfully loaded kernel `ppg_demosaic_green_median' (43) for device 0
[opencl_create_kernel] successfully loaded kernel `ppg_demosaic_redblue' (44) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_and_zoom' (45) for device 0
[opencl_create_kernel] successfully loaded kernel `border_interpolate' (46) for device 0
[opencl_create_kernel] successfully loaded kernel `color_smoothing' (47) for device 0
[opencl_create_kernel] successfully loaded kernel `passthrough_monochrome' (48) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_passthrough_monochrome' (49) for device 0
[opencl_create_kernel] successfully loaded kernel `lowlight' (50) for device 0
[opencl_create_kernel] successfully loaded kernel `graduatedndp' (51) for device 0
[opencl_create_kernel] successfully loaded kernel `graduatedndm' (52) for device 0
[opencl_create_kernel] successfully loaded kernel `colorcorrection' (53) for device 0
[opencl_create_kernel] successfully loaded kernel `vignette' (54) for device 0
[opencl_create_kernel] successfully loaded kernel `flip' (55) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_threshold' (56) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_hblur' (57) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_vblur' (58) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_mix' (59) for device 0
[opencl_create_kernel] successfully loaded kernel `exposure' (60) for device 0
[opencl_create_kernel] successfully loaded kernel `monochrome_filter' (61) for device 0
[opencl_create_kernel] successfully loaded kernel `monochrome' (62) for device 0
[opencl_create_kernel] successfully loaded kernel `relight' (63) for device 0
[opencl_create_kernel] successfully loaded kernel `pixelmax_first' (64) for device 0
[opencl_create_kernel] successfully loaded kernel `pixelmax_second' (65) for device 0
[opencl_create_kernel] successfully loaded kernel `global_tonemap_reinhard' (66) for device 0
[opencl_create_kernel] successfully loaded kernel `global_tonemap_drago' (67) for device 0
[opencl_create_kernel] successfully loaded kernel `global_tonemap_filmic' (68) for device 0
[opencl_create_kernel] successfully loaded kernel `invert_1f' (69) for device 0
[opencl_create_kernel] successfully loaded kernel `invert_4f' (70) for device 0
[opencl_create_kernel] successfully loaded kernel `tonecurve' (71) for device 0
[opencl_create_kernel] successfully loaded kernel `velvia' (72) for device 0
[opencl_create_kernel] successfully loaded kernel `colorize' (73) for device 0
[opencl_create_kernel] successfully loaded kernel `colormapping_histogram' (74) for device 0
[opencl_create_kernel] successfully loaded kernel `colormapping_mapping' (75) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_bilinear' (76) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_bicubic' (77) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_lanczos2' (78) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_lanczos3' (79) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_vignette' (80) for device 0
[opencl_create_kernel] successfully loaded kernel `colorin_unbound' (81) for device 0
[opencl_create_kernel] successfully loaded kernel `colorin_clipping' (82) for device 0
[opencl_create_kernel] successfully loaded kernel `rawprepare_1f' (83) for device 0
[opencl_create_kernel] successfully loaded kernel `rawprepare_4f' (84) for device 0
[opencl_create_kernel] successfully loaded kernel `vibrance' (85) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_invert' (86) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_hblur' (87) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_vblur' (88) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_mix' (89) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_bilinear' (90) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_bicubic' (91) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_lanczos2' (92) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_lanczos3' (93) for device 0
[opencl_create_kernel] successfully loaded kernel `channelmixer' (94) for device 0
[opencl_create_kernel] successfully loaded kernel `colisa' (95) for device 0
[opencl_create_kernel] successfully loaded kernel `colorzones' (96) for device 0
[opencl_create_kernel] successfully loaded kernel `sharpen_hblur' (97) for device 0
[opencl_create_kernel] successfully loaded kernel `sharpen_vblur' (98) for device 0
[opencl_create_kernel] successfully loaded kernel `sharpen_mix' (99) for device 0
[opencl_create_kernel] successfully loaded kernel `eaw_decompose' (100) for device 0
[opencl_create_kernel] successfully loaded kernel `eaw_synthesize' (101) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_precondition' (102) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_init' (103) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_dist' (104) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_horiz' (105) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_vert' (106) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_accu' (107) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_finish' (108) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_backtransform' (109) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_decompose' (110) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_synthesize' (111) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_reduce_first' (112) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_reduce_second' (113) for device 0
[opencl_create_kernel] successfully loaded kernel `basecurve' (114) for device 0
[opencl_create_kernel] successfully loaded kernel `zonesystem' (115) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_init' (116) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_dist' (117) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_horiz' (118) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_vert' (119) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_accu' (120) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_finish' (121) for device 0
[opencl_create_kernel] successfully loaded kernel `levels' (122) for device 0
[opencl_create_kernel] successfully loaded kernel `colorcontrast' (123) for device 0
[dev] took 0,468 secs (0,408 CPU) to load the image.
[dev] took 0,471 secs (0,412 CPU) to load the image.
[export] creating pixelpipe took 0,141 secs (0,284 CPU)
[pixelpipe_process] [thumbnail] using device -1
[dev_pixelpipe] took 0,000 secs (0,000 CPU) initing base buffer [thumbnail]
[dev_pixelpipe] took 0,070 secs (0,136 CPU) processed `Punto nero/bianco raw' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,091 secs (0,200 CPU) processed `Bilanciamento del bianco' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,043 secs (0,084 CPU) processed `Recupero alteluci' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 1,291 secs (3,404 CPU) processed `Demosaicizzazione ' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,010 secs (0,024 CPU) processed `Curva base' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,020 secs (0,048 CPU) processed `Profilo colore di ingresso' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,138 secs (0,376 CPU) processed `Ombre e alteluci' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,112 secs (0,404 CPU) processed `Contrasto locale' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,063 secs (0,224 CPU) processed `Zone di colore' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,010 secs (0,036 CPU) processed `Contrasto luminosità saturazione' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,014 secs (0,040 CPU) processed `Livelli' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,028 secs (0,092 CPU) processed `Nitidezza ' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,027 secs (0,064 CPU) processed `Profilo colore di uscita' on CPU, blended on CPU [thumbnail]
[dev_pixelpipe] took 0,007 secs (0,016 CPU) processed `Gamma' on CPU, blended on CPU [thumbnail]
[dev_process_thumbnail] pixel pipeline processing took 1,925 secs (5,148 CPU)
  
www.500px.com/mirkodespattaro
                                                       www.facebook.com/des.mirko
Avatar utente
crx
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1341
Iscrizione: martedì 2 settembre 2008, 18:31
Desktop: Cinnamon
Distribuzione: ArchLinux 64bit
Località: Piombino

Re: configurazione opencl e darktable

Messaggio da crx »

Ah, beh: per funzionare darktable ha bisogno della libreria libOpenCL.so.
S = k ln W
Il mio nome è Bond. Valence Bond. - Se non fai parte della soluzione, fai parte del precipitato.
Non c'è peggior sordo di chi non sente.
Avatar utente
6mrk9
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 528
Iscrizione: domenica 17 giugno 2007, 17:01
Desktop: Gnome
Distribuzione: Ubuntu
Sesso: Maschile
Contatti:

Re: configurazione opencl e darktable

Messaggio da 6mrk9 »

ho installato il pacchetto e le dipendenze, ma il problema mi resta..
ora carica quando si avvia

Codice: Seleziona tutto

ubuntu@ubuntu:~$ darktable -d opencl -d perf
[opencl_init] opencl related configuration options:
[opencl_init] 
[opencl_init] opencl: 0
[opencl_init] opencl_library: ''
[opencl_init] opencl_memory_requirement: 768
[opencl_init] opencl_memory_headroom: 300
[opencl_init] opencl_device_priority: '*/!0,*/*/*'
[opencl_init] opencl_size_roundup: 16
[opencl_init] opencl_async_pixelpipe: 0
[opencl_init] opencl_synch_cache: 0
[opencl_init] opencl_number_event_handles: 25
[opencl_init] opencl_micro_nap: 1000
[opencl_init] opencl_use_pinned_memory: 0
[opencl_init] opencl_use_cpu_devices: 0
[opencl_init] opencl_avoid_atomics: 0
[opencl_init] opencl_omit_whitebalance: 0
[opencl_init] 
[opencl_init] found opencl runtime library 'libOpenCL'
[opencl_init] opencl library 'libOpenCL' found on your system and loaded
[opencl_init] found 1 platform
[opencl_init] found 1 device
[opencl_init] device 0 `GeForce GT 545' has sm_20 support.
[opencl_init] device 0 `GeForce GT 545' supports image sizes of 16384 x 16384
[opencl_init] device 0 `GeForce GT 545' allows GPU memory allocations of up to 751MB
[opencl_init] device 0: GeForce GT 545 
     GLOBAL_MEM_SIZE:          3004MB
     MAX_WORK_GROUP_SIZE:      1024
     MAX_WORK_ITEM_DIMENSIONS: 3
     MAX_WORK_ITEM_SIZES:      [ 1024 1024 64 ]
     DRIVER_VERSION:           384.130
     DEVICE_VERSION:           OpenCL 1.1 CUDA
[opencl_init] compiling program `demosaic_ppg.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/demosaic_ppg.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/demosaic_ppg.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `atrous.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/atrous.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/atrous.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `basic.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/basic.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/basic.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `blendop.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/blendop.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/blendop.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `highpass.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/highpass.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/highpass.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `nlmeans.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/nlmeans.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/nlmeans.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `gaussian.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/gaussian.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/gaussian.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `sharpen.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/sharpen.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/sharpen.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `extended.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/extended.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/extended.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `soften.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/soften.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/soften.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `bilateral.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/bilateral.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/bilateral.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `denoiseprofile.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/denoiseprofile.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/denoiseprofile.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `bloom.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/bloom.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/bloom.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `colorreconstruction.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/colorreconstruction.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/colorreconstruction.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] compiling program `demosaic_other.cl' ..
[opencl_load_program] loaded cached binary program from file `/home/ubuntu/.cache/darktable/cached_kernels_for_GeForceGT545/demosaic_other.cl.bin'
[opencl_load_program] successfully loaded program from `/usr/share/darktable/kernels/demosaic_other.cl'
[opencl_build_program] successfully built program
[opencl_build_program] BUILD STATUS: 0
BUILD LOG:


[opencl_init] kernel loading time: 0.0563 
[opencl_init] OpenCL successfully initialized.
[opencl_init] here are the internal numbers and names of OpenCL devices available to darktable:
[opencl_init]		0	'GeForce GT 545'
[opencl_init] these are your device priorities:
[opencl_init] 		image	preview	export	thumbnail
[opencl_init]		0	-1	0	0
[opencl_init] FINALLY: opencl is AVAILABLE on this system.
[opencl_init] initial status of opencl enabled flag is OFF.
[opencl_create_kernel] successfully loaded kernel `zero' (0) for device 0
[opencl_create_kernel] successfully loaded kernel `splat' (1) for device 0
[opencl_create_kernel] successfully loaded kernel `blur_line' (2) for device 0
[opencl_create_kernel] successfully loaded kernel `blur_line_z' (3) for device 0
[opencl_create_kernel] successfully loaded kernel `slice' (4) for device 0
[opencl_create_kernel] successfully loaded kernel `slice_to_output' (5) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_column_1c' (6) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_transpose_1c' (7) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_column_4c' (8) for device 0
[opencl_create_kernel] successfully loaded kernel `gaussian_transpose_4c' (9) for device 0
[opencl_create_kernel] successfully loaded kernel `interpolation_resample' (10) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_mask_Lab' (11) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_mask_RAW' (12) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_mask_rgb' (13) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_Lab' (14) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_RAW' (15) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_rgb' (16) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_copy_alpha' (17) for device 0
[opencl_create_kernel] successfully loaded kernel `blendop_set_mask' (18) for device 0
[opencl_create_kernel] successfully loaded kernel `shadows_highlights_mix' (19) for device 0
[opencl_create_kernel] successfully loaded kernel `colorbalance' (20) for device 0
[opencl_create_kernel] successfully loaded kernel `colorout' (21) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_overexposed' (22) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_hblur' (23) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_vblur' (24) for device 0
[opencl_create_kernel] successfully loaded kernel `soften_mix' (25) for device 0
[opencl_create_kernel] successfully loaded kernel `profilegamma' (26) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_zero' (27) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_splat' (28) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_blur_line' (29) for device 0
[opencl_create_kernel] successfully loaded kernel `colorreconstruction_slice' (30) for device 0
[opencl_create_kernel] successfully loaded kernel `whitebalance_4f' (31) for device 0
[opencl_create_kernel] successfully loaded kernel `whitebalance_1f' (32) for device 0
[opencl_create_kernel] successfully loaded kernel `highlights_1f' (33) for device 0
[opencl_create_kernel] successfully loaded kernel `highlights_4f' (34) for device 0
[opencl_create_kernel] successfully loaded kernel `borders_fill' (35) for device 0
[opencl_create_kernel] successfully loaded kernel `splittoning' (36) for device 0
[opencl_create_kernel] successfully loaded kernel `overexposed' (37) for device 0
[opencl_create_kernel] successfully loaded kernel `lowpass_mix' (38) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_half_size' (39) for device 0
[opencl_create_kernel] successfully loaded kernel `ppg_demosaic_green' (40) for device 0
[opencl_create_kernel] successfully loaded kernel `green_equilibration' (41) for device 0
[opencl_create_kernel] successfully loaded kernel `pre_median' (42) for device 0
[opencl_create_kernel] successfully loaded kernel `ppg_demosaic_green_median' (43) for device 0
[opencl_create_kernel] successfully loaded kernel `ppg_demosaic_redblue' (44) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_and_zoom' (45) for device 0
[opencl_create_kernel] successfully loaded kernel `border_interpolate' (46) for device 0
[opencl_create_kernel] successfully loaded kernel `color_smoothing' (47) for device 0
[opencl_create_kernel] successfully loaded kernel `passthrough_monochrome' (48) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_and_zoom_demosaic_passthrough_monochrome' (49) for device 0
[opencl_create_kernel] successfully loaded kernel `lowlight' (50) for device 0
[opencl_create_kernel] successfully loaded kernel `graduatedndp' (51) for device 0
[opencl_create_kernel] successfully loaded kernel `graduatedndm' (52) for device 0
[opencl_create_kernel] successfully loaded kernel `colorcorrection' (53) for device 0
[opencl_create_kernel] successfully loaded kernel `vignette' (54) for device 0
[opencl_create_kernel] successfully loaded kernel `flip' (55) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_threshold' (56) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_hblur' (57) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_vblur' (58) for device 0
[opencl_create_kernel] successfully loaded kernel `bloom_mix' (59) for device 0
[opencl_create_kernel] successfully loaded kernel `exposure' (60) for device 0
[opencl_create_kernel] successfully loaded kernel `monochrome_filter' (61) for device 0
[opencl_create_kernel] successfully loaded kernel `monochrome' (62) for device 0
[opencl_create_kernel] successfully loaded kernel `relight' (63) for device 0
[opencl_create_kernel] successfully loaded kernel `pixelmax_first' (64) for device 0
[opencl_create_kernel] successfully loaded kernel `pixelmax_second' (65) for device 0
[opencl_create_kernel] successfully loaded kernel `global_tonemap_reinhard' (66) for device 0
[opencl_create_kernel] successfully loaded kernel `global_tonemap_drago' (67) for device 0
[opencl_create_kernel] successfully loaded kernel `global_tonemap_filmic' (68) for device 0
[opencl_create_kernel] successfully loaded kernel `invert_1f' (69) for device 0
[opencl_create_kernel] successfully loaded kernel `invert_4f' (70) for device 0
[opencl_create_kernel] successfully loaded kernel `tonecurve' (71) for device 0
[opencl_create_kernel] successfully loaded kernel `velvia' (72) for device 0
[opencl_create_kernel] successfully loaded kernel `colorize' (73) for device 0
[opencl_create_kernel] successfully loaded kernel `colormapping_histogram' (74) for device 0
[opencl_create_kernel] successfully loaded kernel `colormapping_mapping' (75) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_bilinear' (76) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_bicubic' (77) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_lanczos2' (78) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_distort_lanczos3' (79) for device 0
[opencl_create_kernel] successfully loaded kernel `lens_vignette' (80) for device 0
[opencl_create_kernel] successfully loaded kernel `colorin_unbound' (81) for device 0
[opencl_create_kernel] successfully loaded kernel `colorin_clipping' (82) for device 0
[opencl_create_kernel] successfully loaded kernel `rawprepare_1f' (83) for device 0
[opencl_create_kernel] successfully loaded kernel `rawprepare_4f' (84) for device 0
[opencl_create_kernel] successfully loaded kernel `vibrance' (85) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_invert' (86) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_hblur' (87) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_vblur' (88) for device 0
[opencl_create_kernel] successfully loaded kernel `highpass_mix' (89) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_bilinear' (90) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_bicubic' (91) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_lanczos2' (92) for device 0
[opencl_create_kernel] successfully loaded kernel `clip_rotate_lanczos3' (93) for device 0
[opencl_create_kernel] successfully loaded kernel `channelmixer' (94) for device 0
[opencl_create_kernel] successfully loaded kernel `colisa' (95) for device 0
[opencl_create_kernel] successfully loaded kernel `colorzones' (96) for device 0
[opencl_create_kernel] successfully loaded kernel `sharpen_hblur' (97) for device 0
[opencl_create_kernel] successfully loaded kernel `sharpen_vblur' (98) for device 0
[opencl_create_kernel] successfully loaded kernel `sharpen_mix' (99) for device 0
[opencl_create_kernel] successfully loaded kernel `eaw_decompose' (100) for device 0
[opencl_create_kernel] successfully loaded kernel `eaw_synthesize' (101) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_precondition' (102) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_init' (103) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_dist' (104) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_horiz' (105) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_vert' (106) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_accu' (107) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_finish' (108) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_backtransform' (109) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_decompose' (110) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_synthesize' (111) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_reduce_first' (112) for device 0
[opencl_create_kernel] successfully loaded kernel `denoiseprofile_reduce_second' (113) for device 0
[opencl_create_kernel] successfully loaded kernel `basecurve' (114) for device 0
[opencl_create_kernel] successfully loaded kernel `zonesystem' (115) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_init' (116) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_dist' (117) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_horiz' (118) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_vert' (119) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_accu' (120) for device 0
[opencl_create_kernel] successfully loaded kernel `nlmeans_finish' (121) for device 0
[opencl_create_kernel] successfully loaded kernel `levels' (122) for device 0
[opencl_create_kernel] successfully loaded kernel `colorcontrast' (123) for device 0
[dev] took 0,483 secs (0,400 CPU) to load the image.

www.500px.com/mirkodespattaro
                                                       www.facebook.com/des.mirko
Avatar utente
crx
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1341
Iscrizione: martedì 2 settembre 2008, 18:31
Desktop: Cinnamon
Distribuzione: ArchLinux 64bit
Località: Piombino

Re: configurazione opencl e darktable

Messaggio da crx »

Come ho scritto nel primo messaggio, penso che il problema non lo risolverai: a meno di non avere una scheda molto potente, usando opencl non farai altro che far fare a darktable il doppio dei calcoli: prima per dare un po' di lavoro alla GPU, poi per dare il resto alla CPU. Tra l'altro, non ho capito bene perché ma forse proprio per questo meccanismo, mentre senza opengl il processore sfrutta tutti gli 8 core, con opengl ne usa solo uno, con il risultato finale di rallentare notevolmente l'elaborazione.
Comunque magari mi sbaglio, forse qualcuno che ne sa più di me ti può aiutae...
S = k ln W
Il mio nome è Bond. Valence Bond. - Se non fai parte della soluzione, fai parte del precipitato.
Non c'è peggior sordo di chi non sente.
Avatar utente
6mrk9
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 528
Iscrizione: domenica 17 giugno 2007, 17:01
Desktop: Gnome
Distribuzione: Ubuntu
Sesso: Maschile
Contatti:

Re: configurazione opencl e darktable

Messaggio da 6mrk9 »

Risolto!

https://www.darktable.org/usermanual/it ... ation.html


ho modificato i parametri di questa guida e va un missile!

Codice: Seleziona tutto

ask_before_copy=FALSE
ask_before_delete=FALSE
ask_before_move=FALSE
ask_before_remove=FALSE
bauhaus/scale=1.4
brush_smoothing=medium
cache_color_managed=TRUE
cache_disk_backend=TRUE
cache_memory=268435456
compress_xmp_tags=never
darkroom/ui/bottom_visible=FALSE
darkroom/ui/left_visible=FALSE
darkroom/ui/overexposed/colorscheme=1
darkroom/ui/overexposed/lower=2
darkroom/ui/overexposed/upper=98
darkroom/ui/panel_collaps_state=
darkroom/ui/scroll_to_module=TRUE
darkroom/ui/show_header=
darkroom/ui/single_module=TRUE
darkroom/ui/toolbar_bottom_visible=FALSE
darkroom/ui/toolbar_top_visible=TRUE
database=library.db
database_cache_quality=89
host_memory_limit=6000
lighttable/ui/expose_statuses=FALSE
lighttable/ui/left_visible=TRUE
lighttable/ui/panel_collaps_state=
lighttable/ui/scroll_to_module=TRUE
lighttable/ui/show_header=
lighttable/ui/single_module=FALSE
lighttable/ui/toolbar_top_visible=TRUE
lighttable/ui/zoom_x=0
lighttable/ui/zoom_y=0
maximum_number_tiles=10000
metadata/resolution=300
never_use_embedded_thumb=FALSE
opencl=TRUE
opencl_async_pixelpipe=true
opencl_avoid_atomics=false
opencl_checksum=2319494812
opencl_device_priority=*/!0,*/*/*
opencl_library=
opencl_memory_headroom=300
opencl_memory_requirement=768
opencl_micro_nap=500
opencl_number_event_handles=75
opencl_omit_whitebalance=
opencl_size_roundup=16
opencl_synch_cache=true
opencl_use_cpu_devices=false
opencl_use_pinned_memory=true
panel_width=350
please_let_me_suffer_by_using_32bit_darktable=false
plugins/capture/camera/import/jobcode=noname
plugins/capture/jobcode=capture job
plugins/capture/mode=0
plugins/capture/storage/basedirectory=$(PICTURES_FOLDER)/darktable
plugins/capture/storage/namepattern=$(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)
plugins/capture/storage/subpath=$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
plugins/collection/descending=FALSE
plugins/collection/film_id=1
plugins/collection/filter_flags=0
plugins/collection/query_flags=7
plugins/collection/rating=0
plugins/collection/rating_comparator=3
plugins/collection/sort=0
plugins/darkroom/active=colorzones
plugins/darkroom/atrous/expanded=FALSE
plugins/darkroom/atrous/favorite=FALSE
plugins/darkroom/atrous/gui_channel=0
plugins/darkroom/atrous/visible=FALSE
plugins/darkroom/basecurve/auto_apply_percamera_presets=TRUE
plugins/darkroom/basecurve/expanded=FALSE
plugins/darkroom/basecurve/favorite=FALSE
plugins/darkroom/basecurve/visible=FALSE
plugins/darkroom/bilat/expanded=FALSE
plugins/darkroom/bilat/favorite=TRUE
plugins/darkroom/bilat/visible=TRUE
plugins/darkroom/bilateral/expanded=FALSE
plugins/darkroom/bilateral/favorite=FALSE
plugins/darkroom/bilateral/visible=FALSE
plugins/darkroom/bloom/expanded=FALSE
plugins/darkroom/bloom/favorite=TRUE
plugins/darkroom/bloom/visible=TRUE
plugins/darkroom/borders/expanded=FALSE
plugins/darkroom/borders/favorite=FALSE
plugins/darkroom/borders/visible=FALSE
plugins/darkroom/cacorrect/expanded=FALSE
plugins/darkroom/cacorrect/favorite=FALSE
plugins/darkroom/cacorrect/visible=FALSE
plugins/darkroom/channelmixer/expanded=FALSE
plugins/darkroom/channelmixer/favorite=FALSE
plugins/darkroom/channelmixer/visible=FALSE
plugins/darkroom/clahe/expanded=FALSE
plugins/darkroom/clahe/favorite=FALSE
plugins/darkroom/clahe/visible=FALSE
plugins/darkroom/clipping/expanded=FALSE
plugins/darkroom/clipping/favorite=TRUE
plugins/darkroom/clipping/flip_guides=
plugins/darkroom/clipping/golden_extras=
plugins/darkroom/clipping/guide=3
plugins/darkroom/clipping/ratio_d=1
plugins/darkroom/clipping/ratio_n=0
plugins/darkroom/clipping/visible=TRUE
plugins/darkroom/colisa/expanded=FALSE
plugins/darkroom/colisa/favorite=TRUE
plugins/darkroom/colisa/visible=TRUE
plugins/darkroom/colorbalance/expanded=FALSE
plugins/darkroom/colorbalance/favorite=FALSE
plugins/darkroom/colorbalance/visible=FALSE
plugins/darkroom/colorcontrast/expanded=FALSE
plugins/darkroom/colorcontrast/favorite=FALSE
plugins/darkroom/colorcontrast/visible=FALSE
plugins/darkroom/colorcorrection/expanded=FALSE
plugins/darkroom/colorcorrection/favorite=FALSE
plugins/darkroom/colorcorrection/visible=TRUE
plugins/darkroom/colorin/expanded=FALSE
plugins/darkroom/colorin/favorite=FALSE
plugins/darkroom/colorin/visible=TRUE
plugins/darkroom/colorize/expanded=FALSE
plugins/darkroom/colorize/favorite=FALSE
plugins/darkroom/colorize/visible=FALSE
plugins/darkroom/colormapping/expanded=FALSE
plugins/darkroom/colormapping/favorite=FALSE
plugins/darkroom/colormapping/visible=FALSE
plugins/darkroom/colorout/expanded=FALSE
plugins/darkroom/colorout/favorite=FALSE
plugins/darkroom/colorout/visible=TRUE
plugins/darkroom/colorpicker/expanded=FALSE
plugins/darkroom/colorreconstruct/expanded=FALSE
plugins/darkroom/colorreconstruct/favorite=FALSE
plugins/darkroom/colorreconstruct/visible=FALSE
plugins/darkroom/colortransfer/expanded=FALSE
plugins/darkroom/colortransfer/favorite=FALSE
plugins/darkroom/colortransfer/visible=FALSE
plugins/darkroom/colorzones/expanded=TRUE
plugins/darkroom/colorzones/favorite=TRUE
plugins/darkroom/colorzones/gui_channel=1
plugins/darkroom/colorzones/visible=TRUE
plugins/darkroom/defringe/expanded=FALSE
plugins/darkroom/defringe/favorite=FALSE
plugins/darkroom/defringe/visible=FALSE
plugins/darkroom/demosaic/expanded=FALSE
plugins/darkroom/demosaic/favorite=FALSE
plugins/darkroom/demosaic/quality=at most PPG (reasonable)
plugins/darkroom/demosaic/visible=TRUE
plugins/darkroom/denoiseprofile/expanded=FALSE
plugins/darkroom/denoiseprofile/favorite=FALSE
plugins/darkroom/denoiseprofile/visible=FALSE
plugins/darkroom/dither/expanded=FALSE
plugins/darkroom/dither/favorite=FALSE
plugins/darkroom/dither/visible=FALSE
plugins/darkroom/equalizer/expanded=FALSE
plugins/darkroom/equalizer/favorite=FALSE
plugins/darkroom/equalizer/visible=FALSE
plugins/darkroom/exposure/expanded=FALSE
plugins/darkroom/exposure/favorite=TRUE
plugins/darkroom/exposure/visible=TRUE
plugins/darkroom/finalscale/favorite=FALSE
plugins/darkroom/finalscale/visible=FALSE
plugins/darkroom/flip/expanded=FALSE
plugins/darkroom/flip/favorite=FALSE
plugins/darkroom/flip/visible=TRUE
plugins/darkroom/gamma/expanded=false
plugins/darkroom/gamma/favorite=FALSE
plugins/darkroom/gamma/visible=FALSE
plugins/darkroom/globaltonemap/expanded=FALSE
plugins/darkroom/globaltonemap/favorite=FALSE
plugins/darkroom/globaltonemap/visible=FALSE
plugins/darkroom/graduatednd/expanded=FALSE
plugins/darkroom/graduatednd/favorite=FALSE
plugins/darkroom/graduatednd/visible=TRUE
plugins/darkroom/grain/expanded=FALSE
plugins/darkroom/grain/favorite=FALSE
plugins/darkroom/grain/visible=TRUE
plugins/darkroom/groups=1
plugins/darkroom/highlights/expanded=FALSE
plugins/darkroom/highlights/favorite=FALSE
plugins/darkroom/highlights/visible=FALSE
plugins/darkroom/highpass/expanded=FALSE
plugins/darkroom/highpass/favorite=FALSE
plugins/darkroom/highpass/visible=FALSE
plugins/darkroom/histogram/mode=logarithmic
plugins/darkroom/histogram/show_blue=true
plugins/darkroom/histogram/show_green=true
plugins/darkroom/histogram/show_red=true
plugins/darkroom/history/expanded=FALSE
plugins/darkroom/hotpixels/expanded=FALSE
plugins/darkroom/hotpixels/favorite=FALSE
plugins/darkroom/hotpixels/visible=FALSE
plugins/darkroom/invert/expanded=FALSE
plugins/darkroom/invert/favorite=FALSE
plugins/darkroom/invert/visible=FALSE
plugins/darkroom/lens/expanded=FALSE
plugins/darkroom/lens/favorite=FALSE
plugins/darkroom/lens/visible=TRUE
plugins/darkroom/levels/expanded=FALSE
plugins/darkroom/levels/favorite=TRUE
plugins/darkroom/levels/visible=TRUE
plugins/darkroom/lowlight/expanded=FALSE
plugins/darkroom/lowlight/favorite=FALSE
plugins/darkroom/lowlight/visible=FALSE
plugins/darkroom/lowpass/expanded=FALSE
plugins/darkroom/lowpass/favorite=FALSE
plugins/darkroom/lowpass/visible=FALSE
plugins/darkroom/masks/brush/border=0.05
plugins/darkroom/masks/brush/density=1.0
plugins/darkroom/masks/brush/hardness=0.66
plugins/darkroom/masks/circle/border=0.05
plugins/darkroom/masks/circle/size=0.05
plugins/darkroom/masks/ellipse/border=0.05
plugins/darkroom/masks/ellipse/radius_a=0.05
plugins/darkroom/masks/ellipse/radius_b=0.03535
plugins/darkroom/masks/ellipse/rotation=90.0
plugins/darkroom/masks/expanded=FALSE
plugins/darkroom/masks/gradient/compression=0.5
plugins/darkroom/masks/gradient/rotation=0.0
plugins/darkroom/masks/gradient/steepness=0.0
plugins/darkroom/masks/path/border=0.05
plugins/darkroom/metadata_view/expanded=TRUE
plugins/darkroom/modulelist/expanded=FALSE
plugins/darkroom/monochrome/expanded=FALSE
plugins/darkroom/monochrome/favorite=FALSE
plugins/darkroom/monochrome/visible=TRUE
plugins/darkroom/nlmeans/expanded=FALSE
plugins/darkroom/nlmeans/favorite=FALSE
plugins/darkroom/nlmeans/visible=FALSE
plugins/darkroom/overexposed/expanded=false
plugins/darkroom/overexposed/favorite=FALSE
plugins/darkroom/overexposed/visible=TRUE
plugins/darkroom/profile_gamma/expanded=FALSE
plugins/darkroom/profile_gamma/favorite=FALSE
plugins/darkroom/profile_gamma/visible=FALSE
plugins/darkroom/rawdenoise/expanded=FALSE
plugins/darkroom/rawdenoise/favorite=TRUE
plugins/darkroom/rawdenoise/visible=TRUE
plugins/darkroom/rawprepare/expanded=FALSE
plugins/darkroom/rawprepare/favorite=FALSE
plugins/darkroom/rawprepare/visible=FALSE
plugins/darkroom/relight/expanded=TRUE
plugins/darkroom/relight/favorite=FALSE
plugins/darkroom/relight/visible=FALSE
plugins/darkroom/rotatepixels/expanded=FALSE
plugins/darkroom/rotatepixels/favorite=FALSE
plugins/darkroom/rotatepixels/visible=FALSE
plugins/darkroom/scalepixels/expanded=FALSE
plugins/darkroom/scalepixels/favorite=FALSE
plugins/darkroom/scalepixels/visible=FALSE
plugins/darkroom/shadhi/expanded=FALSE
plugins/darkroom/shadhi/favorite=TRUE
plugins/darkroom/shadhi/visible=TRUE
plugins/darkroom/sharpen/expanded=FALSE
plugins/darkroom/sharpen/favorite=TRUE
plugins/darkroom/sharpen/visible=TRUE
plugins/darkroom/snapshots/expanded=FALSE
plugins/darkroom/soften/expanded=FALSE
plugins/darkroom/soften/favorite=FALSE
plugins/darkroom/soften/visible=FALSE
plugins/darkroom/splittoning/expanded=FALSE
plugins/darkroom/splittoning/favorite=FALSE
plugins/darkroom/splittoning/visible=FALSE
plugins/darkroom/spots/brush_border=0.05
plugins/darkroom/spots/brush_density=1.0
plugins/darkroom/spots/brush_hardness=0.66
plugins/darkroom/spots/circle_border=0.02
plugins/darkroom/spots/circle_size=0.02
plugins/darkroom/spots/ellipse_border=0.02
plugins/darkroom/spots/ellipse_radius_a=0.02
plugins/darkroom/spots/ellipse_radius_b=0.01414
plugins/darkroom/spots/ellipse_rotation=90.0
plugins/darkroom/spots/expanded=FALSE
plugins/darkroom/spots/favorite=FALSE
plugins/darkroom/spots/path_border=0.05
plugins/darkroom/spots/visible=FALSE
plugins/darkroom/tagging/expanded=FALSE
plugins/darkroom/tagging/visible=true
plugins/darkroom/temperature/expanded=FALSE
plugins/darkroom/temperature/favorite=TRUE
plugins/darkroom/temperature/visible=TRUE
plugins/darkroom/tonecurve/expanded=FALSE
plugins/darkroom/tonecurve/favorite=TRUE
plugins/darkroom/tonecurve/visible=TRUE
plugins/darkroom/tonemap/expanded=FALSE
plugins/darkroom/tonemap/favorite=FALSE
plugins/darkroom/tonemap/visible=FALSE
plugins/darkroom/ui/border_size=0
plugins/darkroom/velvia/expanded=FALSE
plugins/darkroom/velvia/favorite=FALSE
plugins/darkroom/velvia/visible=FALSE
plugins/darkroom/vibrance/expanded=FALSE
plugins/darkroom/vibrance/favorite=FALSE
plugins/darkroom/vibrance/visible=FALSE
plugins/darkroom/vignette/expanded=FALSE
plugins/darkroom/vignette/favorite=TRUE
plugins/darkroom/vignette/visible=TRUE
plugins/darkroom/watermark/color_blue=
plugins/darkroom/watermark/color_green=
plugins/darkroom/watermark/color_red=
plugins/darkroom/watermark/expanded=FALSE
plugins/darkroom/watermark/favorite=FALSE
plugins/darkroom/watermark/font=
plugins/darkroom/watermark/text=
plugins/darkroom/watermark/visible=FALSE
plugins/darkroom/zonesystem/expanded=FALSE
plugins/darkroom/zonesystem/favorite=FALSE
plugins/darkroom/zonesystem/visible=FALSE
plugins/imageio/format/exr/compression=
plugins/imageio/format/j2k/format=
plugins/imageio/format/j2k/preset=
plugins/imageio/format/j2k/quality=
plugins/imageio/format/jpeg/quality=98
plugins/imageio/format/pdf/border=0 mm
plugins/imageio/format/pdf/bpp=8
plugins/imageio/format/pdf/compression=1
plugins/imageio/format/pdf/dpi=300
plugins/imageio/format/pdf/icc=FALSE
plugins/imageio/format/pdf/mode=0
plugins/imageio/format/pdf/orientation=0
plugins/imageio/format/pdf/pages=
plugins/imageio/format/pdf/rotate=FALSE
plugins/imageio/format/pdf/size=a4
plugins/imageio/format/pdf/title=
plugins/imageio/format/png/bpp=8
plugins/imageio/format/tiff/bpp=8
plugins/imageio/format/tiff/compress=2
plugins/imageio/format/webp/comp_type=
plugins/imageio/format/webp/hint=
plugins/imageio/format/webp/quality=
plugins/imageio/storage/disk/file_directory=/home/ubuntu/000/$(FILE_NAME)
plugins/imageio/storage/disk/overwrite=FALSE
plugins/imageio/storage/email/client=
plugins/imageio/storage/gallery/file_directory=$(HOME)/darktable_gallery/img_$(SEQUENCE)
plugins/imageio/storage/gallery/title=darktable gallery
plugins/imageio/storage/latex/file_directory=
plugins/imageio/storage/latex/title=
plugins/lighttable/audio_player=aplay
plugins/lighttable/camera/expanded=false
plugins/lighttable/collect/expanded=FALSE
plugins/lighttable/collect/item0=0
plugins/lighttable/collect/item1=0
plugins/lighttable/collect/item2=0
plugins/lighttable/collect/item3=0
plugins/lighttable/collect/item4=0
plugins/lighttable/collect/item5=0
plugins/lighttable/collect/item6=0
plugins/lighttable/collect/item7=0
plugins/lighttable/collect/item8=0
plugins/lighttable/collect/item9=0
plugins/lighttable/collect/mode0=0
plugins/lighttable/collect/mode1=0
plugins/lighttable/collect/mode2=0
plugins/lighttable/collect/mode3=0
plugins/lighttable/collect/mode4=0
plugins/lighttable/collect/mode5=0
plugins/lighttable/collect/mode6=0
plugins/lighttable/collect/mode7=0
plugins/lighttable/collect/mode8=0
plugins/lighttable/collect/mode9=0
plugins/lighttable/collect/num_rules=1
plugins/lighttable/collect/string0=/media/ubuntu/Toshiba 4TB/canon/castelbrando%
plugins/lighttable/collect/string1=
plugins/lighttable/collect/string2=
plugins/lighttable/collect/string3=
plugins/lighttable/collect/string4=
plugins/lighttable/collect/string5=
plugins/lighttable/collect/string6=
plugins/lighttable/collect/string7=
plugins/lighttable/collect/string8=
plugins/lighttable/collect/string9=
plugins/lighttable/copy_history/expanded=FALSE
plugins/lighttable/copy_history/pastemode=0
plugins/lighttable/draw_custom_metadata=FALSE
plugins/lighttable/draw_group_borders=true
plugins/lighttable/export/expanded=TRUE
plugins/lighttable/export/force_lcms2=FALSE
plugins/lighttable/export/format_name=jpeg
plugins/lighttable/export/height=0
plugins/lighttable/export/high_quality_processing=TRUE
plugins/lighttable/export/iccintent=-1
plugins/lighttable/export/iccprofile=
plugins/lighttable/export/icctype=-1
plugins/lighttable/export/pixel_interpolator=lanczos3
plugins/lighttable/export/storage_name=disk
plugins/lighttable/export/style=
plugins/lighttable/export/style_append=FALSE
plugins/lighttable/export/upscale=FALSE
plugins/lighttable/export/width=0
plugins/lighttable/filmstrip/height=120
plugins/lighttable/filmstrip/visible=FALSE
plugins/lighttable/geotagging/expanded=FALSE
plugins/lighttable/geotagging/offset=
plugins/lighttable/image/expanded=TRUE
plugins/lighttable/images_in_row=3
plugins/lighttable/import/expanded=TRUE
plugins/lighttable/layout=1
plugins/lighttable/live_view/overlay_imgid=
plugins/lighttable/live_view/overlay_mode=
plugins/lighttable/live_view/splitline=
plugins/lighttable/low_quality_thumbnails=false
plugins/lighttable/metadata/expanded=FALSE
plugins/lighttable/metadata_view/expanded=FALSE
plugins/lighttable/metadata_view/pretty_location=FALSE
plugins/lighttable/preview/full_size_preload_count=1
plugins/lighttable/recentcollect/expanded=FALSE
plugins/lighttable/recentcollect/line0=1:0:0:/media/ubuntu/Toshiba 4TB/canon/castelbrando%$
plugins/lighttable/recentcollect/line1=1:0:0:/media/ubuntu/Toshiba 4TB/canon/pravisdomini%$
plugins/lighttable/recentcollect/line2=1:0:0:/media/ubuntu/Toshiba 4TB/canon/laura m natura%$
plugins/lighttable/recentcollect/line3=1:0:0:/media/ubuntu/Toshiba 4TB/canon/margherita%$
plugins/lighttable/recentcollect/line4=1:0:0:/media/ubuntu/EOS_DIGITAL/DCIM/100EOS5D$
plugins/lighttable/recentcollect/line5=1:0:0:/media/ubuntu/Toshiba 4TB/canon/Alessio V%$
plugins/lighttable/recentcollect/line6=1:0:0:/media/ubuntu/Toshiba 4TB/ddd$
plugins/lighttable/recentcollect/line7=0:
plugins/lighttable/recentcollect/line8=
plugins/lighttable/recentcollect/line9=
plugins/lighttable/recentcollect/num_items=8
plugins/lighttable/recentcollect/pos0=267
plugins/lighttable/recentcollect/pos1=138
plugins/lighttable/recentcollect/pos2=672
plugins/lighttable/recentcollect/pos3=1149
plugins/lighttable/recentcollect/pos4=588
plugins/lighttable/recentcollect/pos5=102
plugins/lighttable/recentcollect/pos6=6
plugins/lighttable/recentcollect/pos7=0
plugins/lighttable/select/expanded=TRUE
plugins/lighttable/styles/expanded=FALSE
plugins/lighttable/tagging/ask_before_delete_tag=FALSE
plugins/lighttable/tagging/expanded=FALSE
plugins/lighttable/thumbnail_hq_min_level=720p
plugins/map/filter_images_drawn=FALSE
plugins/map/latitude=66.302200317382812
plugins/map/longitude=-23.5546875
plugins/map/map_source=OpenStreetMap I
plugins/map/max_images_drawn=16
plugins/map/show_map_osd=true
plugins/map/zoom=3
plugins/print/print/black_point_compensation=TRUE
plugins/print/print/iccprofile=
plugins/print/print/icctype=-1
plugins/print/print/lock_borders=
plugins/print/print/style=
plugins/print/print/style_append=
plugins/print/print/unit=0
plugins/print/printer/iccintent=
plugins/print/printer/iccprofile=
plugins/print/printer/icctype=-1
plugins/pwstorage/pwstorage_backend=libsecret
plugins/session/jobcode=
plugins/slideshow/high_quality=TRUE
pressure_sensitivity=off
run_crawler_on_start=FALSE
screen_dpi_overwrite=-1.0
screen_ppd_overwrite=-1.0
send_to_trash=TRUE
session/base_directory_pattern=$(PICTURES_FOLDER)/Darktable
session/filename_pattern=$(YEAR)$(MONTH)$(DAY)_$(SEQUENCE).$(FILE_EXTENSION)
session/sub_directory_pattern=$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)
show_folder_levels=1
singlebuffer_limit=64
ui_last/bottom/visible=TRUE
ui_last/color/display_filename=
ui_last/color/display_intent=0
ui_last/color/display_type=1
ui_last/color/mode=0
ui_last/color/softproof_filename=
ui_last/color/softproof_intent=0
ui_last/color/softproof_type=1
ui_last/colorpicker_display_samples=
ui_last/colorpicker_mean=0
ui_last/colorpicker_mode=
ui_last/colorpicker_model=
ui_last/colorpicker_restrict_histogram=0
ui_last/colorpicker_size=0
ui_last/colorsamples_mode=
ui_last/colorsamples_model=
ui_last/display_profile_source=all
ui_last/expander_histogram=-1
ui_last/expander_history=-1
ui_last/expander_import=2
ui_last/expander_metadata=0
ui_last/expander_navigation=-1
ui_last/expander_snapshots=-1
ui_last/fullscreen=FALSE
ui_last/grouping=false
ui_last/gui_language=
ui_last/header/visible=TRUE
ui_last/import_apply_metadata=FALSE
ui_last/import_ignore_jpegs=FALSE
ui_last/import_initial_rating=1
ui_last/import_last_creator=
ui_last/import_last_directory=/media/ubuntu/Toshiba 4TB/canon
ui_last/import_last_publisher=
ui_last/import_last_rights=
ui_last/import_last_tags=
ui_last/import_options_expanded=FALSE
ui_last/import_recursive=TRUE
ui_last/left/visible=TRUE
ui_last/maximized=TRUE
ui_last/panel_bottom=0
ui_last/panel_left=-1
ui_last/panel_right=-1
ui_last/panel_top=0
ui_last/right/visible=TRUE
ui_last/styles_create_duplicate=
ui_last/toolbar_bottom/visible=TRUE
ui_last/toolbar_top/visible=TRUE
ui_last/view=7
ui_last/window_h=1026
ui_last/window_w=1680
ui_last/window_x=0
ui_last/window_y=24
worker_threads=2
write_sidecar_files=FALSE
ora non so se uso a pieno opencl ma di sicuro non si inchioda ad ogni modifica che faccio!

Grazie per l aiuto, gentilissimo! :ciao:
www.500px.com/mirkodespattaro
                                                       www.facebook.com/des.mirko
Avatar utente
crx
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1341
Iscrizione: martedì 2 settembre 2008, 18:31
Desktop: Cinnamon
Distribuzione: ArchLinux 64bit
Località: Piombino

Re: [RISOLTO] configurazione opencl e darktable

Messaggio da crx »

Di niente!
S = k ln W
Il mio nome è Bond. Valence Bond. - Se non fai parte della soluzione, fai parte del precipitato.
Non c'è peggior sordo di chi non sente.
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: paolox1209 e 17 ospiti