That is precisely the problem... the Output tab only
contains 2 items: number of colors and system alerts. 
Mine doesn't have "Full Screen Mode".  Any idea why?


--- yamo <[EMAIL PROTECTED]> wrote:
> There should be a checkbox under the Output tab That
> says "Full Screen 
> Mode" Leaving it unchecked enables rootless mode,
> checking this box 
> enables rooted mode. While in rooted mode, you can
> toggle between 
> rooted/rootless by using [COMMAND] [OPTION] A.
> 
> HTHO
> 
> ----------
> 
>       It's what you make it man
>       Takes time
>       A little bit
>       A little bit more
> 
>                       -The Minutemen
> 
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> On Mar 10, 2004, at 12:07 AM, K Fung wrote:
> 
> > I'm back at this problem after a break.
> >
> > Someone mentioned going to X11.app preferences to
> > switch to/from rooted/rootless.  However, I can't
> the
> > control.  The preferences have only 3 tabs: input,
> > output and security.  Input has "emulate 3-button
> > mouse", "follow system keyboard layout" and
> "enable
> > key equivalents".  output concerns colors and
> system
> > alert effects.
> >
> > Secondly, my xinitrc looks like this:
> >
> > #!/bin/sh
> > # $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper
> Exp $
> >
> > userresources=$HOME/.Xresources
> > usermodmap=$HOME/.Xmodmap
> > sysresources=/etc/X11/xinit/.Xresources
> > sysmodmap=/etc/X11/xinit/.Xmodmap
> >
> > # merge in defaults and keymaps
> >
> > if [ -f $sysresources ]; then
> >     xrdb -merge $sysresources
> > fi
> >
> > if [ -f $sysmodmap ]; then
> >     xmodmap $sysmodmap
> > fi
> >
> > if [ -f $userresources ]; then
> >     xrdb -merge $userresources
> > fi
> >
> > if [ -f $usermodmap ]; then
> >     xmodmap $usermodmap
> > fi
> >
> > # start some nice programs
> >
> > xterm &
> >
> > # start the window manager
> >
> > # exec quartz-wm
> >
> > #DISPLAY=:0
> > exec fvwm2
> >
> > #exec xterm -sb -title console -name console
> -iconic
> >
> > -------------
> >
> > the fvwm2rc file is big - I used it on a Linux
> system
> > at school.  which part do you want to see?
> >
> > thanks
> >
> >
> >
> > --- Alexander Hansen <[EMAIL PROTECTED]>
> wrote:
> >>
> >>> Now I am trying to use my old fvwm2rc settings
> >> (from
> >>> Linux) but having little luck.  After installing
> >> fvwm2
> >>> from Fink, and putting exec fvwm2rc instead of
> >>> quartz-wm in the .xinitrc, I get one terminal
> >> window
> >>> blocked by the Apple menu bar at the top.  what
> >> can I
> >>> do about this?
> >>>
> >>
> >> <AKH> This actually sounds like fvwm2 isn't
> getting
> >> called correctly.
> >> What do your .xinitrc and fvwm2rc look like?
> >>
> >>> also, is there a way to run "rooted" X11 as
> before
> >> and
> >>> switch back and forth between Mac and X11?
> >>>
> >>
> >> <AKH> You should indeed be able to do this. 
> Check
> >> the "Use fullscreen
> >> mode" button in the Preferences.
> >>
> >>> Thanks
> >>>
> > \
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Search - Find what you’re looking for
> faster
> > http://search.yahoo.com
> >
> >
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by: IBM Linux
> Tutorials
> > Free Linux tutorial presented by Daniel Robbins,
> President and CEO of
> > GenToo technologies. Learn everything from
> fundamentals to system
> >
>
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> > _______________________________________________
> > Fink-beginners mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/fink-beginners
> 

__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to