!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

399 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)93 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
3 Nov 2024
@ronixx:matrix.orgroshan | byteio.in 🌷image.png
Download image.png
15:01:54
@ronixx:matrix.orgroshan | byteio.in 🌷help me fix screen flickering issue in Cinnamon15:02:10
@andrew15_5:matrix.orgAndrew * before I used nix here and there and there was no such issue. I even apt upgradeed and rebooted. 15:02:26
@ronixx:matrix.orgroshan | byteio.in 🌷what details i need to share to get help15:02:28
@k900:0upti.meK900Well I don't see any flickering in the image15:02:49
@k900:0upti.meK900But generally it's the graphics driver that's to blame15:02:56
@k900:0upti.meK900Not the DE15:02:59
@ronixx:matrix.orgroshan | byteio.in 🌷Download doc_2024-11-03_20-32-41.mp415:03:00
@k900:0upti.meK900Oh15:04:06
@k900:0upti.meK900Is that an AMD laptop?15:04:09
@ronixx:matrix.orgroshan | byteio.in 🌷yes , Sir15:04:17
@k900:0upti.meK900 Try booting with amdgpu.dcdebugmask=0x10 15:04:24
@ronixx:matrix.orgroshan | byteio.in 🌷omg, seems this fixed my issue. do i need to set anything else ? i have amd r7 8845hs15:10:55
@k900:0upti.meK900No 15:11:05
@k900:0upti.meK900It's a known kernel bug 15:11:17
@ronixx:matrix.orgroshan | byteio.in 🌷

BTW, these are my current config for gpu setting

boot.initrd.kernelModules = [ "amdgpu" ];

  boot.kernelPackages = pkgs.linuxPackages_latest;
 
  boot.kernelParams = [
      "amdgpu.dc=1"
      "amdgpu.dcdebugmask=0x10"
  ];

  services.xserver.videoDrivers = ["amdgpu"];

  hardware.enableRedistributableFirmware = true;

  hardware.graphics.extraPackages = with pkgs; [
    amdvlk
  ];

  hardware.amdgpu.amdvlk.enable = true;
  hardware.amdgpu.opencl.enable = true;
15:11:39
@ronixx:matrix.orgroshan | byteio.in 🌷
In reply to @k900:0upti.me
No
can i any reference link i want to read it
15:12:08
@ronixx:matrix.orgroshan | byteio.in 🌷
In reply to @k900:0upti.me
No
* can i get any reference link i want to read it
15:12:17
@k900:0upti.meK900You can definitely remove most of that 15:12:34
@k900:0upti.meK900 At least amdgpu.dc=1 is the default 15:12:58
@k900:0upti.meK900 services.xserver.videoDrivers = ["amdgpu"]; is bad 15:13:04
@k900:0upti.meK900AMDVLK is unnecessary15:13:08
@k900:0upti.meK900And do you actually use OpenCL15:13:37

Show newer messages


Back to Room ListRoom Version: 6