drm (i915): add missing firmware

2018-01-02 Thread Luca Franchini
Hi all, I noticed than in my Skylake laptop using inteldrm driver firmware is missing in messages: inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 530" rev 0x06 drm0 at inteldrm0 inteldrm0: msi error: [drm:pid0:i915_firmware_load_error_print] *ERROR* failed to load firmware i915/skl_dmc_ve

Re: drm (i915): add missing firmware

2018-01-03 Thread Luca Franchini
std, vt100 emulation) Maybe these two missing binary blob are not allowed by OpenBSD kernel policy? Luca 2018-01-03 0:06 GMT+01:00 Riccardo Mottola : > Hi, > > On 2018-01-02 14:04:20 +0100 Luca Franchini wrote: > > I have downloaded skl_dmc_ver1.bin from Intel site. >> >>

Problems trying to format currency with python

2019-01-20 Thread Luca Franchini
Hi all, I got an error while running this: amidatacyber730:~$ python3.6 Python 3.6.6 (default, Oct 11 2018, 12:39:19) [GCC 4.2.1 Compatible OpenBSD Clang 6.0.0 (tags/RELEASE_600/final)] on o Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setloc

Re: Problems trying to format currency with python

2019-01-24 Thread Luca Franchini
Il giorno Dom 20 Gen 2019 16:00 Ingo Schwarze ha scritto: [...] > > OpenBSD intentionally does not implement any LC_MONETARY or strfmon(3) > functionality because we believe that such functionality does not > belong in the C library but should instead be implemented in > specialized support libr