Results 1 to 2 of 2
Hi,
Anyone know what do I need to do in order for me to view my gnome desktop loaded on my server using vncserver. All I get now is a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-06-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 3
vnc
Hi,
Anyone know what do I need to do in order for me to view my gnome desktop loaded on my server using vncserver. All I get now is a grey screen with a terminal window.
- 09-06-2004 #2
The settings in xstartup in the dir: .vnc of the user you use to connect to the vncserver:
This will start Gnome as your remote desktop.Code:#!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & gnome-session &
---[ MS09-99896 - Vulnerability in All MS Windows OS ; Using Windows Could Allow Remote Code Execution. ]---
Hardware: Asus P4P800, 1GB, P4-3Ghz, Asus V9950, Maxtor ATA HD\'s, 3Com GBit lan, Audigy ZS Plat.


Reply With Quote
