| Summary: | -font option for `xclock -digital' no workie | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ronald F. Guilmette <rfg> |
| Component: | Individual Port(s) | Assignee: | freebsd-x11 (Nobody) <x11> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ronald F. Guilmette
2004-03-14 09:20:04 UTC
Responsible Changed From-To: freebsd-bugs->x11 Recategorize misfiled PR, and assign to maintainer. You might have more luck taking this up with the XFree86 developers, though. State Changed From-To: open->feedback To which port does this PR belong? State Changed From-To: feedback->open Apparently the file is installed by the base package, so I really have no idea on how to classify this, portname-wise. http://www.freebsd.org/cgi/query-pr.cgi?pr=64251 Adding to the above: I finally found a machine here which would volunteer the fact that it was installed, at least on that machine, by x11/XFree86-4-clients. Apparently, some aspects of xclock(1) have changed, while its
documentation (it seems) has not.
The correct syntax now seems to be e.g.:
fixed-9:width=semicondensed:weight=bold
used with either the XClock*Face widget (not Font) in ~/.Xdefaults
or ~/.Xresources, or with the '-fa' flag to xclock(1).
The following url (thank you, Google) is where I found out:
<URL:http://lists.debian.org/debian-x/2004/debian-x-200403/msg02495.html>
HTH
--
Martin Karlsson
* Ronald F. Guilmette <rfg@monkeys.com> [2004-04-29 15.02 -0700]: > > In message <20040429205734.GA58476@bajstass.bredbandsbolaget.se>, you wrote: > > >Apparently, some aspects of xclock(1) have changed, while its > >documentation (it seems) has not. > > > >The correct syntax now seems to be e.g.: > > fixed-9:width=semicondensed:weight=bold > >used with either the XClock*Face widget (not Font) in ~/.Xdefaults > >or ~/.Xresources, or with the '-fa' flag to xclock(1). > > > >The following url (thank you, Google) is where I found out: > ><URL:http://lists.debian.org/debian-x/2004/debian-x-200403/msg02495.html> > > Thank you for looking into this. I do appreciate it. > > However I am still at a loos to know exactly what I need to do in > order to get an xclock display which uses the "12x24" fixed-width > font. > > Can you help me? [Cc:ed to gnats so others can find this in the PR database] I think so. I looked at the xclock manpage for XFree86-4.4.0 * (which is newer than whats in the ports tree), and found that you can use the flag '-norender' to xclock. With that, you should be able to use your familiar way of specifying the font to use. An example: $ xclock -norender -d -font 12x24 I've tried it, and it works for me. HTH * <URL:http://www.xfree86.org/4.4.0/xclock.1.html> -- Martin Karlsson State Changed From-To: open->closed Should go away once XFree 4.4 gets imported. I don't think it's worthwhile to keep the PR around. Thanks to everyone who helped tracking this one down! |