submitted 3 years ago* (last edited 3 years ago) by to c/linux@lemmy.ml
 

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!

all 9 comments

sorted by: hot top controversial new old
[–] 5 points 3 years ago (1 child)

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

  • source
  • hideshow 2 child comments
  • [–] [S] 1 point 3 years ago (1 child)

    [ 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

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 3 years ago* (last edited 3 years ago) (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    Try a different mouse. Try your mouse on a different computer.

  • source
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    Im no expert, but... Make sure your os is updated. If you have a wireless mouse try using it with the cable. Maybe download mouse drivers via terminal? Also mandatory have you tried turning your PC off and on again?

  • source
  • hideshow 2 child comments