[comp.windows.x] xset +fp /usr/lib/fonts

argv%turnpike@Sun.COM (Dan Heller) (03/06/90)

Can someone explain to me what this error is about?  I've asked
several people and no one knows...

% xset +fp /usr/lib/fonts
X Error:  BadValue, integer parameter out of range for operation
  Request Major code 51 ()
  Request Minor code
  ResourceID 0x0
  Error Serial #5
  Current Serial #8
%
dan
-----------------------------------------------------------
		    O'Reilly && Associates
		argv@sun.com / argv@ora.com
	   632 Petaluma Ave, Sebastopol, CA 95472 
     800-338-NUTS, in CA: 800-533-NUTS, FAX 707-829-0104
    Opinions expressed reflect those of the author only.

rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (03/06/90)

    Can someone explain to me what this [BadValue] error is about?

From an R4 server it means your font path has an invalid element.
The "ResourceID" value gives the index into the font path of the bad
element.  In this cae it's zero, indicating /usr/lib/fonts.  This
usually means that the directory is missing both fonts.dir and
fonts.alias, or that one of those files is badly formatted.