O víkendu 18. a 19. října lze na brněnském výstavišti navštívit s jednou vstupenkou dvě akce: Maker Faire Brno, "festival tvořivosti, vynálezů a bastlířské radosti", a GameDev Connect, "akci určenou pro všechny současné a hlavně budoucí herní vývojáře, kteří touží proniknout do jednoho z nejúžasnějších průmyslů na světě".
Do 20. října do 19:00 běží na Steamu přehlídka nadcházejících her Festival Steam Next | říjen 2025 (YouTube) doplněná demoverzemi, přenosy a dalšími aktivitami. Demoverze lze hrát zdarma.
O zavedení nástroje na monitorování online konverzací v rámci boje proti dětské pornografii (tzv. Chat Control) měli ministři vnitra rozhodovat na úterním společném zasedání v Lucemburku. Plán dánského předsednictví Rady EU ale před pár dny ztroskotal, když se ukázalo, že Chat Control nemá dostatečnou podporu.
Již toto úterý proběhne každoměsíční akce Virtuální Bastlírna, kterou pořádá projekt MacGyver. Jde o virtuální posezení u piva a volné klábosení o různých zajímavostech ze světa elektroniky, softwaru i techniky. V posledním měsíci se stalo nemálo zajímavostí týkajících se spousty bastlířů - kupříkladu Arduino nyní patří pod Qualcomm, Raspberry Pi vydalo nový počítač, ale potichu i miniaturní compute module. Pro AMS od Bambu Lab se
… více »Google zpřístupňuje své AI nástroje českým univerzitním studentům prostřednictvím předplatného Google AI Pro na 12 měsíců bez poplatku. Platnost nabídky vyprší 9. prosince 2025.
MicroPythonOS je operační systém napsaný v MicroPythonu určený především pro mikrokontroléry jako ESP32. Zdrojové kódy jsou k dispozici na GitHubu.
Byl vydán LineageOS 23 (Mastodon). LineageOS (Wikipedie) je svobodný operační systém pro chytré telefony, tablety a set-top boxy založený na Androidu. Jedná se o nástupce CyanogenModu. LineageOS 23 je založený na Androidu 16.
Na YouTube byly zveřejněny videozáznamy přednášek z hackerské konference DEF CON 33, jež proběhla 7. až 10. srpna v Las Vegas.
Bun (Wikipedie), tj. běhové prostředí (runtime) a toolkit pro JavaScript a TypeScript, alternativa k Node.js a Deno, byl vydán ve verzi 1.3. Představení novinek také na YouTube. Bun je naprogramován v programovacím jazyce Zig.
V Lucemburku byly oznámeny výsledky posledního kola výzev na evropské továrny pro umělou inteligenci neboli AI Factories. Mezi úspěšné žadatele patří i Česká republika, potažmo konsorcium šesti partnerů vedené VŠB – Technickou univerzitou Ostrava. V rámci Czech AI Factory (CZAI), jak se česká AI továrna jmenuje, bude pořízen velmi výkonný superpočítač pro AI výpočty a vznikne balíček služeb poskytovaný odborníky konsorcia. Obojí bude sloužit malým a středním podnikům, průmyslu i institucím veřejného a výzkumného sektoru.
Luboš Doležel: Can you tell us something about the planned Linux driver improvements in next... let's say... several months? People seem to be especially interested in better 2D acceleration, hardware MPEG-4/H264 acceleration and Xen paravirtualized driver. Stabilised suspend/resume is also a hot topic.
Andy Ritger: Thanks for asking. Some of the improvements that we plan for the Linux driver over the coming months include:
2) People would like to use their powerful GPUs for their own processing intensive applications (eg. video compression or math formulas computation). Can we expect some SDK to make this happen?
For NVIDIA GPU programmability, there are several options: for graphics-oriented applications within the context of OpenGL, NVIDIA supports Cg and GLSL for higher-level programming, and OpenGL extensions such as GL_NV_gpu_program4 for lower-level OpenGL programming. For reference, see the specifications.
For compute-oriented GPU programming, we provide the CUDA toolkit. The NVIDIA CUDA team is doing some really exciting work; check it out.
3) NVIDIA's proprietary Linux driver supports only the x86 and x86-64 platforms. Does NVIDIA have any plans for support of other platforms?
Besides Linux (x86 and x86-64), we also support Solaris (x86 and x64) and FreeBSD (i386). We'd like to support FreeBSD on amd64, but there are several technical issues that need to be resolved, first.
But in terms of adding support for hardware architectures other than x86 or x86-64, we have no current plans.
4) Do you expect this situation to change in case that Sony allows Linux to access the RSX chip on its PowerPC-based PlayStation 3?
We have no current plans to port our Linux driver to PS3.
5) After the "forcedeth" driver was developed by Linux hackers, NVIDIA abandoned its own proprietary nvnet driver and AFAIK even helped to improve the open source driver a bit. Can you tell us something more about this decision (who made the call, etc.) and how likely is it that similar situation will happen in the case of the proprietary graphics driver - now when the Nouveau driver is under active development?
NVIDIA's stance is to neither help nor hinder Nouveau. We are committed to supporting Linux through a) an open source 2d "nv" X driver which NVIDIA engineers actively maintain and improve, and b) our fully featured proprietary Linux driver which leverages common code with the other platforms that NVIDIA supports.
6) The Linux community was calling for beta driver releases for a long time, then their demands were fulfilled. Was it the voice of community or just a request (need) of NVIDIA's developers that changed the situation?
The community feedback is very valuable. NVIDIA's Linux driver team has a very active presence on forums such as nvnews.net, and we take community feedback very seriously. Knowing what is important to our users definitely helps us prioritize our work.
And in the case of our public beta drivers, getting broader testing from the Linux community of course contributes to higher quality releases.
7) What does the development cycle in NVIDIA look like? Is it something like "there has to be a release in next 2 months" or more like "there will be a release when [...] is done"?
Our releases are primarily feature-driven, though those features may have specific schedules. For example, we try to make at least a public beta driver available to coincide with new GPU launches.
8) And finally, the obligatory question: Are you a heavy Linux user yourself? What distribution do you use profesionally, at home, etc.? Do you use other operating systems, where?
Absolutely; I first got involved with Linux in college as a great way to have a UNIX workstation in my dorm room :). I used to use Linux From Scratch with evilwm, but lately I've been using Gentoo with Xfce on my notebook and dev machines.
Across the NVIDIA Linux Graphics Driver team, everyone has their own favorite Linux distribution as their primary desktop: Debian, Gentoo, Ubuntu, RHEL, Fedora, SuSE (and Solaris, though it is not a Linux distribution, of course). Naturally, we try to do driver compatibility testing across a wide spectrum of distributions.
There are also many other groups within NVIDIA that use Linux extensively (if not exclusively), e.g., the CUDA team, our digital film group, and GPU architecture simulation/verification. I even know Windows driver engineers at NVIDIA that primarily use Linux on their personal machines at home.
Additionally, we see a growing portion of NVIDIA's workstation customer base using Linux, primarily in highend markets like Oil and Gas, Medical Imaging, and Digital Content Creation.
Oh, and I should put in one plug: we're always looking for world-class engineers who are passionate about Linux graphics. If any of your readers are interested, there are several job postings on the nvnews.net forums - [1] and [2].
Thanks for your time.
Nástroje: Tisk bez diskuse
Tiskni
Sdílej:
Tým linuxových ovladačů NVIDIA je velmi aktivní na fórech...?
gmplayer -lavdopts lowres=0:fast:skiploopfilter=all -channels 6 -af hrtf Kingdom_of_Heaven.mkvS tím, že "xv" mám standardně nastaveno v gmplayeru, takže už ho jako parametr necpu ...
-vo aa
:-P