Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 19:58:49 +1000
From:      andrew clarke <mail@ozzmosis.com>
To:        Wayne Sierke <ws@au.dyndns.ws>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: Possibly missing run dependencies with TightVNC's vncserver
Message-ID:  <20080623095849.GA17951@ozzmosis.com>
In-Reply-To: <1214065993.35607.50.camel@predator-ii.buffyverse>
References:  <20080621063557.GA10655@ozzmosis.com> <1214065993.35607.50.camel@predator-ii.buffyverse>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun 2008-06-22 02:03:13 UTC+0930, Wayne Sierke (ws@au.dyndns.ws) wrote:

> I have tightvnc running on a headless machine and see various errors,
> too:
> 
>         Couldn't open RGB_DB '/usr/local/lib/X11/rgb'
>         xrdb: not found
>         xsetroot: not found
> 
> I ignore them, and tightvnc seems to run ok regardless, at least to the
> extent where I can connect satisfactorily from other machines.

Yes, maybe I wasn't clear in my original message.  vncserver runs
fine, and I can connect to it without trouble, but xterm (and others)
generated errors due to missing components.  I've since created a
minimal xorg.conf after installing the x11/rgb port and it seems all
the errors have disappeared.  And WindowMaker no longer segfaults
after I kill twm and run wmaker.

$ cat /etc/X11/xorg.conf
Section "Files"
	RgbPath      "/usr/local/share/X11/rgb"
	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/"
EndSection

Oddly though, if I delete xorg.conf, the errors don't return.  Some
sort of caching in place, perhaps.

Regards
Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080623095849.GA17951>