i have pocketputty and can ssh into my server. How can i get an x session?

Dani AI

Generated

As discovered, reliable native X11 clients for PocketPC 2003 are scarce and CE builds for X servers often misbehave on older hardware. Rather than hunting for a fragile native X server, a practical and faster approach is to let the Linux box render the X desktop and talk an efficient display protocol that PocketPC already supports.

Install an RDP bridge on the Linux host (xrdp is the usual choice) and use the PocketPC built‑in Remote Desktop client. Server-side steps (Debian/Ubuntu example):

sudo apt-get install xrdp xfce4
sudo systemctl enable --now xrdp

Make sure a lightweight desktop is configured for the xrdp session (create a simple ~/.xsession or adjust /etc/xrdp/startwm.sh). Open TCP 3389 on the server firewall and check xrdp logs if you get a black screen or immediate disconnect (xrdp and sesman logs are the first place to look).

Client-side tips for usable performance on a small, slow device: set the RDP client to the device screen resolution, use low color depth (8‑bit), turn off wallpaper and visual effects, and choose a lightweight desktop (XFCE/LXDE) on the server. If you must traverse the Internet, tunnel RDP over SSH or a VPN for security.

If you still want a true X11 display on the device, look only for CE X servers explicitly built for PocketPC 2003 and be prepared to cross‑compile and manage XAUTH/DISPLAY manually; that route is fiddly and often slower than the xrdp/RDP approach. For quick, real-world results on PPC2003, start with xrdp — it usually feels far snappier than raw VNC on that hardware.

Recommended Answers

All 4 Replies

yeah, and if you actually run the search you can see that there is no useful results!
By the way, i have tried vnc and thats not what i want (too slow)

yeah, and if you actually run the search you can see that there is no useful results!

This didn't work?

nope these ce apps dont run well if at all on my ppc 2003 device

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.