Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
Posts
4
Comments
32
Joined
1 yr. ago

Selfhosted @lemmy.world

What are the ramifications of letting an old domain that was used for email go back into the market?

  • At least on my devices, there's two ways of doing it, either changing the font size.

    Or on lock developer settings by clicking on build number in the about phone than Software Information. Than go back into the main menu for setting and at the bottom you shoul see developer settings. Once you enter developer settings scroll to the bottom and you should set find a option called minimum width. decreasing the number makes things more compact while increasing it does the opposite. I would recommend going by small increments of 10 to 50 since going to drastic will make it very difficult to change the setting back.

  • By default my motherboard came in with UEFI and I switched it to CMS and I did see more boot options they are USB Key,USB Floppy, and Network. I'm going to get a random 128gb SSD and use archinstall on it to see if show up on my system.

  • Arch Linux @lemmy.ml

    New Motherboard with pre-existing Linux Install can't be found?

    Linux @lemmy.ml

    9950x3d cache optimizations on Linux?

  • The goal of Project #4K77 is simply to create a version of the 1977 Pre-Special Edition version of Star Wars, that will look good on a 4K Television or monitor. Most of the source material is 35mm film scanned at 4K, processed at 4K and rendered at 4K. When no 4K footage is available, an upscale from either the SSE or the Official Blu-ray will be used.

    Source

    This is basically the same thing for each individual release.

  • Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    What is the recommended way to watch the Star Wars series?

  • I'm getting suck on a black screen. I have tried proton-GE and proton experimental. I have also tried vulkan and without.

    What should I try next?

     
        
    Kernel: Linux 6.14.2-arch1-1
    nvidia: 570.133.07
    DE: KDE Plasma 6.3.4
    WM: KWin (Wayland)
    
    
      
  • Firefox Hardware video acceleration

    If hardware video acceleration is blocked with error code FEATURE_HARDWARE_VIDEO_DECODING_DISABLE or FEATURE_FAILURE_VIDEO_DECODING_TEST_FAILED in about:support, you can override it with media.hardware-video-decoding.force-enabled=true. See [10] for more information. Alternatively, you can install firefox-vaapiAUR.

    Also make sure that in about:support Compositing in the Features table under Graphics is set to WebRender if it is not than set gfx.webrender.all in about:config to true.

    I had the same issue but I have a NVIDIA gpu. but I just had to install libva-nvidia-driver and edit Kernel parameters and Environment Variables . I got this to work with both Firefox and Librewolf but only some video codecs.

    note i have 1080ti so i don't have hardware acceleration for av1. also the only time a problem when I turn off hardware decdoing on firefox is when I watch a HEVC stream on twitch for some reason i get drop frames every second.

    Firefox V137.0 Linux

    Codec NameSoftware DecodingHardware Decoding
    H264SupportedSupported
    VP9SupportedSupported
    VP8SupportedUnsupported
    AV1SupportedUnsupported
    HEVCSupportedSupported
    AACSupportedUnsupported
    MP3SupportedUnsupported
    OpusSupportedUnsupported
    VorbisSupportedUnsupported
    FLACSupportedUnsupported
    WaveSupportedUnsupported

    Librewolf V136.0.4 (HEVC decoding is only add support on Firefox 137.0 on linux)

    Codec NameSoftware DecodingHardware Decoding
    H264SupportedSupported
    VP9SupportedSupported
    VP8SupportedUnsupported
    AV1SupportedUnsupported
    HEVCUnsupportedUnsupported
    AACSupportedUnsupported
    MP3SupportedUnsupported
    OpusSupportedUnsupported
    VorbisSupportedUnsupported
    FLACSupportedUnsupported
    WaveSupportedUnsupported
  • many of the discs produced by Warner Bros. Home Entertainment (WBHE) between 2006 and 2008 are failing prematurely

    he (Damn Fool Idealistic Crusader) says the most reliable way to look for playback problems — DVDs that won’t load at all, freeze while you’re watching the film, or have unplayable special features.

    Crusader’s video description links to some Google Docs, one of which is a list he compiled showing what he believes are “known rotted DVD titles” he found reported online

    I skimmed over the article to see if whether or not if they're just gonna send you another DVD or if they're gonna do it through other means. I couldn't find anything.

  • I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don't want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

     
        
    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    
      

    For CachyOS Everything is installed already deps wise

     
        
    sudo pacman -S fuse2
    
      

    Next, optimize compatibility by moving some libraries:

     
        
    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    
      

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

     
        
    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    
      

    Next Apply the Crack

     
        
    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    
      

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works

  • I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don't want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

     
        
    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    
      

    For CachyOS Everything is installed already deps wise

     
        
    sudo pacman -S fuse2
    
      

    Next, optimize compatibility by moving some libraries:

     
        
    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    
      

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

     
        
    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    
      

    Next Apply the Crack

     
        
    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    
      

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works