- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- vnc- provides xterm console not the desktop of rem...
Operating System - Linux
1821984
Members
3315
Online
109638
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2007 04:35 PM
тАО03-21-2007 04:35 PM
realvnc installed on rhel 4(server1), from another rhel 4, machine(client1), I want to get the Desktop of server1.
On client1, I ran vncclient and connect the server1... ok its done.
Prblm is that using vnc i just get "xterm" like console on client1(vncclient), and not the whole desktop of server1(vncserver). on that console(xterm like), I can type/run any gui app, e.g firefox, evolution etc, but this is not I want... I want a complete desktop of server1... so that I can point and click, as we normally do.
is it possible using realvnc ? how ? plz help
Regards
Maaz
On client1, I ran vncclient and connect the server1... ok its done.
Prblm is that using vnc i just get "xterm" like console on client1(vncclient), and not the whole desktop of server1(vncserver). on that console(xterm like), I can type/run any gui app, e.g firefox, evolution etc, but this is not I want... I want a complete desktop of server1... so that I can point and click, as we normally do.
is it possible using realvnc ? how ? plz help
Regards
Maaz
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2007 06:55 PM
тАО03-21-2007 06:55 PM
Re: vnc- provides xterm console not the desktop of remote machine
When you get the "xterm-like console" of the remote machine, use it to run the command that starts a desktop environment of your choice.
If you're using KDE, the command is most likely "startkde"; if Gnome, try "gnome-session".
If this test works, you're halfway there: you have your desktop, but the xterm-like console might still be the main process of that session, so your session may end whenever you close that console window.
Now you just need to work out how the vncserver starts up the default session and change the "xterm" command to the above-mentioned command.
If you're using KDE, the command is most likely "startkde"; if Gnome, try "gnome-session".
If this test works, you're halfway there: you have your desktop, but the xterm-like console might still be the main process of that session, so your session may end whenever you close that console window.
Now you just need to work out how the vncserver starts up the default session and change the "xterm" command to the above-mentioned command.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2007 07:34 PM
тАО03-21-2007 07:34 PM
Solution
On a server cd into a homedir of the user that started the VNC server, then edit the file:
.vnc/xstartup
Replace its content with:
#!/bin/sh
startkde &
if you want to run KDE desktop or with:
#!/bin/sh
gnome-session &
if you want to run GNOME desktop.
.vnc/xstartup
Replace its content with:
#!/bin/sh
startkde &
if you want to run KDE desktop or with:
#!/bin/sh
gnome-session &
if you want to run GNOME desktop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-23-2007 04:17 PM
тАО03-23-2007 04:17 PM
Re: vnc- provides xterm console not the desktop of remote machine
Superb/Nice help Dear Matti Kurkela, and Alexander Chuzhoy.. Both of you, Thanks for help/support.
Regards
Maaz
Regards
Maaz
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP