Skip to content


Using Vnc to control display 0 or the console X session on Fedora Core 6

edit your xorg.conf file to have items listed below.

  Section "Module"
          ...
          Load "vnc"
  EndSection
  Section "Screen"
          ...
          Option "SecurityTypes" "VncAuth"
          Option "UserPasswdVerifier" "VncAuth"
          Option "PasswordFile" "/root/.vnc/passwd"
  EndSection

next run vncpasswd

That is it.  Restart X11 with gdm-restart and you should be able to log on your fc6 box with vnc.

Posted in Linux.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.