Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Force application to start with lower resolution
My resolution is 1280*1024, but a particular application is much easier to read if I change the resolution to 1024*768 before I run it. Is there a command to run an application with a certain resolution, but not change the desktop resolution?
RE: Force application to start with lower resolution
Try --geometry or -geometry followed by the screen geometry. For example,
|
Source code
|
1
|
kmail --geometry 1024x768+0+0
|
will open KMail with size 1024x768 in the upper left corner of the screen.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)
Perfect, thanks.