David Tschumperlé v obšírném článku se spoustou náhledů shrnuje vývoj multiplatformního svobodného frameworku pro zpracování obrazu G'MIC (GREYC's Magic for Image Computing, Wikipedie) za poslední rok a půl.
Vývojáři postmarketOS vydali verzi 23.06 tohoto před šesti lety představeného operačního systému pro chytré telefony vycházejícího z optimalizovaného a nakonfigurovaného Alpine Linuxu s vlastními balíčky. Přehled novinek v příspěvku na blogu. Na výběr jsou 4 uživatelská rozhraní: GNOME Shell, Phosh, Plasma a Sxmo. Aktuálně podporovaných zařízení je 30.
Byla vydána distribuce openSUSE Leap verze 15.5 (poznámky k vydání). Jde o konzervativní distribuci odpovídající komerčnímu SUSE Linux Enterprise 15, nyní Service Pack 5. Mělo jít o poslední aktualizaci Leap v současné podobě před přechodem na Adaptable Linux Platform s „neměnným“ základem, ale padlo rozhodnutí, že v roce 2024 ještě vyjde Leap 15.6 s podporou do konce roku 2025.
Alyssa Rosenzweig v příspěvku na blogu oznámila, že Asahi Linux už zvládá OpenGL 3.1. Dokončuje se podpora OpenGL ES 3.1. Dalším krokem bude Vulkan 1.0.
Intel nedávno představil a pod licencí SIL Open Font License (OFL) na GitHubu zveřejnil font Intel One Mono. Font je určen především pro zobrazování textu v emulátorech terminálu a vývojových prostředích (Přehled fontů s pevnou šířkou).
Na redditu byly publikovány zajímavé QR kódy vygenerované pomocí Stable Diffusion. Přehled použitého softwaru v článku na Ars Technica.
Byl vydán Mozilla Firefox 114.0. Přehled novinek v poznámkách k vydání, poznámkách k vydání pro firmy a na stránce věnované vývojářům. Nově jsou také na Linuxu podporovány USB FIDO2/WebAuthn bezpečnostní klíče. WebTransport je ve výchozím stavu povolen. Řešeny jsou rovněž bezpečnostní chyby. Nový Firefox 114 je již k dispozici také na Flathubu a Snapcraftu.
Byla vydána červnová aktualizace aneb verze 2023.06-1 linuxové distribuce OSMC (Open Source Media Center). Z novinek lze zdůraznit povýšení verze multimediálního centra Kodi na 20. Na léto je plánováno představení nového vlajkového zařízení Vero, jež nahradí Vero 4K +.
Už zítra 7. června od 17 hodin proběhne SUSE Czech Open House 2023 aneb den otevřených dveří pražské pobočky SUSE. Těšit se lze na komentovanou prohlídku nebo přednášku o spotřebě procesorů.
Na vývojářské konferenci Applu WWDC23 byla představena řada novinek (cz): brýle Apple Vision Pro, MacBook Air 15” s čipem M2, Mac Studio s čipem M2 Max nebo M2 Ultra, Mac Pro s čipem M2 Ultra, iOS 17, iPadOS 17, macOS Sonoma, watchOS 10, …
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: