Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -little "$VCNDESKTOP Desktop" & (Comment this line in the script)
/usr/bin/startkde (The path could be different in your system)
twm &
i have the same grey screen and in the log file i get :
xsetroot: unable to open display 'home:3'
/home/myname/.vnc/xstartup: vncconfig: command not found
/home/myname/.vnc/xstartup: /etc/X11R6/bin/startx: No such file or directory
.... few lines without errors
/usr/bin/WindowMaker fatal error: could not open display 'home:3'
xterm Xt error: Can't open display: home:3
You were supposed to have commented the line containing
"xterm -geometry...." by which I meant to put a '#' symbol at the beginning of that line which I don't see in your script.
Do make that change if you still haven't tried and let me know the result.
i have changed the line /usr/X11R6/startx to /usr/bin/X11/startx because the path was wrong.
Adding a comment to the line i get this on the log file :
X: warning; process set to priority 0 instead of requested priority -10
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0.lock
and start again
when reporting a problem related to a server crash, please send the full server output, not just the last messages.
Please report problems to ....
......
some lines without errors and the last line is
/usr/bin/WindowMaker fatal error: could not open display "home:3"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.