window size in FC2

Christofer C. Bell christofer.c.bell at gmail.com
Mon Feb 28 16:02:17 UTC 2005


On Sun, 27 Feb 2005 15:38:43 -0500, David Curry <dsccable at comcast.net> wrote:
> beartooth wrote:
> >
> >This problem has turned up repeatedly with these apps under successive
> >OSs, both upgraded and clean-installed, and has always eventually gone
> >away. How do you *make* it go away?
> >
> This may be a case of blind trying to lead the blind, but it sounds like
> a screen display resolution (or font dpi) issue.  Is your system
> currently set to use something like 640 X 800 screen resolution?
> 
> If so, you might try Red Hat -> System Settings -> Display -> and
> increase your resolution settings to something higher.

A possible workaround while you pursue the screen resolution
possibility is to pass your applications a size argument when you
start them (you'll want to do this from the Run meny or from a
terminal).  What argument you need to use depends on the application,
but in general the following are observed (again, application
dependant):

-geometry 640x480
--geometry 640x480
--height 480 --width 640
-h 480 -w 640

And so on, variations on a theme.  Most applications will take a -h or
--help argument that may list some options you can use to control the
size of the application window when you're starting it.

Hope this helps!

-- 
Chris

"Build a man a fire and he will be warm for the rest of the night.  Set
a man on fire and he will be warm for the rest of his life."  -- Unknown




More information about the fedora-list mailing list