Current Server Time: 22:16 (Central Europe)

#apertus IRC Channel Logs

2017/01/31

Timezone: UTC


23:04
ItsMeLenny
joined the channel
23:46
illwieckz
left the channel
23:52
illwieckz
joined the channel
00:20
arpu
joined the channel
00:40
arpu
left the channel
00:55
arpu
joined the channel
01:12
jucar
joined the channel
01:50
dimaursu16
joined the channel
02:12
Bertl
off to bed now ... have a good one everyone!
02:12
Bertl
changed nick to: Bertl_zZ
02:13
dimaursu16
left the channel
02:15
jucar
left the channel
02:34
jucar
joined the channel
02:37
dimaursu16
joined the channel
02:37
dimaursu16
left the channel
02:37
dimaursu16
joined the channel
03:02
ItsMeLenny
left the channel
03:23
jucar
left the channel
03:35
dimaursu16
left the channel
04:14
ItsMeLenny
joined the channel
06:38
se6astian|away
changed nick to: se6astian
07:54
dimaursu16
joined the channel
07:54
dimaursu16
left the channel
07:54
dimaursu16
joined the channel
07:54
dimaursu16
left the channel
08:09
RexO
joined the channel
08:29
dimaursu16
joined the channel
08:29
dimaursu16
left the channel
08:29
dimaursu16
joined the channel
10:33
dimaursu16
left the channel
11:00
dimaursu16
joined the channel
11:00
dimaursu16
left the channel
11:00
dimaursu16
joined the channel
11:22
jucar
joined the channel
11:54
ItsMeLenny
left the channel
11:57
Spirit532
left the channel
12:09
jucar
left the channel
12:38
dimaursu16
left the channel
12:58
Bertl_zZ
changed nick to: Bertl
12:58
Bertl
morning folks!
13:11
jucar
joined the channel
13:15
dimaursu16
joined the channel
13:15
dimaursu16
left the channel
13:15
dimaursu16
joined the channel
13:20
jucar
left the channel
13:41
dimaursu16
left the channel
14:11
dimaursu16
joined the channel
14:11
dimaursu16
left the channel
14:11
dimaursu16
joined the channel
14:50
Hannes___
joined the channel
14:50
Hannes___
left the channel
14:50
Hannes___
joined the channel
14:51
Hannes___
left the channel
14:52
jucar
joined the channel
14:53
claask
joined the channel
14:53
Hannes___
joined the channel
14:57
claask
left the channel
14:58
Bertl
hello Hannes___!
14:58
Hannes___
Hi Herbert.
14:58
Hannes___
Ich habs geschafft :-)
14:59
Bertl
great! (channel language is english, jfyi)
14:59
Hannes___
alright
15:05
RexO
left the channel
15:55
jucar
left the channel
16:17
GrahamM
joined the channel
16:40
Hannes___
left the channel
16:59
se6astian
meeting starting soon, I am just finishing my dinner
16:59
se6astian
give me a few more minutes :)
17:07
se6astian
ok ready!
17:07
se6astian
so who is here for the meeting?
17:07
Bertl
I am
17:08
se6astian
great :)
17:09
Bertl
but it looks like we are the only ones
17:09
Bertl
in which case I suggest to spend the time better :)
17:09
GrahamM
I'm here :)
17:09
Bertl
ah, no, we got one more, great! :)
17:10
se6astian
so GrahamM how are you?
17:10
se6astian
what did you work on recently?
17:11
GrahamM
Good, thanks.
17:13
morrigan1
changed nick to: morrigan
17:18
GrahamM
With regards to HDMI compatibility, can anything be tweaked easily, or is it all VHDL related?
17:19
se6astian
a lot can be tweaked
17:19
Bertl
HDMI is done completely in the FPGA, so the code is VHDL
17:19
Bertl
but it is designed in such way, that you can control it from the cpu side
17:19
se6astian
https://wiki.apertus.org/index.php/AXIOM_Beta/AXIOM_Beta_Software#HDMI_Output
17:20
Bertl
i.e. a number of currently memory mapped registers control the various aspects
17:23
GrahamM
I have a Blackmagic Video Assist 4K and it won't accept any framerate I choose. It would be nice to use it.
17:24
Bertl
probably the first step is to figure out what it 'claims' to accept
17:24
Bertl
i.e. connect it to a PC and dump the edid tables
17:26
Bertl
once you know that, you can start building a suitable mode
17:35
GrahamM
Strange, it shows max of 1920x540 60Hz.
17:36
Bertl
simply dump the entire EDID to a file
17:36
Bertl
it is quite small and upload it somewhere for a start
17:36
se6astian
do we already have a section in the wiki that covers how to do that?
17:36
Bertl
probably not
17:36
se6astian
I think it would make sense to start collecting EDID from multiple devices
17:36
se6astian
please quickly explain the commands
17:37
Bertl
definitely
17:37
davidak
joined the channel
17:37
Bertl
the simplest way is probably with monitor-edid
17:38
Bertl
but ddcontrol helps as well, and on recent kernels, the edid is extracted
17:40
se6astian
GrahamM: can you please run both commands and upload the output
17:40
se6astian
I will add it to the wiki then
17:40
se6astian
I think we can officially end todays team meeting and deal with HDMI documentation instead :)
17:41
Bertl
for example, on my linux system, when I check for the graphics card with lspci
17:42
Bertl
I see that the card is at bus-id 03:00.0
17:42
Bertl
which results in a device path under /sys with
17:42
Bertl
/sys/devices/pci0000\:00/0000\:00\:03.0/0000\:03\:00.0
17:43
Bertl
there is a drm entry which contains per card and per port subdriectories
17:43
Bertl
*subdirectories even
17:43
Bertl
and the full path to the edid for the first port here is:
17:43
Bertl
/sys/devices/pci0000\:00/0000\:00\:03.0/0000\:03\:00.0/drm/card0/card0-DP-1/edid
17:44
Bertl
in the same dir is a processed version which lists the detected modes in 'modes'
17:45
Bertl
here I found a python script which seems to get the data from xrandr
17:45
getzi
joined the channel
17:45
Bertl
https://gist.github.com/mvollrath/9aa0198264e6b4890914
17:53
se6astian
GrahamM: are you still with us?
18:01
GrahamM
Yes.
18:04
se6astian
great
18:15
GrahamM
Sent it by email to you both.
18:24
se6astian
thanks
18:28
se6astian
Bertl: how should we collect them
18:28
se6astian
wiki?
18:28
se6astian
github?
18:28
se6astian
decode them as well somehow?
18:31
Bertl
I would definitely store the binary somewhere
18:32
Bertl
but a decoded version is enough to work with
18:32
Bertl
(and can be easily shown on the wiki)
18:41
se6astian
how can we decode it?
18:43
Bertl
edid-decode
18:44
se6astian
can you paste me the result please
18:44
Bertl
haven't got the edid data yet
18:45
GrahamM
Bertl, the email was rejected.
18:47
se6astian
i ll upload it
18:48
se6astian
https://cloud.gerade.org/index.php/s/T6HQJymJLn5HtZu
18:50
GrahamM
I have sent another email to you both.
18:54
se6astian
uploaded the attachment to the above link
18:54
se6astian
I thought decode actually makes it human readable?
18:54
se6astian
is that not the case?
18:55
getzi
left the channel
18:57
Bertl
yes, here is the output from edid-decode:
18:58
Bertl
http://pastebin.com/raw/6qzxAziG
19:00
Bertl
so the reason it doesn't work with the typical modes seems to be that it simply doesn't do 1080p60 as advertized (VIC blocks) but only supports the detailed modes which are not really anything we currently produce
19:00
se6astian
thanks
19:00
se6astian
adding to wiki
19:01
se6astian
what model is it exactly GrahamM ?
19:01
Bertl
all the clock rates given there suggest that 1080p30 is somewhat the maximum you can do
19:02
se6astian
strange, its called "Blackmagic Video Assist 4K" so it should do more
19:02
se6astian
can it take 4K signals only via SDI?
19:03
Bertl
it advertises four extended HDMI modes
19:03
GrahamM
It accepts 1080p60 from my PC. I have used a 4K camara with no problems.
19:04
Bertl
so what settings does your 1080p60 PC setup produce/use?
19:06
se6astian
added to wiki
19:06
se6astian
https://wiki.apertus.org/index.php/HDMI_EDID_Archive
19:06
se6astian
what was the process to capture this edid now?
19:06
se6astian
I want to also add that to the wiki page
19:06
se6astian
Extended HDMI video details: HDMI VIC 0 3840x2160@30Hz HDMI VIC 1 3840x2160@25Hz HDMI VIC 2 3840x2160@24Hz HDMI VIC 3 4096x2160@24Hz
19:14
GrahamM
According to the AMD settings, 1080p60 *email address removed*4K displayed this OK.
19:15
comradekingu
I have a meyer optic lens that i can get sent to apertus if i get the VAT number, then you can give it to me along with the camera once that is done
19:16
GrahamM
I tried the Beta on a Samsung 1080p TV and it would only accept 1080p60, it would not display 25 and 50.
19:16
se6astian
comradekingu: what kind of lens is it?
19:17
GrahamM
Got to go for now, will be back later.
19:18
Bertl
GrahamM: the TV might be extra picky
19:19
se6astian
right, thanks for pushing this GrahamM, stay on it :)
19:38
comradekingu
se6astian: Trioplan f2.9/50 and Primoplan 58 f1.9
19:39
comradekingu
p r o d u c t i o n v a l u e for the teamtalks. Just need amiga toaster and everything will be just so
19:53
intracube
hi, just sent a request for edit access for the current flyer google doc
19:54
intracube
se6astian: ^ (or whoever owns the doc)
19:59
se6astian
done
20:00
intracube
danke
20:01
comradekingu
They are in nikon mount
20:01
comradekingu
or nikkor maybe it is
21:07
ItsMeLenny
joined the channel
21:12
se6astian
comradekingu: what do you envision we do with those lenses?
21:12
se6astian
and what do you need the VAT number for?
21:14
se6astian
off to bed
21:14
se6astian
good night
21:16
comradekingu
se6astian: film the team talks
21:16
comradekingu
Because then i dont have to pay that
21:17
comradekingu
I think they would be well suited to show the capabilities of the sensor. Sure are expensive enough
21:26
intracube
what is the actual ZIF socket type for the sensor?
21:26
intracube
if I remember correctly, it was an intel 386 type?
21:29
se6astian
changed nick to: se6astian|away