Skip Navigation

Posts
0
Comments
223
Joined
2 yr. ago

  • Would be great if u would share log of pcsx2

  • U actually just removed part of hyperland environment ,system is fine actually ,u just need to switch to tty or using live system and chroot to install again package u removed and that's it gonna work again.

  • I do not recommend using discover on arch because packakit-qt6 is borked and not working well for arch main repos,flatpak need to be installed manually as package but if u want so much using GUI for packages better try install pamac from aur,it's niche GUI frontend for package manager from manjaro team which handle flatpaks usual packages and aur packages too

  • I am so much waiting for moment when neural networks will write tone of shit code that it would brake their infrastructure for long time that they will need many hours to rewrite many things themself by hands again :)))) and then they will start hire people again

  • Usual plasma using bluedevil as frontend for Bluetooth does it installed? And what log saying in Bluetooth service sudo systemctl status bluetooth?

  • Please apply options for nvidia which i provided and install switcheroo-control (if u wonder it let dynamically set enviroment variables to use nvidia for ur running app example

     
        
    [user@computer ~]$ switcherooctl  glxinfo | grep "OpenGL renderer"
    OpenGL renderer string: NVIDIA GeForce 940MX/PCIe/SSE2
    
    
      

    and if issue with brightness will persist let me know.

  • DMG actually not installer itself think about more like iso file image where system mount dmg file and u can run apps from there by double clicking them without installing or u can drag and drop content of dmg file to applications folder and become it like "installed"

  • yeah it's looks fine,it's using igpu.Tell me also which version of nvidia driver u have in system.About parameters ,we tell to nvidia driver to

     
        
     NVreg_UsePageAttributeTable=1 (Default 0) - Activating the better memory
     management method (PAT). The PAT method creates a partition type table at a
     specific address mapped inside the register and utilizes the memory
     architecture and instruction set more efficiently and faster. If your system
     can support this feature, it should improve CPU performance.
    
     NVreg_InitializeSystemMemoryAllocations=0 (Default 1) - Disables clearing
     system memory allocation before using it for the GPU. Potentially improves
     performance, but at the cost of increased security risks. Write "options
     nvidia NVreg_InitializeSystemMemoryAllocations=1" in
     /etc/modprobe.d/nvidia.conf, if you want to return the default value. Note:
     It is possible to use more memory (?)
    
     NVreg_DynamicPowerManagement=0x02 - Enables the use of dynamic power
     management for Turing generation mobile cards, allowing the dGPU to be
     powered down during idle time.
    
     NVreg_EnableGpuFirmware=0 (Default 1) - Disables GSP Firmware on NVIDIA's
     closed source kernel modules. This option is ignored when using NVIDIA's
     open kernel modules.
    
     nvidia_drm.modeset=1 (default 0) - Enables modesetting support for the NVIDIA
     driver. Critical for Wayland support and proper PRIME Offload operation.
    
     nvidia_drm.fbdev=1 - Enables hardware framebuffer support. Allows to use
     native display resolution in tty. This option has no effect on PRIME laptops,
     as the framebuffer is handled by the iGPU. This parameter is marked as
     experimental, so bugs may occur.
    
    
      

    General common parametrs used for nvidia on modern hardware. Also do u have installed prime-run or switcheroo-control in system?

  • weird then,try add this parametrs

     
        
    options nvidia NVreg_UsePageAttributeTable=1 \
        NVreg_InitializeSystemMemoryAllocations=0 \
        NVreg_DynamicPowerManagement=0x02 \
        NVreg_EnableGpuFirmware=0
    options nvidia_drm modeset=1 fbdev=1
    
    
      

    in /usr/lib/modprobe.d/nvidia.conf save and reboot

  • Do u use nvidia as main card, not as 3d accerelstion only for games? I personally use for all cases Intel graphics for everything and nvidia as accelerator with switcheroo-control to call nvidia rendering.DM to me don't wanna spam in comments.

  • It took best of legacy of BeOS .Amazing filesystem, multrhreading where u can disable CPU cores in real time and system not gonna lag and switch application in other CPU thread,I was watching old demo where BeOS was running 3d apps rendering video files and text editors and not freezing at all and it was 1995 P.s https://www.youtube.com/watch?v=cjriSNgFHsM&t=1048

  • +1,or some old games which have some creepy game engine which quite buggy.For example my cousin like to play pet horsez 2 and it was need tinkering game works only window size screen not fullscreen

  • +1 Zerotier works awesome

  • They never gone do that for obvious reason,let's look who created and who are on the list of HDMI group...Lattice Semiconductor, Maxell, Matsushita Electric Industrial, Philips, Sony, Technicolor, TOSHIBA big players of TV so they created their own proprietary standard spread it on the market and u have to pay money for licensing manufactur to install it in ur device such as TV boxes, videocards and etc.Meanwhile display port is open standard which even technically dominate HDMI about speed of transfer and other things.

  • What problem to use yt-dlp?

  • I don't think it gonna help him since mint 22 use already pipewire.

  • echo 0 > /sys/module/snd_hda_intel/parameters/power_save .Run as root if it gonna help let me know