VNC Server, brings up really basic Xwindows


 
Thread Tools Search this Thread
Operating Systems Linux VNC Server, brings up really basic Xwindows
# 1  
Old 01-15-2008
VNC Server, brings up really basic Xwindows

I am running Startcom linux ES5 . When i bring up the VNC server and login to the machine running a vnc client , I only get the real basic x-windows session and a term window. how can i get it to bring up the real linux desktop on all sessions?

Frank
# 2  
Old 01-27-2008
Hi

search a bit in the vncserver man page....
but as a quick start-point, in the ~/.vnc directory you should have the xstartup script... in that file you should replace the basic window manager with a line like:
gnome-session& for the gnome desktop environment, or the desired window-manager/desktop environment startup script


Regards
*ptr
# 3  
Old 01-27-2008
result

As a result of this the correct way to do it was to:

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

in the xstartup file.
# 4  
Old 11-10-2008
VNC Server configuration on Server Side

Frank its very simple u have perform only these steps and nothing else and otherwise contact again

VNC Server configuration on Server Side
--------------------------------------
1 - cd /root/.vnc
2 - ls -a
3 - ls -l
4 - vi xstartup
5 - remove hash on both lines (unset,exec)
5 - :wq
6 - vncserver -depth 16 -geometry 800x600

Thnks
# 5  
Old 11-25-2008
put gnome-session in there and then vncserver :#
#->1,2,3,4..........
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

vnc server fixed resolution

Hello everyone, This is my last resort. I have searched the internet everywhere using different search engines as well. I am using Redhat 7 where I activated a vncserver (since it comes pre-installed). using the following service: Description=Remote desktop service (VNC)... (0 Replies)
Discussion started by: Deyan Broekman
0 Replies

2. Red Hat

vnc to RedHat Server

I'm trying to use VNC from my desktop to connect to a RedHat (RHEL6) Server. I connect but the screen is black. It I go into the Data Centre the screen is unlocked and all is okay there. I can connect no problem to other Desktops & Servers. Is there a setting maybe or can anybody suggest another... (6 Replies)
Discussion started by: itwex
6 Replies

3. Shell Programming and Scripting

Perl and VNC server

Hi All I am trying to write a script that a user can use to start a a vncserver on a host and then connect to it, that bit is fine, i can do that using system commands but i have defined the hosts to use at the top of my scirpt my $allowedhosts = (site_sg() ? 'host2,host1' :... (0 Replies)
Discussion started by: ab52
0 Replies

4. Fedora

VNC Client/Server has different display

Hi, I set-up my VNC Server on a Fedora 13 and I have a client on windows. I can access the Fedora PC but when I move the mouse and click on folders, I do not see the Fedora Desktop updating (I don't see the things that I am doing in my client on the Fedora PC) Then, when I do something on... (0 Replies)
Discussion started by: h0ujun
0 Replies

5. Solaris

Restrict XWindows Server Access by IP Address

We want to disable graphical logins on our Solaris 10(64bit sparc )boxes, but I haven't found any information on how to do it via google. Most likely I am using the wrong search terms (i've been looking for "xdmcp" and "x11" "disable") . While looking through the output of "svcs -a | grep... (3 Replies)
Discussion started by: the.gooch
3 Replies

6. Red Hat

vnc server or x11vnc @ startup

Dear all, I am using Fedora15 kde I have installed Real vnc (server & viewer) real vnc Viewer is working fine - i like this. real vnc server has License period expired problem (i dont know how to add) I have x11vnc server (Desktop sharing) installed - Its working fine too. I... (2 Replies)
Discussion started by: linuxadmin
2 Replies

7. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

8. Solaris

vnc server error

I 'm unable to start vnc server, i get following error in the log file Fatal server error: could not open default font 'fixed' xsetroot: unable to open display 'essapl020-u009:0' twm: unable to open display "essapl020-u009:0" xterm Xt error: Can't open display: essapl020-u009:0... (0 Replies)
Discussion started by: fugitive
0 Replies

9. Linux

VNC Server http listening port

Hi All, I'm running RH 9.0 on a PII box with 160MB RAM. Just downloaded RealVNC X86 Linux (version 3.3.7). How can I get the HTTP listening port up ? Thanks, KENT (6 Replies)
Discussion started by: kxchen_home
6 Replies

10. UNIX for Advanced & Expert Users

XWINDOWS for AIX Server

hi, Every body.. Happy new year... Can any one help me in getting the information. Is there any free software available to configure XWINDOWS for the AIX SERVER. I need to run the oracle gui installation on AIX server. Please help me in getting the information. Can we configure... (2 Replies)
Discussion started by: jarkvarma
2 Replies
Login or Register to Ask a Question