Hello,

I installed elementary OS 7 but i have No Mouse cursor. My GPU is a 7900 xtx. Login and logout wont Help. Ctrl+ alt F2 and Back to desktop also wont Help.

Hopefully some can Help me. Greetings and thanks!

  • @ISOmorph
    link
    fedilink
    511 months ago

    Execute “sudo dmesg | grep -i mouse” in a terminal and get back to us

    • BanthexOP
      link
      fedilink
      Deutsch
      111 months ago

      [ 0.366048] mousedev: PS/2 mouse device common for all mice [ 1.932129] input: ROCCAT ROCCAT Kain 200 Aimo Dongle Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1E7D:2D60.0002/input/input4 [ 1.992135] hid-generic 0003:1E7D:2D60.0002: input,hidraw1: USB HID v1.11 Mouse [ROCCAT ROCCAT Kain 200 Aimo Dongle] on usb-0000:00:14.0-4/input1 [ 2.170260] input: ROCCAT ROCCAT Kain 200 Aimo Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1E7D:2D5F.0005/input/input8 [ 2.228170] hid-generic 0003:1E7D:2D5F.0005: input,hidraw4: USB HID v1.10 Mouse [ROCCAT ROCCAT Kain 200 Aimo] on usb-0000:00:14.0-6/input1 [ 3.152036] input: USB-HID Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.2/0003:04D9:0295.000A/input/input15 [ 3.152402] hid-generic 0003:04D9:0295.000A: input,hidraw9: USB HID v1.11 Mouse [USB-HID Keyboard] on usb-0000:00:14.0-7.1/input2

      • @ISOmorph
        link
        fedilink
        4
        edit-2
        11 months ago

        Ok, it’s not your mouse, it’s something else, probably a rendering issue. Can I make a wild guess? Are you on X11? In that case try this:

        Add this

        Section "Device"  
            Identifier "AMD"  
            Driver "amdgpu"  
            Option "SWCursor" "True"  
            Option "VariableRefresh" "True"  
        EndSection   
        

        to a new file called /etc/X11/xorg.conf.d/20-amdgpu.conf and reboot.

        AMD GPUs sometimes have this wild random bug with hardware cursor rendering.

        Be aware, that you might get some side effects, like flickering buttons when hovering with the mouse.

        • BanthexOP
          link
          fedilink
          Deutsch
          3
          edit-2
          11 months ago

          Wow thanks! Thats Magic you are a Wizard of the Internet. Now i can use this beautiful os <3