Krabix.cz je online 3D konfigurátor krabiček pro 3D tisk s exportem do STL. Běží přímo v prohlížeči. Nic se neposílá na server.
Nadace Open Home Foundation spustila veřejnou preview verzi komunitní databáze zařízení pro Home Assistant. Má fungovat jako „Wikipedie pro chytrá zařízení".
Na stránce nového panelu Firefoxu přibudou nové widgety. Například denně aktualizována interaktivní křížovka.
PGSimCity (GitHub) je webová 3D vizualizace vnitřního fungování databázového systému PostgreSQL v podobě města. Vytvořena pomocí umělé inteligence.
UBports, nadace a komunita kolem Ubuntu pro telefony a tablety Ubuntu Touch, vydala Ubuntu Touch 24.04-2.0 a 24.04-1.4. Nová verze 24.04-2.0 již počítá s výřezy pro fotoaparát (notch) a zaoblenými rohy displeje. Webový prohlížeče Morph přešel z Chromia 87 na Chromium 134. Do shellu Lomiri byl přidán editor snímků obrazovky.
Byly zveřejněny informace o kritické zranitelnosti CVE-2026-64600 pojmenované RefluXFS (technické detaily) v XFS. Je tam již od verze Linuxu 4.11, tj. rok 2017. Jedná se o lokální eskalaci práv. Neprivilegovaný uživatel může editovat libovolný soubor, například klidně zrušit rootovské heslo v /etc/passwd. Videoukázka na Vimeo. V upstreamu je zranitelnost opravena.
OpenAI / ChatGPT má dnes výpadky (OpenAI Status, DownDetector).
Poskytovatel hostingu svobodných/open-source projektů Codeberg po hlasování na valné hromadě vydal stanovisko k využívání LLM. Kvůli vytěžování infrastruktury a rostoucím cenám hardwaru, ale také hrozbám pro spolupráci v komunitě se k LLM staví kriticky. Nebude poskytovat hosting projektů vytvářených LLM agenty.
Jack Dorsey představil (𝕏) open source týmovou komunikační platformu Buzz (GitHub) s cílem snížit závislost na Slacku a GitHubu.
Poštovní klient Thunderbird byl vydán v nové verzi 153 s kódovým názvem Meadow. Jedná se o ESR (Extended Support Release) vydání. Přehled novinek v poznámkách k vydání. Vylepšuje OAuth. Thundermail lze používat bez instalace doplňku.
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "cz" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSectionTohle nastavení jsem neúspěšně zkoušel:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
#Zde zacinaji sekce definic graficke karty
Section "Device"
Identifier "Device Interni"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,LFP"
#VideoRam 131072 #pro 128MB Video Ram jen nove karty
VideoRam 65536 #pro 64MB Video Ram
EndSection
Section "Device"
Identifier "Device Externi"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,CRT"
#VideoRam 131072 #pro 128MB Video Ram jen nove karty
VideoRam 65536 #pro 64MB Video Ram
EndSection
Section "Device"
Identifier "Device Interni Dual"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Screen 0
EndSection
Section "Device"
Identifier "Device Externi Dual"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
EndSection
#Zde konci sekce definic graficke karty
#Zde zacinaji sekce definic monitoru
Section "Monitor"
Identifier "Interni Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Externi Monitor"
Option "DPMS"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection
#Zde konci sekce definic monitoru
#Zde zacinaji sekce definic nastaveni rozliseni a barev s vyuzitim sekci predchozich
Section "Screen"
Identifier "Screen Externi"
Device "Device Externi"
Monitor "Externi Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen Interni"
Device "Device Interni"
Monitor "Interni Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen Externi Dual"
Device "Device Externi Dual"
Monitor "Externi Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen Interni Dual"
Device "Device Interni Dual"
Monitor "Interni Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
#Zde konci sekce definic nastaveni rozliseni a barev s vyuzitim sekci predchozich
#Zde zacinaji sekce konecnych prostredi s vyuzitim vsech predchozich definic
Section "ServerLayout"
Identifier "Dual"
Screen 0 "Screen Interni Dual"
Screen 1 "Screen Externi Dual" LeftOf "Screen Interni Dual"
# Screen 1 "Screen Externi Dual" RightOf "Screen Interni Dual"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "Xinerama" "true"
EndSection
Section "ServerLayout"
Identifier "Externi"
Screen "Screen Externi"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerLayout"
Identifier "Interni"
Screen "Screen Interni"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
#Zde konci sekce konecnych prostredi s vyuzitim vsech predchozich definic
Section "DRI"
Mode 0666
EndSection
# Zde zacina sekce pro specialni volby pro cele xka,
# v nasem pripade urcujeme s jakym nastavenim ze vsech
# definovanych maji nakonec xka nabehnout
Section "ServerFlags"
#Option "DefaultServerLayout" "Interni"
Option "DefaultServerLayout" "Externi"
#Option "DefaultServerLayout" "Dual"
EndSection
# Zde konci sekce pro specialni volby pro cele xka
Screen 0: minimum 320x320, current 1360x768 maximum 1680x1680 VGA connected 1360x768+0+0 (normal left inverted right x axis y axis) nějaký druhy rozlišení TMDS-1 connected 1280x768+0+0 (normal left inverted right x axis y axis)Já bych potřeboval aby VGA mělo 1920x1080 a TMDS-1 1600x1200 s tím že výchozí by byl TMDS-1. na VGA by možná stačilo i 1360x768 mám to jenom na přehrávání filmů. I když TV podporuje fullHD zatím to rozlišení nevyžaduju. Poradíte prosím? Pokud jsem to dobře pochopil, musím do souboru xorg.conf někam napsat, že se jedná o virtuální plochu o rozlišení 2960 x 1200. Pak nastavit na TMDS-1 rozlišeni na 1600x1200 a na VGA 1360x768 a VGA posunout po ose x o 1200px. teorie hezká, ale jak to napsat do toho souboru aby to ten xserver pobral?
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LVDS"
SubSection "Display"
Depth 24
Virtual 4096 2048
EndSubSection
EndSection
kde za Device a Monitor dosaď ze svého xorg.conf
Tiskni
Sdílej: