Multiplatformní multimediální knihovna SDL (Simple DirectMedia Layer) byla oficiálně vydána v nové major verzi 3 (3.2.0). Změny jsou popsány v README pro migraci aplikací z SDL 2 na SDL 3.
Wine bylo po roce vývoje od vydání verze 9.0 vydáno v nové stabilní verzi 10.0. Přehled novinek na GitLabu. Vypíchnuta je nová architektura ARM64EC a podpora High DPI škálování.
Edvard Rejthar na blogu zaměstnanců CZ.NIC představil nástroj deduplidog pro odstranění duplicitních souborů.
Společnost DeepSeek představila (𝕏) AI model DeepSeek-R1 (Hugging Face) srovnatelný s OpenAI o1 a uvolnila jej pod open source licencí MIT, tj. zdarma i pro komerční použití.
GKrellM (GNU Krell Monitors, Wikipedie), tj. grafická aplikace pro sledování systémů a různých událostí, byla po pěti a půl letech vydána v nové verzi 2.4.0. Přehled novinek na Gitea.
Americká první dáma Melania Trumpová vydala v předvečer manželovy inaugurace vlastní kryptoměnu. Jmenuje se $Melania. Donald Trump vydal vlastní kryptoměnu $Trump den před manželkou.
GNU Project Debugger aneb GDB byl vydán ve verzi 16.1. Podrobný přehled novinek v souboru NEWS.
Po 9 týdnech vývoje od vydání Linuxu 6.12 oznámil Linus Torvalds vydání Linuxu 6.13. Přehled novinek a vylepšení na LWN.net: první a druhá polovina začleňovacího okna a Linux Kernel Newbies. Odstraněn byl souborový systém ReiserFS.
19. ledna 2038 přeteče hodnota time_t na 32bitových systémech, na vyřešení problému roku 2038 (Y2K38) tedy zbývá 13 let. Např. Debian v uplynulém roce přešel na 64bitový čas. Bernhard Wiedemann z openSUSE sdílí chyby v sestavení rozšířeného softwaru.
Byla vydána druhá opravná verze 21.2 v dubnu loňského roku vydané verze 21 multimediálního centra Kodi (dříve XBMC, Wikipedie) s kódovým označením Omega.
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: