Skip to content

Neutrinordp-any - bug in GUI #3691

@MariuszFerdyn

Description

@MariuszFerdyn

xrdp version

0.10.80

Detailed xrdp version, build options

xrdp 0.10.80
  A Remote Desktop Protocol Server.
  Copyright (C) 2004-2025 Jay Sorg, Neutrino Labs, and all contributors.
  See https://github.com/neutrinolabs/xrdp for more information.

  Configure options:
      --enable-neutrinordp

  Compiled with OpenSSL 3.5.4 30 Sep 2025

Operating system & version

Debian GNU/Linux 13 (trixie)"

Installation method

git clone & make install

Which backend do you use?

NeutrinoRDP-Any

What desktop environment do you use?

Environment xrdp running on

RaspberyPI

What's your client?

MSTSC - Windows 11

Area(s) with issue?

Graphic glitches

Steps to reproduce

sudo apt-get update


sudo apt-get -y install mc build-essential git cmake libssl-dev libx11-dev libxext-dev libxinerama-dev libxcursor-dev libxdamage-dev libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev libxrandr-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libavutil-dev libavcodec-dev libavformat-dev libswscale-dev


git clone https://github.com/neutrinolabs/NeutrinoRDP.git

cd NeutrinoRDP
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_SSE2=OFF .
make

if error than: sed -i '/#include <freerdp\/rail.h>/a #include <stdlib.h>' /home/mf/NeutrinoRDP/libfreerdp-utils/rail.c

make clean
make

sudo make install




sudo apt-get install -y gcc make libssl-dev libpam0g-dev libx11-dev libxfixes-dev libxrandr-dev mc autoconf automake libtool libxkbfile-dev


cd ~
git clone https://github.com/neutrinolabs/xrdp.git
cd xrdp


./bootstrap
./configure --enable-neutrinordp
make


if error: sed -i 's/self->client_info.jpeg_prop\[0\] < 0 ||//' libxrdp/xrdp_caps.c
make clean
make


sudo make install

sudo systemctl enable xrdp

sudo systemctl restart xrdp.service


✔️ Expected Behavior

Proper formatting login screen

Mouse pointer instead black rectangle.

❌ Actual Behavior

During login - GUI not proper formatted:

Image

After Connection instead mouse arrow black rectangle:

Image

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions