Date: Thu, 15 Jul 2010 21:38:17 +0200 From: =?iso-8859-1?Q?Narciso_Mart=EDnez_Malnero?= <narcotico@gmail.com> To: <freebsd-sparc64@freebsd.org> Subject: VNC problem in Sun E250 Without monitor, kb and mouse Message-ID: <002401cb2455$47475b70$d5d61250$@com>
next in thread | raw e-mail | index | archive | help
Hello.
At the end, I’ve got installing FreeBSD 8 in this machine thanks our posts.
I’ve installed X Windows and TightVNC and others.
When I try start vncserver I get the next error:
“Couldn't start Xvnc; trying default font path.
Please set correct fontPath in the vncserver script.
Couldn't start Xvnc process.”
For TightVNC I am using the same configuration that I have working in other
machines and the version of TightVNC is the same (amd64 with monitor, kb,
mouse).
I’ve “googled” a lot and probe several solutions that it works for other
people (ubuntu, red hat, …), it didn’t work them for me.
Like I can’t probe X windows I don’t know which is the cause of the problem.
The fontpath that I pass to vncserver are the same of Xorg.conf with –fp
option. All directories exist.
My /etc/X11/xorg.conf is the next:
Section "Device"
Identifier "VNC Device"
Driver "vesa"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/URW/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
EndSection
Section "Module"
Load "freetype"
Load "type1"
Load "extmod"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
EndSection
Section "Screen"
Identifier "VNC Screen"
Device "VNC Device"
Monitor "VNC Monitor"
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection
Section "Monitor"
Identifier "VNC Monitor"
HorizSync 30-70
VertRefresh 50-75
EndSection
If you don’t know the solution, Which vnc server could I use on this
machine that it permits X-Windows.
Thanks.
Kind Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002401cb2455$47475b70$d5d61250$>
