Byl publikován přehled vývoje renderovacího jádra webového prohlížeče Servo (Wikipedie) za uplynulé dva měsíce. Servo zvládne už i Gmail. Zakázány jsou příspěvky generované pomocí AI.
Raspberry Pi Connect, tj. oficiální služba Raspberry Pi pro vzdálený přístup k jednodeskovým počítačům Raspberry Pi z webového prohlížeče, byla vydána v nové verzi 2.5. Nejedná se už o beta verzi.
Google zveřejnil seznam 1272 projektů (vývojářů) od 185 organizací přijatých do letošního, již jednadvacátého, Google Summer of Code. Plánovaným vylepšením v grafických a multimediálních aplikacích se věnuje článek na Libre Arts.
Byla vydána (𝕏) dubnová aktualizace aneb nová verze 1.100 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.100 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.
Open source platforma Home Assistant (Demo, GitHub, Wikipedie) pro monitorování a řízení inteligentní domácnosti byla vydána v nové verzi 2025.5.
OpenSearch (Wikipedie) byl vydán ve verzi 3.0. Podrobnosti v poznámkách k vydání. Jedná se o fork projektů Elasticsearch a Kibana.
PyXL je koncept procesora, ktorý dokáže priamo spúštat Python kód bez nutnosti prekladu ci Micropythonu. Podľa testov autora je pri 100 MHz približne 30x rýchlejší pri riadeni GPIO nez Micropython na Pyboard taktovanej na 168 MHz.
Grafana (Wikipedie), tj. open source nástroj pro vizualizaci různých metrik a s ní související dotazování, upozorňování a lepší porozumění, byla vydána ve verzi 12.0. Přehled novinek v aktualizované dokumentaci.
Raspberry Pi OS, oficiální operační systém pro Raspberry Pi, byl vydán v nové verzi 2025-05-06. Přehled novinek v příspěvku na blogu Raspberry Pi a poznámkách k vydání. Pravděpodobně se jedná o poslední verzi postavenou na Debianu 12 Bookworm. Následující verze by již měla být postavena na Debianu 13 Trixie.
Richard Stallman dnes v Liberci přednáší o svobodném softwaru a svobodě v digitální společnosti. Od 16:30 v aule budovy G na Technické univerzitě v Liberci. V anglickém jazyce s automaticky generovanými českými titulky. Vstup je zdarma i pro širokou veřejnost.
aticonfig --initial --input=/etc/X11/xorg.conf
. Mel by ti upavit onen xorg.conf.
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BusID "PCI:4:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-40
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Takhle to změní xorg.conf, bohužel Xka stále způsobí zamrznutí pc
Section "Extensions" Option "Composite" "0" EndSectionMožná jsem se jen přehlíd že to tam neni.
(WW) fglrx : No matching device scetion for instance (BUS PCI:4:0:1) found
2x (II) Module already built-in
(EE) AIGLX error : dlsym for __driCreateNewScreen_20050727 faild (/usr/lib/pri/fglrx_dri.so : undefinied symbol : __createNewScreen_20050727)
(EE) AIGLX : reverting to software rendering
Section "ServerFlags" Option "aiglx" "0" EndSectionA možná odstranění BusID "PCI:4:0:0" by mohlo pomoct odtranit to varování.
Já hodlám taky vyzkoušet rozjet fglrx v Lenny, ale až vyjde ta nová verze co by měla podle zprávičky zvednout oproti minulým verzím u mé karty 50x výkon. Tak zatím čekám.
Mylím že Vaše karte je podporována, možná to bude chtět jen doladit xorg.conf, nebo bych zkusil stáhnou novější verzi ze stránek amd, přeci jenom máte docela novou kartu (jestli se nepletu) a ty ovladače co zkoušíte rozchodit sou trochu starší.
Já mám radeon x300 integrovaný v čipsetu xpress1150.
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "cz" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 28.0 - 40.0 VertRefresh 43.0 - 60.0 Option "DPMS" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "fglrx" # BusID "PCI:4:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Modes "800x600" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "ServerFlags" Option "AIGLX" "0" EndSection
su cd /cesta_k_ovladači chmod +x ati-driver-installer-8.40.4-x86.x86_64.run ./ati-driver-installer-8.40.4-x86.x86_64.run --buildpkg Debian/lenny dpkg -i fglrx-driver_8.40.4-1_amd64.deb fglrx-kernel-src_8.40.4-1_amd64.deb fglrx-amdcccle_8.40.4-1_amd64.deb apt-get install module-assistant cd /usr/src/ m-a a-i fglrx depmod -a nano /etc/X11/xorg.confA takhle vypadá můj xorg.conf:
Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "cz,us" Option "XkbOptions" "grp:Alt_shift_toggle,grp_led:scroll" #nastavení alt+shift k přepínání klávesnice EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" # Option "ShMConfig" "1" EndSection Section "Device" Identifier "ATI Technologies Inc RS485 [Radeon Xpress 1150 IGP]" Driver "fglrx" BusID "PCI:1:5:0" EndSection Section "Monitor" Identifier "LCD notebook" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc RS485 [Radeon Xpress 1150 IGP]" Monitor "LCD notebook" DefaultDepth 24 SubSection "Display" Modes "1024x768" "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" Option "aiglx" "0" EndSection Section "Extensions" Option "Composite" "0" EndSection
Nevím čím by to mohlo být. Máte nainstalované také linux-headers patřící k vaší verzi jádra? Sice to k tomu nepatří, ale k procesoru který máte by se více hodilo jádro 2.6.21-2-686, k7 je optimalizovaný pro AMD. Možná bych ještě pro jistotu smazal z /usr/src všechno co má něco společného s fglrx a zkusil ty ovladače nainstalovat znova.
Ještě doplním že by bylo potom dobré do xorg.conf do sekce Device přidatOption "VideoOverlay" "on" Option "OpenGLOverlay" "off"kvůli přehrávání videa a položku
BusID "PCI:1:5:0"radši zakomentujte, protože ta hodnota nemusí souhlasit s Vaší kartou/sestavou.
Jo, s tím procesorem jsem se přehléd, myslel sem že máte ten uvedený v původním dotazu, spletl jsem si Vás s původním tazatelem. No, já mám totiž nainstalovné jádro z unstable - verzi 2.6.22, možná proto se mi to povedlo, nebo prostě je jádro pro amd64 kompilovaný bez virtualizace.
Tady je návod jak sestavit vlastní balíček jádra, oproti návodu bych zdrojový kódy nakopíroval hned do /usr/src, aby v tom byl potom pořádek, myslím že by v něm měla zůstat konfigurace ze stávajícího jádra, tak by mělo stačit jen vypnout tu virtualizaci, ale nevím to jistě. Tady na Ábíčku určitě je nějaký návod na konfiguraci jádra.
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "cz" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "vesa" BusID "PCI:4:0:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSectionmůj xorg
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "cz" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection #Section "Device" # Identifier "Generic Video Card" # Driver "vesa" # BusID "PCI:4:0:0" #EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" EndSection Section "Screen" Identifier "Default Screen" Device "aticonfig-Device[0]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "0" EndSection Section "ServerFlags" Option "AIGLX" "0" EndSection toto je opravený xorg.conf na kterém xka naběhnou v režimu 1600x1200x60Hz fgrlxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: Radeon X1950 Series OpenGL version string: 2.0.6747 (8.40.4) fgl_glxgears Using GLX_SGIX_pbuffer 11683 frames in 5.0 seconds = 2336.600 FPS 9094 frames in 5.0 seconds = 1818.800 FPS glxgears, glxinfo compiz | grep direct ukazují unknown command compiz GLX_EXT_texture_from_pixmap is not available with direct rendering. GLX_EXT_texture_from_pixmap is not available with indirect rendering. Aborting!
po restartu glxgears a glxinfo grep direct v pořádku
Tiskni
Sdílej: