vncsetup - step by setp
"Beerse, Corné"
c.beerse@torex-hiscom.nl
Fri Feb 14 09:38:01 2003
> -----Original Message-----
> From: Jonathan Linowes [mailto:jonathan@linowes.com]
>
> Now it does not automatically boot into the gui desktop (I
> guess that is
> expected? what would I change if I wanted the system to have a gui
> (ctrl-alt-F7) and a vncserver available at boot up?).
>
> When I run vncviewer from another machine, it comes up nicely
> and I can run
> the gui apps. However, when I open a console there appears
> extra tabs or
> spaces between characters on the prompt and anything I type
> on the command line.
This can be a font problem, then it can also be something else. You say
console, I think you indicate a terminal(-emulator) like `xterm` or such. Or
do you have an app called `console`?
>
> Also if I su to root and try to run, say , kate, I get the message
> Xlib: connection to "SERVER:1.0" refused by server
> Xlib: Client is not authorized to connect to Server
> kate: cannot connect to X server SERVER:1.0
That's due to X11 security. See the `xhost` command for some details.
`xhost` will show the current state, `xhost +` will remove all security.
It's also triggered by the "-ac" command to Xvnc. If you remove that, it
will start as if `xhost +` is one of the start commands.
CBee