Displaying 1 result from an estimated 1 matches for "80x66".
Did you mean:
0x66
2014 Oct 16
0
[fdo] Xinit without option set string no in xinitirc
...options on
the configure:
./configure --without-twm --without-xclock --without-xterm
Everything works fine , but at the end the file xinitrc in
/etc/X11/xinit/xinitrc
-no &
-no -geometry 50x50-1+1 &
-no -geometry 80x50+494+51 &
-no -geometry 80x20+494-0 &
-exec no -geometry 80x66+0+0 -name login
Usually the output without these options is :
-TWM &
-XCLOCK -geometry 50x50-1+1 &
-XTERM -geometry 80x50+494+51 &
-XTERM -geometry 80x20+494-0 &
-exec XTERM -geometry 80x66+0+0 -name login
I was checking the xinitrc.cpp and discover that these are global
variabl...