[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X Windows Geometry Question



Kieren Diment <kieren@mailandnews.com> writes:

> I'm not sure if this is the correct place to ask, but I am having a
> minor problem with my laptops display under the standard Potato
> distribution with X and fvwm2 and blackbox using the SVGA and 
> Neomagic X servers.
> 
> Every time I start Xemacs 21.1 the default window geometry is such
> that either the title bar is off the top of the screen or the
> minibuffer is off the bottom of the screen.  Any ideas how to fix
> this, or a better forum to ask in much appreciated.
> 
> Kieren
> 
> --  
> To UNSUBSCRIBE, email to debian-laptop-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Start xemacs as

xemacs -geometry +1+1

and/or use in .emacs sth like

(setq default-frame-alist '((width . 80) (height . 38)))


Andre



Reply to: