Announcement

Collapse
No announcement yet.

Wayland desktop - only blank screen and cursor render

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Wayland desktop - only blank screen and cursor render

    Can anyone help me getting a wayland desktop session to work with an Nvidia RTX A2000 card?

    I can log in to a desktop session but it opens with just a blank screen and the mouse cursor. The desktop session seems to be working but just not displaying, as I can use Alt-F2 to launch Kate or Konsole and see that they are running with top on TTY3. Nothing shows on the desktop though.

    I'm using the Nvidia 560 driver (
    nvidia-driver-560 from the ubuntu-drivers list)

    Further information:

    lspci
    0a:00.0 VGA compatible controller: NVIDIA Corporation GA106 [RTX A2000 12GB] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: NVIDIA Corporation Device 1611
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 155
    IOMMU group: 25
    Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at e0000000 (64-bit, prefetchable) [size=32M]
    Region 5: I/O ports at f000 [size=128]
    Expansion ROM at fc000000 [virtual] [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nvidia
    Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia

    lsmod | grep -i nvidia

    nvidia_uvm 4960256 2
    nvidia_drm 122880 22
    nvidia_modeset 1392640 69 nvidia_drm
    nvidia 65900544 715 nvidia_uvm,nvidia_modeset
    video 77824 1 nvidia_modeset


    cat /etc/modprobe.d/nvidia-graphics-drivers-kms.conf
    # This file was generated by nvidia-driver-560
    # Set value to 0 to disable modesetting
    options nvidia-drm modeset=1 fbdev=1


    cat /etc/modprobe.d/blacklist-nvidia-nouveau.conf
    blacklist nouveau
    options nouveau modeset=0




Working...
X