mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 03 2006,15:15 |
|
Many applications will use a geometry option to set the size of a window when it starts. You can either use something like "-g" or -geometry", or add an entry in .Xdefaults for each application you need to force to fit into 640x480. For example, you could try
Code Sample | emelfm*geometry: 400x300 |
I couldn't tell you if this will work...it depends on whether the application supports certain resource names.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|