SOFTTH 2.08b et DCS : besoin aide configuration
Publié : mar. avr. 01, 2014 2:58 pm
3 ecrans 1920x1080 sur 6970 2 Go, nView actif
ecran principal = centre
DCS marche
hardware marche
3 ecrans marchent
softTH marche en mode simple (3 écrans par defaut, mais peu d'intérêt par rapport à DCS seul)
MAIS je voudrais afficher :
DCS renderer: mainview 2 x (1920 x1080)
et exporter avec sofTH entre le pixel 810,0 sur ecran de gauche et 4650,0 sur ecran de droite de mamnière à centrer cette vue 2x1920 sur l'écran central
Pour ensuite utilser les zones de gauche et droite pour les exports et Helios. (ecran drroit tactile)
Mais softTH plante et me renvoie un log où les dimensions ne correspondent pas du tout à ce que j'ai configuré...
options.lua
sofTHconfig
Je pensais que ça devrait marcher...
qqn a une idée ?
ecran principal = centre
DCS marche
hardware marche
3 ecrans marchent
softTH marche en mode simple (3 écrans par defaut, mais peu d'intérêt par rapport à DCS seul)
MAIS je voudrais afficher :
DCS renderer: mainview 2 x (1920 x1080)
et exporter avec sofTH entre le pixel 810,0 sur ecran de gauche et 4650,0 sur ecran de droite de mamnière à centrer cette vue 2x1920 sur l'écran central
Pour ensuite utilser les zones de gauche et droite pour les exports et Helios. (ecran drroit tactile)
Mais softTH plante et me renvoie un log où les dimensions ne correspondent pas du tout à ce que j'ai configuré...
options.lua
Code : Tout sélectionner
["aspect"] = 4650/1080,
["haze"] = 1,
["HDR"] = 0,
["TranspSSAA"] = true,
["cockpitShadows"] = false,
["effects"] = 3,
["textures"] = 2,
["width"] = 4650,
["MSAA"] = 3,
["height"] = 1080,
SoftTH log[main]
renderResolution=4650x1080
; DCS renderer 1920+1920 for mainview +810 for exports
; Your width/height/aspect in the options.lua must match the one you have set in the config.Softthconfig - If one number isn't right nothing will work.
; 3 x 1920x1080 screens from left to right, with AMD nView, main in windows is center screen, extended desktop on3 monitors
nonlocalFormat=RGB16D
keepComposition=1 ; 1 helios
smoothing=0 ; 0 DCS
debugD3D=0
zClear=0 ;0 DCS
vsync=0
tripleBuffer=0
screenshotFormat=jpg
dllPathD3D9=auto
dllPathDXGI=auto
dllPathD3D11=auto
[overrides]
forceResolution=0
antialiasing=0
processAffinity=1 ;
FOVForceHorizontal=0
FOVForceVertical=0
[debug]
compatibleIB=0
compatibleTex=0
compatibleVB=0
enableVBQuirk=1 ; 1 DCS
[head_primary]
; center from mainview on center screen + half left on left screen and half right on right screen see below head_1 & _2
devID=0
sourceRect=810,0,2730,1080 ; select 810 to 2730=1920+810 pixels from DCS renderer mainview
destRect=0,0,1920,1080 ; display on center screen
;The destRect function doesn't start counting at x0/y0 of your overall resolution. -this does the sourceRect line already -
;The destRect= starts counting in the x0/y0 of your target monitor.
;Keep in mind that SoftTH can only use the resolution your Monitor is set in windows properties when using the "destRect=" function.
; question is if is Softth able to teleport different 'grabs' to a single monitor : NO. Only one "destRect" line for one monitor.
screenMode=1920x1080
fpsLimit=30
[head_1]
; (exports à ajouter ensuite) ; mainview left on second half
devID=1
sourceRect=0,0,810,1080 ; select 0 to 810 pixels from renderer mainview
destRect=810,0,1920,1080 ; display at second half of left screen
transportResolution=810x1080
transportMethod=auto
noSync=0
screenMode=1920x1080
fpsLimit=30
[head_2]
; right screen right of mainview on first half of screen, Helios on second half (tactile screen)
devID=2
sourceRect=2730,0,3840,1080 ;
destRect=0,0,810,1080 ;
transportResolution=810x1080
transportMethod=auto
noSync=0
screenMode=1920x1080
fpsLimit=30
Code : Tout sélectionner
3968: 0.000 SoftTH: config: main.renderResolution: 4650x1080
3968: 0.000 SoftTH: config: Additional heads: 2
3968: 0.000 SoftTH: config: head_primary.screenMode: 1920x1080
3968: 0.000 SoftTH: config: head_primary.sourceRect: 810,0,[b][i][highlight=#ffff00]3540[/highlight][/i][/b],1080
3968: 0.000 SoftTH: config: head_primary.destRect: 0,0,1920,1080
3968: 0.000 SoftTH: config: head_1.screenMode: not set
3968: 0.000 SoftTH: config: head_1.sourceRect: 0,0,810,1080
3968: 0.000 SoftTH: config: head_1.destRect: 810,0,2730,1080
3968: 0.000 SoftTH: config: head_1.transportResolution: 810x1080
3968: 0.000 SoftTH: config: head_2.screenMode: not set
3968: 0.000 SoftTH: config: head_2.sourceRect: 2730,0,[b][i][highlight=#ffff00]6570[/highlight][/i][/b],1080
3968: 0.000 SoftTH: config: head_2.destRect: 0,0,810,1080
3968: 0.000 SoftTH: config: head_2.transportResolution: 810x1080
Je pensais que ça devrait marcher...
qqn a une idée ?