Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

RDP Server/Client for X11?

  • 16-11-2005 9:57am
    #1
    Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭


    Hi Guys,
    Probably an easy one here. One of the girls in work is setting up a linux (Debian) machine for general tinkering with here in work.

    What I want to do is use Remote Desktop (or another RDP client), or otherwise start an X Session on the machine. I've googled, but really only found recommendations to use VNC - which isn't ideal as there are a few of us who'll use the machine at the same time.

    Any ideas?


Comments

  • Registered Users, Registered Users 2 Posts: 2,800 ✭✭✭voxpop


    if you use cygwin on the windows machine you can have remote X


  • Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭oscarBravo


    seamus wrote:
    What I want to do is use Remote Desktop (or another RDP client), or otherwise start an X Session on the machine. I've googled, but really only found recommendations to use VNC - which isn't ideal as there are a few of us who'll use the machine at the same time.
    Seamus, VNC works somewhat differently on Linux to how it operates on Windows. Windows machines only have one graphical display, so multiple VNC connections have to share that display. A VNC server on Linux creates its own desktop, so multiple connections can each have their own, as long as they connect to separate VNC server instances.

    It's also possible to work in the same way as with Windows, by running a program called x11vnc - this allows the standard X11 desktop to be controlled by any VNC viewer.


  • Registered Users, Registered Users 2 Posts: 68,317 ✭✭✭✭seamus


    Ah, ok. That sounds cool. I'm going to download cygwin and see if I can run remote X anyway. Never hurts to try out all possibilities. Cheers for the help guys.


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Another option is FreeNX. It's much better than VNC over DSL / Dialup, but VNC's the way to go for multiple users over a lan, no doubt about it.


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    It ends up that you just log in to the linux machine, and type something like

    $ vncserver &

    and hit enter. you'll get your full graphical desktop available once you connect using your windows VNC client. the blurb from the command should tell you what port it'll be listening on.

    anyway someone of your expertise shouldn't need a GUI! :D


  • Advertisement
Advertisement